@charset "UTF-8";
.mfp-container button.mfp-close {
  top: auto;
  bottom: -6rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 5rem;
  height: 5rem;
  background: url(../img/btn_close.png) no-repeat left top/cover;
  color: transparent;
  font-size: 0;
  opacity: 1;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .mfp-container button.mfp-close:hover {
    opacity: 0.7;
  }
}

@media print, screen and (min-width: 768px) {
  .mfp-image-holder .mfp-content {
    margin-top: -7rem;
  }
}

.mfp-bg {
  background: #fff;
  opacity: 0.9;
}

@media screen and (max-width: 767px) {
  .mfp-figure {
    overflow: scroll;
  }
  .mfp-figure:before {
    content: "画像はスクロールできます";
    position: absolute;
    left: 0;
    top: -2rem;
  }
}

.mfp-figure:after {
  content: none;
}

img.mfp-img {
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  img.mfp-img {
    width: 80%;
    max-width: 1000px;
    max-height: 75vh !important;
    border-radius: 3rem;
  }
}
@media screen and (max-width: 767px) {
  img.mfp-img {
    max-width: 1000px;
    max-height: 70vh !important;
  }
}

/*
.l-footer {
	border:none;
	@include mq(pc) {
	padding-top: 10rem;
	border-radius: 6rem 6rem 0 0;
	margin-top: -6rem;
	}
	@include mq(m) {
		border-radius: vw(40) vw(40) 0 0;
		margin-top: vw(-30);
		padding-top: vw(100);
	}
}
*/
@media print, screen and (min-width: 768px) {
  .p-event .l-pagehead .txt .pagettl .en {
    font-size: 6.5rem;
    letter-spacing: 0.025em;
  }
}
.p-event-head {
  padding-top: 2rem;
  margin-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .p-event-head {
    padding-top: 2.3255813953vw;
    margin-bottom: 13.9534883721vw;
  }
}
.p-event-head .head-ttl {
  font-size: 3.5rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-event-head .head-ttl {
    font-size: 4.8837209302vw;
    line-height: 1.8;
    margin-bottom: 5.8139534884vw;
  }
}
.p-event-head .head-lead {
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  line-height: 1.875;
  font-weight: 300;
  text-align: center;
  margin-bottom: 8.5rem;
}
@media screen and (max-width: 767px) {
  .p-event-head .head-lead {
    font-size: 3.2558139535vw;
    margin-bottom: 11.6279069767vw;
  }
}
.p-event-head .head-list {
  max-width: 94.7rem;
  margin: 0 auto 6rem;
}
.p-event-head .head-list li {
  background: #fff;
  border-radius: 10rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.16);
  padding: 3rem 4rem;
  vertical-align: middle;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-event-head .head-list li {
    display: block;
    border-radius: 4.6511627907vw;
    padding: 5.8139534884vw 2.3255813953vw;
    text-align: center;
    font-size: 3.023255814vw;
  }
}
.p-event-head .head-list li span {
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-event-head .head-list li span {
    font-size: 3.7209302326vw;
    display: block;
    text-align: center;
    margin-bottom: 1.1627906977vw;
  }
}
.p-event-head .head-list li + li {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-event-head .head-list li + li {
    margin-top: 2.7906976744vw;
  }
}
.p-event-head .head-img img {
  width: 100%;
}

.p-event + .l-footer, .p-eventDetail + .l-footer {
  border: none;
}
@media print, screen and (min-width: 768px) {
  .p-event + .l-footer, .p-eventDetail + .l-footer {
    padding-top: 10rem;
    border-radius: 6rem 6rem 0 0;
    margin-top: -6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-event + .l-footer, .p-eventDetail + .l-footer {
    border-radius: 9.3023255814vw 9.3023255814vw 0 0;
    margin-top: -6.976744186vw;
    padding-top: 23.2558139535vw;
  }
}
