@charset "UTF-8";
/* ▼▼▼▼他のscssで呼び出す時の記述▼▼▼▼
@include set.pc() {}
@include set.sp(){}
▲▲▲▲他のscssで呼び出す時の記述▲▲▲▲ */
/* ▼▼▼▼他のscssで呼び出す時の記述▼▼▼▼
例）width:vw_pc(00);
例）width:vw_sp(00);
▲▲▲▲他のscssで呼び出す時の記述▲▲▲▲ */
/* ▼▼▼▼他のscssで呼び出す時の記述▼▼▼▼
例）font-size:font_rem(14); //14pxを指定したい時
▲▲▲▲他のscssで呼び出す時の記述▲▲▲▲ */
/* ▼▼▼▼他のscssで呼び出す時の記述▼▼▼▼
@include animation(anime-opening_face 4s ease 0.5s);
@include keyframes(anime-opening_face){
    0%  { transform: translate(-50%,100%); }
    30% { transform: translate(-50%,0); }
    70% { transform: translate(-50%,0); }
    100%{ transform: translate(-50%,100%); }
}
▲▲▲▲他のscssで呼び出す時の記述▲▲▲▲ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho&display=swap");
/*================================

font

================================*/
.extend-font-mincho {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

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

privacy

================================*/
[data-page=privacy] .l-section ol {
  padding-left: 1.5em;
}
[data-page=privacy] .l-section a {
  text-decoration: underline;
}/*# sourceMappingURL=p-privacy.css.map */