@charset "UTF-8";
html {
  font-size: 12px;
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック", Meiryo, sans-serif;
  line-height: 1.6;
  font-feature-settings: "palt";
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

p,
ul,
ol,
h1,
h2,
h3 {
  margin: 0;
}

img {
  border: none;
}

ul,
ol {
  padding: 0;
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

main {
  display: block;
}

body {
  background-image: url(img/backimg.png);
  margin: 0;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.wrapper {
  padding: 0 10px;
  max-width: 1000px;
  margin: auto;
}

.page-header {
  position: relative;
  padding-top: 25px;
}

.page-header .ani10th {
  position: absolute;
  top: 0;
  left: 0;
}

.page-header .udscan {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 80px;
  height: 80px;
  z-index: 1;
}

.page-header .udscan img {
  display: block;
}

@media screen and (max-width: 529px) {
  .page-header {
    padding-top: 100px;
  }
}

.hero {
  position: relative;
}

.hero .event-logo {
  display: block;
  margin: auto;
}

.hero .brand-logo {
  position: absolute;
  left: 390px;
  right: 0;
  top: 295px;
  margin: auto;
  display: block;
}

.hero .mini-schedule {
  text-align: center;
  margin-top: 25px;
}

@media screen and (max-width: 529px) {
  .hero .brand-logo {
    position: static;
    margin: 40px auto;
  }
}

.navbar {
  margin-top: 45px;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 2;
}

.navbar ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
}

.navbar a {
  display: block;
  background-color: #E95B7D;
  color: white;
  width: 158px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  font-size: 20px;
  position: relative;
}

.navbar a:before {
  content: '';
  display: block;
  background-image: url(img/menu01.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 25px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}

.navbar a:after {
  content: '';
  display: block;
  background-image: url(img/menu02.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 25px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 999px) {
  .navbar {
    display: none;
  }
}

.mininav {
  padding: 0 10px;
  position: -webkit-sticky;
  top: 0;
  z-index: 2;
  margin-top: 45px;
}

.mininav .mininav-inner {
  position: relative;
}

.mininav .mininav-headup {
  display: block;
  background-color: #E95B7D;
  color: white;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  padding: 0 35px;
  cursor: pointer;
}

.mininav .mininav-headup .caret {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 35px;
  margin: auto;
  transition: transform 0.3s;
}

.mininav .mininav-headup:before {
  content: '';
  display: block;
  background-image: url(img/menu01.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 25px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}

.mininav .mininav-headup:after {
  content: '';
  display: block;
  background-image: url(img/menu02.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 25px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
}

.mininav .mininav-menu {
  background-color: #fbe2e8;
  transform: scale(1, 0);
  position: absolute;
  width: 100%;
  transition: transform 0.3s;
  transform-origin: top;
}

.mininav .mininav-menu a {
  display: block;
  padding: 10px;
  font-size: 14px;
  color: black;
  border-bottom: 1px solid #E95B7D;
}

.mininav .mininav-menu li.active a {
  color: #E95B7D;
}

.mininav.open .mininav-headup .caret {
  transform: rotate(180deg);
}

.mininav.open .mininav-menu {
  transform: scale(1, 1);
}

@media screen and (min-width: 1000px) {
  .mininav {
    display: none;
  }
}

.page-footer {
  padding: 40px 0;
  text-align: center;
}

.page-footer .wrapper {
  position: relative;
}

.page-footer small {
  margin-top: 20px;
  display: block;
}

.page-footer .gotop {
  display: block;
  width: 50px;
  height: 50px;
  bottom: 10px;
  position: fixed;
}

@media screen and (min-width: 1120px) {
  .page-footer .gotop {
    position: fixed;
    left: 1050px;
    right: 0;
    margin: auto;
  }
}

@media screen and (max-width: 1119px) {
  .page-footer .gotop {
    right: 10px;
  }
}

.overview {
  text-align: center;
  padding-top: 70px;
}

.overview-headline {
  font-size: 14px;
}

.overview-info {
  font-weight: bold;
  margin-top: 1.5em;
  font-size: 14px;
}

.overview-desc {
  margin-top: 1.5em;
}

.section {
  padding-top: 60px;
}

.section.reveal .section-headline:after {
  width: 83px;
}

.section-headline {
  font-size: 30px;
  line-height: 1;
  text-align: center;
}

.section-headline:after {
  content: '';
  display: block;
  border-top: 6px solid #E95B7D;
  width: 0;
  margin: 8px auto;
  transition: width 0.3s;
}

.section-headline .c1 {
  color: black;
}

.section-headline .c2 {
  color: #E95B7D;
}

.section-headline .c3 {
  color: #00A473;
}

.timetable-table {
  display: block;
  margin: 25px auto 0 auto;
  width: 100%;
  max-width: 600px;
  height: auto;
}

.content-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: 10px;
}

.content {
  border: 2px solid rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 15px;
  margin-top: 20px;
}

.content.reveal {
  animation: 0.5s content-reveal forwards;
}

.content-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid black;
}

.content-title {
  line-height: 1.2;
  flex: auto;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  font-size: 14px;
}

.content-main {
  margin-top: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.content-head {
  margin-left: 10px;
  width: 100px;
}

.content-head img {
  display: block;
  width: 100%;
  height: auto;
}

.content-body {
  flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
}

.content-half {
  width: 480px;
}

@media screen and (max-width: 999px) {
  .content-half {
    width: 100%;
  }
}

.content-full {
  width: 100%;
}

.content-c1 {
  border-color: rgba(233, 91, 125, 0.6);
}

.content-c1 .content-header {
  color: #E95B7D;
  border-color: #E95B7D;
}

.content-c2 {
  border-color: rgba(0, 164, 115, 0.6);
}

.content-c2 .content-header {
  color: #00A473;
  border-color: #00A473;
}

.content-c3 {
  border-color: rgba(13, 121, 172, 0.6);
}

.content-c3 .content-header {
  color: #0D79AC;
  border-color: #0D79AC;
}

.content-c4 {
  border-color: rgba(255, 102, 0, 0.6);
}

.content-c4 .content-header {
  color: #F60;
  border-color: #F60;
}

.content-7 .content-body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
}

.content-7 .content-body .block {
  width: calc(50% - 10px);
}

@media screen and (max-width: 999px) {
  .content-7 .content-body {
    display: block;
  }
  .content-7 .content-body .block {
    width: auto;
  }
}

@keyframes content-reveal {
  0% {
    transform: scale(0.5, 0.5);
    opacity: 0;
  }
  75% {
    transform: scale(1.05, 1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
  }
}

.actor-group {
  margin-top: 20px;
}

.actor-group-headline {
  background-color: #E95B7D;
  color: white;
  line-height: 40px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.actor-group-1 {
  margin-top: 40px;
}

.actor-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: auto;
}

@media screen and (max-width: 999px) {
  .actor-list {
    width: 735px;
  }
  .actor-list .actor {
    width: 33.3%;
  }
}

@media screen and (max-width: 754px) {
  .actor-list {
    width: 490px;
  }
  .actor-list .actor {
    width: 50%;
  }
}

@media screen and (max-width: 509px) {
  .actor-list {
    width: 245px;
  }
  .actor-list .actor {
    width: 100%;
  }
}

.actor {
  width: 25%;
  padding: 10px;
  height: 350px;
  position: relative;
  padding-bottom: 110px;
}

.actor.reveal {
  animation: 0.5s content-reveal forwards;
}

.portrait {
  display: block;
  margin: auto;
}

.actor-name {
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  line-height: 1.3;
}

.actor-title {
  text-align: center;
  font-size: 11px;
  line-height: 1.3;
}

.actor-desc {
  margin-top: 15px;
  height: 200px;
  padding-bottom: 10px;
  font-size: 11px;
  line-height: 1.3;
}

.actor-image {
  display: block;
  position: absolute;
  bottom: 10px;
}

.actor-8 .actor-desc,
.actor-17 .actor-desc {
  margin-top: 5px;
}

.actor-1 {
  background-color: #EBEBEB;
}

.actor-2 {
  background-color: white;
}

.actor-3 {
  background-color: #EBEBEB;
}

.actor-4 {
  background-color: white;
}

.actor-5 {
  background-color: white;
}

.actor-6 {
  background-color: #EBEBEB;
}

.actor-7 {
  background-color: white;
}

.actor-8 {
  background-color: #EBEBEB;
}

.actor-9 {
  background-color: #EBEBEB;
}

.actor-10 {
  background-color: white;
}

.actor-11 {
  background-color: #EBEBEB;
}

.actor-12 {
  background-color: white;
}

.actor-13 {
  background-color: white;
}

.actor-14 {
  background-color: #EBEBEB;
}

.actor-15 {
  background-color: white;
}

.actor-16 {
  background-color: #EBEBEB;
}

.actor-17 {
  background-color: #EBEBEB;
}

.actor-18 {
  background-color: white;
}

.actor-19 {
  background-color: #EBEBEB;
}

.actor-20 {
  background-color: white;
}

@media screen and (max-width: 999px) {
  .actor-1 {
    background-color: #EBEBEB;
  }
  .actor-2 {
    background-color: white;
  }
  .actor-3 {
    background-color: #EBEBEB;
  }
  .actor-4 {
    background-color: white;
  }
  .actor-5 {
    background-color: #EBEBEB;
  }
  .actor-6 {
    background-color: white;
  }
  .actor-7 {
    background-color: #EBEBEB;
  }
  .actor-8 {
    background-color: white;
  }
  .actor-9 {
    background-color: #EBEBEB;
  }
  .actor-10 {
    background-color: white;
  }
  .actor-11 {
    background-color: #EBEBEB;
  }
  .actor-12 {
    background-color: white;
  }
  .actor-13 {
    background-color: #EBEBEB;
  }
  .actor-14 {
    background-color: white;
  }
  .actor-15 {
    background-color: #EBEBEB;
  }
  .actor-16 {
    background-color: white;
  }
  .actor-17 {
    background-color: #EBEBEB;
  }
  .actor-18 {
    background-color: white;
  }
  .actor-19 {
    background-color: #EBEBEB;
  }
  .actor-20 {
    background-color: white;
  }
}

@media screen and (max-width: 754px) {
  .actor-1 {
    background-color: #EBEBEB;
  }
  .actor-2 {
    background-color: white;
  }
  .actor-3 {
    background-color: white;
  }
  .actor-4 {
    background-color: #EBEBEB;
  }
  .actor-5 {
    background-color: #EBEBEB;
  }
  .actor-6 {
    background-color: white;
  }
  .actor-7 {
    background-color: white;
  }
  .actor-8 {
    background-color: #EBEBEB;
  }
  .actor-9 {
    background-color: #EBEBEB;
  }
  .actor-10 {
    background-color: white;
  }
  .actor-11 {
    background-color: white;
  }
  .actor-12 {
    background-color: #EBEBEB;
  }
  .actor-13 {
    background-color: #EBEBEB;
  }
  .actor-14 {
    background-color: white;
  }
  .actor-15 {
    background-color: white;
  }
  .actor-16 {
    background-color: #EBEBEB;
  }
  .actor-17 {
    background-color: #EBEBEB;
  }
  .actor-18 {
    background-color: white;
  }
  .actor-19 {
    background-color: white;
  }
  .actor-20 {
    background-color: #EBEBEB;
  }
}

@media screen and (max-width: 509px) {
  .actor:nth-child(odd) {
    background-color: #EBEBEB;
  }
  .actor:nth-child(even) {
    background-color: white;
  }
}

.access-layout {
  width: 750px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto;
}

@media screen and (max-width: 769px) {
  .access-layout {
    padding: 0 10px;
    width: auto;
    display: block;
  }
  .access-layout .access-head img {
    margin: auto;
  }
  .access-layout .access-body {
    margin: 20px auto;
    max-width: 450px;
  }
}

.access-head img {
  display: block;
  margin-right: 20px;
}

.access-body {
  flex: auto;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
}

.pre-event .section-sub-headline {
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}

.event-list {
  margin: 40px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
}

@media screen and (max-width: 520px) {
  .event-list {
    display: block;
    width: auto;
  }
  .event-list .event {
    margin: 20px auto;
  }
}

.event {
  background-color: white;
  width: 240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

.event-head {
  margin-right: 20px;
}

.event-body {
  flex: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
}

.event-date {
  color: #E95B7D;
  font-size: 14px;
}

.event-action {
  border-radius: 5px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  color: white;
  background-color: #E95B7D;
  margin-top: 10px;
}

.billboard {
  background-color: white;
  padding: 50px;
}

.coming-logo {
  display: block;
  margin: auto;
}

.coming-info {
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}
