/*

Theme Name: tequos

*/


@charset “utf-8″;

*{
    margin:0;
    padding: 0;
    /* overflow-x: hidden; */
   }

html{
    scroll-behavior: smooth;
    }

body{
    position: relative;
    font-size:16px;
    letter-spacing: 0.025em;
    /* font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; */
    max-width: 100%;
    }

    a{
    text-decoration: none;
    font-weight: bold;
    display: block;
    }


@media(max-width:960px) {
    .spNone {
      display: none;
    }
    /* ハンバーガーメニュー */

    .pc_Header_bg_white {
      display: none;
    }
    .pc_Header {
      display: none;
    }
  }

  @media(min-width:961px) {
    .pcNone {
      display: none;
    }


    .sp_Header {
      display: none;
    }



  }