@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*===========================PC====================================== */
/* 袋文字のh2 */
/* .hspan h2 {
    font-size: clamp(48px, 6vw, 60px);
    font-family: "Alfa Slab One", "Impact", "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 900;
    -webkit-text-stroke: #111;
    -webkit-text-stroke-width: 0.04em;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0.1em; */
    /* 袋文字を解除 */
    /* -webkit-text-stroke-width: 0.00em; */
    /* -webkit-text-fill-color: unset; */
/* } */

/* ステッカー(オレンジ) */
/* .sticker1 {
    translate: 0%;
    rotate: 10deg;
    width: 15%;
    top: 5%;
    left: 15%;
    right: unset;
    bottom: unset;
} */
/* .svgW {
    z-index: 100;
    translate: 0%;
    transform-origin: left;
    mix-blend-mode: overlay;
    pointer-events: none;
    -webkit-animation: sidetoside 30s infinite cubic-bezier(0.5, 0, 0.5, 1), turn 30s infinite cubic-bezier(0.7, 0, 0.3, 1);
    animation: sidetoside 30s infinite cubic-bezier(0.5, 0, 0.5, 1), turn 30s infinite cubic-bezier(0.7, 0, 0.3, 1);
    /* 高さ調整 */
    /* bottom: 30%; */
    /* 横幅 */
    /* width: 20%; */
    /* 右からの位置 */
    /* right: 0; */
    /* アニメ停止 */
    /* animation:none; */
/* } */


/*===========================tab====================================== */
@media screen and (min-width: 641px) and (max-width: 834px){




}
/*===========================tab END====================================== */
/*===========================sp====================================== */
@media only screen and (max-width: 640px){






}
/*===========================sp END====================================== */