#led_gallery .mainimgv00 {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
#led_gallery .mainimgv0 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
#led_gallery .main_ttl {
  max-width: 700px;
  position: absolute;
  bottom: 10%;
  width: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1.2);
          transform: translateX(-50%) scale(1.2);
  opacity: 0;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  -webkit-transition: 1s;
  transition: 1s;
}
@media screen and (max-width: 767px) {
  #led_gallery .main_ttl {
    max-width: 229px;
    width: 60%;
    bottom: unset;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
  }
}
#led_gallery .main_ttl.act {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
#led_gallery .mainimgv {
  width: 100%;
  height: 100%;
  position: relative;
}
#led_gallery .video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
#led_gallery .video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#led_gallery figure img {
  width: 100%;
  height: auto;
}
#led_gallery .bvimg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 105%;
  z-index: 12000;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  -webkit-transition: 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  transition: 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
}
#led_gallery .bvimg figure {
  width: 100%;
  max-width: 100%;
  height: 90%;
  overflow: hidden;
}
#led_gallery .bvimg figure iframe {
  pointer-events: none;
  display: block;
  vertical-align: bottom;
  width: 100%;
  height: 120%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -5%;
}
#led_gallery .bvimg figure video {
  pointer-events: none;
  display: block;
  vertical-align: bottom;
  width: 100%;
  height: 120%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -5%;
}
#led_gallery .bvimg figure img {
  pointer-events: none;
  display: block;
  vertical-align: bottom;
  width: 100%;
  height: 120%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -5%;
}
#led_gallery .bvimg .vcls {
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: -120px;
  background-color: #fff;
  height: 60px;
  z-index: 9912;
  width: 240px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  transition: 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#led_gallery .bvimg .vcls p {
  display: block;
  position: relative;
  color: #000;
}
#led_gallery.imgopen {
  overflow: hidden;
}
#led_gallery.imgopen .bvimg {
  top: 0;
}
#led_gallery.imgopen .vcls {
  bottom: 20px;
}
#led_gallery ._sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #led_gallery ._sp {
    display: block;
  }
}
#led_gallery #wrapper {
  background-color: transparent;
}
#led_gallery .main_wrap {
  width: 100%;
  position: relative;
  top: 75px;
}
#led_gallery .concept .bg_blue {
  background-color: #1B1363;
}
#led_gallery .concept_ttl {
  font-size: 20px;
  color: #1B1363;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #led_gallery .concept_ttl {
    font-size: 17px;
  }
}
#led_gallery .concept_sub {
  text-align: center;
  font-size: 16px;
  margin: 1em 0 3em;
  color: #1B1363;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #led_gallery .concept_sub {
    font-size: 10px;
    letter-spacing: -0.02em;
  }
}
#led_gallery .concept_btn {
  margin: 0 auto;
  cursor: pointer;
}
#led_gallery .concept_point {
  color: #1B1363;
}
#led_gallery .concept_point-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
}
@media screen and (max-width: 767px) {
  #led_gallery .concept_point-main {
    padding: 50px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#led_gallery .concept_point-number {
  font-size: 92px;
  line-height: 0.7;
  letter-spacing: -0.05em;
  margin-left: -40px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #led_gallery .concept_point-number {
    font-size: 46px;
    margin-left: 0;
    margin-bottom: 25px;
  }
}
#led_gallery .concept_point-ttl {
  font-size: 32px;
  line-height: 1.3125;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #led_gallery .concept_point-ttl {
    font-size: 17px;
    text-align: center;
  }
}
#led_gallery .concept_point-desc {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: justify;
  margin-top: 1em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #led_gallery .concept_point-desc {
    font-size: 10px;
    letter-spacing: -0.02em;
    text-align: center;
    margin: 2.5em 0 3em;
  }
}
#led_gallery .concept_point-txt {
  width: 43%;
}
@media screen and (max-width: 767px) {
  #led_gallery .concept_point-txt {
    width: 100%;
  }
}
#led_gallery .concept_point-img {
  width: 45%;
}
@media screen and (max-width: 767px) {
  #led_gallery .concept_point-img {
    width: 100%;
  }
}
#led_gallery .concept_point.bg_blue {
  color: #fff;
}
#led_gallery .concept_point.spe .concept_point-main {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  padding: 75px 0 0;
}
@media screen and (max-width: 767px) {
  #led_gallery .concept_point.spe .concept_point-main {
    padding: 50px 0 0;
  }
}
#led_gallery .concept_point.spe .concept_point-number {
  width: 100%;
  text-align: center;
  margin-left: 0;
  margin-bottom: 30px;
}
#led_gallery .concept_point.spe .concept_point-txt,
#led_gallery .concept_point.spe .concept_point-desc,
#led_gallery .concept_point.spe .concept_point-img {
  text-align: center;
  width: 100%;
}
#led_gallery .concept_point.spe .concept_point-img {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #led_gallery .concept_point.spe .concept_point-img {
    margin-top: 0;
  }
}
#led_gallery .concept .com-note {
  font-size: 10px;
  color: #1B1363;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
  max-width: 1040px;
  margin: 30px auto;
  padding: 0 20px;
}