@charset "UTF-8";

/*----------------------------------------------------
 Base
----------------------------------------------------*/
.wrapper {
  width: 100%;
}

.top_area {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 800px;
  background-size: 280px auto, auto 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: bottom -2px center, top center;
  color: #fff;
}

.btn_attention {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 100px;
  left: 0;
  text-align: center;
}

.btn_attention img {
  width: 420px;
}

.section_about {
  background-size: 280px auto;
  background-repeat: no-repeat;
  background-position: bottom -2px center;
  background-color: #354075;
}

.section_attention {
  background-color: #fff;
}

.content {
  width: 100%;
}

.inner {
  width: 800px;
  margin: 0 auto;
  padding: 4rem 0 7rem;
}

.footer {
  width: 100%;
  margin: 3rem 0;
  text-align: center;
}

.about_area {
  width: 100%;
  margin-bottom: 3rem;
}

.about_area ul {
  display: table;
  width: 100%;
  font-size: 0;
  text-align: left;
  border-bottom: #435C73 solid 3px;
}

.about_area ul li {
  display: table-cell;
  font-size: 20px;
  font-weight: bold;
  color: #434477;
  line-height: 1.4;
  margin-bottom: 0.3rem;
  padding: 1.2rem;
  box-sizing: border-box;
  vertical-align: middle;
}

.about_area ul li:nth-child(2n-1) {
  width: 25%;
  background-color: #59BFCE;
}

.about_area ul li:nth-child(2n) {
  width: 75%;
  border-left: #435C73 solid 3px;
  background-color: #DEFBFF;
}

.about_area a {
  font-weight: normal;
}

.cast_area {
  width: 100%;
}

.cast_area span {
  font-size: 70%;
  font-weight: normal;
}

.main_cast {
  width: 30%;
  margin: 0 auto 2rem;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.title_guest {
  width: 16%;
  margin: 0 auto 2rem;
}

.cast_area ul {
  font-size: 0;
  text-align: center;
}

.cast_area ul li {
  display: inline-block;
  width: 23%;
  margin: 1%;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  vertical-align: top;
}

.cast_area ul li img {
  margin-bottom: 0.6rem;
}


.attention_area {
  width: 100%;
}

.attention_area p {
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.attention_area p .red {
  font-weight: bold;
  color: #ff0000;
}

.attention_area p .strong {
  font-weight: bold;
}

.menu {
  width: 100%;
  padding: 0;
}
.menu input {
  display: none;
}

.menu label {
  cursor: pointer;
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 140%;
  font-weight: bold;
  color: #000;
  line-height: 1;
  position: relative;
  margin: 0.3rem 0;
  padding: 1rem;
  background-color: #ccc;
}

.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1px;
}
.menu li {
  height: 0;
  overflow-y: hidden;
  transition: padding-bottom 0.5s, padding-top 0.5s;
  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
  -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
  -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
  -o-transition: padding-bottom 0.5s, padding-top 0.5s;
}
#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li,
#menu_bar05:checked ~ #links05 li,
#menu_bar06:checked ~ #links06 li,
#menu_bar07:checked ~ #links07 li,
#menu_bar08:checked ~ #links08 li {
  height: auto;
  opacity: 1;
  padding: 1.2rem 0;
}

#menu_bar01:checked ~ #links01 li:last-child,
#menu_bar02:checked ~ #links02 li:last-child,
#menu_bar03:checked ~ #links03 li:last-child,
#menu_bar04:checked ~ #links04 li:last-child,
#menu_bar05:checked ~ #links05 li:last-child,
#menu_bar06:checked ~ #links06 li:last-child,
#menu_bar07:checked ~ #links07 li:last-child,
#menu_bar08:checked ~ #links08 li:last-child {
  margin-bottom: 20px;
}

.menu label:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: #000 2px solid;
  border-right: #000 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 2%;
  top: 0;
  bottom: 15%;
  margin: auto;
}

.menu input[type='checkbox']:checked + label:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: #000 2px solid;
  border-right: #000 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 2%;
  top: 7%;
  bottom: 0;
  margin: auto;
}

.social {
  width: 800px;
  margin: 0 auto;
  padding: 0 0 2rem;
}

.social ul {
  font-size: 0;
  text-align: center;
}

.social ul li {
  display: inline-block;
  width: 7%;
  padding: 0;
  margin: 0 2% 0 2%;
}

#page-top {
  width: 3rem;
  height: 3rem;
  position: fixed;
  bottom: 10px;
  right: 10px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .pc_display {
    display: none;
  }

  .top_area {
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    padding-bottom: 7rem;
    background-image: url(../img/title_about.png);
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: bottom -1px center;
  }

  .btn_attention {
    bottom: 4rem;
  }

  .btn_attention img {
    width: 90%;
  }

  .inner {
    width: 90%;
    padding: 2rem 0 4.4rem;
  }

  .footer {
    margin: 2rem 0;
  }

  .about_area {
    width: 100%;
    margin-bottom: 2rem;
  }

  .about_area ul {
    display: inherit;
    margin-bottom: 0.3rem;
    font-size: 16px;
    text-align: center;
    border-bottom: 0;
  }

  .about_area ul li {
    display: inline-block;
    font-size: 16px;
    padding: 1rem;
  }

  .about_area ul li:nth-child(2n-1) {
    width: 100%;
    margin-bottom: 0.3rem;
  }

  .about_area ul li:nth-child(2n) {
    width: 100%;
    text-align: left;
    margin-bottom: 0.6rem;
    border-left: 0;
  }

  .cast_area {
    width: 100%;
  }

  .main_cast {
    width: 60%;
    font-size: 140%;
  }

  .title_guest {
    width: 30%;
  }

  .cast_area ul li {
    display: inline-block;
    width: 46%;
    margin: 0 2% 1rem 2%;
  }

  .ticket_area ul {
    display: inherit;
    margin-bottom: 0.3rem;
    font-size: 16px;
    text-align: center;
    border-bottom: 0;
  }

  .ticket_area ul li {
    display: inline-block;
    font-size: 16px;
    padding: 1rem;
  }

  .ticket_area ul li:nth-child(2n-1) {
    width: 100%;
    margin-bottom: 0.3rem;
  }

  .ticket_area ul li:nth-child(2n) {
    width: 100%;
    text-align: left;
    margin-bottom: 0.6rem;
    border-left: 0;
  }

  .attention_area p {
    font-size: 14px;
  }

  .menu label {
    font-size: 120%;
  }

  #menu_bar01:checked ~ #links01 li,
  #menu_bar02:checked ~ #links02 li,
  #menu_bar03:checked ~ #links03 li,
  #menu_bar04:checked ~ #links04 li,
  #menu_bar05:checked ~ #links05 li,
  #menu_bar06:checked ~ #links06 li,
  #menu_bar07:checked ~ #links07 li,
  #menu_bar08:checked ~ #links08 li {
    padding: 1rem 0;
  }

  .social {
    width: 90%;
    padding: 0 0 2rem;
  }

  .social ul li {
    display: inline-block;
    width: 16%;
    padding: 0;
    margin: 0 2% 0 2%;
  }

  #page-top {
    width: 3rem;
    height: 3rem;
    position: fixed;
    bottom: 10px;
    right: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .pc_display {
    display: none;
  }

  .top_area {
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    padding-bottom: 6.6rem;
  }

  .btn_attention {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 80px;
    left: 0;
    text-align: center;
  }

  .btn_attention img {
    width: 50%;
  }

  .inner {
    width: 90%;
    padding: 3rem 0 6rem;
  }

  .footer {
    margin: 2rem 0;
  }

  .social {
    width: 100%;
    padding: 0 0 1rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .sp_display {
    display: none;
  }

  .inner {
    width: 80%;
  }
}

@media screen and (min-width: 1025px) {
  .sp_display {
    display: none;
  }

  .top_area {
    height: 100vh;
    min-height: 800px;
  }

  .alpha a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .alpha a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: 'alpha(opacity=70)';
  }

  a.btn_over img {
    -webkit-transition: -weblit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -ms-transition: -ms-transform 0.3s;
    transition: transform 0.3s;
  }

  a.btn_over img:hover {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}
