.mainContentInner {
  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: 100%;
      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 .contentTitle .en {
  font-size: 20px;
  line-height: 22px; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .contentBlock .contentTitle .en {
      font-size: 40px;
      line-height: 44px; } }
  .contentBlock .contentTitle .en:nth-child(n+2) {
    margin-top: 10px; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .contentBlock .contentTitle .en:nth-child(n+2) {
        margin-top: 20px; } }
.contentBlock .contentTitle .jp {
  margin-top: 20px;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .contentBlock .contentTitle .jp {
      font-size: 40px;
      line-height: 52px; } }
  .contentBlock .contentTitle .jp span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    font-weight: normal; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .contentBlock .contentTitle .jp span {
        font-size: 24px;
        line-height: 24px; } }

@media only screen and (min-width: 751px), print {
  .content01 .contentTitle .jp {
    line-height: 17px; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .content01 {
    margin-top: 300px; } }
.content01 .modalTriggerWrap {
  margin-top: 45px; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .content01 .modalTriggerWrap {
      margin-top: 80px; } }

@media only screen and (min-width: 1px) and (max-width: 750px) {
  .content02 {
    padding-bottom: 284px;
    -moz-transform: translateY(-0.5px);
    -ms-transform: translateY(-0.5px);
    -webkit-transform: translateY(-0.5px);
    transform: translateY(-0.5px); } }
.content02 .contentTitle .jp {
  color: #9B493F;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  margin-top: 0; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .content02 .contentTitle .jp {
      font-size: 40px;
      line-height: 52px; } }
.content02 p {
  margin-top: 1em; }
.content02 .profile {
  font-size: 12px; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .content02 .profile {
      font-size: 24px; } }
  .content02 .profile + p {
    margin-top: 40px; }

.modalTriggerWrap {
  margin-top: 45px; }
  .modalTriggerWrap .btnBox:nth-child(n+2) {
    margin-top: 25px; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .modalTriggerWrap .btnBox:nth-child(n+2) {
        margin-top: 45px; } }
  .modalTriggerWrap .modalTrigger {
    position: relative;
    width: 100%;
    height: 100px;
    cursor: pointer; }
    .modalTriggerWrap .modalTrigger[data-target="column01"] {
      background: url(/play/oresteia/column/img/btn_column01.jpg) no-repeat center center;
      background-size: cover; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .modalTriggerWrap .modalTrigger[data-target="column01"] {
          background: url(/play/oresteia/column/img/btn_column01_sp.jpg) no-repeat center center;
          background-size: cover; } }
    .modalTriggerWrap .modalTrigger[data-target="column02"] {
      background: url(/play/oresteia/column/img/btn_column02.jpg) no-repeat center center;
      background-size: cover; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .modalTriggerWrap .modalTrigger[data-target="column02"] {
          background: url(/play/oresteia/column/img/btn_column02_sp.jpg) no-repeat center center;
          background-size: cover; } }
    .modalTriggerWrap .modalTrigger[data-target="column03"] {
      background: url(/play/oresteia/column/img/btn_column03.jpg) no-repeat center center;
      background-size: cover; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .modalTriggerWrap .modalTrigger[data-target="column03"] {
          background: url(/play/oresteia/column/img/btn_column03_sp.jpg) no-repeat center center;
          background-size: cover; } }
    .modalTriggerWrap .modalTrigger span {
      display: block;
      position: relative;
      width: 100%;
      height: 100%; }
      .modalTriggerWrap .modalTrigger span:before {
        content: "";
        position: absolute;
        width: 27px;
        height: 100%;
        top: 0;
        right: 0;
        background: #9B493F; }
        @media only screen and (min-width: 1px) and (max-width: 750px) {
          .modalTriggerWrap .modalTrigger span:before {
            width: 54px; } }
    .modalTriggerWrap .modalTrigger:before, .modalTriggerWrap .modalTrigger:after {
      content: "";
      position: absolute;
      width: 11px;
      height: 1px;
      top: 50%;
      right: 8px;
      background: #fff;
      z-index: 2; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .modalTriggerWrap .modalTrigger:before, .modalTriggerWrap .modalTrigger:after {
          width: 22px;
          height: 2px;
          right: 18px; } }
    .modalTriggerWrap .modalTrigger:after {
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    @media only screen and (min-width: 751px), print {
      .modalTriggerWrap .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; }
        .modalTriggerWrap .modalTrigger:hover {
          opacity: 0.7; } }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .modalTriggerWrap .modalTrigger {
        height: 200px; } }
  .modalTriggerWrap .comingSoon {
    display: flex;
    height: 100px;
    color: rgba(155, 73, 63, 0.5);
    font-size: 28px;
    font-family: "IM Fell Great Primer", serif;
    justify-content: center;
    align-items: center;
    border: 1px solid #9B493F; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .modalTriggerWrap .comingSoon {
        height: 200px;
        font-size: 56px;
        border-width: 2px; } }

.modalBlock {
  position: fixed;
  width: 50%;
  min-width: 435px;
  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/column/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/column/img/btn_modal_close_sp.png) no-repeat; } }
  .modalBlock .modalInner {
    height: 100%;
    padding: 30px 25px 0;
    padding-right: 20px;
    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 .modalInner .columnTitle .en {
      color: #9B493F;
      font-size: 35px;
      font-family: "IM Fell Great Primer", serif; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .modalBlock .modalInner .columnTitle .en {
          font-size: 70px; } }
    .modalBlock .modalInner .columnTitle .jp {
      margin-top: 10px;
      font-size: 20px;
      font-weight: bold;
      line-height: 30px; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .modalBlock .modalInner .columnTitle .jp {
          font-size: 40px;
          line-height: 60px; } }
      .modalBlock .modalInner .columnTitle .jp span {
        display: block;
        font-size: 18px; }
        @media only screen and (min-width: 1px) and (max-width: 750px) {
          .modalBlock .modalInner .columnTitle .jp span {
            font-size: 36px; } }
    .modalBlock .modalInner .columnTitle + * {
      margin-top: 25px; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .modalBlock .modalInner .columnTitle + * {
          margin-top: 80px; } }
    .modalBlock .modalInner .imgWrap {
      width: 375px; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .modalBlock .modalInner .imgWrap {
          width: 630px; } }
      .modalBlock .modalInner .imgWrap .imgCaption {
        text-align: right;
        font-size: 12px; }
        @media only screen and (min-width: 1px) and (max-width: 750px) {
          .modalBlock .modalInner .imgWrap .imgCaption {
            font-size: 24px; } }
    .modalBlock .modalInner .textBox {
      margin-top: 35px; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .modalBlock .modalInner .textBox {
          margin-top: 60px; } }
      .modalBlock .modalInner .textBox h4 {
        font-size: 18px;
        font-weight: bold; }
        @media only screen and (min-width: 1px) and (max-width: 750px) {
          .modalBlock .modalInner .textBox h4 {
            font-size: 36px; } }
      .modalBlock .modalInner .textBox p {
        text-indent: 1em; }
      .modalBlock .modalInner .textBox .imgWrap {
        margin: 20px 0 15px; }
    .modalBlock .modalInner .modalTriggerWrap {
      padding-top: 45px;
      border-top: 1px dotted #9B493F; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .modalBlock .modalInner .modalTriggerWrap {
          margin-top: 120px;
          padding-top: 120px;
          border-width: 2px; } }

@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; } }
