body .bg-img {
  display: none;
}
body .se-0 {
  background: url(../images/events/main-bg.jpg) no-repeat top center;
  width: 100%;
  height: 544px;
}
body .se-0 .wrap {
  position: relative;
  max-width: 1170px;
  width: 100%;
  margin: auto;
  height: 100%;
  overflow: hidden;
}
body .se-0 .wrap .site-breadcrumb {
  color: #000;
  padding: 10px;
}
body .se-0 .wrap .site-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .se-0 .wrap .site-breadcrumb a {
  color: #000;
  display: inline-block;
  font-size: 14px;
}
body .se-0 .wrap .txt-box {
  max-width: 420px;
  width: 80%;
  margin: 20px auto 95px;
  text-align: center;
}
body .se-0 .wrap .txt-box .sg {
  margin-bottom: 25px;
}
body .se-0 .wrap .txt-box .sg img {
  width: 100%;
  vertical-align: top;
}
body .se-0 .wrap .txt-box p {
  text-shadow: 1px 1px 2px #fff;
  font-size: 18px;
  color: #303030;
  letter-spacing: 1px;
  line-height: 1.5;
}
body .se-0 .wrap .txt-box p span {
  color: #1766b0;
  font-weight: bold;
  font-size: 22px;
}
body .se-0 .wrap .flex-box {
  max-width: 790px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body .se-0 .wrap .flex-box .box {
  cursor: pointer;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body .se-0 .wrap .flex-box .box:hover {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body .se-0 .wrap .flex-box .box .rwd-mb {
  display: none;
}
body .se-0 .wrap .flex-box .box img {
  vertical-align: top;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body .se-0 {
    background: none;
    position: relative;
    height: auto;
  }
  body .se-0 .bg-img {
    display: block;
    width: 100%;
  }
  body .se-0 .bg-img img {
    width: 100%;
    vertical-align: top;
  }
  body .se-0 .wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  body .se-0 .wrap .site-breadcrumb {
    display: none;
  }
  body .se-0 .wrap .txt-box {
    margin-top: 10%;
  }
  body .se-0 .wrap .txt-box .sg {
    margin-bottom: 15px;
  }
  body .se-0 .wrap .txt-box p {
    line-height: 1.3;
  }
  body .se-0 .wrap .flex-box {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    width: 95%;
  }
  body .se-0 .wrap .flex-box .box .rwd-pc {
    display: none;
  }
  body .se-0 .wrap .flex-box .box .rwd-mb {
    display: block;
  }
}
body .se-1 {
  background: url(../images/events/s1-bg.jpg) no-repeat top center;
  width: 100%;
}
body .se-1 .wrap {
  position: relative;
  max-width: 1170px;
  width: 95%;
  margin: auto;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 100px;
}
body .se-1 .wrap .block-title {
  position: relative;
  text-align: center;
  margin-bottom: 25px;
}
body .se-1 .wrap .block-title:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #28883a;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  left: 0;
  z-index: 0;
}
body .se-1 .wrap .block-title span {
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: #28883a;
  color: #fff;
  font-size: 26px;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
}
body .se-1 .wrap .block-box .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
  padding: 25px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .se-1 .wrap .block-box .flex-box:not(:last-child) {
  border-bottom: 1px solid #eee;
}
body .se-1 .wrap .block-box .flex-box:last-child {
  margin-bottom: 50px;
}
body .se-1 .wrap .block-box .flex-box > .img {
  border-radius: 10px;
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  overflow: hidden;
}
body .se-1 .wrap .block-box .flex-box > .img img {
  width: 100%;
  vertical-align: top;
}
body .se-1 .wrap .block-box .flex-box dl {
  width: 50%;
  line-height: 2;
}
body .se-1 .wrap .block-box .flex-box dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  font-weight: bold;
  color: #646464;
}
body .se-1 .wrap .block-box .flex-box dl dt img {
  width: 65px;
  vertical-align: top;
}
body .se-1 .wrap .block-box .flex-box dl .txt {
  color: #646464;
  font-size: 16px;
  margin-bottom: 30px;
}
body .se-1 .wrap .block-box .flex-box dl .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 13px;
}
body .se-1 .wrap .block-box .flex-box dl .tags a {
  border: 1px solid #28883a;
  border-radius: 20px;
  color: #28883a;
  font-size: 15px;
  padding: 0 20px;
  line-height: 29px;
  height: 32px;
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body .se-1 .wrap .block-box .flex-box dl .tags a:hover {
  background-color: #28883a;
  color: #fff;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
@media screen and (max-width: 768px) {
  body .se-1 {
    background: none;
    background-color: #fff;
  }
  body .se-1 .wrap {
    padding-bottom: 0;
  }
  body .se-1 .wrap .block-title {
    font-size: 22px;
  }
  body .se-1 .wrap .block-box {
    width: 90%;
    margin: auto;
  }
  body .se-1 .wrap .block-box .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  body .se-1 .wrap .block-box .flex-box:last-child {
    margin-bottom: 20px;
  }
  body .se-1 .wrap .block-box .flex-box.flex-rever {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  body .se-1 .wrap .block-box .flex-box > .img {
    width: 100%;
  }
  body .se-1 .wrap .block-box .flex-box dl {
    width: 100%;
  }
  body .se-1 .wrap .block-box .flex-box dl dt {
    font-size: 26px;
  }
  body .se-1 .wrap .block-box .flex-box dl dt img {
    width: 60px;
  }
  body .se-1 .wrap .block-box .flex-box dl .txt {
    font-size: 15px;
  }
}
body .se-2 {
  background: url(../images/events/s2-bg.png) repeat;
  width: 100%;
}
body .se-2 .wrap {
  position: relative;
  max-width: 1170px;
  width: 95%;
  margin: auto;
  padding: 70px 0;
}
body .se-2 .wrap .se-title {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
body .se-2 .wrap .se-sub-title {
  font-size: 18px;
  color: #dbdbdb;
  text-align: center;
  line-height: 1.6;
}
body .se-2 .wrap .se-sub-title a {
  font-size: 18px;
  color: #b7ff70;
  text-decoration: none;
}
body .se-2 .wrap .se-sub-title a:hover {
  text-decoration: underline;
}
body .se-2 .wrap .img {
  margin: 50px auto;
  width: 100%;
  max-width: 990px;
}
body .se-2 .wrap .img .rwd-mb {
  display: none;
}
body .se-2 .wrap .img img {
  width: 100%;
  vertical-align: top;
}
body .se-2 .wrap .btn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
body .se-2 .wrap .btn-row a {
  border-radius: 30px;
  width: 300px;
  border: 2px solid #fff;
  padding: 0 20px;
  height: 48px;
  line-height: 44px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body .se-2 .wrap .btn-row a:hover {
  background-color: #fff;
  color: #545454;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
@media screen and (max-width: 768px) {
  body .se-2 .wrap {
    padding: 40px 0;
  }
  body .se-2 .wrap .se-title {
    font-size: 35px;
  }
  body .se-2 .wrap .se-sub-title {
    font-size: 15px;
  }
  body .se-2 .wrap .img {
    max-width: 678px;
    width: 90%;
    margin: 30px auto;
  }
  body .se-2 .wrap .img .rwd-pc {
    display: none;
  }
  body .se-2 .wrap .img .rwd-mb {
    display: block;
  }
  body .se-2 .wrap .btn-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .se-2 .wrap .btn-row a {
    width: 100%;
  }
}
body .se-3 {
  background: url(../images/events/s1-bg.jpg) no-repeat top center;
  width: 100%;
  padding-bottom: 100px;
}
body .se-3 .wrap {
  position: relative;
  max-width: 1170px;
  width: 95%;
  margin: auto;
  padding-top: 50px;
}
body .se-3 .wrap .se-title {
  font-size: 50px;
  color: #28883a;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
body .se-3 .wrap .block-title {
  position: relative;
  text-align: center;
  margin: 70px 0 50px;
}
body .se-3 .wrap .block-title:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #28883a;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  left: 0;
  z-index: 0;
}
body .se-3 .wrap .block-title span {
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: #28883a;
  color: #fff;
  font-size: 26px;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
}
body .se-3 .wrap .img-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
body .se-3 .wrap .img-row.rwd-pc img {
  width: 25%;
  max-width: 270px;
}
body .se-3 .wrap .img-row.rwd-mb {
  display: none;
}
body .se-3 .wrap .info-txt a {
  font-size: 16px;
  color: #646464;
}
body .se-3 .wrap .info-txt a:hover {
  text-decoration: underline;
}
body .se-3 .wrap .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
body .se-3 .wrap .flex-box .img {
  width: 50%;
  overflow: hidden;
  border-radius: 10px;
}
body .se-3 .wrap .flex-box .img img {
  width: 100%;
  vertical-align: top;
}
body .se-3 .wrap .flex-box ul {
  width: 50%;
}
body .se-3 .wrap .flex-box ul li {
  padding-left: 32px;
  position: relative;
  margin-bottom: 10px;
  color: #646464;
  font-size: 16px;
  line-height: 1.6;
}
body .se-3 .wrap .flex-box ul li:after {
  content: "";
  background: url(../images/events/s3-iconcheck.svg) no-repeat top center;
  width: 21px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 2px;
}
body .se-3 .wrap .btn-row {
  text-align: center;
  margin: 50px auto;
}
body .se-3 .wrap .btn-row a {
  border: 2px solid #28883a;
  border-radius: 30px;
  color: #28883a;
  font-size: 18px;
  padding: 0 20px;
  line-height: 44px;
  height: 48px;
  display: inline-block;
  text-align: center;
  width: 290px;
  font-weight: bold;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body .se-3 .wrap .btn-row a:hover {
  background-color: #28883a;
  color: #fff;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
@media screen and (max-width: 768px) {
  body .se-3 {
    background: none;
    background-color: #fff;
    padding-bottom: 0;
  }
  body .se-3 .wrap {
    width: 90%;
    margin: auto;
    padding-top: 30px;
  }
  body .se-3 .wrap .se-title {
    line-height: 1.4;
    font-size: 35px;
  }
  body .se-3 .wrap .block-title {
    margin: 20px 0;
  }
  body .se-3 .wrap .block-title span {
    font-size: 5vw;
  }
  body .se-3 .wrap .img-row.rwd-pc {
    display: none;
  }
  body .se-3 .wrap .img-row.rwd-mb {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  body .se-3 .wrap .img-row.rwd-mb img {
    width: 100%;
  }
  body .se-3 .wrap .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .se-3 .wrap .flex-box .img {
    width: 100%;
  }
  body .se-3 .wrap .flex-box ul {
    width: 100%;
  }
  body .se-3 .wrap .btn-row {
    margin: 30px auto 50px;
  }
}
body .lightbox-bg {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1100;
  width: 0;
  margin: auto;
  overflow-x: hidden;
}
body .lightbox-bg.open {
  width: 100%;
}
body .lightbox {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1100;
  width: 0;
  margin: auto;
  overflow: hidden;
  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;
}
body .lightbox.open {
  width: 100%;
  height: 100%;
}
body .lightbox.open .content {
  height: 100%;
}
body .lightbox .wrap {
  position: relative;
  background-color: #fff;
  max-width: 555px;
  border-radius: 10px;
  width: 100%;
  margin: auto;
  overflow: hidden;
}
body .lightbox .wrap .lb-title {
  background-color: #28893A;
  color: #fff;
  font-size: 22px;
  text-align: center;
  padding: 26px 0;
  position: relative;
  font-weight: bold;
}
body .lightbox .wrap .lb-title a {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 26px;
  top: 26px;
}
body .lightbox .wrap .lb-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 28px;
}
body .lightbox .wrap .lb-content dl {
  width: 50%;
}
body .lightbox .wrap .lb-content dl dt {
  margin-bottom: 5px;
}
body .lightbox .wrap .lb-content dl dt span {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  background-color: #28893A;
  border-radius: 30px;
  padding: 4px 15px;
  text-align: center;
}
body .lightbox .wrap .lb-content dl dt span small {
  display: block;
  line-height: 1.6;
  font-size: 13px;
  color: #fff;
}
body .lightbox .wrap .lb-content dl dd {
  font-size: 15px;
  color: #646464;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
}
body .lightbox .wrap .lb-content dl dd.sub-title {
  color: #28893A;
}
body .lightbox .wrap .lb-content dl dd.blank {
  height: 10px;
}
body .lightbox .wrap .lb-content dl .ic-free {
  width: 20px;
}
body .lightbox .wrap .lb-content dl .ic-check {
  width: 20px;
}
body .lightbox .wrap .lb-content dl .ic-no {
  width: 20px;
}
body .lightbox .wrap .lb-content dl .ic-star {
  width: 20px;
}
@media screen and (max-width: 768px) {
  body .lightbox .wrap {
    border-radius: 0;
    max-width: 100%;
    height: 100%;
    position: relative;
  }
  body .lightbox .wrap .lb-content {
    overflow-y: scroll;
    height: calc(100% - 90px);
  }
}