@charset "UTF-8";
@tailwind base;
.scroll_position:before {
  animation: pathmove 4s linear infinite;
}
/* iframeの設定 */
.if_wrap{
  height: 1880px;
}

@media (max-width: 414px){
  .if_wrap{
    height: 2000px;
  }
}
iframe{
  width: 100%;
  height:100%;
}

/* headerの透過用 */
header{
  transition: all 0.3s ease-in-out;
}
.header_back{
  transition: all 0.3s ease-in-out;
  background-color: rgb(32 56 100 / var(--tw-bg-opacity));
}