#p-3d-simulator{
  line-height: 1.75;
}
#p-3d-simulator img{
  max-width: 100%;
}
#p-3d-simulator h1,#p-3d-simulator h2,#p-3d-simulator h3,#p-3d-simulator h4{
  line-height: 1.25;
  font-weight: 700;
}
#p-3d-simulator h2{
  margin-bottom: 3.13vw;
  font-size: 3.13vw;
}
#p-3d-simulator section{
  padding: 3.13vw 0;
}
#p-3d-simulator p+p{
  margin-top: 1em;
}
#p-3d-simulator section section{
  padding: 0;
}
#p-3d-simulator section section + section{
  margin-top: 3.13vw;
}
#p-3d-simulator .border-corner{
  padding: 10px;
  border: 1px solid #ccc;
  position: relative;
}
#p-3d-simulator .border-corner::before,
#p-3d-simulator .border-corner::after,
#p-3d-simulator .border-corner .border-corner__inner::before,
#p-3d-simulator .border-corner .border-corner__inner::after{
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
}
#p-3d-simulator .border-corner::before{
  border-top: 3px solid #ccc;
  border-left: 3px solid #ccc;
  top: -2px;
  left: -2px;
}
#p-3d-simulator .border-corner::after{
  border-top: 3px solid #ccc;
  border-right: 3px solid #ccc;
  top: -2px;
  right: -2px;
}
#p-3d-simulator .border-corner .border-corner__inner::before{
  border-bottom: 3px solid #ccc;
  border-left: 3px solid #ccc;
  bottom: -2px;
  left: -2px;
}
#p-3d-simulator .border-corner .border-corner__inner::after{
  border-bottom: 3px solid #ccc;
  border-right: 3px solid #ccc;
  bottom: -2px;
  right: -2px;
}
#p-3d-simulator .stripe{
  display: block;
  position: relative;
}
#p-3d-simulator .stripe__inner{
  position: relative;
  z-index: 1;
}
#p-3d-simulator .stripe::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
#p-3d-simulator .stripe--slant::after{
  background-image: linear-gradient(-45deg, rgba(0,0,0,0) 25%, rgba(0,0,0,0.5) 25%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 75%, rgba(0,0,0,0.5) 75%, rgba(0,0,0,0.5));
  background-size: 4px 4px;
}
#p-3d-simulator .stripe--horizontal::after{
  background-image: linear-gradient(0deg, rgba(56,149,255,0) 25%, rgba(56,149,255,1) 25%, rgba(56,149,255,1) 50%, rgba(56,149,255,0) 50%, rgba(56,149,255,0) 75%, rgba(56,149,255,1) 75%, rgba(56,149,255,1));
  background-size: 4px 4px;
  opacity: 0.3;
}
#p-3d-simulator .bg-solid{
  background: #fff;
}
#p-3d-simulator .bg-grid{
  margin-bottom: -6.26vw;
  padding-bottom: 3.13vw;
  background: #002853 url(../images/pattern-grid.webp);
  color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6.26vw), 50% 100%, 0 calc(100% - 6.26vw));
}
#p-3d-simulator .bg-grid section:first-child{
  padding-top: 9.38vw;
}
#p-3d-simulator .bg-grid section:last-child{
  padding-bottom: 3.13vw;
}
#p-3d-simulator .p-3d-simulator-kv{
  width: 100%;
  padding: 0;
  aspect-ratio:1920/540;
  color: #fff;
  font-size: 4.69vw;
  font-weight: 700;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#p-3d-simulator .p-3d-simulator-kv h1 small{
  font-size: 50%;
}
#p-3d-simulator .p-3d-simulator-kv h1{
  margin-top: calc(4.69vw * 0.5 * 0.5 * -1);
}
#p-3d-simulator .p-3d-simulator-kv video,#p-3d-simulator .p-3d-simulator-kv img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  z-index: -1;
}
#p-3d-simulator .p-3d-simulator-kv img{
  filter: blur(10px);
}
#p-3d-simulator .p-3d-simulator-kv .stripe{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#p-3d-simulator .campaign{
  margin-bottom: -3.13vw;
  position: relative;
  z-index: 1;
}
#p-3d-simulator .campaign .stripe{
  padding: 1.56vw;
  background: #002853;
  color: #fff;
  box-shadow: inset 0 0 3.13vw 1.56vw #3895ff;
  text-align: center;
}
#p-3d-simulator .campaign .border-corner,
#p-3d-simulator .campaign .border-corner::before,
#p-3d-simulator .campaign .border-corner::after,
#p-3d-simulator .campaign .border-corner .border-corner__inner::before,
#p-3d-simulator .campaign .border-corner .border-corner__inner::after{
  border-color: #3895ff;
}
#p-3d-simulator .campaign h3{
  margin: 0 0 1.56vw 0;
  font-size: 1.88vw;
  font-weight: 700;
}
#p-3d-simulator .campaign h4{
  margin: 0 0 1.56vw 0;
  font-size: 1.25vw;
  font-weight: 700;
}
#p-3d-simulator .campaign p{
  font-size: 0.94vw;
  font-weight: 700;
}
#p-3d-simulator .campaign section{
  padding: 0;
}
#p-3d-simulator .campaign section+section{
  margin-top: 1.56vw;
}
#p-3d-simulator .campaign figure{
  position: relative;
}
#p-3d-simulator .campaign figure figcaption{
  padding: 0 1em;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  color: #fff;
  backdrop-filter: blur(1em);
}
#p-3d-simulator .campaign .c-button--primary-white{
  margin: 1.56vw auto 0 auto;
}
#p-3d-simulator .p-3d-simulator-introduction{
  padding:  0 3.13vw;
  position: relative;
  z-index: 1;
}
#p-3d-simulator .p-3d-simulator-introduction h2{
  font-size: 3.54vw;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.05em;
  line-height: 1;
}
#p-3d-simulator .p-3d-simulator-introduction p{
  margin-top: 3.13vw;
  font-size: 1.46vw;
  font-weight: 700;
  letter-spacing: -0.05em;
}
#p-3d-simulator .p-3d-simulator-introduction__text{
  padding: 3.13vw 0;
}
#p-3d-simulator .p-3d-simulator-introduction__video iframe,#p-3d-simulator .p-3d-simulator-introduction__video video{
  margin-top: -3.13vw;
  width: 100%;
  aspect-ratio:16/9;
  box-shadow: 0 0 1.56vw 0 #fff;
}
#p-3d-simulator .p-3d-simulator-feature p{
  margin-top: 1.56vw;
  font-size: 1.25vw;
}
#p-3d-simulator .p-3d-simulator-feature iframe,#p-3d-simulator .p-3d-simulator-feature video{
  width: 100%;
  aspect-ratio:16/9;
}
#p-3d-simulator .p-3d-simulator-detail dl+dl{
  margin-top: 1.56vw;
}
#p-3d-simulator .p-3d-simulator-detail dl dt{
  font-size: 1.25vw;
  font-weight: 700;
  letter-spacing: -0.05em;
}
#p-3d-simulator .p-3d-simulator-detail dl dd{
  font-size: 0.94vw;
}
#p-3d-simulator .p-3d-simulator-detail dl dd ul{
  list-style: disc;
  padding-left: 1em;
}
#p-3d-simulator .p-3d-simulator-finish{
  padding: 9.38vw 0 3.13vw 0;
}
#p-3d-simulator .p-3d-simulator-finish h2{
  text-align: center;
}
#p-3d-simulator .p-3d-simulator-finish p{
  font-size: 1.25vw;
  font-weight: 700;
}
#p-3d-simulator .p-3d-simulator-development{
  padding: 0;
  background: #002853 url(../images/pattern-grid.webp);
  color: #fff;
}
#p-3d-simulator .p-3d-simulator-development__text{
  padding: 3.13vw 0;
}
#p-3d-simulator .p-3d-simulator-development__thumb{
  text-align: center;
}
#p-3d-simulator .p-3d-simulator-development__thumb img{
  margin: -3.13vw 0 0 0;
  height: calc(100% + 3.13vw);
}
#p-3d-simulator .p-3d-simulator-development p{
  font-size: 1.25vw;
  font-weight: 700;
}
#p-3d-simulator .campaign .campaign__coupon{
  text-align: center;
}
#p-3d-simulator .campaign .campaign__coupon p{
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width:767px){
  #p-3d-simulator h2{
    margin-bottom: 8vw;
    font-size: 9.6vw;
  }
  #p-3d-simulator section{
    padding: 8vw 0;
  }
  #p-3d-simulator section section + section{
    margin-top: 8vw;
  }
  #p-3d-simulator .u-pc-width{
    width: 92vw;
    margin: 0 4vw;
  }
  #p-3d-simulator .border-corner{
    padding: 2.67vw;
  }
  #p-3d-simulator .border-corner::before,
  #p-3d-simulator .border-corner::after,
  #p-3d-simulator .border-corner .border-corner__inner::before,
  #p-3d-simulator .border-corner .border-corner__inner::after{
    width: 4vw;
    height: 4vw;
  }
  #p-3d-simulator .stripe--slant::after{
    background-size: 1.07vw 1.07vw;
  }
  #p-3d-simulator .stripe--horizontal::after{
    background-size: 1.07vw 1.07vw;
  }
  #p-3d-simulator .bg-grid{
    margin-bottom: -8vw;
    padding-bottom: 8vw;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8vw), 50% 100%, 0 calc(100% - 8vw));
  }
  #p-3d-simulator .bg-grid section:first-child{
    padding-top: 100vw;
  }
  #p-3d-simulator .p-3d-simulator-kv{
    aspect-ratio:16/9;
    font-size: 9.6vw;
  }
  #p-3d-simulator .p-3d-simulator-kv h1{
    margin-bottom: 4vw;
  }
  #p-3d-simulator .p-3d-simulator-kv video,#p-3d-simulator .p-3d-simulator-kv img{
    height: 100%;
    object-fit: cover;
    filter: blur(2vw);
  }
  #p-3d-simulator .campaign{
    margin-bottom: -84vw;
  }
  #p-3d-simulator .campaign .stripe{
    padding: 8vw;
    box-shadow: inset 0 0 32vw 8vw #3895ff;
  }
  #p-3d-simulator .campaign h3{
    margin: 0 0 8vw;
    font-size: 9.6vw;
  }
  #p-3d-simulator .campaign h4{
    margin: 0 0 8vw;
    font-size: 4.8vw;
  }
  #p-3d-simulator  .campaign p{
    margin-top: 8vw;
    font-size: 4.27vw;
  }
  #p-3d-simulator .campaign section+section{
    margin-top: 8vw;
  }
  #p-3d-simulator .campaign .c-button--primary-white{
    margin: 8vw auto 0 auto;
  }
  #p-3d-simulator .p-3d-simulator-introduction{
    padding: 0 4vw;
  }
  #p-3d-simulator .p-3d-simulator-introduction h2{
    font-size: 12vw;
  }
  #p-3d-simulator .p-3d-simulator-introduction p{
    margin-top: calc(var(--grid-gap-fluid) * 2);
    font-size: 6.4vw;
  }
  #p-3d-simulator .p-3d-simulator-introduction__text{
    padding: 8vw 0;
  }
  #p-3d-simulator .p-3d-simulator-introduction__video iframe,#p-3d-simulator .p-3d-simulator-introduction__video video{
    margin-top: -8vw;
  }
  #p-3d-simulator .p-3d-simulator-feature .cell + .cell{
    margin-top: 8vw;
  }
  #p-3d-simulator .p-3d-simulator-feature p{
    margin-top: 4vw;
    font-size: 4.8vw;
  }
  #p-3d-simulator .p-3d-simulator-detail dl+dl{
    margin-top: 4vw;
  }
  #p-3d-simulator .p-3d-simulator-detail dl dt{
    font-size: 4.8vw;
    font-weight: 700;
  }
  #p-3d-simulator .p-3d-simulator-detail dl dd{
    font-size: 4.27vw;
  }
  #p-3d-simulator .p-3d-simulator-finish{
    padding: 17.38vw 0 16vw 0;
  }
  #p-3d-simulator .p-3d-simulator-finish p{
    font-size: 4.8vw;
  }
  #p-3d-simulator .p-3d-simulator-development__text{
    padding: 8vw 0;
  }
  #p-3d-simulator .p-3d-simulator-development__thumb img{
    margin: -8vw 0 0 0;
    height: auto;
    width: 92vw;
  }
  #p-3d-simulator .p-3d-simulator-development p{
    font-size: 4.8vw;
  }
}