@charset "UTF-8";
section, div, p, ul, li, table, table tr td, table tr th, nav, footer, img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  /* 10px */ }

body {
  font-family: source-han-sans-japanese, 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  line-height: 1.8;
  word-break: break-all;
  font-size: 1.6em;
  color: #1a1a1a;
  -webkit-text-size-adjust: 100%;
  /*スマホを横向きにした時用*/
  background: url(../img/bg.png) top center repeat-y #FFF;
  letter-spacing: 0.09em;
  overflow-x: hidden; }

a {
  color: #fa508b; }
  a:hover {
    text-decoration: none; }
  a.mouse_over, a.mouse_over img {
    transition: all 0.3s; }
  a.mouse_over:hover {
    opacity: 0.7; }
    a.mouse_over:hover img {
      opacity: 0.7; }

.bold {
  font-weight: 900; }

.f-small {
  font-size: 1.2rem; }

.f-middle {
  font-size: 1.4rem; }

.f-large {
  font-size: 2rem; }

.f-xlarge {
  font-size: 2.2rem; }

#outline a[target=_blank]::after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 900;
  display: inline-block;
  /* アイコンに下線がつくのを防止 */
  margin-left: 0.5em; }

#wrapper img {
  max-width: 100%;
  vertical-align: top; }

/* ボタン外部（チケット購入など） */
a[target="_blank"] p:after {
  content: "\f08e";
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  padding: 0 0 0 4px; }

/* basic */
#content {
  margin: 0 auto 20px;
  padding: 0 2%;
  overflow: hidden;
  max-width: 1300px; }

section.box {
  background: #FFF;
  margin: 40px 2% 20px;
  padding: 2% 4% 5%;
  border-radius: 8px;
  box-shadow: 0 0 10px #ccc; }

.stage_txt {
  padding-bottom: 30px; }
  .stage_txt p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 14px; }
  .stage_txt span {
    display: block; }
    .stage_txt span.stageName01 {
      font-weight: 700;
      font-size: 18px;
      color: #1fa355; }
    .stage_txt span.stageName02 {
      font-weight: 700;
      font-size: 18px;
      color: #e42b24; }

.attention {
  font-size: 12px; }

.cmsn_img {
  width: 60%;
  max-width: 400px; }

.endtxt {
  margin: 0 auto;
  max-width: 1100px;
  font-size: 2.2rem;
  font-weight: bold;
  background: #e42b24;
  color: #fff; }

#top img {
  max-width: 1100px; }

/* NAVI
---------------------------------------------------------------------- */
.site-header {
  display: flex;
  padding: 0;
  position: absolute;
  justify-content: space-between;
  width: 100%;
  left: 0;
  z-index: 100;
  transition: .5s; }
  .site-header .logo_nav {
    display: none; }

.site-header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  display: block; }
  .site-header.fixed nav {
    background: rgba(62, 58, 57, 0.6); }
    .site-header.fixed nav ul.gnav__menu {
      max-width: 100%;
      width: 100%;
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .site-header.fixed nav ul.gnav__menu li.gnav__menu__item {
        width: auto;
        line-height: 1.4rem;
        font-size: 1.2rem;
        display: inline-block;
        transform: none;
        border-left: none;
        border-right: none;
        border-bottom: none;
        background: none; }
        .site-header.fixed nav ul.gnav__menu li.gnav__menu__item a {
          padding: 20px 10px;
          display: block;
          text-decoration: none;
          color: #fff;
          transform: none; }
        .site-header.fixed nav ul.gnav__menu li.gnav__menu__item a:hover {
          text-decoration: none; }
        .site-header.fixed nav ul.gnav__menu li.gnav__menu__item:hover {
          background: #e6261f;
          transition: all 0.5s ease-out; }
  .site-header.fixed .logo_nav {
    display: block; }
    .site-header.fixed .logo_nav img {
      width: 80px;
      margin-top: 20px; }

.site-header.hide {
  top: -63px; }

.gnav {
  text-align: center;
  margin: 0 auto; }

ul.gnav__menu {
  max-width: 1300px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  ul.gnav__menu li.gnav__menu__item {
    width: 20%;
    line-height: 1.6rem;
    font-size: 1.4rem;
    display: inline-block;
    transform: skewX(25deg);
    background: #3e3a39;
    border-left: #fff 1px solid;
    border-right: #fff 1px solid;
    border-bottom: #fff 1px solid; }
    ul.gnav__menu li.gnav__menu__item a {
      padding: 20px;
      display: block;
      text-decoration: none;
      color: #fff;
      transform: skewX(-25deg); }
    ul.gnav__menu li.gnav__menu__item a:hover {
      text-decoration: none; }
    ul.gnav__menu li.gnav__menu__item:hover {
      background: #e6261f;
      transition: all 0.5s ease-out; }

.nav-height {
  margin-top: 180px !important; }

.menu > li {
  background: #34495e;
  float: left;
  position: relative;
  transform: skewX(25deg); }

.menu a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-family: Arial, Helvetica;
  font-size: 14px; }

.menu li:hover {
  background: #e74c3c; }

.menu > li > a {
  transform: skewX(-25deg);
  padding: 1em 2em; }

/* 
---------------------------------------------------------------------- */
img.logo-nvf {
  margin: 0px auto 4px;
  width: 100%;
  max-width: 960px;
  line-height: 1; }

.introduction {
  width: 80%;
  max-width: 700px;
  margin: 0 auto; }

h2 {
  font-size: 2.4rem;
  margin: 0 auto 0;
  width: 100%;
  max-width: 800px; }

h3 {
  display: flex;
  align-items: center;
  width: 70%;
  margin: 15px auto 20px;
  color: #e42b24;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em; }
  h3::before, h3::after {
    border-top: 3px solid #e42b24;
    content: "";
    flex-grow: 1; }
  h3::before {
    margin-right: 1.5rem; }
  h3::after {
    margin-left: 1.5rem; }
  h3.long {
    width: 100%; }

h4 {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0 10px;
  padding: 5px 10px;
  color: #FFF;
  background: #87c366; }

h5 {
  text-align: left;
  border-bottom: 1px solid #ba9362;
  margin: 20px 0 10px;
  padding: 3px 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ba9362; }

h6 {
  text-align: left;
  border-bottom: 1px solid #ba9362;
  margin: 20px 0 10px;
  padding: 3px 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ba9362; }

h7 {
  display: block;
  text-align: left;
  margin: 10px 0 0;
  padding: 3px 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ba9362; }

/* 生配信リンク */
.liveBtn table {
  width: 100%;
  table-layout: fixed; }
  .liveBtn table tr td {
    width: 50%;
    text-align: center;
    font-size: 2.2rem; }
    .liveBtn table tr td a {
      display: block;
      width: 90%;
      max-width: 360px;
      margin: auto;
      border: 3px solid #ccc;
      border-radius: 10px;
      box-shadow: 1px 1px 5px #ddd; }
      .liveBtn table tr td a img {
        padding: 10px; }

div.vtuber-list p {
  font-size: 2.2rem;
  line-height: 1.4; }
  div.vtuber-list p span {
    font-size: 1.8rem; }

p.t-andmore {
  font-size: 2.2rem;
  color: #e42b24; }

ul.vtuber-box,
ul.goods-box {
  margin: 8px 0 0;
  overflow: hidden;
  font-size: 0;
  letter-spacing: -0.5em;
  text-align: left; }
  ul.vtuber-box li,
  ul.goods-box li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 50%;
    margin: 0 0 30px;
    position: relative;
    line-height: 1.5;
    font-size: 1.6rem;
    letter-spacing: normal; }
    ul.vtuber-box li span.tag_kikaku, ul.vtuber-box li span.tag_music,
    ul.goods-box li span.tag_kikaku,
    ul.goods-box li span.tag_music {
      display: inline-block;
      color: #FFF;
      border-radius: 4px;
      width: 50px;
      height: 26px;
      margin: 6px 5px;
      line-height: 26px;
      vertical-align: middle;
      font-size: 1.35rem; }
    ul.vtuber-box li span.tag_kikaku,
    ul.goods-box li span.tag_kikaku {
      background: #1fa355; }
    ul.vtuber-box li span.tag_music,
    ul.goods-box li span.tag_music {
      background: #da3e38; }
    ul.vtuber-box li img,
    ul.goods-box li img {
      border: #CCC 1px solid;
      margin-bottom: 5px; }

ul.small li {
  font-size: 1.4rem;
  width: 24.25%;
  margin: 0 auto; }
  ul.small li img {
    border: #CCC 1px solid;
    margin-bottom: 5px; }

ul.small {
  display: flex;
  flex-wrap: wrap; }

.hanrei {
  margin-bottom: 20px; }
  .hanrei ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .hanrei ul li {
    font-size: 1.6rem !important; }
  .hanrei ul li:first-child {
    margin-right: 1em; }
  .hanrei span.tag_kikaku, .hanrei span.tag_music {
    display: inline-block;
    color: #FFF;
    border-radius: 4px;
    width: 60px;
    height: 26px;
    margin: 6px 5px;
    line-height: 26px;
    vertical-align: middle;
    font-size: 1.3rem; }
  .hanrei span.tag_kikaku {
    background: #1fa355; }
  .hanrei span.tag_music {
    background: #da3e38; }

.chuun-vtuber {
  font-size: 0;
  letter-spacing: -0.5em; }
  .chuun-vtuber div.v-ootsuta,
  .chuun-vtuber div.v-kimino {
    width: 42%;
    max-width: 300px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top; }
    .chuun-vtuber div.v-ootsuta img,
    .chuun-vtuber div.v-kimino img {
      background: #FFF;
      width: 100%;
      margin: 0 auto 10px;
      border: #ddd 1px solid; }
  .chuun-vtuber div.v-ootsuta {
    margin-right: 6%; }
  .chuun-vtuber .mc_name {
    font-size: 1.6rem;
    font-weight: 700; }
  .chuun-vtuber p.v-prof {
    width: 98%;
    margin: 0 auto 10px;
    font-size: 1.3rem;
    line-height: 1.52; }
  .chuun-vtuber div.v-link img {
    border: none; }
  .chuun-vtuber div.v-link a img {
    width: 20%;
    max-width: 50px;
    margin: 5px 5px;
    background: transparent; }

/*  booth */
.booth_box {
  background: #FFF;
  margin-bottom: 30px; }

.cafe {
  text-align: left; }
  .cafe img.cafe-main {
    display: block;
    width: 100%;
    max-width: 800px !important;
    margin: 2rem auto 1.8rem; }
  .cafe .cafe-txt, .cafe .cafe-about, .cafe ul {
    text-align: left; }
  .cafe .cafe-txt {
    color: #3eaf00;
    font-weight: 700; }
  .cafe .cafe-about {
    margin: 10px 0 0; }
    .cafe .cafe-about table tr th {
      white-space: nowrap;
      vertical-align: top; }
    .cafe .cafe-about table tr td {
      vertical-align: top; }
  .cafe table.ryoukin tr th {
    vertical-align: top;
    font-weight: 700 !important;
    color: #3eaf00; }
    .cafe table.ryoukin tr th .group {
      font-weight: normal !important;
      color: #666; }
  .cafe table.ryoukin tr td {
    vertical-align: top; }
    .cafe table.ryoukin tr td ul {
      padding-left: 1.5em; }
      .cafe table.ryoukin tr td ul li {
        list-style: disc;
        padding-bottom: .5rem; }
  .cafe .fp {
    display: inline-block;
    white-space: nowrap;
    color: #ce293d;
    background: #FFF;
    border: 2px solid #ce293d;
    padding: 3px 10px;
    margin: 0 3px;
    font-weight: 700;
    font-size: 115%;
    line-height: 1; }
  .cafe ul.seiriken {
    padding-left: 1.5em; }
    .cafe ul.seiriken li {
      list-style: disc;
      padding-bottom: .5rem;
      font-size: 1.3rem; }
    .cafe ul.seiriken + p {
      font-size: 1.3rem;
      margin-top: 1rem; }
  .cafe ol.system {
    padding-left: 1.5em; }
    .cafe ol.system li {
      font-size: 1.3rem; }
  .cafe .cafeImgList ul {
    width: 100%;
    display: flex; }
    .cafe .cafeImgList ul li {
      width: 49%;
      max-width: 580px;
      margin: 0 2% 0 0; }
    .cafe .cafeImgList ul li:last-child {
      margin: 0; }
  .cafe .cafeImgList img {
    border: 1px solid #ccc; }
  .cafe .cafeBg {
    background: url("../img/cup.png") no-repeat right 80px top 40px;
    background-size: 150px auto; }
  .cafe ul.vtuber-box li,
  .cafe ul.goods-box li {
    color: #1a1a1a !important; }
  .cafe ul.info {
    padding-left: 1.5rem; }
    .cafe ul.info li {
      list-style: none;
      padding-bottom: .5rem;
      font-size: 1.4rem;
      text-align: left;
      text-indent: -1.5rem; }

/* -------------------------------------------------------------------------------------------------------------------
promise
------------------------------------------------------------------------------------------------------------------- */
.promise table {
  width: 100%; }
  .promise table tr th, .promise table tr td {
    vertical-align: top;
    padding: 20px 0;
    border-bottom: 1px solid #ddd; }
  .promise table tr th {
    width: 45%;
    font-weight: 700 !important;
    color: #3eaf00; }
.promise table.schedule {
  width: 100%; }
  .promise table.schedule tr th {
    width: 5em;
    vertical-align: top;
    font-weight: 700 !important;
    color: #3eaf00;
    padding-bottom: 1rem; }
  .promise table.schedule tr td {
    text-align: left;
    vertical-align: top;
    padding-bottom: 1rem; }
.promise ul {
  padding-left: 1.5em; }
  .promise ul li {
    list-style: disc;
    padding-bottom: .5rem;
    text-align: left; }
.promise p {
  font-size: 1.5rem;
  margin-top: 1rem;
  text-align: left; }
.promise p.info {
  text-indent: -1rem;
  padding-left: 1rem; }
.promise ul.info {
  padding-left: 1.5rem; }
  .promise ul.info li {
    list-style: none;
    padding-bottom: .5rem;
    font-size: 1.4rem;
    text-align: left;
    text-indent: -1.5rem; }
.promise .txtred {
  color: #ce293d;
  font-weight: bold; }
.promise .txtblue {
  color: #1f37eb;
  font-weight: bold; }
.promise .txtgold {
  color: #aea112;
  font-weight: bold; }
.promise .txtorange {
  color: #fc8007;
  font-weight: bold; }
.promise ol.system {
  text-align: left;
  padding-left: 1.5em; }

/* -------------------------------------------------------------------------------------------------------------------
goods
------------------------------------------------------------------------------------------------------------------- */
.goods p {
  font-size: 1.5rem;
  margin-top: 1rem;
  text-align: left; }
.goods p.info {
  text-indent: -1.5rem;
  padding-left: 1.5rem; }
.goods ul.info {
  padding-left: 1.5rem;
  margin-bottom: 40px; }
  .goods ul.info li {
    list-style: none;
    padding-bottom: .5rem;
    font-size: 1.4rem;
    text-align: left;
    text-indent: -1.5rem; }
.goods ul.last {
  margin-bottom: 0; }
.goods ul.info {
  padding-left: 1.5rem; }
  .goods ul.info li {
    list-style: none;
    padding-bottom: .5rem;
    font-size: 1.4rem;
    text-align: left;
    text-indent: -1.5rem; }
.goods img.goodsGifu-main {
  display: block;
  width: 100%;
  max-width: 300px !important;
  margin: 2rem auto 1.8rem; }
.goods .vendor {
  margin-bottom: 40px; }
  .goods .vendor p.title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #ba9362;
    line-height: 2.4rem;
    margin: 0 auto 10px auto;
    text-align: center; }
  .goods .vendor img {
    width: 100%;
    max-width: 360px !important;
    border: #CCC 1px solid; }
  .goods .vendor figcaption {
    font-size: 1.4rem; }

/* -------------------------------------------------------------------------------------------------------------------
outline
------------------------------------------------------------------------------------------------------------------- */
#outline table {
  width: 100%;
  text-align: left;
  line-height: 1.8;
  padding: 1rem 0; }
  #outline table th, #outline table td {
    vertical-align: top; }
  #outline table th {
    width: 100%;
    display: block;
    font-weight: 700;
    color: #777;
    white-space: nowrap; }
  #outline table td {
    width: 100%;
    display: block;
    padding: 0 0 15px; }
#outline .outline_date {
  font-weight: 700;
  font-size: 2rem; }
#outline img.xrlogo {
  max-width: 80px;
  padding-top: .5rem; }

/* -------------------------------------------------------------------------------------------------------------------
archives
------------------------------------------------------------------------------------------------------------------- */
#archives {
  margin: 20px auto; }
  #archives .archives-banner {
    width: 80%;
    max-width: 300px;
    margin: 0 auto; }
    #archives .archives-banner a {
      display: block; }
      #archives .archives-banner a.archives01_movie {
        margin-top: 20px;
        padding: 10px 0;
        background: #e42b24;
        color: #FFF;
        text-decoration: none; }

/* -------------------------------------------------------------------------------------------------------------------
goods-info1223
------------------------------------------------------------------------------------------------------------------- */
.goods-info1223 {
	background: #f4f4f4;
	border: 2px solid #bbb;
	padding: 1.5rem;
	margin-bottom: 4rem;
}
.goods-info1223 p {
	margin: 1.4rem 0;
	font-size: 1.4rem;
}
.goods-info1223 p:last-of-type {
	margin-bottom: 1rem;
}



/* -------------------------------------------------------------------------------------------------------------------
footer                                                                                                       
------------------------------------------------------------------------------------------------------------------- */
footer {
  width: 100%;
  text-align: center;
  font-size: 0.8em;
  line-height: 1.5;
  padding: 2rem 0 0; }
  footer .footer-inner {
    width: 100%;
    margin: 0 auto; }
  footer .copyright {
    clear: both;
    padding: 35px 0; }
    footer .copyright a {
      display: block;
      text-decoration: none; }
      footer .copyright a:hover {
        opacity: 0.7;
        transition: 0.2s; }

div#haro_root_element {
  overflow: hidden; }

.sns-archive {
  max-width: 1100px;
  margin: 0 auto !important;
  padding: 20px 0 !important;
  width: 90%;
  font-family: source-han-sans-japanese,sans-serif;
  font-weight: 400;
  font-style: normal;
  background: transparent !important;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0) !important; }

.ticket_buy table {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 10px; }
  .ticket_buy table td {
    display: block;
    width: 100%;
    vertical-align: top;
    padding: 0;
    position: relative; }
    .ticket_buy table td img {
      display: block;
      margin: 0 auto;
      width: 100%;
      max-width: 500px !important; }

/* -------------------------------------------------------------------------------------------------------------------
Tablet&SP                                                                                                        
------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 959px) {
  .pc {
    display: none; }

  .sp {
    display: block; }

  body {
    background: #ddd; }

  #wrapper {
    max-width: 800px;
    margin: 0 auto; }

  #wrap {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background: url(../img/bg.png) top center repeat-y #FFF;
    background-size: 400px; }

  .endtxt {
    font-size: 1.6rem;
    font-weight: bold; }

  .liveBtn table tr td {
    font-size: 1.5rem; }

  .hanrei ul li {
    margin: 0 10px; }
  .hanrei ul li:first-child {
    margin-right: 10px; }

  ul.vtuber-box li:nth-of-type(odd),
  ul.goods-box li:nth-of-type(odd) {
    padding-right: 1%; }
  ul.vtuber-box li:nth-of-type(even),
  ul.goods-box li:nth-of-type(even) {
    padding-left: 1%; }

  ul.small li {
    padding-right: 0;
    padding-left: 0;
    margin-right: 1%;
    min-height: auto; }
    ul.small li:nth-of-type(odd) {
      padding-right: 0;
      padding-left: 0; }
    ul.small li:nth-of-type(even) {
      padding-right: 0;
      padding-left: 0; }
    ul.small li:first-child {
      padding-left: 0;
      padding-right: 0; }
    ul.small li:nth-of-type(4n) {
      padding-left: 0;
      padding-right: 0;
      margin-right: 0; }

  table.ryoukin tr th {
    width: 100%;
    display: block;
    font-size: 1.6rem;
    padding-bottom: 1rem; }
    table.ryoukin tr th .group {
      font-size: 1.3rem; }
  table.ryoukin tr td {
    width: 100%;
    display: block;
    font-size: 1.3rem; }
  table.ryoukin tr:nth-of-type(2) th {
    padding-top: 20px; }

  .cafe .cafeImgList ul {
    width: 100%;
    max-width: 480px;
    display: block; }
    .cafe .cafeImgList ul li {
      display: block;
      width: 100%;
      margin: 0 auto 20px auto; }
  .cafe .cafeImgList img {
    border: 1px solid #ccc; }
  .cafe .cafeBg {
    background: none; }

  #outline table th, #outline table td {
    font-size: 1.3rem; }

  .site-header.fixed nav ul.gnav__menu li.gnav__menu__item a {
    padding: 10px 5px; }
  .site-header.fixed nav .logo_nav {
    display: block; }
    .site-header.fixed nav .logo_nav img {
      width: 80px;
      margin-top: 12px; }

  ul.gnav__menu {
    max-width: 90%;
    margin: auto;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    ul.gnav__menu li.gnav__menu__item {
      width: 33%;
      line-height: 1.4rem;
      font-size: 1.2rem;
      display: inline-block;
      transform: skewX(25deg);
      background: #3e3a39;
      border-left: #fff 1px solid;
      border-right: #fff 1px solid;
      border-bottom: #fff 1px solid; }
      ul.gnav__menu li.gnav__menu__item a {
        padding: 10px  5px;
        display: block;
        text-decoration: none;
        color: #fff;
        transform: skewX(-25deg); }
      ul.gnav__menu li.gnav__menu__item a:hover {
        text-decoration: none; }
      ul.gnav__menu li.gnav__menu__item:hover {
        background: #e6261f;
        transition: all 0.5s ease-out; } }
/* -------------------------------------------------------------------------------------------------------------------
961px-                                                                                                           
------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 960px) {
  .pc {
    display: block; }

  .sp {
    display: none; }

  .f-small {
    font-size: 1.4rem; }

  .f-middle {
    font-size: 1.6rem; }

  #top {
    background: url(../img/top_bg_pc.png) top center no-repeat; }

  .stage_txt p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 36px; }
  .stage_txt span.stageName01 {
    font-size: 26px; }
  .stage_txt span.stageName02 {
    font-size: 26px; }

  .attention {
    font-size: 14px; }

  section.box {
    margin: 80px 3% 20px;
    padding: 40px 50px 50px; }

  h3 {
    width: 360px;
    margin: 10px auto 40px;
    padding: 6px 0;
    font-size: 30px;
    letter-spacing: 0.1em; }
    h3::before {
      margin-right: 3rem; }
    h3::after {
      margin-left: 3rem; }
    h3.long {
      width: 600px; }

  #archives {
    margin: 50px auto 80px; }

  .cafe img.cafe-main {
    margin: 50px auto 40px; }
  .cafe .cafe-txt {
    text-align: center;
    font-size: 24px; }
  .cafe .cafe-about {
    margin: 10px 0 0; }
  .cafe .time {
    font-size: 18px;
    letter-spacing: 2px; }
  .cafe table.ryoukin tr th {
    width: 45%;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    white-space: nowrap; }
    .cafe table.ryoukin tr th .group {
      font-size: 15px; }
  .cafe table.ryoukin tr td {
    width: 55%;
    padding: 20px 0;
    border-bottom: 1px solid #ddd; }
  .cafe table.ryoukin tr:nth-of-type(2) th {
    border-bottom: none; }
  .cafe table.ryoukin tr:nth-of-type(2) td {
    border-bottom: none; }
  .cafe ul.seiriken li {
    font-size: 1.6rem; }
  .cafe ul.seiriken + p {
    font-size: 1.6rem; }
  .cafe ol.system li {
    font-size: 1.6rem; }

  .goods .vendor p.title {
    font-size: 2.2rem; }
  .goods img.goodsGifu-main {
    width: 480px;
    max-width: 480px !important;
    margin: 0 auto; }

  #outline table {
    text-align: left;
    line-height: 1.8;
    padding: 1rem 0; }
    #outline table th {
      width: 20%;
      display: inline-block;
      white-space: nowrap; }
    #outline table td {
      width: 80%;
      display: inline-block;
      padding: 0 0 15px; }
  #outline .outline_date {
    font-weight: 700;
    font-size: 2rem; }
  #outline .xrlogo {
    max-width: 100px;
    padding-top: .5rem; }

  #timeschedule p {
    font-size: 22px; }

  #content {
    padding: 24px 0 64px; }

  .booth_box {
    margin-bottom: 50px; }

  .booth_box:nth-of-type(2) {
    margin-bottom: 0; }

  h4 {
    font-size: 20px;
    margin: 60px 0 20px;
    padding: 5px 15px;
    font-size: 24px; }

  h5 {
    margin: 60px 0 10px;
    padding: 3px 0;
    font-size: 22px;
    text-indent: 5px; }

  /* VTuber PC base
  -------------------------------------------------- */
  div.vtuber-list {
    margin: 20px 0 0; }

  div.vtuber-list p {
    font-size: 2.4rem;
    line-height: 1.48; }

  ul.vtuber-box,
  ul.goods-box {
    margin: 8px 0 0;
    overflow: hidden; }
    ul.vtuber-box li,
    ul.goods-box li {
      width: 23.5%;
      margin: 0 2% 45px 0;
      font-size: 1.8rem; }
      ul.vtuber-box li span.tag_kikaku, ul.vtuber-box li span.tag_music,
      ul.goods-box li span.tag_kikaku,
      ul.goods-box li span.tag_music {
        width: 60px;
        height: 28px;
        margin: 6px 5px;
        line-height: 28px;
        font-size: 15px; }
      ul.vtuber-box li:nth-of-type(4n),
      ul.goods-box li:nth-of-type(4n) {
        margin: 0 0 20px 0; }
      ul.vtuber-box li:nth-of-type(odd),
      ul.goods-box li:nth-of-type(odd) {
        padding-right: none; }
      ul.vtuber-box li:nth-of-type(even),
      ul.goods-box li:nth-of-type(even) {
        padding-left: none; }

  ul.small li {
    width: 18%;
    margin: 0 2.5% 10px 0;
    font-size: 1.8rem;
    min-height: auto; }
    ul.small li:nth-of-type(5n) {
      margin: 0 0 20px 0; }

  #content {
    margin: 0 auto;
    padding: 10px 10px; }

  .chuun-vtuber p.mc_name {
    font-size: 20px;
    padding: 8px; }
  .chuun-vtuber p.v-prof {
    margin: 0 auto 20px;
    text-align: left;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    line-height: 1.8; }
  .chuun-vtuber div.v-link a img {
    width: 14%;
    margin: 6px 8px;
    background: transparent; }

  #timeschedule p {
    font-size: 1.7rem; }
    #timeschedule p.detail {
      font-size: 90%; }

  /* NAVI
  ---------------------------------------------------------------------- */
  .site-header {
    display: flex;
    padding: 0;
    position: absolute;
    justify-content: space-between;
    width: 100%;
    left: 0;
    z-index: 100;
    transition: .5s; }

  .site-header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    display: block; }
    .site-header.fixed nav {
      background: rgba(62, 58, 57, 0.6); }
      .site-header.fixed nav ul.gnav__menu {
        max-width: 100%;
        width: 100%;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center; }
        .site-header.fixed nav ul.gnav__menu li.gnav__menu__item {
          width: auto;
          line-height: 1.4rem;
          font-size: 1.2rem;
          display: inline-block;
          transform: none;
          border-left: none;
          border-right: none;
          border-bottom: none;
          background: none; }
          .site-header.fixed nav ul.gnav__menu li.gnav__menu__item a {
            padding: 20px 10px;
            display: block;
            text-decoration: none;
            color: #fff;
            transform: none; }
          .site-header.fixed nav ul.gnav__menu li.gnav__menu__item a:hover {
            text-decoration: none; }
          .site-header.fixed nav ul.gnav__menu li.gnav__menu__item:hover {
            background: #e6261f;
            transition: all 0.5s ease-out; }

  .gnav {
    text-align: center;
    margin: 0 auto; }

  ul.gnav__menu {
    max-width: 1300px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    ul.gnav__menu li.gnav__menu__item {
      width: 20%;
      line-height: 1.6rem;
      font-size: 1.4rem;
      display: inline-block;
      transform: skewX(25deg);
      background: #3e3a39;
      border-left: #fff 1px solid;
      border-right: #fff 1px solid;
      border-bottom: #fff 1px solid; }
      ul.gnav__menu li.gnav__menu__item a {
        padding: 20px;
        display: block;
        text-decoration: none;
        color: #fff;
        transform: skewX(-25deg); }
      ul.gnav__menu li.gnav__menu__item a:hover {
        text-decoration: none; }
      ul.gnav__menu li.gnav__menu__item:hover {
        background: #e6261f;
        transition: all 0.5s ease-out; }

  .nav-height {
    margin-top: 140px !important; }

  .menu > li {
    background: #34495e;
    float: left;
    position: relative;
    transform: skewX(25deg); }

  .menu a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Arial, Helvetica;
    font-size: 14px; }

  .menu li:hover {
    background: #e74c3c; }

  .menu > li > a {
    transform: skewX(-25deg);
    padding: 1em 2em; }

  footer {
    /*		background: #fa508b;*/
    padding: 30px 0 0; }
    footer .copyright a {
      color: #1a1a1a; } }
