@charset "utf-8";
/* ---------------------------------------
// OFFICIAL SITE[official-type]
0.0 mixin
	0.1 colors
	0.2 typography
	0.3 spacer
	0.4 animation
	0.5 chevron
	0.6 flexbox
1.0 page
	2.1 home
	2.2 information
-------------------------------------------- */
/* 1.0 page
============================== */
/* 1.1 home
------------------------------ */
.page--home .section--sns {
  display: none;
}
/*  1.2 information
------------------------------ */
.page--info .date__over .date {
  display: block;
  position: relative;
  padding-top: 18px;
}
.page--info .date__over .date::before {
  content: '';
  display: block;
  width: 2px;
  height: 10px;
  background: #333;
  margin-left: -1.4em;
  position: absolute;
  left: 50%;
  top: 3px;
}
