html,body{
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  /* cursor: none; */
}
html{
  font-size: 0px;
  background-color: #fff;
}
a{
  text-decoration: none;
}

#all_wrap{
  position: relative;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  min-width: 1200px;
  max-width: 1920px;
  min-height: 100vh;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  overflow: hidden;
  /*
  background:repeating-linear-gradient(
  -45deg,
  #ffffff,
  #ffffff 7px,
  #fffbf0 0,
  #fffbf0 14px
  );
  */
  background-color: #ffffff;
}

#gallery{
  position: relative;
  width: 100%;
  height: auto;
  min-width: 1200px;
  max-width: 1920px;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  overflow: hidden;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top;
}

#gallery > .subTitle{
  display: block;
  position: relative;
  width: 100%;
  height: 370px;
  min-width: 1200px;
  max-width: 1920px;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center top;
}

#gallery > .galleryWrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  width: 1100px;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  margin-bottom: 500px;
  padding: 0;
  font-size: 0;
}

#gallery .galWindow{
  display: inline-block;
  position: relative;
  width: 283px;
  height: 157px;
  top: 0;
  left: 0;
  margin: 0;
  margin-right: 5%;
  margin-bottom: 50px;
  padding: 0;
  text-align: left;
  font-size: 0;
  border: 3px solid #3d2b1d;
  border-radius: 10px 10px;
  overflow: hidden;
}
#gallery .galWindow:nth-child(3n){
  margin-right: 0%;
}
#gallery .galWindow[data-izimodal-open]:hover{
  cursor: pointer;
}
#gallery .galWindow > div{
  position: absolute;
  width: 0px;
  height: calc(100%);
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  transition-duration: 0.8s;
  transition-delay: 0.2s;
}
#gallery .galWindow.is_active > div{
  width: calc(100%);
}
#gallery .galWindow > div > div:last-child{
  position: absolute;
  width: calc(100% - 3px);
  height: 100%;
  margin: 0;
  padding: 0;
  top: 0px;
  left: 0;
  border-right: solid 3px #2323ff88;
  box-sizing: content-box;
  background-color: transparent;
  border-image: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  border-image-slice: 1;
  animation-name: galAnim01;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  opacity: 0.5;
  filter: blur(3px);
  transition-duration: 1s;
  transition-delay: 1s;
}
#gallery .galWindow.is_active > div > div:last-child{
  opacity: 0;
}
#gallery .galWindow.is_active > div > img{
  transition-duration: 0.3s;
  transform: rotateZ(0) scale(1.0);
}
#gallery .galWindow.is_active:hover > div > img{
  transform: rotateZ(5deg) scale(1.35);
}

@-webkit-keyframes galAnim01 {
  0% {
		filter: hue-rotate(0deg);
	}
	50% {
		filter: hue-rotate(0deg);
	}
	100% {
    filter: hue-rotate(360deg);
	}
}
@keyframes galAnim01 {
  0% {
		filter: hue-rotate(0deg);
	}
	50% {
		filter: hue-rotate(0deg);
	}
	100% {
    filter: hue-rotate(360deg);
	}
}


.gallery {
  position: relative;
  width: 1000px;
  height: 563px;
}
.gallery img{
  position: absolute;
  top: 0;
  left: 0;
  transition-duration: 0.5s;
  opacity: 1;
}
.gallery img.is_unlook{
  opacity: 0;
}
.EV_text_base {
  position: relative;
  width: 1000px;
  height: 200px;
  padding: 0;
  background-color: #ffffff;
}
.EV_text {
  position: relative;
  width: 1000px;
  height: 200px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
  overflow-y: scroll;
  padding: 25px;
  /* margin-inline-start: 30px; */
  border: solid 3px #f8597d;
  white-space: pre-wrap;
}
