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;
}

#point{
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  padding-bottom: 500px;
  background-repeat: no-repeat;
  background-position: center top;
}

#point > .headerBG{
  position: relative;
  width: 100%;
  height: 370px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
}

#point > .pointWrap{
  display: block;
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.pointWrap > .point01{
  position: relative;
  width: 963px;
  height: 221px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  padding: 0;
  text-align: center;
}
.pointWrap > .Moe{
  position: absolute;
  top: -20px;
  left: calc(50% - 430px);
  margin: 0;
  padding: 0;
}
.pointWrap > .point02{
  position: relative;
  width: 925px;
  height: 1068px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  padding: 0;
  text-align: center;
}
.pointWrap > .point03{
  position: relative;
  width: 914px;
  height: 536px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  padding: 0;
  text-align: center;
}
.pointWrap > .point03 .dlcBtn{
  position: absolute;
  bottom: 27px;
  left: 585px;
}
.pointWrap > .point04{
  position: relative;
  width: 968px;
  height: 769px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  padding: 0;
  text-align: center;
}
.pointWrap > .point05{
  position: relative;
  width: 968px;
  height: 633px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  padding: 0;
  text-align: center;
}
.pointWrap > .point05 .dlcBtn{
  position: absolute;
  bottom: 2px;
  left: 227px;
}

/*
.effect01 > div{
  position: absolute;
  width: 3px;
  height: calc(100% + 6px);
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  top: 0;
  left: 0px;
  overflow: hidden;
  transition-duration: 0.8s;
  transition-delay: 0.2s;
}
.effect01.is_active > div{
  width: calc(100%);
}
.effect01. > div > *{
  position: absolute;
  width: auto;
  height: auto;
  margin: auto;
  padding: 0;
  top: 0px;
  left: 0px;
  right: 0;
}
.effect01 > div > div.line{
  position: absolute;
  width: calc(100%);
  height: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  border-right: solid 3px #2323ff88;
  box-sizing: border-box;
  background-color: transparent;
  border-image: linear-gradient(60deg, #d3901d, #f0ca66, #c07630);
  border-image-slice: 1 1 1 1;
  animation-name: pointAnim;
  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;
  pointer-events: none;
}
.effect01.is_active > div > div.line{
  opacity: 0;
}
@-webkit-keyframes pointAnim {
  0% {
	}
	50% {
	}
	100% {
	}
}
*/
.effect01 {
  opacity: 0;
  transition-duration: 1.5s;
}
.effect01.is_active {
  opacity: 1;
}

.point02 .charaWrap01{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  width: 100vw;
  height: 195px;
  left: calc((-100vw + 1000px) / 2);
  bottom: 10px;
}
.point02 .charaWrap01 > img{
  margin: auto;
  margin-left: 1px;
  margin-right: 1px;
}
.point03 .charaWrap02{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  width: 100vw;
  height: 210px;
  left: calc((-100vw + 1000px) / 2);
  top: 45px;
}
.point03 .charaWrap02 > img{
  margin: auto;
  margin-left: 1px;
  margin-right: 1px;
}
