@charset "utf-8";

/* ==========================================================================

ニュース・イベント土台

========================================================================== */
[data-area="content"] #newsBlock {
  display: none;
}


/* ==========================================================================

ニュースエリア（トップページ用）

========================================================================== */
section.ob__newsarea .ob__inner .ob_topttl {
  text-align: center;
  font-size: 4.2rem;
  position: relative;
  color: #1d6cbc;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.02em;
  padding: 40px 0 52px;
}
@media screen and (max-width: 768px) {
  section.ob__newsarea .ob__inner .ob_topttl {
    font-size: 2.6rem;
    padding: 20px 0 32px;
  }
}

/* IE */
body.ie section.ob__newsarea .ob__inner .ob_topttl {
  letter-spacing: .1em;
  font-family: "Noto Sans Japanese", san-serif;
}


section.ob__newsarea .ob__inner .ob_topttl::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: -71px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  background: #1d6cbc;
  width: 1px;
  height: 35px;
}
@media screen and (max-width: 768px){
  section.ob__newsarea .ob__inner .ob_topttl::after {
    height: 17px;
    bottom: -33px;
  }
}

/* イベント見出し */
section.ob__newsarea .ob__inner .ob_topttl.event {
  padding: 19px 0 52px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  section.ob__newsarea .ob__inner .ob_topttl.event {
    padding: 20px 0 32px;
    margin-top: -10px;
  }
}

section.ob__newsarea .ob__inner .ob_topttl.event::after {
  bottom: -51px;
}
@media screen and (max-width: 768px){
  section.ob__newsarea .ob__inner .ob_topttl.event::after {
    bottom: -33px;
  }
}


/* ==========================================================================

ニュースエリア

========================================================================== */
section.ob__newsarea {
  background: #f1f3f6;
}

section.ob__newsarea .ob__inner {
  margin: 0 auto;
  max-width: 1260px;
  padding: 60px 20px;
}
@media screen and (max-width: 768px) {
  section.ob__newsarea .ob__inner {
    padding: 30px 15px;
  }
}

section.ob__newsarea .ob__inner .ob__wraps {
  background: #fff;
}

section.ob__newsarea .ob__inner .ob__wraps .ttl {
  background: #1d6cbc;
  color: #fff;
}

section.ob__newsarea .ob__inner .ob__wraps .ttl span {
  font-size: 2.4rem;
  display: block;
}

section.ob__newsarea .ob__inner .ob__newsbox:last-child {
  margin: 0;
}


/* ==========================================================================

ニュースボックス

========================================================================== */
.ob__newsbox {
  background: #fff;
  margin: 0 0 80px;
}
@media screen and (max-width: 768px){
  .ob__newsbox {
    margin: 0 0 40px;
  }
}

.ob__newsbox .ob__newsttl {
  display: flex;
  align-items: center;
  background: #1d6cbc;
  box-sizing: border-box;
  padding: 14px 30px 14px 30px;
}
@media screen and (max-width: 768px){
  .ob__newsbox .ob__newsttl {
    padding: 13px 15px 14px 15px;
  }
}

.ob__newsbox .ob__newsttl .ob__ttltxt {
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: -.05em;
  margin-right: auto;
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 768px){
  .ob__newsbox .ob__newsttl .ob__ttltxt {
    font-size: 1.8rem;
    line-height: 1.3;
    letter-spacing: -.07em;
    display: inline-block;
    width: 66%;
  }
}

/* TOP用 */
.ob__newsbox.tops .ob__newsttl {
  padding: 24px 30px 24px 30px;
}
@media screen and (max-width: 768px){
  .ob__newsbox.tops .ob__newsttl {
    padding: 13px 15px 14px 15px;
  }
}

/* moreボタン */
@media screen and (max-width: 768px){
  section.ob__newsarea  .ob__inner .ob__newsbox .ob__newsttl .moreBtnBox.white {
    width: 65px;
  }
}

.ob__newsbox .ob__newsttl .moreBtnBox.white a {
  background: none;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0 0 1px #fff;
}
@media screen and (min-width: 1024px) {
  .ob__newsbox .ob__newsttl .moreBtnBox.white a:not(.noHover):hover {
    opacity: .8;
  }
}

.ob__newsbox .ob__newsttl .moreBtnBox.white::before {
  background: #1d6cbc;
}

.ob__newsbox .ob__newsttl .moreBtnBox.white::after {
  background: url(/albums/css/basic-news_event/abm00001419.svg) center center no-repeat;
  background-size: cover;
}


/* ==========================================================================

ニュース・イベントリスト（テキストのみ）

========================================================================== */
.ob__newsbox .nb__txtonly .list {
  border-top: 2px solid #f1f3f6;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 9px 30px;
  overflow: hidden;
}
@media only screen and (max-width: 768px){
  .ob__newsbox .nb__txtonly .list {
    padding: 10px 15px;
  }
}

.ob__newsbox .nb__txtonly .list .days {
  line-height: 1;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px){
  .ob__newsbox .nb__txtonly .list .days {
   display: block;
  }
}

.ob__newsbox .nb__txtonly .list .days time {
  color: #313131;
  font-weight: 500;
  display: block;
  letter-spacing: -.02em;
}
@media only screen and (max-width: 768px){
  .ob__newsbox .nb__txtonly .list .days time {
    font-size: 1.2rem;
    letter-spacing: .01em;
  }
}

.ob__newsbox .nb__txtonly .list .days .c2-area {
  display: inline-block;
  font-size: 1.4rem;
  color: #1d6cbc;
  text-align: center;
  width: 80px;
  line-height: 22px;
  letter-spacing: -.01em;
  box-sizing: border-box;
  border: 1px solid #1d6cbc;
  margin: 0 0 0 20px;
}
@media only screen and (max-width: 768px){
  .ob__newsbox .nb__txtonly .list .days .c2-area {
   font-size: 1.1rem;
   width: 50px;
   line-height: 15px;
   margin: 6px 0 0;
  }
}

.ob__newsbox .nb__txtonly .list .links {
  width: 100%;
  padding: 7px 0 8px 30px;
  margin-left: 30px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px){
  .ob__newsbox .nb__txtonly .list .links {
    padding: 7px 0 8px 12px;
    margin-left: 6px;
  }
}

.ob__newsbox .nb__txtonly .list .links::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 1px;
  height: 100vh;
  background: #313131;
}

.ob__newsbox .nb__txtonly .list .links a {
  color: #313131;
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px 0 0;
  text-decoration: none;
}
@media only screen and (max-width: 768px){
  .ob__newsbox .nb__txtonly .list .links a {
    font-size: 1.4rem;
  }
}

.ob__newsbox .nb__txtonly .list .links a::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: inherit;
  margin: auto 0;
  z-index: 1;
  width: 13px;
  height: 7px;
  background: url(/albums/css/basic-news_event/abm00001417.svg) center center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px){
  .ob__newsbox .nb__txtonly .list .links a::after {
    width: 11px;
    height: 6px;
  }
}


/* ==========================================================================

ニュース・イベント一覧用

========================================================================== */
.ob__newsbox .nb__txtonly.lists .list {
  border-top: none;
  border-bottom: 1px dotted #aaa;
  padding: 15px 20px 16px;
}
@media only screen and (max-width: 768px){
  .ob__newsbox .nb__txtonly.lists .list {
    padding: 10px 15px;
  }
}


/* ==========================================================================

ニュース・イベントリスト（テキスト＋画像）

========================================================================== */
.ob__newsbox .nb__txtimg {
  border-top: 2px solid #f1f3f6;
  display: flex;
  flex-wrap: wrap;
}

.ob__newsbox .nb__txtimg .list {
  box-sizing: border-box;
  width: 25%;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px){
  .ob__newsbox .nb__txtimg .list {
    width: 50%;
  }
}

.ob__newsbox .nb__txtimg .list a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.ob__newsbox .nb__txtimg .list::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: 4;
  background: #f1f3f6;
  width: 2px;
  height: 100vh;
}

.ob__newsbox .nb__txtimg .list:last-of-type::after {
  content: none;
}
@media only screen and (max-width: 768px){
  .ob__newsbox .nb__txtimg .list:nth-child(even)::after {
    content: none;
  }
}

.ob__newsbox .nb__txtimg .list a[target="_blank"]::after {
  content: none;
}

.ob__newsbox .nb__txtimg .list .nb_imgbox {
  overflow: hidden;
}

.ob__newsbox .nb__txtimg .list .nb_imgbox .nb_thumbnail {
  transition: .2s;
  background-color: #666;
  padding-top: 63.49442%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(/albums/css/basic-news_event/abm00003335.jpg); /* NoImage */
}

.ob__newsbox .nb__txtimg .list .nb_txt {
  padding: 20px 25px;
  color: #313131;
}
@media only screen and (max-width: 768px){
  .ob__newsbox .nb__txtimg .list .nb_txt {
    font-size: 1.4rem;
    padding: 15px 15px;
  }
}

.ob__newsbox .nb__txtimg .list .nb_txt time {
  margin: 0 0 5px;
  display: block;
  color: #313131;
  font-weight: 600;
}
@media only screen and (max-width: 768px){
  .ob__newsbox .nb__txtimg .list .nb_txt time {
    font-size: 1.2rem;
  }
}

.ob__newsbox .nb__txtimg .list .nb_txt .txt {
  line-height: 1.8;
}
@media only screen and (max-width: 768px){
  .ob__newsbox .nb__txtimg .list .nb_txt .txt {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}


/* ==========================================================================

ニュース・イベントリスト（テキスト＋画像:下層用2カラム）

========================================================================== */
.twoInner .ob__newsbox .nb__txtimg {
  border-top: none;
  justify-content: space-between;
}

.twoInner .ob__newsbox .nb__txtimg .list {
  width: 30.434782608695656%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .twoInner .ob__newsbox .nb__txtimg .list {
    width: 49.942708%;
    margin-bottom: 30px;
  }
}

.twoInner .ob__newsbox .nb__txtimg .list a::after {
  content: none;
}

.twoInner .ob__newsbox .nb__txtimg .list .nb_imgbox .nb_thumbnail {
  padding-top: 64.49442%;
}

.twoInner .ob__newsbox .nb__txtimg .list .nb_txt {
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .twoInner .ob__newsbox .nb__txtimg .list .nb_txt {
    padding: 20px 10px;
  }
}


/* ==========================================================================

プルダウン装飾

========================================================================== */
.selectColumn .select select {
  display: none;
}

.searchList {
  margin: 30px 0 40px;
}
@media only screen and (max-width: 768px) {
  .searchList {
    margin: 29px 0 20px;
  }
}

#ob-pullDown + .ob__tablink {
  display: none;
}

.selectColumn .select {
  cursor: pointer;
  position: relative;
  color: #313131;
  width: 300px;
  height: 40px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .selectColumn .select {
    width: 100%;
    height: 45px;
    font-size: 1.3rem;
  }
}

.selectColumn .selectStyled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #d2d2d2;
  border-radius: 8px;
  background: #fff;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  padding: 0 30px 0 20px;
  line-height: 37px;
}
@media only screen and (max-width: 768px) {
  .selectColumn .selectStyled {
    border-radius: 4px;
    padding: 0 22px 0 15px;
    line-height: 43px;
  }
}

.selectColumn .selectStyled:after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 1px solid #313131;
  border-right: 1px solid #313131;
  position: absolute;
  top: -4px;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media only screen and (max-width: 768px) {
  .selectColumn .selectStyled:after {
    right: 12px;
  }
}

.selectColumn .selectStyled:hover {
  color: #fff;
  background: #1d6cbc;
  border: 1px solid #1d6cbc;
}

.selectColumn .selectStyled:hover:after {
  border: none;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.selectColumn .selectStyled:active,
.selectColumn .selectStyled.active {
  color: #fff;
  background: #1d6cbc;
  border: 1px solid #1d6cbc;
}

.selectColumn .selectStyled:active:after,
.selectColumn .selectStyled.active:after {
  top: 4px;
  border: none;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}

.selectColumn .selectOptions {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 1000;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #1d6cbc;
}

.selectColumn .selectOptions li {
  color: #fff;
  font-size: 1.4rem;
  margin: 0;
  padding: 9px 21px;
  line-height: 1.5;
  list-style: none !important;
  border-top: 1px solid #fff;
  -webkit-transition: all .15s ease-in;
  transition: all .15s ease-in;
  list-style: none !important;
}
@media only screen and (max-width: 768px) {
  .selectColumn .selectOptions li {
    font-size: 1.3rem;
    padding: 12px 16px 13px;
  }
}

.selectColumn .selectOptions li::before {
  display: none;
}

.selectColumn .selectOptions li[rel='hide'] {
  display: none;
}

@media screen and (min-width: 1024px) {
  .selectColumn .selectOptions li:hover {
    background: rgba(255, 255, 255, .2);
  }
}


/* ==========================================================================

ページング

========================================================================== */
.pagerBox {
  margin: -20px 0 0;
  padding: 0;
  background: #fff;
  display: -ms-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .pagerBox {
    padding: 0;
  }
}

.pagerBox span,
.pagerBox a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  line-height: 38px;
  font-size: 1.6rem;
  width: 40px;
  height: 40px;
  -webkit-transition: .2s;
  transition: .2s;
  text-decoration: none;
  display: block;
  color: #313131;
  background: #fff;
  border: 1px solid #aaa;
}
@media only screen and (max-width: 768px) {
  .pagerBox span,
  .pagerBox a {
    font-size: 1.2rem;
    width: 35px;
    height: 35px;
    line-height: 33px;
  }
}

.pagerBox > div {
  margin: 0 5px 0 0;
}
@media only screen and (max-width: 768px) {
  .pagerBox > div {
    margin: 0 5px 10px 0;
  }
}

.pagerBox > div:last-child {
  margin-right: 0;
}

.pagerBox span.active,
.pagerBox a.active {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  background: #1d6cbc;
  border: 1px solid #1d6cbc;
}

@media only screen and (min-width: 1024px) {
  .pagerBox a:not(.noHover):hover {
    opacity: .8;
  }
}

.pagerBox .more-prev,
.pagerBox .prev,
.pagerBox .next,
.pagerBox .more-next {
  font-size: 0;
  position: relative;
}

.pagerBox .more-prev::before,
.pagerBox .prev::before,
.pagerBox .next::before,
.pagerBox .more-next::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  content: '';
}

.pagerBox .more-prev::before {
  width: 11px;
  height: 10px;
  background: url(/albums/css/basic-news_event/abm00003246.svg) center center no-repeat;
  background-size: cover;
  transform: rotate(-180deg);
}

.pagerBox .more-prev.active::before {
  width: 11px;
  height: 10px;
  background: url(/albums/css/basic-news_event/abm00003249.svg) center center no-repeat;
  background-size: cover;
}

.pagerBox .prev::before {
  width: 6px;
  height: 10px;
  background: url(/albums/css/basic-news_event/abm00003247.svg) center center no-repeat;
  background-size: cover;
  transform: rotate(-180deg);
}

.pagerBox .prev.active::before {
  width: 6px;
  height: 10px;
  background: url(/albums/css/basic-news_event/abm00003248.svg) center center no-repeat;
  background-size: cover;
}

.pagerBox .next::before {
  width: 6px;
  height: 10px;
  background: url(/albums/css/basic-news_event/abm00003247.svg) center center no-repeat;
  background-size: cover;
}

.pagerBox .next.active::before {
  width: 6px;
  height: 10px;
  background: url(/albums/css/basic-news_event/abm00003248.svg) center center no-repeat;
  background-size: cover;
}

.pagerBox .more-next::before {
  width: 11px;
  height: 10px;
  background: url(/albums/css/basic-news_event/abm00003246.svg) center center no-repeat;
  background-size: cover;
}

.pagerBox .more-next.active::before {
  width: 11px;
  height: 10px;
  background: url(/albums/css/basic-news_event/abm00003249.svg) center center no-repeat;
  background-size: cover;
}


/* ==========================================================================

ニュースイベントの詳細

========================================================================== */
/* パンくず */
body.news .breadsWrap {
  padding: 120px 0 0;
}
@media only screen and (max-width: 1279px) {
  body.news .breadsWrap {
    padding: 60px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  body.news .breadsWrap {
    display: none;
  }
}


/* 全体エリア */
#event-detail .basicArea .indexInner,
#news-detail .basicArea .indexInner {
  margin: 0 auto;
  max-width: 1120px;
  padding: 50px 20px 42px;
  font-size: 1.6rem;
  line-height: 2.1;
  letter-spacing: .02em;
}
@media only screen and (max-width: 1279px) {
  #event-detail .basicArea .indexInner,
  #news-detail .basicArea .indexInner {
    padding: 28px 20px 42px;
  }
}
@media only screen and (max-width: 768px) {
  #event-detail .basicArea .indexInner,
  #news-detail .basicArea .indexInner {
    min-height: inherit;
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 67px 15px 42px;
  }
}

/* 日付 */
#event-detail .basicArea .indexInner .exTxt,
#news-detail .basicArea .indexInner .exTxt {
  text-align: right;
  color: #313131;
  font-weight: 500;
  display: block;
  letter-spacing: -.02em;
  line-height: 1;
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 25px;
  /*border: 1px solid #1d6cbc;*/
}
@media only screen and (max-width: 768px) {
  #event-detail .basicArea .indexInner .exTxt,
  #news-detail .basicArea .indexInner .exTxt {
    font-size: 1.2rem;
    letter-spacing: .01em;
    margin: 13px 0;
  }
}

/* H1見出し */
#event-detail .basicArea .indexInner .cp-h1-text,
#news-detail .basicArea .indexInner .cp-h1-text {
  margin-top: 0;
}

/* 一覧に戻るボタン */
#event-detail .basicArea .indexInner .underBtn,
#news-detail .basicArea .indexInner .underBtn {
  max-width: 230px;
  margin: 70px auto 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #event-detail .basicArea .indexInner .underBtn,
  #news-detail .basicArea .indexInner .underBtn {
    margin: 35px auto 0;
  }
}

#event-detail .basicArea .indexInner .underBtn a,
#news-detail .basicArea .indexInner .underBtn a {
  text-align: center;
  font-size: 1.6rem;
  padding: 13px 30px;
  color: #fff;
  background: #1d6cbc;
  width: 100%;
  height: 100%;
  border: 1px solid #1d6cbc;
  display: block;
  text-decoration: none;
  line-height: 1.4;
  font-weight: bold;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #event-detail .basicArea .indexInner .underBtn a,
  #news-detail .basicArea .indexInner .underBtn a {
    font-size: 1.4rem;
    padding: 13px 15px;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  #event-detail .basicArea .indexInner .underBtn a:not(.noHover):hover,
  #news-detail .basicArea .indexInner .underBtn a:not(.noHover):hover {
    opacity: .8;
  }
}

#event-detail .basicArea .indexInner .underBtn::after,
#news-detail .basicArea .indexInner .underBtn::after {
  position: absolute;
  content: '';
  top: 0;
  right: 20px;
  bottom: 0;
  left: inherit;
  margin: auto 0;
  z-index: 2;
  width: 13px;
  height: 7px;
  background: url(/albums/css/basic-news_event/abm00001419.svg) center center no-repeat;
  background-size: cover;
}

/* クレジット */
#event-detail .news-signature,
#news-detail .news-signature {
  padding: 50px 0 0;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  #event-detail .news-signature,
  #news-detail .news-signature {
    font-size: 1.6rem;
    padding: 25px 0 0;
  }
}


/* ==========================================================================

年度ソート

========================================================================== */
.searchInner {
  margin: 0 0 39px;
}
@media only screen and (max-width: 768px) {
  .searchInner {
    margin: 0 0 20px;
  }
}

.searchInner .selectColumn .select {
  width: 180px;
}
@media only screen and (max-width: 768px) {
  .searchInner .selectColumn .select {
    width: 100%;
  }
}

.searchInner .selectColumn .selectStyled {
  padding: 7px 15px;
  width: 180px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .searchInner .selectColumn .selectStyled {
    padding: 9px 15px;
    width: 100%;
  }
}

.articleInner .searchInner .selectColumn .selectStyled {
  padding: 4px 15px;
}
@media only screen and (max-width: 768px) {
  .articleInner .searchInner .selectColumn .selectStyled {
    padding: 9px 15px;
  }
}

.searchInner .selectColumn .selectOptions {
  width: 180px;
}
@media only screen and (max-width: 768px) {
  .searchInner .selectColumn .selectOptions {
    width: 100%;
  }
}

.searchInner .selectColumn {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .searchInner .selectColumn {
    display: block;
  }
}


/* ==========================================================================

記事がない場合

========================================================================== */
.nb__txtimg:empty::before,
.nb__txtonly:empty::before {
  content: 'お知らせは現在ありません';
  position: relative;
  text-align: center;
  font-size: 1.6rem;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
  padding: 30px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .nb__txtimg:empty::before,
  .nb__txtonly:empty::before {
    padding: 25px;
    font-size: 1.5rem;
  }
}

.nb__txtimg.event:empty::before,
.nb__txtonly.event:empty::before {
  content: 'イベントは現在ありません';
}