@charset "UTF-8";

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100lvh;
}

main {
  padding: 4em 2em 3em;
  flex: 1;

  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#title_footer #capcom_menu li a {
  padding: .4em;
}

#title_footer .title-footer a,
#title_footer .title-footer-menu ul li a span::before {
  color: #ef7800
}

hgroup.title {
  margin-bottom: 3em;
}

h1 {
  font-family: 'Cinzel', serif;
  font-size: 45px;
  line-height: 1.2;
  margin-bottom: 18px;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  hgroup.title {
    margin-bottom: 2em;
  }

  h1 {
    font-size: 4.8vw;
  }
}

@media only screen and (max-width: 600px) {
  h1 {
    font-size: 8vw;
  }
}

.lead {
  font-family: 'Cinzel', serif;
  font-size: 20px;
  text-align: center;
  color: #fff;
  line-height: 1;
}

@media only screen and (max-width: 600px) {
  .lead {
    font-size: 4vw;
  }
}

.langList {
  display: inline-grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 5em;
  row-gap: 1em;
}

@media only screen and (max-width: 960px) {
  .langList {
    display: block;
  }
}

.langItem {
  position: relative;
  font-family: 'Cinzel', serif;
  font-size: 20px;
}

.langItem a {
  -webkit-transition: .3s;
  transition: .3s;
  border-bottom: 1px solid rgba(250, 250, 250, 0);
}

.langItem a:hover {
  border-bottom: 1px solid rgba(250, 250, 250, .6);
}

.langItem:before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 16px;
  background: #ef7800;
  vertical-align: middle;
  margin-right: 6px;
}

@media only screen and (max-width: 960px) {
  .langItem {
    margin-right: 0;
    text-align: center;
    margin-bottom: .4em;
  }
}

@media only screen and (max-width: 600px) {
  .langItem {
    font-size: 15px;
  }
}

@font-face {
  font-family: 'Noto Serif CJK JP';
  font-style: normal;
  font-weight: 100;
  src: url('../../_asset/fonts/NotoSerifCJKJP_subset_root.woff2');
}
@font-face {
  font-family: 'Noto Serif CJK TC';
  font-style: normal;
  font-weight: 100;
  src: url('../../_asset/fonts/NotoSerifCJKTC_subset_root.woff2');
}
@font-face {
  font-family: 'Noto Serif CJK KR';
  font-style: normal;
  font-weight: 100;
  src: url('../../_asset/fonts/NotoSerifCJKKR_subset_root.woff2');
}

.langItem a[lang="ja"] {
  font-family: 'Hiragino Mincho Pro', 'Yu Mincho', 'Noto Serif CJK JP', serif;
}
.langItem a[lang="ko"] {
  font-family: 'Nanum Myeongjo', 'Batang', 'Noto Serif CJK KR', serif;
}
.langItem a[lang="zh-cmn-Hant"] {
  font-family: 'Kaiti TC', 'PMingLiU', 'Noto Serif CJK TC', serif;
}