@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-media .l-pagehead .txt .pagettl .en {
    font-size: 6.5rem;
    letter-spacing: 0.025em;
  }
}
.p-media-head {
  padding-top: 2rem;
  margin-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .p-media-head {
    padding-top: 2.3255813953vw;
    margin-bottom: 9.3023255814vw;
  }
}
.p-media-head .head-ttl {
  font-size: 3.5rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-media-head .head-ttl {
    font-size: 4.8837209302vw;
    margin-bottom: 5.8139534884vw;
  }
}
.p-media-head .head-lead {
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  line-height: 1.875;
  font-weight: 300;
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-media-head .head-lead {
    font-size: 3.2558139535vw;
    margin-bottom: 11.6279069767vw;
  }
}
.p-media-head .head-img {
  margin: 0 auto;
  max-width: 70rem;
}
.p-media-head .head-img img {
  width: 100%;
}
.p-media-otherlist {
  margin-top: -3rem;
}
@media screen and (max-width: 767px) {
  .p-media-otherlist {
    margin-top: 0;
  }
}
.p-media-otherlist .unit {
  background: #f7f7f7;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  padding: 2.5rem 3rem 2.5rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-media-otherlist .unit {
    display: block;
    padding: 4.6511627907vw 4.6511627907vw;
  }
}
.p-media-otherlist .unit .ttl {
  font-size: 1.8rem;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-media-otherlist .unit .ttl {
    font-size: 3.7209302326vw;
    margin-bottom: 8.1395348837vw;
  }
}
.p-media-otherlist .unit .info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
.p-media-otherlist .unit .info .tag {
  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-family: "Outfit", sans-serif;
  width: 9.7rem;
  height: 3.4rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-media-otherlist .unit .info .tag {
    width: 18.6046511628vw;
    height: 5.8139534884vw;
    font-size: 2.7906976744vw;
  }
}
.p-media-otherlist .unit .info .date {
  font-size: 1.5rem;
  width: 20rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-media-otherlist .unit .info .date {
    flex: 1;
    font-size: 2.7906976744vw;
    text-align: left;
  }
}
.p-media-otherlist .unit + .unit {
  margin-top: 1rem;
}

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