/*------------------------------------------------------------
	event
------------------------------------------------------------*/
.mainImg::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 55, 21, 0)), to(#283715));
  background: linear-gradient(rgba(40, 55, 21, 0) 0%, #283715 100%);
  opacity: 0.5;
}

#main .aboutSec {
  padding: 72px 0 85px;
}

#event .aboutSec .inner {
  margin: 0;
}

#main .aboutSec h2 {
  margin-bottom: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main .aboutSec h2 .img02 {
  display: block;
}

.lineShow::after {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

#main .aboutSec .inner .ttlBox02 p {
  margin-bottom: 0;
}

#main .aboutSec .inner .ttlBox02 {
  padding: 15px 0 23px;
  margin-bottom: 21px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#main .tagBox .link a {
  color: #DF9F69;
  border-color: #DF9F69;
}

#main .tagBox .link a:before,
#main .tagBox .link a:after {
  background: #DF9F69;
}

#main .tagBox {
  margin-bottom: 104px;
}

#main .other {
  text-align: center;
  font-size: 4.2rem;
  margin: 0 0 40px;
}

#main .scheduleList {
  max-width: 1000px;
  margin: 0 auto 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main .single02 .scheduleList {
  margin-bottom: 0;
}

#main .scheduleList > li {
  width: 48.6%;
  margin: 0 0 37px 0;
}

#main .scheduleList .comTagTxt li {
  margin-right: 3px;
}

#main .scheduleList li .photoBox {
  margin-bottom: 22px;
  position: relative;
}

#main .scheduleList li .photoBox a {
  display: block;
}

#main .scheduleList li .photo {
  position: relative;
  overflow: hidden;
  height: 250px;
}

#main .scheduleList li .photo::before {
  width: 100%;
  opacity: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  mix-blend-mode: overlay;
}

#main .scheduleList li .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

#main .scheduleList li p {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
}

#main .eventBox {
  margin-bottom: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main .eventBox h3 {
  margin: 0;
}

#main .eventBox span {
  color: #222;
  background: #DF9F69;
}

#main .eventBox .tagBox {
  margin-bottom: 0;
}

#main .eventBox .tagBox .ttl {
  font-size: 1.4rem;
}

#main .aboutList li {
  margin-bottom: 34px;
}

#main .aboutList li .tag a {
  color: #DF9F69;
}

#main .articleBox .sub p {
  letter-spacing: 0.02em;
}

.popBox {
  width: 62vw;
  max-width: 1500px;
  margin: 0 auto;
  padding: 30px 0;
  color: #fff;
  position: relative;
}

.popBox .innerBox {
  position: relative;
}

.popBox .innerBox p {
  margin-top: 11px;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  padding: 0 60px 0;
  text-align: center;
}

.popBox .close {
  position: absolute;
  top: 0;
  right: -36px;
  z-index: 100;
}

.popBox .close a img {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.popBox .prev,
.popBox .next {
  cursor: pointer;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  color: #fff;
  position: absolute;
  top: calc(50% - 28px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -40px;
  width: 40px;
  z-index: 1;
  overflow: hidden;
  height: 23px;
}

.popBox .next {
  right: -40px;
  left: auto;
  text-align: right;
}

.popBox .next:after,
.popBox .prev:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: #fff;
  position: absolute;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  bottom: 0;
}

.popBox .date {
  position: absolute;
  bottom: -2px;
  right: -32px;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  z-index: 1;
}

.popBox .date span {
  font-size: 14rem;
  letter-spacing: -0.02em;
  line-height: 1;
  -webkit-animation: popnum 0.2s forwards;
          animation: popnum 0.2s forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  display: inline-block;
  margin: 0 4px 0 0;
}

@-webkit-keyframes popnum {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 -50% 0 0);
            clip-path: inset(0 -50% 0 0);
  }
}

@keyframes popnum {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 -50% 0 0);
            clip-path: inset(0 -50% 0 0);
  }
}
.popBox .innerBox .photo {
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  position: relative;
  overflow: hidden;
}

.popBox .innerBox .photo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0;
  -webkit-animation: popimg 0.3s forwards;
          animation: popimg 0.3s forwards;
}
@-webkit-keyframes popimg {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes popimg {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.popBox,
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-animation: popfade 0.5s forwards;
          animation: popfade 0.5s forwards;
}

.mfp-bg {
  background-color: rgba(0, 0, 0, 0.85);
}

.mfp-arrow {
  display: none !important;
}

@-webkit-keyframes popfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes popfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mfp-removing {
  -webkit-animation: pophide 0.5s forwards !important;
          animation: pophide 0.5s forwards !important;
}

@-webkit-keyframes pophide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes pophide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.mfp-wrap {
  position: fixed !important;
  top: 0 !important;
}
@media all and (min-width: 1000px) {
  body:not(.pad) #main .scheduleList li a:hover .photo::before {
    opacity: 1;
  }
  body:not(.pad) #main .scheduleList li a:hover .photo img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  body:not(.pad) .popBox .next:hover:after {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  body:not(.pad) .popBox .prev:hover:after {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  body:not(.pad) #main .comTagUl a:hover {
    color: #DF9F69;
  }
  body:not(.pad) #main .tagBox .link a:hover {
    background: #DF9F69;
  }
  body:not(.pad) .popBox .close a:hover img {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  #main .aboutList {
    margin: 0 -13px -13px;
  }
  #main .articleBox .linkBox .photo::after {
    height: 157px;
  }
  #main .articleBox {
    margin-bottom: 70px;
  }
}
@media all and (max-width: 999px) {
  #event {
    margin-bottom: 143px;
  }
  #main .aboutSec {
    padding: 59px 0 0;
  }
  #main .aboutSec h2 {
    margin-bottom: 13px;
  }
  #main .aboutSec svg {
    width: 170px;
    height: 69px;
  }
  #main .aboutSec h2 .imgSpan img:not(:last-child) {
    margin-bottom: 3px;
  }
  #main .aboutSec h2.txtSpan {
    margin-right: 10px;
  }
  #main .aboutSec h2 img {
    width: 100px;
    padding-left: 5px;
  }
  #main .aboutSec h2 .img02 {
    width: 60px;
  }
  #main .aboutSec .inner .ttlBox02 p {
    margin-bottom: 0;
    line-height: 1.67;
  }
  #main .aboutSec .inner .ttlBox02 {
    padding-bottom: 32px;
    margin-bottom: 17px;
  }
  #main .tagBox {
    margin-bottom: 84px;
  }
  #main .other {
    font-size: 3.2rem;
    margin: 0 0 17px;
  }
  #main .scheduleList {
    margin-bottom: 73px;
  }
  body:not(.pad) #main .single02 .scheduleList {
    padding: 0 25px;
  }
  body.pad #main .single02 .scheduleList {
    padding: 0 80px;
  }
  body:not(.pad) #main .scheduleList > li {
    width: 100%;
    margin: 0 0 22px;
  }
  #main .scheduleList > li:last-child {
    margin-bottom: 0;
  }
  #main .scheduleList li .photoBox {
    margin-bottom: 13px;
  }
  #main .scheduleList li .photo {
    height: 48vw;
  }
  body.pad #main .scheduleList > li {
    width: calc(50% - 3px);
  }
  body.pad #main .scheduleList li .photo {
    height: 23vw;
  }
  #main .scheduleList .date {
    padding-top: 10px;
    left: -10px;
    bottom: -7px;
    width: 58px;
    height: 58px;
    font-size: 1.3rem;
  }
  #main .scheduleList .date span {
    margin-top: -1px;
    font-size: 2.1rem;
  }
  #main .scheduleList li p {
    margin-bottom: -1px;
    font-size: 1.6rem;
  }
  #main .scheduleList li p:last-child {
    margin-bottom: 0;
  }
  .schedule_date {
    left: auto;
    right: -9px;
    bottom: -8px;
  }
  #main .eventBox {
    margin-bottom: 31px;
  }
  #main .eventBox .tagBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #main .eventBox .tagBox .ttl {
    margin-right: 8px;
    width: auto;
    margin-top: 0;
  }
  #main .aboutList li {
    margin-bottom: 28px;
  }
  .mainImg .photo img {
    height: 100% !important;
  }
  .mainImg .date {
    right: 0;
    bottom: 5px;
  }
  /* #main .detailBox {
  	padding-bottom: 54px;
  } */
  .mfp-wrap {
    overflow: auto;
  }
  .mfp-wrap .mfp-container {
    min-height: 450px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .popBox {
    max-width: inherit;
    height: 100vh;
    width: auto;
  }
  .popBox .close {
    position: fixed;
    right: 16px;
    top: 22px;
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .popBox .close a img {
    width: 20px;
  }
  .popBox .innerBox {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    height: 100%;
  }
  .popBox .innerBox p {
    margin: 0 20px 0;
    line-height: 1.6;
    padding: 0;
    position: absolute;
    bottom: 60px;
    text-align: left;
    max-height: 48px;
    overflow-y: scroll;
  }
  .popBox .innerBox .photo {
    padding-bottom: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .popBox .innerBox .photo img {
    max-height: 90vw;
  }
  .popBox .prev {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: auto;
    padding-left: 13px;
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    border-bottom: none;
    position: relative;
    left: auto;
  }
  .popBox .prev:after,
  .popBox .next:after {
    width: 9px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 36%;
    margin-top: -1px;
    left: 0;
    content: "";
  }
  .popBox .next {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: auto;
    padding-right: 13px;
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    position: relative;
    right: auto;
    border-bottom: none;
  }
  .popBox .next:after {
    right: 0;
    left: auto;
  }
  .popBox .icoBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 15px;
    width: 100%;
    left: 6px;
  }
  .popBox .icoBox > div {
    margin: 0 16px;
  }
  .popBox .date {
    right: 18px;
    font-size: 1.3rem;
    letter-spacing: 0.04em;
    position: fixed;
    bottom: -5px;
  }
  .popBox .date span {
    margin-right: 6px;
    font-size: 10rem;
    letter-spacing: -0.04em;
  }
  /* #event.single02 .detailBox {
  	padding-top: 40px;
  } */
}