#layoutWrap:before {
  width: 100%; }

.mainContentInner {
  width: 100%;
  padding: 65px 28px 10px; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .mainContentInner {
      padding: 0; } }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .mainContentInner h1 {
      display: flex;
      height: 500px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      background: rgba(238, 233, 204, 0.97); } }
  .mainContentInner h1 .en {
    color: #9B493F;
    font-size: 35px;
    font-family: "IM Fell Great Primer", serif; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .mainContentInner h1 .en {
        font-size: 70px; } }
  .mainContentInner h1 .jp {
    color: #333;
    font-size: 12px; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .mainContentInner h1 .jp {
        width: 100%;
        font-size: 24px; } }

@media only screen and (min-width: 751px), print {
  .contentBlock {
    margin-top: 65px;
    padding-bottom: 65px; }
    .contentBlock:before {
      content: "";
      position: absolute;
      width: 50%;
      min-width: 375px;
      height: 1px;
      left: 0;
      bottom: 0;
      border-top: 1px dotted #9B493F; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .contentBlock {
    padding: 140px 60px 134px;
    background: rgba(238, 233, 204, 0.97); }
    .contentBlock + .contentBlock:before {
      content: "";
      position: absolute;
      width: 630px;
      height: 1px;
      left: 60px;
      top: 0;
      border-top: 2px dotted #9B493F; } }
.contentBlock .modalTrigger {
  cursor: pointer; }

@media only screen and (min-width: 1px) and (max-width: 750px) {
  .content01 {
    margin-top: 300px; } }
.content01 .btnWrap {
  margin-top: 40px; }
  .content01 .btnWrap .modalTrigger {
    width: 240px;
    padding-left: 13px;
    justify-content: flex-start; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .content01 .btnWrap .modalTrigger {
        width: 100%;
        padding-left: 25px; } }
    .content01 .btnWrap .modalTrigger:nth-child(n+2) {
      margin-top: 10px; }
.content01 .staffList {
  display: flex; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .content01 .staffList {
      width: 630px;
      justify-content: space-between; } }
  .content01 .staffList.list01 {
    margin-top: 20px; }
    @media only screen and (min-width: 751px), print {
      .content01 .staffList.list01 li:nth-child(n+2) {
        margin-left: 20px; } }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .content01 .staffList.list01 li {
        text-align: center; } }
    .content01 .staffList.list01 .modalTrigger {
      -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
      .content01 .staffList.list01 .modalTrigger:hover {
        opacity: 0.7; }
  .content01 .staffList.list02 {
    width: 620px;
    margin-top: 30px;
    flex-wrap: wrap; }
    @media only screen and (min-width: 751px), print {
      .content01 .staffList.list02 li {
        margin-right: 1em; } }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .content01 .staffList.list02 li {
        width: 50%; } }

@media only screen and (min-width: 1px) and (max-width: 750px) {
  .content02 {
    padding-bottom: 230px;
    -moz-transform: translateY(-0.5px);
    -ms-transform: translateY(-0.5px);
    -webkit-transform: translateY(-0.5px);
    transform: translateY(-0.5px); } }
.content02 .castList {
  display: flex;
  margin-top: 40px; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .content02 .castList {
      flex-wrap: wrap;
      justify-content: space-between; } }
  @media only screen and (min-width: 751px), print {
    .content02 .castList li:nth-child(n+2) {
      margin-left: 20px; } }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .content02 .castList li:nth-child(n+3) {
      margin-top: 30px; } }
  @media print {
    .content02 .castList li.cast01 .imgWrap {
      opacity: 0; } }
  .content02 .castList .caption {
    text-align: center; }
.content02 .modalTrigger {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
  .content02 .modalTrigger:hover {
    opacity: 0.7; }

.modalBlock {
  position: fixed;
  min-width: 417px;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  background: #EEE8CC;
  opacity: 0;
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
  .modalBlock.active {
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .modalBlock {
      width: 100%; } }
  .modalBlock .modalCloser {
    width: 24px;
    height: 87px;
    position: absolute;
    top: 0;
    left: -24px;
    cursor: pointer;
    background: url(/play/oresteia/cast/img/btn_modal_close.png) no-repeat; }
    @media only screen and (min-width: 751px), print {
      .modalBlock .modalCloser {
        -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -ms-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -o-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -ms-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
        .modalBlock .modalCloser:hover {
          opacity: 0.7; } }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .modalBlock .modalCloser {
        width: 60px;
        height: 218px;
        left: auto;
        right: 0;
        background: url(/play/oresteia/cast/img/btn_modal_close_sp.png) no-repeat; } }
  .modalBlock .modalInner {
    height: 100%;
    padding: 30px 25px 0;
    overflow: auto; }
    @media only screen and (min-width: 751px), print {
      .modalBlock .modalInner > *:last-child {
        padding-bottom: 50px; } }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .modalBlock .modalInner {
        padding: 216px 58px 200px; } }
  .modalBlock .profileBlock {
    display: flex;
    width: 100%; }
    .modalBlock .profileBlock .rightSide {
      display: flex;
      margin-left: 10px;
      color: #9B493F;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .modalBlock .profileBlock .rightSide {
          margin-left: 20px; } }
      .modalBlock .profileBlock .rightSide .en {
        font-family: "IM Fell Great Primer", serif; }
    .modalBlock .profileBlock .role {
      margin-top: 5px;
      line-height: 18px; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .modalBlock .profileBlock .role {
          line-height: 36px; } }
      .modalBlock .profileBlock .role + h3 {
        margin-top: 10px; }
    .modalBlock .profileBlock h3 {
      font-size: 20px;
      font-weight: bold; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .modalBlock .profileBlock h3 {
          font-size: 40px; } }
  .modalBlock .detailBlock {
    margin-top: 50px; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .modalBlock .detailBlock {
        margin-top: 100px; } }
    .modalBlock .detailBlock h4 .en {
      color: #9B493F;
      font-family: "IM Fell Great Primer", serif;
      font-size: 20px; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .modalBlock .detailBlock h4 .en {
          font-size: 40px; } }
    .modalBlock .detailBlock h4 .jp {
      color: #333;
      font-size: 12px;
      line-height: 12px; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .modalBlock .detailBlock h4 .jp {
          font-size: 24px;
          line-height: 24px; } }
    .modalBlock .detailBlock h4 + p {
      margin-top: 25px; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .modalBlock .detailBlock h4 + p {
          margin-top: 50px; } }
    .modalBlock .detailBlock p .textSmall {
      display: block;
      margin-top: -10px;
      color: #333;
      font-size: 10px; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .modalBlock .detailBlock p .textSmall {
          font-size: 20px; } }
    .modalBlock .detailBlock .btnWrap {
      margin-top: 20px; }
    .modalBlock .detailBlock .switch {
      position: relative;
      min-height: 175px;
      overflow: hidden;
      -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
      .modalBlock .detailBlock .switch:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100px;
        left: 0;
        bottom: 0;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiNlZWU4Y2MiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWU4Y2MiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(20%, #eee8cc), color-stop(100%, rgba(238, 232, 204, 0)));
        background-image: -moz-linear-gradient(bottom, #eee8cc 20%, rgba(238, 232, 204, 0) 100%);
        background-image: -webkit-linear-gradient(bottom, #eee8cc 20%, rgba(238, 232, 204, 0) 100%);
        background-image: linear-gradient(to top, #eee8cc 20%, rgba(238, 232, 204, 0) 100%);
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
      .modalBlock .detailBlock .switch.active:after {
        height: 0; }
      .modalBlock .detailBlock .switch:not(.active) {
        height: 175px; }
    .modalBlock .detailBlock .switchTrigger {
      margin: 20px auto 0; }
      .modalBlock .detailBlock .switchTrigger .close {
        display: none; }
      .modalBlock .detailBlock .switchTrigger.active .open {
        display: none; }
      .modalBlock .detailBlock .switchTrigger.active .close {
        display: block; }
  .modalBlock.staff01 .profileBlock .rightSide, .modalBlock.staff02 .profileBlock .rightSide, .modalBlock.staff03 .profileBlock .rightSide, .modalBlock.staff04 .profileBlock .rightSide {
    align-items: flex-start;
    justify-content: left; }
  @media print {
    .modalBlock.cast01 .imgWrap {
      opacity: 0; } }

@media only screen and (min-width: 751px), print {
  .accessBlock {
    padding: 0 0 25px; } }

html.modal html, html.modal body {
  height: 100%;
  overflow: hidden; }
html.modal #layoutWrap:before {
  width: 191px;
  min-width: 191px;
  background: #EEE8CC; }
html.modal .mainContentInner {
  opacity: 0;
  pointer-events: none; }
@media print {
  html.modal #layoutWrap {
    justify-content: flex-end; }
  html.modal #mainContentWrap {
    width: 417px; }
  html.modal .mainContentInner {
    display: none; }
  html.modal #stage {
    height: 100%; }
  html.modal #modalWrap {
    height: 100%; }
  html.modal .modalBlock.active {
    position: relative;
    top: auto;
    right: auto;
    height: 100%; }
    html.modal .modalBlock.active .modalInner {
      overflow: visible; }
  html.modal #ws {
    position: absolute; } }
