#content{letter-spacing:0.05em;}

/* アニメーション */
.ef--bottom {transition-property: transform,opacity;transition-timing-function: ease-out;transition-duration: .6s;}
.ef--bottom {transform: translateY(50px);opacity: 0}
.ef--bottom.is-play {transform: translateY(0);opacity: 1}

/* 経験者のみ - アコーディオン内のclose位置調整 */
.schedule-block .schedule-block__grid__window__block{position: static;}