@charset "UTF-8";
/*
Theme Name: FRENZ 10th (caelum)
Theme URI: https://frenz.jp/
Description: FRENZ 10th Theme Pack
Author: Yeshi / foo87b
Version: 1.1.1
*/
/* Reset CSS
============== */
body, h1, h2, h3, h4, video, ul, li, dl, dt, dd, p {
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}

ul, li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

body {
  background: #444 url("./images/bg.jpg") no-repeat 50% fixed;
  background-size: cover;
  line-height: 1.8;
}

a {
  color: #686cec;
}

a:hover {
  color: #A830D5;
}

a.link-button {
  display: inline-block;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  background: #5633D5;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}

a:hover.link-button {
  background: #A830D5;
  color: #fff;
}

.grecaptcha-badge {
  visibility: hidden;
}

#wrapper {
  max-width: 1280px;
  margin: 0 auto;
  color: #eee;
}

.header .header-catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 10px 0;
}

.header .header-catch .text-title img {
  width: 100%;
}

.header .header-catch .text-info {
  background: url(./images/head_02.png) no-repeat;
  background-size: cover;
}

.header .header-catch .text-info img {
  width: 100%;
}

.main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-navigation li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 60px;
  background: no-repeat 2px 50%;
  background-size: 30px 30px;
  overflow: hidden;
  background-color: #5633D5;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color .3s linear;
  -o-transition: background-color .3s linear;
  transition: background-color .3s linear;
}

.main-navigation li:hover, .main-navigation li.current-menu-item {
  background-color: #A830D5;
}

.main-navigation li:last-child {
  border-right: 0;
}

.main-navigation li.nav-home {
  background-image: url(./images/globalnavi_bg-01.png);
}

.main-navigation li.nav-announce {
  background-image: url(./images/globalnavi_bg-03.png);
}

.main-navigation li.nav-ticket {
  background-image: url(./images/globalnavi_bg-06.png);
}

.main-navigation li.nav-participant {
  background-image: url(./images/globalnavi_bg-04.png);
}

.main-navigation li.nav-entry {
  background-image: url(./images/globalnavi_bg-05.png);
}

.main-navigation li.nav-inquiry {
  background-image: url(./images/globalnavi_bg-08.png);
}

.main-navigation li a {
  display: block;
  padding-left: 32px;
  color: #fff;
  text-decoration: none;
  line-height: 60px;
  font-size: 16px;
}

.module {
  margin-bottom: 20px;
  padding: 30px 50px;
  background-color: rgba(0, 0, 0, 0.8);
}

.module h2, .module h3 {
  margin: 20px 0 20px;
  padding: 10px 20px;
  background-attachment: fixed;
  background-color: #222;
  color: #fff;
}

.module h2 {
  border-left: 12px solid #686cec;
}

.module h2 a {
  text-decoration: none;
  color: #fff;
}

.module h4 {
  font-size: 18px;
  font-weight: bold;
  margin: .8em 0;
}

.module time {
  display: block;
  font-size: 14px;
}

.module time a {
  text-decoration: none;
  color: #ccc;
  margin-right: 1em;
}

.module time a:hover {
  text-decoration: underline;
}

.module p {
  padding-bottom: 1.2em;
}

.module strong {
  color: #fcd300;
}

.module li {
  margin-left: 10px;
  line-height: 1.8;
}

.module li::before {
  content: '';
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 22%;
  position: relative;
  left: -8px;
  top: -3px;
  background: #686cec;
}

.module form p {
  line-height: 1.4;
}

.module input {
  font-size: 16px;
  max-width: 100%;
}

.module input[type='submit'] {
  display: inline-block;
  min-width: 180px;
  padding: 0 20px;
  background: #5633D5;
  color: #fff;
  height: 48px;
  line-height: 48px;
  text-decoration: none;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.module input[type='submit']:hover {
  background: #A830D5;
}

.module input[type='submit']:disabled {
  background: #777;
  cursor: default;
}

.module textarea {
  font-size: 16px;
  max-width: 100%;
}

.module table {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0 0 20px;
  border-collapse: collapse;
  border-spacing: 0;
}

.module table th, .module table td {
  padding: 10px;
  border-collapse: collapse;
  vertical-align: top;
}

.module table th {
  color: #EEE;
  text-align: center;
  border-right: none;
  border-right-color: currentcolor;
  background-color: #222;
  font-weight: 600;
  text-align: left;
}

.module table td {
  background-color: #181818;
}

.module table ul {
  margin: 1em, 0, 1em, 30px;
  padding-bottom: 0.5em;
}

.module table ul li {
  margin-left: 0;
}

.module table h3 {
  margin-top: 0.5em;
}

.module table#p_list-1 tr th,
.module table#p_list-2 tr th,
.module table#m_list tr th {
  width: 50%;
}

.module table.exb_indv {
  width: 100%;
}

.module table.exb_indv th {
  width: 120px;
  padding: 0.8em;
}

.module table.exb_indv th.exb_icon {
  vertical-align: top;
}

.module table.exb_indv th.exb_icon img {
  margin: 1em 0;
}

.module table.exb_indv td {
  vertical-align: top;
}

.module table.exb_indv td.exb_profile h4 {
  font-size: 167%;
  margin: 10px 20px 0;
}

.module table.exb_indv td.exb_profile p {
  margin-left: 20px;
  margin-right: 20px;
}

.module table.exb_indv td.exb_work ul,
.module table.exb_indv td.exb_link ul {
  margin-left: 36px;
}

.module .about-right {
  float: right;
  width: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0 0 20px 20px;
}

.main-article {
  position: relative;
  margin-bottom: 60px;
}

.main-article .article-more {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  text-align: center;
}

.footer .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer-inner .module {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer .footer-inner .module:first-child {
  margin-right: 10px;
}

.footer .footer-inner .module:last-child {
  margin-left: 10px;
}

.footer .footer-banner li {
  margin: 0 0 10px;
}

.footer .footer-banner li:before {
  display: none;
}

.footer small {
  display: block;
  text-align: center;
  margin: 20px 0;
}

.footer small a {
  color: #ddd;
  text-decoration: none;
}

@media (max-width: 800px) {
  body::before {
    background: url("./images/bg.jpg") no-repeat 50%;
    background-size: cover;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 108px;
    content: "";
    z-index: -1;
  }
  .header .header-catch {
    display: block;
  }
  .header .header-catch .text-title {
    text-align: center;
  }
  .header .header-catch .text-info {
    margin-top: 10px;
    text-align: right;
  }
  .main-navigation li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 50%;
    height: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .main-navigation li a {
    font-size: 14px;
    line-height: 48px;
  }
  .module {
    padding: 30px 15px;
    font-size: 15px;
  }
  .module h2 {
    font-size: 20px;
  }
  .module h3 {
    font-size: 18px;
  }
  .module h4 {
    font-size: 16px;
  }
  .module .about-right {
    float: none;
    width: 100%;
    max-width: 550px;
    margin: 0 auto 20px;
  }
  .footer .footer-inner {
    display: block;
  }
  .footer .footer-inner .module:first-child, .footer .footer-inner .module:last-child {
    margin-left: 0;
    margin-right: 0;
  }
}

.main-article h4 a {
  color: #fff;
  background: #5633D5;
  padding: 0 20px;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-weight: normal;
  -webkit-transition: background-color .3s linear;
  -o-transition: background-color .3s linear;
  transition: background-color .3s linear;
}

.main-article h4 a:hover {
  background-color: #A830D5;
}

.member_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.member_list li {
  text-align: center;
  margin: 0 0 20px;
  width: 84px;
}

.member_list li:before {
  display: none;
}

.member_list li a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.2;
}

.member_list li span {
  display: block;
  margin-top: 5px;
  word-wrap: break-word;
  padding: 0 2px;
}

.member_list li img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
}

#member_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.member_detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.member_wrap {
  padding-bottom: 15px;
}

.member_indv {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.member_indv:last-child {
  border-bottom: 0;
}

.member_indv .member_body {
  padding: 15px;
  overflow: hidden;
}

.member_indv .member_icon {
  float: left;
  width: 100px;
  height: 100px;
  border-radius: 10%;
  overflow: hidden;
}

.member_indv .member_icon img {
  width: 100px;
  height: 100px;
}

.member_indv .member_name {
  margin: 0 0 5px 125px;
  font-size: 24px;
  line-height: 1.25;
}

.member_indv .member_profile {
  margin-left: 125px;
  font-size: 14px;
  line-height: 1.5;
}

.member_indv .member_link {
  clear: both;
  padding: 20px 0 5px;
}

.member_indv .member_link dt {
  line-height: 1;
  font-weight: bold;
  padding-bottom: 5px;
}

.member_indv .member_link dd {
  margin-left: 10px;
  line-height: 1.8;
  font-size: 14px;
}

.member_indv .member_link dd:before {
  content: '';
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 22%;
  position: relative;
  left: -8px;
  top: -3px;
  background: #686cec;
}

#member_menu {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  width: 200px;
  padding: 10px;
  margin: 20px 10px;
  background-color: #222;
}

#member_menu .member_list {
  display: none;
}

#member_menu .member_list li {
  width: 40px;
  margin: 0 5px 10px;
}

#member_menu .member_list li img {
  width: 40px;
  height: 40px;
}

#member_menu .member_nav {
  margin-bottom: 10px;
}

#member_menu .member_nav li {
  width: 100%;
  margin: 0;
  padding: 2px;
  text-align: center;
  font-size: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#member_menu .member_nav li:before {
  display: none;
}

#member_menu .member_nav li a {
  display: block;
  background-color: #5633D5;
  padding: 8px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background-color .3s linear;
  -o-transition: background-color .3s linear;
  transition: background-color .3s linear;
}

#member_menu .member_nav li a:hover {
  background-color: #A830D5;
}

#member_menu .member_nav li.member_toplink {
  padding-bottom: 12px;
}

#member_menu.day1-midday .member_list.day1-midday,
#member_menu.day1-night .member_list.day1-night,
#member_menu.day2-night .member_list.day2-night,
#member_menu.day2-midnight .member_list.day2-midnight,
#member_menu.music-oped .member_list.music-oped {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: show .8s ease;
          animation: show .8s ease;
}

#member_menu.day1-midday .member_nav li.day1-midday a,
#member_menu.day1-night .member_nav li.day1-night a,
#member_menu.day2-night .member_nav li.day2-night a,
#member_menu.day2-midnight .member_nav li.day2-midnight a,
#member_menu.music-oped .member_nav li.music-oped a {
  background-color: #000;
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 640px) {
  #member_toplink.module {
    padding: 30px 10px;
  }
  .member_list li {
    width: 20%;
  }
  .member_list li img {
    width: 85%;
    height: auto;
  }
  #member_contents {
    display: block;
  }
  #member_contents.on #member_menu {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  #member_contents.on #member_menu:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    background-position: 50% 20px;
  }
  #member_contents.on #member_menu .member_list li a {
    pointer-events: auto;
  }
  #member_menu {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 0 3px 0 rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 3px 0 rgba(255, 255, 255, 0.5);
    background-color: rgba(0, 0, 0, 0.6);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-transform: translateY(85%);
        -ms-transform: translateY(85%);
            transform: translateY(85%);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
  }
  #member_menu:after {
    display: block;
    content: "";
    width: 100%;
    height: 50px;
    background: no-repeat 50% 10px url("./images/arrow-up.png");
    background-size: 44px auto;
  }
  #member_menu .member_list li a {
    pointer-events: none;
  }
  #member_menu .member_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
  #member_menu .member_nav li.member_toplink {
    display: none;
  }
  .member_indv {
    padding-top: 0;
  }
  .member_indv .member_icon {
    width: 82px;
    height: 82px;
  }
  .member_indv .member_icon img {
    width: 82px;
    height: 82px;
  }
  .member_indv .member_name,
  .member_indv .member_profile {
    margin-left: 95px;
  }
  .member_indv .member_body {
    padding: 15px 5px 10px;
  }
  .member_indv .member_link {
    padding-top: 15px;
  }
}
