/*---------------------------------------------------------------------------------------------------------
 TITLE:
 PAGE: event.html
---------------------------------------------------------------------------------------------------------*/
/* MAIN CONTENT -----------------------------------------------------------------------------------------*/
.event {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 150px;
}

/* title
========================================== */
.pageHeader {
  width: 100%;
  height: 250px;
  margin: 40px 0 0;
  text-align: center;
  background: url(../img/bg_page_header.png) center center no-repeat;
}

.header_ttl {
  padding-top: 20px;
}

/* event01
========================================== */
.eventWrapp01 {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 160px 0 110px;
  margin-top: -80px;
  background: url(../img/bg_patern01.png) center top;
  z-index: -1;
}

.event01-01 {
  position: relative;
  z-index: 2;
}

.eventWrapp01 h2 {
  text-align: center;
}

.event01_txt01 {
  width: 800px;
  margin: 25px auto 0;
  text-align: center;
}

.event01ImgBox {
  display: -ms-flexbox;
  display: flex;
  width: 1080px;
  margin: 60px auto 0;

  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
  justify-content: center;
}

.event01_img {
  line-height: 0;
  position: relative;
  margin: 10px 10px;
}

.event01_imgItem {
  box-sizing: border-box;
  width: 250px;
  border: 2px solid #b90b50;
}

.zoomIcon {
  position: absolute;
  right: 0;
  bottom: 0;
}

#boxer-overlay {
  z-index: 1000;
}

#boxer {
  z-index: 1000 !important;
}

#boxer .boxer-control.previous {
  left: 5px;
}

#boxer .boxer-control.next {
  right: 5px;
}

#boxer .boxer-position {
  padding: 15px 15px 10px 15px;
}

#boxer.mobile .boxer-position {
  padding: 15px 15px 10px 0;
}

#boxer .boxer-caption p {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
}

#boxer.mobile .boxer-caption p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

#boxer.mobile .boxer-control.disabled {
  opacity: 0;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

_:-ms-lang(x),#boxer .boxer-close:before {
  line-height: 35px;
}

/* event02
========================================== */
.eventWrapp02 {
  width: 100%;
  margin: 120px 0 170px;
  text-align: center;
}

.eventBgWrapper {
  width: 100%;
  height: 432px;
  background: #019dbf url(../img/bg_patern01.png) center center;
}

.eventBg {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 432px;
  margin: 0 auto;
  border-top: 15px solid #019dbf;
  border-bottom: 15px solid #019dbf;
  background: rgba(1, 157, 191, .5);
}

.eventBg:before {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  content: "";
  border-top: 2px solid #ffa400;
}

.eventBg:before {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  content: "";
  border-bottom: 2px solid #ffa400;
}

.eventImg {
  position: relative;
  z-index: 1;
  margin: -40px 0 0;
}

/* event TXT */
.eventTxt01 {
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  color: #000;
  text-shadow: white 1px 1px 1px,  white 1px -1px 1px,  white -1px 1px 1px, white -1px -1px 1px;
}

/*-------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 374px) {
  .sps-none {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .sp-none {
    display: none;
  }
  .event {
    padding: 0 0 80px;
  }
  .pageHeader {
    width: 100%;
    height: 38.28125vw;
    margin: 0;
    padding: 0;
    text-align: center;
    background: url(../img/sp/bg_page_header.png) center top repeat;
    background-size: cover;
  }
  .header_ttl {
    width: 31.46875vw;
    margin: 0 auto;
    padding-top: 5.625vw;
  }
  .eventWrapp01 {
    width: 100%;
    height: auto;
    margin: -6.25vw 0 0;
    padding: 20vw 0 10vw;
  }
  .eventWrapp01 h2 {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .eventWrapp01 h2 img {
    position: relative;
    left: 50%;
    width: 130%;
    transform: translate(-50%, 0);
  }
  .event01_txt01 {
    width: 90.6vw;
    margin: 3vw auto 0;
  }
  .event01ImgBox {
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    margin: 12vw auto 0;
    padding: 0 10px;

    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .event01_img {
    line-height: 0;
    position: relative;
    width: 48%;
    margin: 0 0 10px;
  }
  .event01_imgItem {
    max-width: 100%;
    border: 2px solid #b90b50;
  }
  .zoomIcon {
    width: 6.25vw;
  }
  .eventWrapp02 {
    position: relative;
    height: calc(174.0625vw - 34.375vw);
    margin: 40vw 0 10vw;
  }
  .eventBgWrapper {
    height: 80.1875vw;
    margin: 34.375vw 0 0;
  }
  .eventBg {
    height: 80.1875vw;
    border-top: 10px solid #019dbf;
    border-bottom: 10px solid #019dbf;
  }
  .eventImg {
    position: absolute;
    top: -34.375vw;
    margin: 0;
  }
  .eventTxt01 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 640px) {
  .pc-none {
    display: none;
  }
}