@media only screen and (min-width: 1px) and (max-width: 750px) {
  header #gNavTrigger {
    -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; }
  header:not(.scroll) #gNavTrigger {
    top: 100px; } }
html #layoutWrap:before {
  background: rgba(238, 233, 204, 0.97);
  -webkit-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
  -ms-transition-delay: 1s;
  transition-delay: 1s; }
html.opening {
  height: 100%;
  overflow: hidden; }
  html.opening #layoutBg {
    display: none;
    animation-delay: 100s; }
  html.opening #layoutWrap:before {
    background: #eee9cc; }
  html.opening #gNavTrigger {
    display: none; }

#opening {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background: #EEE8CC;
  z-index: 1000; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    #opening {
      height: calc(var(--vh, 1vh) * 100); } }
  #opening.end {
    width: 0;
    opacity: 0;
    -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; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      #opening.end {
        -webkit-transition-delay: 1.5s;
        -ms-transition-delay: 1.5s;
        -o-transition-delay: 1.5s;
        -ms-transition-delay: 1.5s;
        transition-delay: 1.5s; } }
    #opening.end.skip {
      -webkit-transition-delay: 0s;
      -ms-transition-delay: 0s;
      -o-transition-delay: 0s;
      -ms-transition-delay: 0s;
      transition-delay: 0s; }
  #opening .openingInner {
    position: relative;
    width: 100%;
    height: 100%; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      #opening .openingInner {
        height: calc(var(--vh, 1vh) * 100); } }
  #opening .opening {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      #opening .opening {
        height: calc(var(--vh, 1vh) * 100); } }
    #opening .opening .animation {
      position: absolute;
      line-height: 0; }
      #opening .opening .animation:before {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden; }
    #opening .opening.opening01 .animation01 {
      top: 50%;
      left: 50%;
      margin-left: -3px; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        #opening .opening.opening01 .animation01 {
          margin-left: -6px; } }
      #opening .opening.opening01 .animation01:before {
        content: url(/play/oresteia/img/ph_opening_01.png); }
        @media only screen and (min-width: 1px) and (max-width: 750px) {
          #opening .opening.opening01 .animation01:before {
            content: url(/play/oresteia/img/ph_opening_01_sp.png); } }
    #opening .opening.opening01 .animation02 {
      top: 50%;
      right: 50%; }
      #opening .opening.opening01 .animation02:before {
        content: url(/play/oresteia/img/ph_opening_02.png); }
        @media only screen and (min-width: 1px) and (max-width: 750px) {
          #opening .opening.opening01 .animation02:before {
            content: url(/play/oresteia/img/ph_opening_02_sp.png); } }
    #opening .opening.opening01 .animation01, #opening .opening.opening01 .animation02 {
      width: 50px;
      height: 324px;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        #opening .opening.opening01 .animation01, #opening .opening.opening01 .animation02 {
          width: 100px;
          height: 648px; } }
      #opening .opening.opening01 .animation01:before, #opening .opening.opening01 .animation02:before {
        position: absolute;
        width: 100%;
        height: 0; }
      #opening .opening.opening01 .animation01.active:before, #opening .opening.opening01 .animation02.active:before {
        height: 100%;
        -webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -ms-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -o-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -ms-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
      #opening .opening.opening01 .animation01.end, #opening .opening.opening01 .animation02.end {
        opacity: 0;
        -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; }
    #opening .opening.opening02 .animation01 {
      width: 118px;
      height: 268px;
      top: 50%;
      left: 50%;
      opacity: 0;
      -moz-transform: translate(-50%, -50%) rotate(-30deg);
      -ms-transform: translate(-50%, -50%) rotate(-30deg);
      -webkit-transform: translate(-50%, -50%) rotate(-30deg);
      transform: translate(-50%, -50%) rotate(-30deg); }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        #opening .opening.opening02 .animation01 {
          width: 236px;
          height: 536px; } }
      #opening .opening.opening02 .animation01:before {
        content: url(/play/oresteia/img/ph_opening_03.png);
        width: 100%;
        height: 100%; }
        @media only screen and (min-width: 1px) and (max-width: 750px) {
          #opening .opening.opening02 .animation01:before {
            content: url(/play/oresteia/img/ph_opening_03_sp.png); } }
      #opening .opening.opening02 .animation01.active {
        -webkit-animation: yone 1.6s linear 0s;
        -moz-animation: yone 1.6s linear 0s;
        -ms-animation: yone 1.6s linear 0s;
        animation: yone 1.6s linear 0s;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        animation-fill-mode: both; }
    #opening .opening.opening03 .animation01 {
      width: 376px;
      height: 510px;
      top: 50%;
      left: 50%;
      opacity: 0;
      -webkit-filter: blur(10px);
      filter: blur(10px);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -moz-transform-origin: 194px 272px;
      -ms-transform-origin: 194px 272px;
      -webkit-transform-origin: 194px 272px;
      transform-origin: 194px 272px; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        #opening .opening.opening03 .animation01 {
          width: 642px;
          height: 872px;
          -moz-transform-origin: 334px 472px;
          -ms-transform-origin: 334px 472px;
          -webkit-transform-origin: 334px 472px;
          transform-origin: 334px 472px; } }
      #opening .opening.opening03 .animation01:before {
        content: url(/play/oresteia/img/ph_opening_04.png);
        width: 100%;
        height: 100%; }
        @media only screen and (min-width: 1px) and (max-width: 750px) {
          #opening .opening.opening03 .animation01:before {
            content: url(/play/oresteia/img/ph_opening_04_sp.png); } }
      #opening .opening.opening03 .animation01.active {
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
        -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; }
      #opening .opening.opening03 .animation01.end {
        opacity: 0;
        -moz-transform: translate(-50%, -50%) scale(1.2, 1.2);
        -ms-transform: translate(-50%, -50%) scale(1.2, 1.2);
        -webkit-transform: translate(-50%, -50%) scale(1.2, 1.2);
        transform: translate(-50%, -50%) scale(1.2, 1.2);
        -webkit-filter: blur(10px);
        filter: blur(10px);
        -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -ms-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -o-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -ms-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
    #opening .opening.opening04 .animation01 {
      width: 376px;
      height: 510px;
      top: 50%;
      left: 50%;
      opacity: 0;
      -webkit-filter: blur(10px);
      filter: blur(10px);
      -moz-transform: translate(-50%, -50%) scale(1.2, 1.2);
      -ms-transform: translate(-50%, -50%) scale(1.2, 1.2);
      -webkit-transform: translate(-50%, -50%) scale(1.2, 1.2);
      transform: translate(-50%, -50%) scale(1.2, 1.2);
      -moz-transform-origin: 194px 272px;
      -ms-transform-origin: 194px 272px;
      -webkit-transform-origin: 194px 272px;
      transform-origin: 194px 272px; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        #opening .opening.opening04 .animation01 {
          width: 642px;
          height: 872px;
          -moz-transform-origin: 334px 472px;
          -ms-transform-origin: 334px 472px;
          -webkit-transform-origin: 334px 472px;
          transform-origin: 334px 472px; } }
      #opening .opening.opening04 .animation01:before {
        content: url(/play/oresteia/img/ph_opening_05.png);
        width: 100%;
        height: 100%; }
        @media only screen and (min-width: 1px) and (max-width: 750px) {
          #opening .opening.opening04 .animation01:before {
            content: url(/play/oresteia/img/ph_opening_05_sp.png); } }
      #opening .opening.opening04 .animation01.active {
        opacity: 1;
        -moz-transform: translate(-50%, -50%) scale(1, 1);
        -ms-transform: translate(-50%, -50%) scale(1, 1);
        -webkit-transform: translate(-50%, -50%) scale(1, 1);
        transform: translate(-50%, -50%) scale(1, 1);
        -webkit-filter: blur(0);
        filter: blur(0);
        -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -ms-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -o-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -ms-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
      #opening .opening.opening04 .animation01.end {
        opacity: 0;
        -moz-transform: translate(-50%, -50%) scale(1.2, 1.2);
        -ms-transform: translate(-50%, -50%) scale(1.2, 1.2);
        -webkit-transform: translate(-50%, -50%) scale(1.2, 1.2);
        transform: translate(-50%, -50%) scale(1.2, 1.2);
        -webkit-filter: blur(10px);
        filter: blur(10px);
        -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -ms-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -o-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -ms-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      #opening .opening.opening05 .animation01 {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: url(/play/oresteia/img/ph_mainimage_before_sp.png) no-repeat center center;
        background-size: contain;
        opacity: 0; }
        #opening .opening.opening05 .animation01.active {
          opacity: 1;
          -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; } }
  #opening #skipBtn {
    display: flex;
    position: absolute;
    right: 50%;
    bottom: 35px;
    width: 90px;
    height: 20px;
    color: #9B493F;
    font-size: 12px;
    font-family: "IM Fell Great Primer", serif;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #9B493F;
    background: url(/play/oresteia/img/arw_skip.png) no-repeat right 6px center;
    z-index: 2;
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%); }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      #opening #skipBtn {
        width: 180px;
        height: 40px;
        bottom: 66px;
        font-size: 24px;
        border-radius: 20px;
        background: url(/play/oresteia/img/arw_skip_sp.png) no-repeat right 12px center; } }

@-webkit-keyframes yone {
  0% {
    opacity: 0;
    -moz-transform: translate(-50%, -50%) rotate(-30deg);
    -ms-transform: translate(-50%, -50%) rotate(-30deg);
    -webkit-transform: translate(-50%, -50%) rotate(-30deg);
    transform: translate(-50%, -50%) rotate(-30deg); }
  8% {
    opacity: 1; }
  16% {
    -moz-transform: translate(-50%, -50%) rotate(30deg);
    -ms-transform: translate(-50%, -50%) rotate(30deg);
    -webkit-transform: translate(-50%, -50%) rotate(30deg);
    transform: translate(-50%, -50%) rotate(30deg); }
  24% {
    -moz-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0); }
  60% {
    opacity: 1;
    -moz-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0); }
  100% {
    opacity: 0;
    -moz-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0); } }
@-moz-keyframes yone {
  0% {
    opacity: 0;
    -moz-transform: translate(-50%, -50%) rotate(-30deg);
    -ms-transform: translate(-50%, -50%) rotate(-30deg);
    -webkit-transform: translate(-50%, -50%) rotate(-30deg);
    transform: translate(-50%, -50%) rotate(-30deg); }
  8% {
    opacity: 1; }
  16% {
    -moz-transform: translate(-50%, -50%) rotate(30deg);
    -ms-transform: translate(-50%, -50%) rotate(30deg);
    -webkit-transform: translate(-50%, -50%) rotate(30deg);
    transform: translate(-50%, -50%) rotate(30deg); }
  24% {
    -moz-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0); }
  60% {
    opacity: 1;
    -moz-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0); }
  100% {
    opacity: 0;
    -moz-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0); } }
@-ms-keyframes yone {
  0% {
    opacity: 0;
    -moz-transform: translate(-50%, -50%) rotate(-30deg);
    -ms-transform: translate(-50%, -50%) rotate(-30deg);
    -webkit-transform: translate(-50%, -50%) rotate(-30deg);
    transform: translate(-50%, -50%) rotate(-30deg); }
  8% {
    opacity: 1; }
  16% {
    -moz-transform: translate(-50%, -50%) rotate(30deg);
    -ms-transform: translate(-50%, -50%) rotate(30deg);
    -webkit-transform: translate(-50%, -50%) rotate(30deg);
    transform: translate(-50%, -50%) rotate(30deg); }
  24% {
    -moz-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0); }
  60% {
    opacity: 1;
    -moz-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0); }
  100% {
    opacity: 0;
    -moz-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0); } }
@keyframes yone {
  0% {
    opacity: 0;
    -moz-transform: translate(-50%, -50%) rotate(-30deg);
    -ms-transform: translate(-50%, -50%) rotate(-30deg);
    -webkit-transform: translate(-50%, -50%) rotate(-30deg);
    transform: translate(-50%, -50%) rotate(-30deg); }
  8% {
    opacity: 1; }
  16% {
    -moz-transform: translate(-50%, -50%) rotate(30deg);
    -ms-transform: translate(-50%, -50%) rotate(30deg);
    -webkit-transform: translate(-50%, -50%) rotate(30deg);
    transform: translate(-50%, -50%) rotate(30deg); }
  24% {
    -moz-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0); }
  60% {
    opacity: 1;
    -moz-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0); }
  100% {
    opacity: 0;
    -moz-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0); } }
#mainImageWrap {
  height: 600px; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    #mainImageWrap {
      position: relative;
      height: 1200px; }
      #mainImageWrap:before {
        content: "";
        position: absolute;
        width: 380px;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(238, 233, 204, 0.97); } }
  #mainImageWrap .mainImageInner {
    position: relative;
    height: 100%; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      #mainImageWrap .mainImageInner {
        width: 380px; } }
    #mainImageWrap .mainImageInner .float {
      position: absolute; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    #mainImageWrap .nntt {
      top: 28px;
      left: 28px; } }
  #mainImageWrap h1 {
    top: 243px;
    left: 50%; }
    @media only screen and (min-width: 751px), print {
      #mainImageWrap h1 {
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); } }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      #mainImageWrap h1 {
        top: 406px;
        left: 28px; } }
  #mainImageWrap h2 {
    color: #9B493F; }
    @media only screen and (min-width: 751px), print {
      #mainImageWrap h2 {
        top: 14px;
        right: 26px;
        font-size: 10px;
        line-height: 14px;
        text-align: right; } }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      #mainImageWrap h2 {
        top: 225px;
        left: 28px;
        font-size: 18px;
        line-height: 24px; } }
  #mainImageWrap .floatImg01 {
    top: 14px;
    left: 23px; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      #mainImageWrap .floatImg01 {
        top: 830px;
        left: 28px;
        color: #9B493F;
        font-size: 18px;
        line-height: 24px; } }
  @media only screen and (min-width: 751px), print {
    #mainImageWrap .floatImg02 {
      right: 26px;
      bottom: 48px; } }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    #mainImageWrap .floatImg02 {
      top: 960px;
      left: 28px; } }
  #mainImageWrap .staffList {
    color: #9B493F;
    font-family: "IM Fell Great Primer", serif; }
    @media only screen and (min-width: 751px), print {
      #mainImageWrap .staffList {
        left: 23px;
        bottom: 48px; } }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      #mainImageWrap .staffList {
        top: 656px;
        left: 28px; } }
    #mainImageWrap .staffList li:nth-child(n+2) {
      margin-top: 5px; }
    #mainImageWrap .staffList .title {
      font-size: 10px;
      line-height: 10px; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        #mainImageWrap .staffList .title {
          font-size: 18px;
          line-height: 18px; } }
    #mainImageWrap .staffList .name {
      font-size: 18px;
      line-height: 18px; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        #mainImageWrap .staffList .name {
          font-size: 32px;
          line-height: 32px; } }

#newsWrap {
  position: relative; }
  #newsWrap a {
    color: #000;
    text-decoration: underline; }
    #newsWrap a:hover {
      text-decoration: none; }
  #newsWrap .topNewsWrap {
    position: relative;
    background: #fff; }
    @media only screen and (min-width: 751px), print {
      #newsWrap .topNewsWrap {
        display: flex;
        min-height: 50px;
        padding: 5px 0;
        padding-left: 22px;
        align-items: center; } }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      #newsWrap .topNewsWrap {
        padding: 5px 0 10px;
        padding-left: 28px;
        padding-right: 130px; } }
  #newsWrap #newsTrigger {
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    right: 0;
    cursor: pointer;
    background: #000; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      #newsWrap #newsTrigger {
        width: 100px; } }
    #newsWrap #newsTrigger:before, #newsWrap #newsTrigger:after {
      position: absolute;
      top: 50%;
      right: 50%;
      line-height: 0;
      -moz-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
      -webkit-transform: translate(50%, -50%);
      transform: translate(50%, -50%); }
    #newsWrap #newsTrigger:before {
      content: url(/play/oresteia/img/arw_news.png); }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        #newsWrap #newsTrigger:before {
          content: url(/play/oresteia/img/arw_news_sp.png); } }
    #newsWrap #newsTrigger:after {
      content: url(/play/oresteia/img/arw_news_close.png);
      opacity: 0; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        #newsWrap #newsTrigger:after {
          content: url(/play/oresteia/img/arw_news_close_sp.png); } }
    #newsWrap #newsTrigger.active:before {
      opacity: 0; }
    #newsWrap #newsTrigger.active:after {
      opacity: 1; }
  #newsWrap .newsTitle {
    font-size: 15px;
    font-family: "IM Fell Great Primer", serif; }
    @media only screen and (min-width: 751px), print {
      #newsWrap .newsTitle {
        width: 60px; } }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      #newsWrap .newsTitle {
        font-size: 30px;
        line-height: 40px; } }
  @media only screen and (min-width: 751px), print {
    #newsWrap .date {
      width: 70px;
      font-size: 12px; } }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    #newsWrap .date {
      font-size: 24px;
      line-height: 24px; } }
  @media only screen and (min-width: 751px), print {
    #newsWrap .title {
      width: calc(100% - 60px - 70px - 50px - 22px);
      line-height: 18px; } }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    #newsWrap .title {
      margin-top: 5px;
      font-size: 24px;
      line-height: 28px; } }
  #newsWrap .newsList {
    position: absolute;
    width: 100%;
    max-height: 200px;
    top: 100%;
    left: 0;
    overflow: auto;
    background: #fff;
    z-index: 2; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      #newsWrap .newsList {
        max-height: 400px; } }
    @media only screen and (min-width: 751px), print {
      #newsWrap .newsList li {
        display: flex;
        position: relative;
        min-height: 50px;
        padding: 5px 0;
        padding-left: 82px;
        align-items: center; }
        #newsWrap .newsList li .title {
          width: calc(100% - 70px - 50px - 10px); } }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      #newsWrap .newsList li {
        padding: 10px 0;
        padding-left: 28px;
        padding-right: 130px; } }

@media only screen and (min-width: 751px), print {
  .contentBlock {
    margin-top: 75px; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .contentBlock {
    padding-top: 135px;
    background: rgba(238, 233, 204, 0.97); } }
.contentBlock .contentInner {
  padding: 0 24px; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .contentBlock .contentInner {
      padding: 0 60px; } }
.contentBlock h2 {
  margin-bottom: 35px; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .contentBlock h2 {
      margin-bottom: 70px; } }
.contentBlock p {
  line-height: 30px; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .contentBlock p {
      line-height: 60px; } }

.content01 .contentInner {
  padding-bottom: 198px;
  background: url(/play/oresteia/img/ph_content01_01.png) no-repeat 30px bottom; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .content01 .contentInner {
      padding-bottom: 372px;
      background: url(/play/oresteia/img/ph_content01_01_sp.png) no-repeat 68px bottom; } }
.content01 h3 {
  color: #9B493F;
  font-size: 17px;
  font-weight: bold;
  line-height: 26px; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .content01 h3 {
      font-size: 34px;
      line-height: 52px; } }
  .content01 h3 span {
    display: inline-block;
    position: relative; }
    .content01 h3 span:before {
      content: "";
      position: absolute;
      width: 48px;
      height: 1px;
      top: 12px;
      left: calc(100% + 8px);
      background: #9B493F; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .content01 h3 span:before {
          width: 96px;
          height: 2px;
          top: 24px;
          left: calc(100% + 12px); } }
.content01 p {
  margin-top: 1em; }

@media only screen and (min-width: 1px) and (max-width: 750px) {
  .content02 {
    -moz-transform: translateY(-0.5px);
    -ms-transform: translateY(-0.5px);
    -webkit-transform: translateY(-0.5px);
    transform: translateY(-0.5px); } }
@media only screen and (min-width: 751px), print {
  .content02:before {
    content: "";
    position: absolute;
    width: 375px;
    height: 1px;
    left: 24px;
    bottom: 0;
    border-top: 1px dotted #9B493F; } }
.content02 .contentInner {
  padding-bottom: 65px; }
.content02 .contentBox .imgWrap {
  float: right;
  margin-left: 25px; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .content02 .contentBox .imgWrap {
      margin-left: 42px; } }
.content02 .sign {
  text-align: right; }
.content02 .btnWrap {
  margin-top: 20px; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .content02 .btnWrap {
      width: 396px;
      margin: 30px auto 0; } }
  .content02 .btnWrap .attention {
    font-size: 10px;
    color: #333; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .content02 .btnWrap .attention {
        font-size: 20px;
        text-align: center; } }
