.undermainvisual01 {
  height: auto;
}
@media print, screen and (min-width: 641px) {
  .undermainvisual01 { /* PC */
    aspect-ratio: 49/25;
  }
}
@media screen and (max-width: 640px) {
  .undermainvisual01 { /* SP */
    aspect-ratio: 359/559;
  }
}

.mod_main {
  background-color: #f5f5f5;
}

.ph {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

.lead {
  padding: 0 0.32rem;
}
@media print, screen and (min-width: 641px) {
  .lead { /* PC */
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .lead { /* SP */
    margin-top: 0.64rem;
  }
}
.lead .desc {
  font-size: 0.16rem;
  line-height: 2.66em;
}
@media print, screen and (min-width: 641px) {
  .lead .desc { /* PC */
    text-align: center;
  }
}

@media print, screen and (min-width: 641px) {
  .desc { /* PC */
    font-size: 0.15rem;
    line-height: 2.66;
  }
}
@media screen and (max-width: 640px) {
  .desc { /* SP */
    font-size: 0.13rem;
    line-height: 2.46;
  }
}

.small_letter {
  font-size: calc(100% - 0.02rem);
}

.detail {
  margin-top: 1.6rem;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
@media print, screen and (min-width: 641px) {
  .detail { /* PC */
    background-image: url(../img/event/detailbg.jpg);
    padding-bottom: 2.16rem;
  }
}
@media screen and (max-width: 640px) {
  .detail { /* SP */
    background-image: url(../img/event/detailbg_sp.jpg);
    margin-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}
.detail .sub {
  text-align: center;
  font-family: var(--ff-default-sans);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media print, screen and (min-width: 641px) {
  .detail .sub { /* PC */
    font-size: 0.19rem;
    letter-spacing: 0.07em;
    line-height: 2.66;
  }
}
@media screen and (max-width: 640px) {
  .detail .sub { /* SP */
    font-size: 0.15rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
}
.detail .tit {
  text-align: center;
  color: #7D2A2E;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media print, screen and (min-width: 641px) {
  .detail .tit { /* PC */
    margin-top: 0.32rem;
    font-size: 0.54rem;
    letter-spacing: 0.05em;
    line-height: 1;
  }
}
@media screen and (max-width: 640px) {
  .detail .tit { /* SP */
    font-size: 0.4rem;
    letter-spacing: 0.05em;
    line-height: 1.45;
    margin-top: 0.12rem;
  }
}
.detail .datewrap {
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .detail .datewrap { /* PC */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.32rem;
    margin: 0.4rem auto 0;
    width: 6.8rem;
  }
}
@media screen and (max-width: 640px) {
  .detail .datewrap { /* SP */
    margin: 0.12rem auto 0;
    width: 3.2rem;
  }
}
@media print, screen and (min-width: 641px) {
  .detail .datewrap .placeFree { /* PC */
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .detail .datewrap .placeFree { /* SP */
    position: absolute;
    top: 1.2rem;
    right: 0.05rem;
    width: 0.87rem;
    margin: 0.157rem auto 0;
  }
}
@media print, screen and (min-width: 641px) {
  .detail .placeWrap { /* PC */
    margin-top: 0.32rem;
  }
}
@media screen and (max-width: 640px) {
  .detail .placeWrap { /* SP */
    margin-top: 0.28rem;
    padding: 0 0.3rem;
  }
}
.detail .placeWrap .placeBox {
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .detail .placeWrap .placeBox { /* PC */
    margin: 0 auto;
    width: 8.05rem;
  }
}
.detail .placeWrap .placeName {
  position: relative;
  letter-spacing: 0.12em;
  line-height: 1.8;
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  .detail .placeWrap .placeName { /* PC */
    font-size: 0.32rem;
    padding-left: 0.36rem;
  }
}
@media screen and (max-width: 640px) {
  .detail .placeWrap .placeName { /* SP */
    font-size: 0.18rem;
  }
}
.detail .placeWrap .placeName:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 641px) {
  .detail .placeWrap .placeName:nth-child(1) { /* PC */ }
}
@media screen and (max-width: 640px) {
  .detail .placeWrap .placeName:nth-child(1) { /* SP */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.02rem;
    padding-left: 0;
    font-size: 0.22rem;
  }
}
.detail .placeWrap .placeName:nth-child(1):before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 0.273rem;
  height: 0.342rem;
  background-image: url(../img/event/placeicon.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .detail .placeWrap .placeName:nth-child(1):before { /* SP */
    position: static;
    width: 0.18rem;
    height: 0.225rem;
  }
}
@media screen and (max-width: 640px) {
  .detail .placeWrap .placeName:nth-child(2) { /* SP */
    margin-top: 0.25rem;
    margin-left: 0.2rem;
    text-align: left;
  }
}
.detail .placeWrap .placeNote {
  font-family: var(--ff-default-sans);
  line-height: 2;
}
@media print, screen and (min-width: 641px) {
  .detail .placeWrap .placeNote { /* PC */
    position: absolute;
    right: 0;
    top: 0.15rem;
    font-size: 0.17rem;
    letter-spacing: 0.12em;
    padding-bottom: 0.08rem;
  }
}
@media screen and (max-width: 640px) {
  .detail .placeWrap .placeNote { /* SP */
    margin-top: 0.16rem;
    font-size: 0.13rem;
    letter-spacing: 0.1em;
    text-align: center;
  }
}
.detail .placeWrap .placeNoteLink {
  position: relative;
}
.detail .placeWrap .placeNoteLink:hover::after {
  opacity: 0;
}
.detail .placeWrap .placeNoteLink::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #14283C;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media print, screen and (min-width: 641px) {
  .infomation { /* PC */
    margin-top: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation { /* SP */
    margin-top: 1.04rem;
  }
}
@media print, screen and (min-width: 641px) {
  .infomation .cmntitle01 { /* PC */
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .cmntitle01 { /* SP */ }
}
@media print, screen and (min-width: 641px) {
  .infomation .cmntitle01:before { /* PC */
    font-size: 0.52rem;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 640px) {
  .infomation .cmntitle01:before { /* SP */
    font-size: 0.3rem;
    letter-spacing: 0.03rem;
  }
}
.infomation .infomationWrap {
  background-color: #fff;
  border-radius: 10px;
}
@media print, screen and (min-width: 641px) {
  .infomation .infomationWrap { /* PC */
    width: 13rem;
    margin: 0.64rem auto 0;
    padding: 1.04rem 0;
  }
}
@media screen and (max-width: 640px) {
  .infomation .infomationWrap { /* SP */
    width: 100%;
    padding-top: 0.64rem;
    margin: 0 auto;
    background-color: transparent;
  }
}
.infomation .infomationWrapTit {
  position: relative;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media print, screen and (min-width: 641px) {
  .infomation .infomationWrapTit { /* PC */
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .infomationWrapTit { /* SP */
    font-size: 0.2rem;
  }
}
.infomation .infomationWrapTit:before {
  content: "";
  position: absolute;
  width: 0.16rem;
  height: 0.01rem;
  background-color: #14283C;
  bottom: -0.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  .infomation .infomationWrapTit:before { /* SP */
    bottom: -0.18rem;
  }
}
.infomation .scheduleTitBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.18rem 0.24rem;
  background-color: #344065;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (min-width: 641px) {
  .infomation .scheduleTitBox { /* PC */
    border-radius: 4px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 640px) {
  .infomation .scheduleTitBox { /* SP */ }
}
.infomation .scheduleTitBox .reserve {
  color: #344065;
  background-color: #fff;
  border-radius: 40px;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 641px) {
  .infomation .scheduleTitBox .reserve { /* PC */
    padding: 0.07rem 0.16rem;
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .scheduleTitBox .reserve { /* SP */
    padding: 0.04rem 0;
    padding-left: 0.08rem;
    font-size: 0.13rem;
  }
}
.infomation .scheduleTit {
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media print, screen and (min-width: 641px) {
  .infomation .scheduleTit { /* PC */
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .scheduleTit { /* SP */
    font-size: 0.16rem;
  }
}
.infomation .scheduleTit.type01 {
  background-color: #344065;
}
@media print, screen and (min-width: 641px) {
  .infomation .scheduleTit.type01 { /* PC */
    padding: 0.19rem 0.48rem;
    border-radius: 4px;
  }
}
@media screen and (max-width: 640px) {
  .infomation .scheduleTit.type01 { /* SP */
    padding: 0.2rem 0.24rem;
  }
}
.infomation .scheduleTit.type02 {
  color: #14283C;
}
@media print, screen and (min-width: 641px) {
  .infomation .movie { /* PC */
    margin: 0 auto;
    width: 10rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .movie { /* SP */
    margin-top: 0.68rem;
    background-color: #fff;
  }
}
@media print, screen and (min-width: 641px) {
  .infomation .movie .scheduleTitBox { /* PC */
    margin-top: 0.76rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .movie .scheduleTitBox { /* SP */
    margin-top: 0.52rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.08rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .movie .scheduleTitBox .reserve { /* SP */
    padding-right: 0.08rem;
    width: 0.88rem;
    text-align: center;
  }
}
.infomation .movieContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 641px) {
  .infomation .movieContainer { /* PC */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0.4rem;
    padding: 0 0.24rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .movieContainer { /* SP */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.32rem;
    margin-top: 0.32rem;
    padding: 0 0.16rem;
  }
}
@media print, screen and (min-width: 641px) {
  .infomation .movieContainer .phbox { /* PC */
    width: 3.56rem;
    height: 5.04rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .movieContainer .phbox { /* SP */
    width: 100%;
  }
}
@media print, screen and (min-width: 641px) {
  .infomation .movie .textbox { /* PC */
    width: 5.16rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .movie .textbox { /* SP */
    padding: 0 0.14rem;
  }
}
.infomation .movie .textbox .scheduleTime {
  line-height: 1;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 641px) {
  .infomation .movie .textbox .scheduleTime { /* PC */
    margin-top: 0.48rem;
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .movie .textbox .scheduleTime { /* SP */
    margin-top: 0.4rem;
    padding-bottom: 0.14rem;
    border-bottom: 1px dashed #999;
    font-size: 0.16rem;
  }
}
.infomation .movie .textbox .movieWrap {
  border-bottom: 1px dashed #999;
}
@media print, screen and (min-width: 641px) {
  .infomation .movie .textbox .movieWrap { /* PC */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.4rem;
    margin-top: 0.32rem;
    padding-bottom: 0.24rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .movie .textbox .movieWrap { /* SP */
    margin-top: 0.2rem;
    padding-left: 0.1rem;
    padding-bottom: 0.2rem;
  }
}
.infomation .movie .textbox .movieDate {
  line-height: 1;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 641px) {
  .infomation .movie .textbox .movieDate { /* PC */
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .movie .textbox .movieDate { /* SP */
    font-size: 0.15rem;
  }
}
.infomation .movie .textbox .movieTime {
  line-height: 1;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 641px) {
  .infomation .movie .textbox .movieTime { /* PC */
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .movie .textbox .movieTime { /* SP */
    font-size: 0.13rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .movie .textbox .movieTime .movieList { /* SP */
    margin-top: 0.2rem;
  }
}
.infomation .movie .textbox .movieTime .movieList li:nth-child(2) {
  margin-top: 0.16rem;
}
.infomation .movie .textbox .movieTime .annotation {
  margin-top: 0.16rem;
}
@media print, screen and (min-width: 641px) {
  .infomation .movie .textbox .movieTime .annotation { /* PC */
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .movie .textbox .movieTime .annotation { /* SP */
    font-size: 0.13rem;
  }
}
.infomation .movieInfo {
  color: #7D2A2E;
  letter-spacing: 0.1em;
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  .infomation .movieInfo { /* PC */
    margin-top: 0.8rem;
    font-size: 0.22rem;
    line-height: 1;
  }
}
@media screen and (max-width: 640px) {
  .infomation .movieInfo { /* SP */
    margin-top: 0.56rem;
    font-size: 0.16rem;
    line-height: 2;
  }
}
.infomation .movie .photographer {
  position: relative;
  border-radius: 4px;
  background-color: #F2F2F2;
}
@media print, screen and (min-width: 641px) {
  .infomation .movie .photographer { /* PC */
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2.27rem 0.4rem auto;
    grid-template-columns: 2.27rem auto;
    -ms-grid-rows: 1fr 0.2rem auto;
    grid-template-rows: 1fr auto;
    gap: 0.2rem 0.4rem;
    margin-top: 0.32rem;
    padding: 0.4rem;
    height: 2.9rem;
  }
  .infomation .movie .photographer > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .infomation .movie .photographer > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .infomation .movie .photographer > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .infomation .movie .photographer > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media screen and (max-width: 640px) {
  .infomation .movie .photographer { /* SP */
    margin: 0.24rem 0.16rem 0;
    padding: 0.32rem 0.24rem 0.4rem;
  }
}
.infomation .movie .photographer .textbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  .infomation .movie .photographer .textbox { /* PC */
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 640px) {
  .infomation .movie .photographer .textbox { /* SP */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.2rem;
    padding: 0;
  }
}
.infomation .movie .photographer .textbox .scheduleTit {
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .infomation .movie .photographer .textbox .scheduleTit { /* SP */
    text-align: center;
  }
}
.infomation .movie .photographer .limit {
  border-radius: 40px;
  background-color: #354268;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 641px) {
  .infomation .movie .photographer .limit { /* PC */
    padding: 0.13rem 0.2rem;
    width: 2.32rem;
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .movie .photographer .limit { /* SP */
    padding: 0.1rem 0.2rem;
    width: 2.1rem;
    text-align: center;
    font-size: 0.16rem;
  }
}
@media print, screen and (min-width: 641px) {
  .infomation .movie .photographer .limit .small { /* PC */
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .movie .photographer .limit .small { /* SP */
    font-size: 0.13rem;
  }
}
@media print, screen and (min-width: 641px) {
  .infomation .movie .photographer .phbox { /* PC */
    -ms-grid-columns: 1/2;
    grid-template-columns: 1/2;
    grid-row: 1/-1;
  }
}
@media screen and (max-width: 640px) {
  .infomation .movie .photographer .phbox { /* SP */
    margin: 0.2rem auto 0;
    width: 2.09rem;
    height: 2.67rem;
  }
}
@media print, screen and (min-width: 641px) {
  .infomation .movie .photographer .textWrap { /* PC */
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
}
@media screen and (max-width: 640px) {
  .infomation .movie .photographer .textWrap { /* SP */
    margin-top: 0.24rem;
  }
}
@media print, screen and (min-width: 641px) {
  .infomation .movie .photographer .textWrap .desc { /* PC */
    line-height: 2.3;
  }
}
@media print, screen and (min-width: 641px) {
  .infomation .movie .photographer .textWrap .annotation { /* PC */
    margin-top: 0.24rem;
    font-size: 0.15rem;
    line-height: 2;
  }
}
@media screen and (max-width: 640px) {
  .infomation .movie .photographer .textWrap .annotation { /* SP */
    margin-top: 0.16rem;
    padding-left: 1em;
    font-size: 0.12rem;
    line-height: 1.6;
    text-indent: -1em;
  }
}
@media print, screen and (min-width: 641px) {
  .infomation .movie .annotationBox { /* PC */
    margin: 0.24rem auto 0;
    width: 6.25rem;
    font-size: 0.15rem;
    line-height: 2;
  }
}
@media screen and (max-width: 640px) {
  .infomation .movie .annotationBox { /* SP */
    margin: 0.2rem 0.16rem 0;
    font-size: 0.13rem;
    line-height: 1.6;
  }
}
.infomation .movie .button {
  margin-top: calc(0.24rem + 6px);
  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;
}
.infomation .exhibition {
  padding-top: 0.64rem;
  background-color: #fff;
}
@media print, screen and (min-width: 641px) {
  .infomation .exhibition { /* PC */
    width: 10rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .infomation .exhibition { /* SP */
    padding-bottom: 0.4rem;
  }
}
.infomation .exhibitionWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 641px) {
  .infomation .exhibitionWrap { /* PC */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.38rem;
    margin-top: 0.4rem;
    padding: 0 0.24rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .exhibitionWrap { /* SP */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.32rem;
    margin-top: 0.32rem;
    padding: 0 0.3rem;
  }
}
.infomation .exhibitionBox {
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .infomation .exhibitionBox { /* PC */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.2rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .exhibitionBox:nth-child(1) { /* SP */
    padding-bottom: 0.24rem;
  }
  .infomation .exhibitionBox:nth-child(1) .desc {
    margin-top: 0.48rem;
  }
}
.infomation .exhibitionBox.type01 {
  display: block;
}
@media print, screen and (min-width: 641px) {
  .infomation .exhibitionBox.type01 { /* PC */
    margin: 0.56rem auto 0;
    width: 9.6rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .exhibitionBox.type01 { /* SP */
    padding: 0 0.3rem;
    margin-top: 0.32rem;
  }
  .infomation .exhibitionBox.type01 .desc {
    width: 100%;
  }
}
@media print, screen and (min-width: 641px) {
  .infomation .exhibition .textbox { /* PC */
    width: 3rem;
  }
}
.infomation .exhibition .scheduleTit.type02 {
  border-bottom: 1px dashed #999;
}
@media print, screen and (min-width: 641px) {
  .infomation .exhibition .scheduleTit.type02 { /* PC */
    padding-bottom: 0.1rem;
    font-size: 0.18rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 640px) {
  .infomation .exhibition .scheduleTit.type02 { /* SP */
    padding-bottom: 0.08rem;
    font-size: 0.16rem;
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 641px) {
  .infomation .exhibition .desc { /* PC */
    margin-top: 0.16rem;
    line-height: 1.96;
  }
}
@media screen and (max-width: 640px) {
  .infomation .exhibition .desc { /* SP */
    margin-top: 0.2rem;
    width: 1.95rem;
    line-height: 2;
  }
}
@media print, screen and (min-width: 641px) {
  .infomation .exhibition .phbox { /* PC */
    width: 1.41rem;
    height: 1.93rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .exhibition .phbox { /* SP */
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0.99rem;
    height: 1.35rem;
  }
}
@media print, screen and (min-width: 641px) {
  .infomation .infomationWrap:nth-child(3) { /* PC */
    margin-top: 0.8rem;
    padding-bottom: 0.75rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .infomationWrap:nth-child(3) { /* SP */
    margin-top: 1.2rem;
    padding-top: 0;
  }
}
.infomation .infomationWrap:nth-child(3) .experience01,
.infomation .infomationWrap:nth-child(3) .experience02 {
  background-color: #fff;
}
@media print, screen and (min-width: 641px) {
  .infomation .infomationWrap:nth-child(3) .experience01,
  .infomation .infomationWrap:nth-child(3) .experience02 { /* PC */
    margin: 0.76rem auto 0;
    padding-bottom: 0.8rem;
    width: 10rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .infomationWrap:nth-child(3) .experience01,
  .infomation .infomationWrap:nth-child(3) .experience02 { /* SP */
    margin-top: 0.5rem;
    padding-bottom: 0.64rem;
  }
}
.infomation .infomationWrap:nth-child(3) .experience01 .scheduleTitBox,
.infomation .infomationWrap:nth-child(3) .experience02 .scheduleTitBox {
  position: relative;
}
.infomation .infomationWrap:nth-child(3) .experience01 .scheduleTit .small,
.infomation .infomationWrap:nth-child(3) .experience02 .scheduleTit .small {
  display: block;
}
@media print, screen and (min-width: 641px) {
  .infomation .infomationWrap:nth-child(3) .experience01 .scheduleTit .small,
  .infomation .infomationWrap:nth-child(3) .experience02 .scheduleTit .small { /* PC */
    margin-top: 0.08rem;
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .infomationWrap:nth-child(3) .experience01 .scheduleTit .small,
  .infomation .infomationWrap:nth-child(3) .experience02 .scheduleTit .small { /* SP */
    margin-top: 0.12rem;
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .infomationWrap:nth-child(3) .experience01 .reserve,
  .infomation .infomationWrap:nth-child(3) .experience02 .reserve { /* SP */
    position: absolute;
    right: 0.2rem;
    top: 0.16rem;
  }
}
@media print, screen and (min-width: 641px) {
  .infomation .infomationWrap:nth-child(3) .experience01 .reserve .small,
  .infomation .infomationWrap:nth-child(3) .experience02 .reserve .small { /* PC */
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .infomationWrap:nth-child(3) .experience01 .reserve .small,
  .infomation .infomationWrap:nth-child(3) .experience02 .reserve .small { /* SP */
    font-size: 0.1rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .infomationWrap:nth-child(3) .experience01 .desc,
  .infomation .infomationWrap:nth-child(3) .experience02 .desc { /* SP */
    margin-top: 0.24rem;
  }
}
.infomation .infomationWrap:nth-child(3) .experience01 .experienceBox,
.infomation .infomationWrap:nth-child(3) .experience02 .experienceBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.4rem;
}
@media print, screen and (min-width: 641px) {
  .infomation .infomationWrap:nth-child(3) .experience01 .experienceBox,
  .infomation .infomationWrap:nth-child(3) .experience02 .experienceBox { /* PC */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.56rem;
    padding: 0 0.24rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .infomationWrap:nth-child(3) .experience01 .experienceBox,
  .infomation .infomationWrap:nth-child(3) .experience02 .experienceBox { /* SP */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0.3rem;
  }
}
@media print, screen and (min-width: 641px) {
  .infomation .infomationWrap:nth-child(3) .experience01 .phbox,
  .infomation .infomationWrap:nth-child(3) .experience02 .phbox { /* PC */
    width: 2.76rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .infomationWrap:nth-child(3) .experience01 .phbox,
  .infomation .infomationWrap:nth-child(3) .experience02 .phbox { /* SP */
    width: 1.72rem;
  }
}
@media print, screen and (min-width: 641px) {
  .infomation .infomationWrap:nth-child(3) .experience01 .experienceContent,
  .infomation .infomationWrap:nth-child(3) .experience02 .experienceContent { /* PC */
    width: 6.2rem;
  }
}
@media print, screen and (min-width: 641px) {
  .infomation .infomationWrap:nth-child(3) .experience01 .experienceContent .scheduleTit.type02,
  .infomation .infomationWrap:nth-child(3) .experience02 .experienceContent .scheduleTit.type02 { /* PC */
    line-height: 1.8;
  }
}
@media screen and (max-width: 640px) {
  .infomation .infomationWrap:nth-child(3) .experience01 .experienceContent .scheduleTit.type02,
  .infomation .infomationWrap:nth-child(3) .experience02 .experienceContent .scheduleTit.type02 { /* SP */
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 641px) {
  .infomation .infomationWrap:nth-child(3) .experience01 .experienceDetail,
  .infomation .infomationWrap:nth-child(3) .experience02 .experienceDetail { /* PC */
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .infomationWrap:nth-child(3) .experience01 .experienceDetail,
  .infomation .infomationWrap:nth-child(3) .experience02 .experienceDetail { /* SP */
    margin-top: 0.4rem;
    border-top: 1px dashed #999;
  }
}
.infomation .infomationWrap:nth-child(3) .experience01 .experienceDetailWrap,
.infomation .infomationWrap:nth-child(3) .experience02 .experienceDetailWrap {
  border-bottom: 1px dashed #999;
}
@media print, screen and (min-width: 641px) {
  .infomation .infomationWrap:nth-child(3) .experience01 .experienceDetailWrap,
  .infomation .infomationWrap:nth-child(3) .experience02 .experienceDetailWrap { /* PC */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.16rem;
    padding: 0.24rem 0;
  }
}
@media screen and (max-width: 640px) {
  .infomation .infomationWrap:nth-child(3) .experience01 .experienceDetailWrap,
  .infomation .infomationWrap:nth-child(3) .experience02 .experienceDetailWrap { /* SP */
    padding: 0.2rem 0;
  }
}
.infomation .infomationWrap:nth-child(3) .experience01 .experienceDetailTit,
.infomation .infomationWrap:nth-child(3) .experience02 .experienceDetailTit {
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 641px) {
  .infomation .infomationWrap:nth-child(3) .experience01 .experienceDetailTit,
  .infomation .infomationWrap:nth-child(3) .experience02 .experienceDetailTit { /* PC */
    width: 1.96rem;
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .infomationWrap:nth-child(3) .experience01 .experienceDetailTit,
  .infomation .infomationWrap:nth-child(3) .experience02 .experienceDetailTit { /* SP */
    font-size: 0.16rem;
  }
}
@media print, screen and (min-width: 641px) {
  .infomation .infomationWrap:nth-child(3) .experience01 .experienceDetailTit .small,
  .infomation .infomationWrap:nth-child(3) .experience02 .experienceDetailTit .small { /* PC */
    display: block;
    margin-top: 0.12rem;
    font-size: 0.16rem;
  }
}
.infomation .infomationWrap:nth-child(3) .experience01 .experienceDetailDesc,
.infomation .infomationWrap:nth-child(3) .experience02 .experienceDetailDesc {
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 641px) {
  .infomation .infomationWrap:nth-child(3) .experience01 .experienceDetailDesc,
  .infomation .infomationWrap:nth-child(3) .experience02 .experienceDetailDesc { /* PC */
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .infomationWrap:nth-child(3) .experience01 .experienceDetailDesc,
  .infomation .infomationWrap:nth-child(3) .experience02 .experienceDetailDesc { /* SP */
    margin-top: 0.1rem;
    font-size: 0.13rem;
  }
}
@media print, screen and (min-width: 641px) {
  .infomation .infomationWrap:nth-child(3) .experience01 .experienceDetailDesc .small,
  .infomation .infomationWrap:nth-child(3) .experience02 .experienceDetailDesc .small { /* PC */
    font-size: 0.15rem;
  }
}
@media print, screen and (min-width: 641px) {
  .infomation .infomationWrap:nth-child(3) .experience01 .experienceDetailDesc .desc,
  .infomation .infomationWrap:nth-child(3) .experience02 .experienceDetailDesc .desc { /* PC */
    margin-top: 0.16rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 640px) {
  .infomation .infomationWrap:nth-child(3) .experience01 .experienceDetailDesc .desc,
  .infomation .infomationWrap:nth-child(3) .experience02 .experienceDetailDesc .desc { /* SP */
    font-size: 0.12rem;
    margin-top: 0.04rem;
  }
}
@media print, screen and (min-width: 641px) {
  .infomation .infomationWrap:nth-child(3) .experience01 .experienceDetailDesc .dateList li:nth-child(2),
  .infomation .infomationWrap:nth-child(3) .experience02 .experienceDetailDesc .dateList li:nth-child(2) { /* PC */
    margin-top: 0.08rem;
  }
}
.infomation .infomationWrap:nth-child(3) .experience01 .annotationBox,
.infomation .infomationWrap:nth-child(3) .experience02 .annotationBox {
  line-height: 1.8;
}
@media print, screen and (min-width: 641px) {
  .infomation .infomationWrap:nth-child(3) .experience01 .annotationBox,
  .infomation .infomationWrap:nth-child(3) .experience02 .annotationBox { /* PC */
    position: absolute;
    right: 0.24rem;
    bottom: 0;
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .infomationWrap:nth-child(3) .experience01 .annotationBox,
  .infomation .infomationWrap:nth-child(3) .experience02 .annotationBox { /* SP */
    margin-top: 0.32rem;
    font-size: 0.13rem;
    text-align: center;
  }
}
@media print, screen and (min-width: 641px) {
  .infomation .infomationWrap:nth-child(3) .experience01 .experienceDetailDesc .small { /* PC */
    margin-left: 0.3rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .infomationWrap:nth-child(3) .experience01 .experienceDetailDesc .small { /* SP */
    margin-left: 0.16rem;
  }
}
.infomation .infomationWrap:nth-child(3) .experience02 {
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .infomation .infomationWrap:nth-child(3) .experience02 .scheduleTit.type02 { /* SP */
    line-height: 1.6;
    text-align: center;
  }
}
@media print, screen and (min-width: 641px) {
  .infomation .infomationWrap:nth-child(3) .experience02 .scheduleTit.type02:not(:first-child) { /* PC */
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .infomationWrap:nth-child(3) .experience02 .scheduleTit.type02:not(:first-child) { /* SP */
    position: relative;
    padding-top: 0.64rem;
    margin-top: 0.64rem;
  }
  .infomation .infomationWrap:nth-child(3) .experience02 .scheduleTit.type02:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 0;
    left: -0.3rem;
    display: block;
    width: calc(100% + 0.6rem);
    height: 1px;
    background-color: #c4c4c4;
  }
}
@media print, screen and (min-width: 641px) {
  .infomation .infomationWrap:nth-child(3) .experience02 .desc.type01 { /* PC */
    margin-top: 0.08rem;
    line-height: 1.96;
  }
}
@media screen and (max-width: 640px) {
  .infomation .infomationWrap:nth-child(3) .experience02 .desc.type01 { /* SP */
    margin-top: 0.12rem;
  }
}
.infomation .infomationWrap:nth-child(3) .experience02 .name {
  margin-top: 0.16rem;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 641px) {
  .infomation .infomationWrap:nth-child(3) .experience02 .name { /* PC */
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .infomationWrap:nth-child(3) .experience02 .name { /* SP */
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .infomationWrap:nth-child(3) .experience02 .experienceContent { /* SP */
    margin-top: 0.4rem;
  }
}
@media print, screen and (min-width: 641px) {
  .infomation .infomationWrap:nth-child(3) .experience02 .experienceDetailDesc .small { /* PC */
    display: block;
    margin-top: 0.08rem;
  }
}
.infomation .infomationWrap:nth-child(3) .experience03 {
  background-color: #fff;
}
@media print, screen and (min-width: 641px) {
  .infomation .infomationWrap:nth-child(3) .experience03 { /* PC */
    margin: 0 auto;
    width: 10rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .infomationWrap:nth-child(3) .experience03 { /* SP */
    padding-bottom: 0.64rem;
  }
}
.infomation .infomationWrap:nth-child(3) .experience03 .experienceWrap {
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .infomation .infomationWrap:nth-child(3) .experience03 .experienceWrap { /* PC */
    padding: 0 0.24rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .infomationWrap:nth-child(3) .experience03 .experienceWrap { /* SP */
    padding: 0 0.3rem;
  }
}
.infomation .infomationWrap:nth-child(3) .experience03 .experienceBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.4rem;
}
@media print, screen and (min-width: 641px) {
  .infomation .infomationWrap:nth-child(3) .experience03 .experienceBox { /* PC */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 640px) {
  .infomation .infomationWrap:nth-child(3) .experience03 .experienceBox { /* SP */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 640px) {
  .infomation .infomationWrap:nth-child(3) .experience03 .experienceBox:nth-child(2) { /* SP */
    position: relative;
    margin-top: 0.64rem;
    padding-top: 0.64rem;
  }
  .infomation .infomationWrap:nth-child(3) .experience03 .experienceBox:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 0;
    left: -0.3rem;
    width: calc(100% + 0.6rem);
    height: 1px;
    background-color: #c4c4c4;
  }
}
@media print, screen and (min-width: 641px) {
  .infomation .infomationWrap:nth-child(3) .experience03 .phbox { /* PC */
    width: 2.18rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .infomationWrap:nth-child(3) .experience03 .phbox { /* SP */
    width: 1.72rem;
  }
}
.infomation .infomationWrap:nth-child(3) .experience03 .phbox .photographerName {
  margin-top: 0.04rem;
  font-size: 0.12rem;
  line-height: 1.4;
  text-align: right;
}
.infomation .infomationWrap:nth-child(3) .experience03 .phbox .name {
  line-height: 1.4;
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  .infomation .infomationWrap:nth-child(3) .experience03 .phbox .name { /* PC */
    margin-top: 0.12rem;
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .infomationWrap:nth-child(3) .experience03 .phbox .name { /* SP */
    margin-top: 0.16rem;
    font-size: 0.14rem;
  }
}
@media print, screen and (min-width: 641px) {
  .infomation .infomationWrap:nth-child(3) .experience03 .experienceContent { /* PC */
    width: 6.2rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .infomationWrap:nth-child(3) .experience03 .experienceContent { /* SP */
    margin-top: 0.32rem;
  }
}
@media print, screen and (min-width: 641px) {
  .infomation .infomationWrap:nth-child(3) .experience03 .experienceContent .scheduleTit.type02 { /* PC */
    line-height: 1.8;
  }
}
@media screen and (max-width: 640px) {
  .infomation .infomationWrap:nth-child(3) .experience03 .experienceContent .scheduleTit.type02 { /* SP */
    line-height: 1.6;
    text-align: center;
  }
}
.infomation .infomationWrap:nth-child(3) .experience03 .experienceContent .scheduleTit.type02 .small_letter {
  display: inline-block;
}
@media print, screen and (min-width: 641px) {
  .infomation .infomationWrap:nth-child(3) .experience03 .experienceContent .scheduleTit.type02 .small_letter { /* PC */
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  @supports (font: -apple-system-body) {
    .infomation .infomationWrap:nth-child(3) .experience03 .experienceContent .scheduleTit.type02 .small_letter {
      -webkit-transform: translateX(-5px);
              transform: translateX(-5px);
    }
  }
}
@media screen and (max-width: 640px) {
  .infomation .infomationWrap:nth-child(3) .experience03 .experienceContent .scheduleTit.type02 .small_letter { /* SP */
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  @supports (font: -apple-system-body) {
    .infomation .infomationWrap:nth-child(3) .experience03 .experienceContent .scheduleTit.type02 .small_letter {
      -webkit-transform: translateX(-4px);
              transform: translateX(-4px);
    }
  }
}
@media print, screen and (min-width: 641px) {
  .infomation .infomationWrap:nth-child(3) .experience03 .experienceContent .desc { /* PC */
    margin-top: 0.08rem;
    line-height: 1.96;
  }
}
@media screen and (max-width: 640px) {
  .infomation .infomationWrap:nth-child(3) .experience03 .experienceContent .desc { /* SP */
    margin-top: 0.12rem;
  }
}
.infomation .infomationWrap:nth-child(3) .experience03 .experienceContent .desc .small_letter {
  display: inline-block;
}
@media print, screen and (min-width: 641px) {
  .infomation .infomationWrap:nth-child(3) .experience03 .experienceContent .desc .small_letter { /* PC */
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
  @supports (font: -apple-system-body) {
    .infomation .infomationWrap:nth-child(3) .experience03 .experienceContent .desc .small_letter {
      -webkit-transform: translateX(-4px);
              transform: translateX(-4px);
    }
  }
}
@media screen and (max-width: 640px) {
  .infomation .infomationWrap:nth-child(3) .experience03 .experienceContent .desc .small_letter { /* SP */
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
  @supports (font: -apple-system-body) {
    .infomation .infomationWrap:nth-child(3) .experience03 .experienceContent .desc .small_letter {
      -webkit-transform: translateX(-4px);
              transform: translateX(-4px);
    }
  }
}
.infomation .infomationWrap:nth-child(3) .experience03 .experienceContent .experienceDetail {
  border-top: 1px dashed #999;
  border-bottom: 1px dashed #999;
}
@media print, screen and (min-width: 641px) {
  .infomation .infomationWrap:nth-child(3) .experience03 .experienceContent .experienceDetail { /* PC */
    margin-top: 0.32rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .infomationWrap:nth-child(3) .experience03 .experienceContent .experienceDetail { /* SP */
    margin-top: 0.24rem;
  }
}
@media print, screen and (min-width: 641px) {
  .infomation .infomationWrap:nth-child(3) .experience03 .experienceContent .experienceDetailWrap { /* PC */
    padding: 0.24rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.16rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .infomationWrap:nth-child(3) .experience03 .experienceContent .experienceDetailWrap { /* SP */
    padding: 0.16rem 0;
  }
}
.infomation .infomationWrap:nth-child(3) .experience03 .experienceContent .experienceDetailTit {
  line-height: 1;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 641px) {
  .infomation .infomationWrap:nth-child(3) .experience03 .experienceContent .experienceDetailTit { /* PC */
    width: 1.96rem;
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .infomationWrap:nth-child(3) .experience03 .experienceContent .experienceDetailTit { /* SP */
    font-size: 0.16rem;
  }
}
@media print, screen and (min-width: 641px) {
  .infomation .infomationWrap:nth-child(3) .experience03 .experienceContent .experienceDetailDesc { /* PC */
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .infomationWrap:nth-child(3) .experience03 .experienceContent .experienceDetailDesc { /* SP */
    margin-top: 0.08rem;
    font-size: 0.13rem;
  }
}
@media print, screen and (min-width: 641px) {
  .infomation .infomationWrap:nth-child(3) .experience03 .experienceContent .experienceDetailDesc .dateList li:nth-child(2) { /* PC */
    margin-top: 0.16rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .infomationWrap:nth-child(3) .experience03 .experienceContent .experienceDetailDesc .dateList li:nth-child(2) { /* SP */
    margin-top: 0.04rem;
  }
}
.infomation .infomationWrap:nth-child(3) .experience03 .experienceContent .experienceDetailDesc .dateList li .small {
  display: inline-block;
}
@media print, screen and (min-width: 641px) {
  .infomation .infomationWrap:nth-child(3) .experience03 .experienceContent .experienceDetailDesc .dateList li .small { /* PC */
    margin-left: 0.3rem;
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .infomationWrap:nth-child(3) .experience03 .experienceContent .experienceDetailDesc .dateList li .small { /* SP */
    margin-left: 0.16rem;
  }
}
.infomation .infomationWrap:nth-child(3) .experience03 .experienceContent .annotationBox {
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 641px) {
  .infomation .infomationWrap:nth-child(3) .experience03 .experienceContent .annotationBox { /* PC */
    margin-top: 0.19rem;
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .infomationWrap:nth-child(3) .experience03 .experienceContent .annotationBox { /* SP */
    margin-top: 0.08rem;
    font-size: 0.12rem;
  }
}
.infomation .infomationWrap:nth-child(3) .experience03 .experienceContent .annotationBox .annotationList:nth-child(3) {
  text-indent: 1em;
}
@media print, screen and (min-width: 641px) {
  .infomation .scheduleBlock { /* PC */
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .scheduleBlock { /* SP */
    margin-top: 1.04rem;
  }
}
@media print, screen and (min-width: 641px) {
  .infomation .scheduleBlock .scheduleBox:nth-child(1) { /* PC */
    margin-top: 0.92rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .scheduleBlock .scheduleBox:nth-child(1) { /* SP */
    margin-top: 0.52rem;
  }
}
@media print, screen and (min-width: 641px) {
  .infomation .scheduleBlock .scheduleBox:nth-child(2) { /* PC */
    margin-top: 0.48rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .scheduleBlock .scheduleBox:nth-child(2) { /* SP */
    margin-top: 0.64rem;
  }
}
.infomation .scheduleBlock .scheduleDate {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #354268;
  border-radius: 24px;
  color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  .infomation .scheduleBlock .scheduleDate { /* PC */
    padding: 0.12rem 0.24rem;
    padding-right: 0.16rem;
    font-size: 0.2rem;
    line-height: 1;
  }
}
@media screen and (max-width: 640px) {
  .infomation .scheduleBlock .scheduleDate { /* SP */
    padding: 0.06rem 0.12rem;
    font-size: 0.16rem;
  }
}
.infomation .scheduleBlock .scheduleCalendar {
  position: relative;
  margin: 0.24rem auto 0;
  padding-left: 0.3rem;
  max-width: 100%;
  overflow: hidden;
}
.infomation .scheduleBlock .scheduleCalendarWrap {
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}
.infomation .scheduleBlock .scheduleCalendarWrap::-webkit-scrollbar {
  display: none;
}
@media print, screen and (min-width: 641px) {
  .infomation .scheduleBlock .scheduleCalendarWrap { /* PC */
    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;
  }
}
.infomation .scheduleBlock .scheduleCalendarWrap .scheduleCalendarPh {
  display: block;
  width: 12rem;
  height: auto;
  max-width: none;
}
.infomation .scheduleBlock .js-scroll-bar {
  width: calc(100% - 0.3rem);
  border-right: #ddd;
}
@media print, screen and (min-width: 641px) {
  .infomation .scheduleBlock .js-scroll-bar { /* PC */
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .infomation .scheduleBlock .js-scroll-bar { /* SP */
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 0.32rem;
  }
  .infomation .scheduleBlock .js-scroll-bar::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 0.69rem;
    height: 2px;
    background: #354268;
    cursor: pointer;
  }
  .infomation .scheduleBlock .js-scroll-bar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 2px;
    background-color: #ddd;
  }
}
.infomation .scheduleBlock .scroll-hint-icon {
  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;
  padding: 0;
  width: 1.11rem;
  height: 1.11rem;
  border-radius: 50%;
}
.infomation .scheduleBlock .scroll-hint-icon::before {
  display: none;
}
.infomation .scheduleBlock .scroll-hint-icon::after {
  top: auto;
  left: auto;
  margin-left: 0;
  width: 0.52rem;
  height: 0.52rem;
  background: url(../img/event/scroll-hint.png) center center/cover no-repeat;
  opacity: 1;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.infomation .scheduleBlock .scroll-hint-icon .scroll-hint-text {
  display: none;
}
@media print, screen and (min-width: 641px) {
  .infomation .scheduleCaption { /* PC */
    font-size: 0.16rem;
    line-height: 2;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .infomation .scheduleCaption { /* SP */
    margin: 0.12rem 0.3rem 0;
    padding-left: 1em;
    font-size: 0.12rem;
    line-height: 1.6;
    text-indent: -1em;
  }
}
@media print, screen and (min-width: 641px) {
  .infomation .scheduleCaption:nth-child(3) { /* PC */
    margin-top: 0.32rem;
  }
}
@media screen and (max-width: 640px) {
  .infomation .scheduleCaption:nth-child(3) { /* SP */
    margin-top: 0.56rem;
  }
}

@media print, screen and (min-width: 641px) {
  .overview { /* PC */
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .overview { /* SP */
    margin-top: 1.04rem;
  }
}
@media print, screen and (min-width: 641px) {
  .overviewWrap { /* PC */
    margin: 0.64rem auto 0;
    width: 10rem;
  }
}
@media screen and (max-width: 640px) {
  .overviewWrap { /* SP */
    margin-top: 0.48rem;
    padding: 0 0.3rem;
  }
}
.overviewListBox {
  border-bottom: 1px dashed #999;
}
@media print, screen and (min-width: 641px) {
  .overviewListBox { /* PC */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.16rem;
    padding-bottom: 0.24rem;
  }
}
@media screen and (max-width: 640px) {
  .overviewListBox { /* SP */
    padding-bottom: 0.22rem;
  }
}
@media print, screen and (min-width: 641px) {
  .overviewListBox.type01 { /* PC */
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 640px) {
  .overviewListBox.type01 { /* SP */ }
}
@media print, screen and (min-width: 641px) {
  .overviewListBox:not(:first-child) { /* PC */
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 640px) {
  .overviewListBox:not(:first-child) { /* SP */
    margin-top: 0.22rem;
  }
}
.overviewItem {
  line-height: 1;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 641px) {
  .overviewItem { /* PC */
    width: 1.96rem;
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 640px) {
  .overviewItem { /* SP */
    font-size: 0.16rem;
  }
}
.overview .ddBox {
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 641px) {
  .overview .ddBox { /* PC */
    font-size: 0.16rem;
    line-height: 1.9;
  }
}
@media screen and (max-width: 640px) {
  .overview .ddBox { /* SP */
    margin-top: 0.1rem;
    font-size: 0.13rem;
    line-height: 1.8;
  }
}
.overview .ddBox .button {
  margin-top: 0.2rem;
}
.overview .ddBox .button .cmnbtn01 {
  position: relative;
  background-color: #344065;
  color: #fff;
}
@media print, screen and (min-width: 641px) {
  .overview .ddBox .button .cmnbtn01 { /* PC */
    width: 2.8rem;
    height: 0.56rem;
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 640px) {
  .overview .ddBox .button .cmnbtn01 { /* SP */
    margin: 0 auto;
    width: 2.95rem;
  }
}
.overview .ddBox .button .cmnbtn01:hover {
  background-color: #fff;
  color: #344065;
}
.overview .ddBox .button .cmnbtn01:hover::after {
  -webkit-filter: invert(24%) sepia(57%) saturate(378%) hue-rotate(186deg) brightness(95%) contrast(99%);
          filter: invert(24%) sepia(57%) saturate(378%) hue-rotate(186deg) brightness(95%) contrast(99%);
}
.overview .ddBox .button .cmnbtn01::after {
  content: "";
  display: block;
  position: absolute;
  right: 0.2rem;
  width: 0.24rem;
  height: 0.24rem;
  background-image: url(../img/event/placeicon_black.svg);
  -webkit-filter: invert(100%) sepia(3%) saturate(522%) hue-rotate(197deg) brightness(116%) contrast(100%);
          filter: invert(100%) sepia(3%) saturate(522%) hue-rotate(197deg) brightness(116%) contrast(100%);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 640px) {
  .overview .ddBox .button .cmnbtn01::after { /* SP */
    right: 0.16rem;
  }
}
.overview .ddBox .placeNoteLink {
  position: relative;
}
.overview .ddBox .placeNoteLink:hover::after {
  opacity: 0;
}
.overview .ddBox .placeNoteLink::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #14283C;
}
@media print, screen and (min-width: 641px) {
  .overviewDesc:nth-child(3) { /* PC */
    margin-top: 0.27rem;
  }
}
@media screen and (max-width: 640px) {
  .overviewDesc:nth-child(3) { /* SP */
    margin-top: 0.2rem;
  }
}
@media print, screen and (min-width: 641px) {
  .overviewDesc .indent { /* PC */
    text-indent: 1em;
  }
}
@media print, screen and (min-width: 641px) {
  .overviewDesc .indent.type01 { /* PC */
    display: inline-block;
  }
}

@media print, screen and (min-width: 641px) { /* PC */ }
@media screen and (max-width: 640px) { /* SP */ }
@media print, screen and (min-width: 641px) {
  .contact { /* PC */
    margin-top: 1.93rem;
    padding-bottom: 0.56rem;
  }
}
@media screen and (max-width: 640px) {
  .contact { /* SP */
    margin-top: 0.8rem;
    padding-bottom: 0.24rem;
  }
}
@media print, screen and (min-width: 641px) {
  .contact .cmntitle01 { /* PC */
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 640px) {
  .contact .cmntitle01 { /* SP */ }
}
@media print, screen and (min-width: 641px) {
  .contact .cmntitle01:before { /* PC */
    font-size: 0.52rem;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 640px) {
  .contact .cmntitle01:before { /* SP */
    font-size: 0.3rem;
    letter-spacing: 0.03rem;
  }
}
.contact .contactWrap {
  background-color: #fff;
  border-radius: 0.04rem;
}
@media print, screen and (min-width: 641px) {
  .contact .contactWrap { /* PC */
    width: 9.2rem;
    margin: 0.64rem auto 0;
  }
}
@media screen and (max-width: 640px) {
  .contact .contactWrap { /* SP */
    width: calc(100% - 0.32rem);
    margin: 0.4rem auto 0;
  }
}
@media print, screen and (min-width: 641px) {
  .contact .contactList { /* PC */
    padding: 0.48rem 1.23rem 0.56rem;
  }
}
@media screen and (max-width: 640px) {
  .contact .contactList { /* SP */
    padding: 0.32rem 0.24rem;
  }
}
@media print, screen and (min-width: 641px) {
  .contact .contactListBox { /* PC */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 640px) {
  .contact .contactListBox { /* SP */ }
}
.contact .contactListBox + .contactListBox {
  margin-top: 0.32rem;
}
@media print, screen and (min-width: 641px) {
  .contact .contactListBox + .contactListBox { /* PC */ }
}
@media screen and (max-width: 640px) {
  .contact .contactListBox + .contactListBox { /* SP */ }
}
@media print, screen and (min-width: 641px) {
  .contact .contactListBox dt { /* PC */
    width: 25%;
    font-size: 0.18rem;
    letter-spacing: 0.1em;
    line-height: 2;
  }
}
@media screen and (max-width: 640px) {
  .contact .contactListBox dt { /* SP */
    font-size: 0.14rem;
    letter-spacing: 0.2em;
    line-height: 1;
  }
}
@media print, screen and (min-width: 641px) {
  .contact .contactListBox .ddBox { /* PC */
    width: 70%;
    font-size: 0.18rem;
    letter-spacing: 0.1em;
    line-height: 2;
  }
}
@media screen and (max-width: 640px) {
  .contact .contactListBox .ddBox { /* SP */
    margin-top: 0.16rem;
    font-size: 0.14rem;
    letter-spacing: 0.2em;
    line-height: 1;
  }
}
@media print, screen and (min-width: 641px) {
  .contact .contactListBox .ddBox .small { /* PC */
    font-size: 0.15rem;
    line-height: 1;
    margin-top: 0.04rem;
  }
}
@media screen and (max-width: 640px) {
  .contact .contactListBox .ddBox .small { /* SP */
    font-size: 0.13rem;
    letter-spacing: 0;
    line-height: 2;
    margin-top: 0.04rem;
  }
}
@media screen and (max-width: 640px) {
  .contact .contactListBox .ddBox .small.-ls { /* SP */
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
@media screen and (max-width: 640px) {
  .contact .contactListBox .ddBox .small.type01 { /* SP */
    margin-top: 0.2rem;
    font-size: 0.12rem;
    padding-left: 5em;
    text-indent: -5em;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  .contact .contactListBox .ddBox .small.type02 { /* SP */
    margin-top: 0.08rem;
    line-height: 1.2;
    padding-left: 4.5em;
    text-indent: -4.5em;
  }
}
@media screen and (max-width: 640px) {
  .contact .contactListBox .ddBox .small.type02 a { /* SP */
    font-size: 0.12rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  .contact .contactListBox .ddBox .small .tel { /* SP */
    font-size: 0.13rem;
    letter-spacing: 0.55em;
  }
}
@media print, screen and (min-width: 641px) {
  .contact .contactListBox .ddBox .small .num { /* PC */
    font-size: 0.24rem;
    letter-spacing: 0.07em;
    line-height: 2;
    margin-right: 0.06rem;
  }
}
@media screen and (max-width: 640px) {
  .contact .contactListBox .ddBox .small .num { /* SP */
    font-size: 0.18rem;
    letter-spacing: 0.1em;
    line-height: 1;
  }
}
@media print, screen and (min-width: 641px) {
  .contact .contactNote { /* PC */
    text-align: center;
    font-size: 0.15rem;
    line-height: 2;
    margin-top: 0.16rem;
  }
}
@media screen and (max-width: 640px) {
  .contact .contactNote { /* SP */
    width: 3.15rem;
    -moz-text-align-last: left;
         text-align-last: left;
    font-size: 0.12rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0.12rem auto 0;
    padding-left: 1em;
    text-indent: -1em;
  }
}

@media screen and (max-width: 640px) {
  footer { /* SP */
    background-color: #F2F2F2;
  }
}
footer .siteotherlinks {
  background-color: #F2F2F2;
}
@media print, screen and (min-width: 641px) {
  footer .siteotherlinks { /* PC */
    margin: 0;
    padding: 1.1rem 0 0.7rem;
  }
}
@media screen and (max-width: 640px) {
  footer .siteotherlinks { /* SP */
    margin: 0;
    padding: 0.6rem 0 0.6rem;
  }
}
footer .siteotherlinks .tit {
  display: none;
}
footer .siteotherlinks .links {
  display: none;
}
/*# sourceMappingURL=event.css.map */