@charset "UTF-8";
/*-------------------
色設定
-------------------*/
/*ローディング背景色*/
/*-------------------
ローディング設定
-------------------*/
body.js-no-scroll {
  overflow: hidden !important; }

.loader-wrap {
  position: fixed;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background: #ffffff;
  z-index: 100; }

.loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  z-index: 101; }
  .loader svg {
    max-width: 350px;
    height: auto; }

/***************************************************
 * Generated by SVG Artista on 3/28/2024, 3:37:38 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
svg .svg-elem-1 {
  stroke-dashoffset: 368.54193115234375px;
  stroke-dasharray: 368.54193115234375px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s; }

svg.active .svg-elem-1 {
  stroke-dashoffset: 0; }
