@charset "utf-8";

html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.6em;
  text-align: justify;
  line-height: 1.6;
  letter-spacing: 0.15em;
  color: #2e2f31;
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a:link,
a:visited,
a:active {
  text-decoration: none;
}

p {
  line-height: 2;
  letter-spacing: 0.1em;
}

li {
  list-style-type: none;
}


/* 画像中央配置 */
.img-center {
  text-align: center;
}
.img-center img {
  display: inline-block;
}


/* ▼ここからパーツごとのcss
メディアクエリもパーツごとに記載
================================*/
/*================================

リンク位置調整

================================*/
/* .anchor-link {
  display: block;
  padding-top: 200px;
  margin-top: -200px;
} */

@media screen and (max-width: 896px) {
  .anchor-link {}
}

@media screen and (max-width: 480px) {
  .anchor-link {
    padding-top: 60px;
    margin-top: -60px;
  }
}

/*================================

表示、非表示

================================*/


@media screen and (max-width: 1024px) {

  .pcTab-l-none {
    display: none !important;
  }

}

@media screen and (min-width: 897px) {
  .pc-none {
    display: none !important;
  }

  .pcTab-none {
    display: none !important;
  }
}

@media screen and (max-width: 896px) {
  .tabSp-none {
    display: none !important;
  }
}

@media(max-width: 896px) and (min-width: 751px) {
  .pcTab-none {
    display: none !important;
  }

  .tab-none {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
  .tabSp-none {
    display: none !important;
  }

  .sp-none {
    display: none !important;
  }
}


  