.clearfix {
  zoom: 1; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

:root {
  --baseGreen: #4d7350;
  --bgColor: #EEF2EF;
  --black: #252525;
  --gothic: 'Arial', sans-serif;
  --serif: 'Times New Roman', serif;
  --normal: 400;
  --bold: 700;
  --pcWidth: 120rem; }

html {
  color: var(--black);
  font-size: 10px;
  font-family: var(--serif);
  font-weight: var(--normal); }

body {
  font-size: 1.6rem;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  overflow-x: hidden; }
  body.fixed {
    overflow-y: hidden; }
  @media only screen and (max-width: 750px) {
    body {
      font-size: 1.6rem;
      line-height: 1.5; } }

a {
  text-decoration: none;
  color: var(--black); }
  @media only screen and (min-width: 751px) {
    a {
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; } }

img {
  display: block;
  max-width: 100%;
  margin-inline: auto; }

@media only screen and (min-width: 751px) {
  .pcSpace {
    display: inline-block; } }
@media only screen and (max-width: 750px) {
  .pcSpace {
    display: none; } }

section .sectionInner {
  max-width: var(--pcWidth);
  padding: 8rem 2rem 10rem;
  margin: 0 auto; }
  @media only screen and (max-width: 750px) {
    section .sectionInner {
      padding: 5rem 2rem; } }

.skipLink {
  position: absolute;
  width: 1px;
  height: 1px;
  top: 0;
  left: 0;
  margin: -1px;
  overflow: hidden; }

button {
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0; }

.telLink {
  text-decoration: none; }

@media only screen and (min-width: 751px) {
  .s {
    display: none !important; }

  .l {
    display: block !important; }

  .telLink {
    pointer-events: none; } }
@media only screen and (max-width: 750px) {
  .l {
    display: none !important; }

  .s {
    display: block !important; } }
.flex {
  display: flex;
  flex-wrap: wrap; }

.inlineBlock {
  display: inline-block; }

h2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  font-size: 4rem;
  font-weight: var(--bold);
  line-height: 1.285;
  position: relative;
  margin-bottom: 7rem; }
  h2:after {
    content: '';
    display: block;
    background: var(--baseGreen);
    width: 6rem;
    height: 0.2rem;
    position: absolute;
    bottom: -1.5rem; }
  @media only screen and (max-width: 750px) {
    h2 {
      font-size: 2.8rem; } }

h3 {
  color: var(--baseGreen);
  font-size: 4rem;
  font-weight: var(--bold);
  line-height: 1.275;
  margin-bottom: 1.5rem; }

.btnStyle {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: var(--baseGreen);
  font-family: var(--gothic);
  color: #FFF;
  width: fit-content;
  height: 4.5rem;
  border: 0.1rem solid var(--baseGreen);
  border-radius: 3rem;
  padding: 0 2rem;
  overflow: hidden;
  position: relative; }
  .btnStyle span.text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-right: 1.6rem;
    position: relative;
    z-index: 2; }
    .btnStyle span.text:after {
      content: '';
      display: block;
      background: url(/assets/images/en/en_bunraku/icon_arrow.svg) no-repeat center center/contain;
      width: 0.6rem;
      height: 1.2rem;
      opacity: 1;
      position: absolute;
      right: 0; }
      @media only screen and (min-width: 751px) {
        .btnStyle span.text:after {
          transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; } }
    .btnStyle span.text:before {
      content: '';
      display: block;
      background: url(/assets/images/en/en_bunraku/icon_arrow_green.svg) no-repeat center center/contain;
      width: 0.6rem;
      height: 1.2rem;
      opacity: 0;
      position: absolute;
      right: 0; }
      @media only screen and (min-width: 751px) {
        .btnStyle span.text:before {
          transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; } }
  .btnStyle:before {
    content: '';
    background: #FFF;
    width: 100%;
    height: 100%;
    position: absolute;
    transform-origin: left;
    transform: scaleX(0);
    z-index: 0; }
  .btnStyle.white {
    background: #FFF;
    color: var(--black);
    border: 0.1rem solid #DEDEDE; }
    .btnStyle.white .text:after {
      background-image: url(/assets/images/en/en_bunraku/icon_arrow_green.svg); }
    .btnStyle.white .text:before {
      background-image: url(/assets/images/en/en_bunraku/icon_arrow.svg); }
    .btnStyle.white:before {
      background: var(--baseGreen); }
  .btnStyle.blank .text {
    padding-right: 2rem; }
    .btnStyle.blank .text:before, .btnStyle.blank .text:after {
      width: 1.2rem;
      height: 1.2rem; }
    .btnStyle.blank .text:before {
      background-image: url(/assets/images/en/en_bunraku/icon_blank_green.svg); }
    .btnStyle.blank .text:after {
      background-image: url(/assets/images/en/en_bunraku/icon_blank_white.svg); }
  .btnStyle.blank.white .text:before {
    background-image: url(/assets/images/en/en_bunraku/icon_blank_white.svg); }
  .btnStyle.blank.white .text:after {
    background-image: url(/assets/images/en/en_bunraku/icon_blank_green.svg); }
  @media only screen and (min-width: 751px) {
    .btnStyle:before {
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
    .btnStyle:hover {
      color: var(--baseGreen);
      opacity: 1; }
      .btnStyle:hover:before {
        transform: scaleX(1); }
      .btnStyle:hover .text:before, .btnStyle:hover .text:after {
        right: -0.3rem; }
      .btnStyle:hover .text:before {
        opacity: 1; }
      .btnStyle:hover .text:after {
        opacity: 0; }
    .btnStyle.white:hover {
      color: #FFF; } }

.mt15 {
  margin-top: 1.5rem; }

ul.note {
  font-family: var(--gothic);
  width: 100%; }
  ul.note li {
    display: flex;
    flex-wrap: wrap; }
  ul.note .point {
    text-align: center;
    width: 1em; }
  ul.note .text {
    width: calc(100% - 1em); }

#gnavWrap {
  align-items: center;
  justify-content: center;
  height: 8rem;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100; }
  @media (max-width: 1140px) {
    #gnavWrap {
      height: 5rem; } }
  #gnavWrap .smallMenu {
    justify-content: flex-end;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 101; }
    @media only screen and (min-width: 751px) {
      #gnavWrap .smallMenu {
        display: none; } }
    @media (max-width: 1140px) {
      #gnavWrap .smallMenu {
        display: flex; } }
  #gnavWrap .btnTicket {
    display: block;
    width: 5rem;
    height: 5rem;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    position: relative; }
    #gnavWrap .btnTicket:after {
      content: '';
      background: url(/assets/images/en/en_bunraku/btn_gnav_ticket_white.svg) no-repeat center center/contain;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      opacity: 0;
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
    @media only screen and (min-width: 751px) {
      #gnavWrap .btnTicket:hover {
        opacity: 1; }
        #gnavWrap .btnTicket:hover:after {
          opacity: 1; } }
    #gnavWrap .btnTicket .pct {
      width: 100%; }
    #gnavWrap .btnTicket.hide {
      display: none; }
  #gnavWrap #gnavTrigger {
    justify-content: center;
    align-items: center;
    background: url(/assets/images/en/en_bunraku/btn_gnav_close.svg) no-repeat center center/contain;
    width: 5rem;
    height: 5rem;
    border: none;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    position: relative; }
    #gnavWrap #gnavTrigger:after {
      content: '';
      background: url(/assets/images/en/en_bunraku/btn_gnav_open_green.svg) no-repeat center center/contain;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      opacity: 0;
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
    @media only screen and (min-width: 751px) {
      #gnavWrap #gnavTrigger:hover {
        opacity: 1; }
        #gnavWrap #gnavTrigger:hover:after {
          opacity: 1; } }
    #gnavWrap #gnavTrigger .pct {
      display: block;
      width: 100%; }
    #gnavWrap #gnavTrigger.active .pct {
      display: none; }
    #gnavWrap #gnavTrigger.active:before {
      content: '';
      background: url(/assets/images/en/en_bunraku/btn_gnav_close_icon.svg) no-repeat center center/contain;
      width: 2rem;
      height: 2rem;
      position: absolute;
      top: 1rem;
      transform-origin: center;
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
    @media only screen and (min-width: 751px) {
      #gnavWrap #gnavTrigger.active:hover {
        opacity: 1; }
        #gnavWrap #gnavTrigger.active:hover:after {
          opacity: 0; }
        #gnavWrap #gnavTrigger.active:hover:before {
          transform: rotate(90deg); } }
  #gnavWrap #gnav {
    font-family: var(--gothic);
    align-items: center;
    width: 100%;
    max-width: var(--pcWidth);
    padding: 0 2rem; }
    @media only screen and (min-width: 751px) {
      #gnavWrap #gnav {
        justify-content: flex-end; } }
    @media (max-width: 1140px) {
      #gnavWrap #gnav li.logo {
        display: block; } }
    #gnavWrap #gnav a {
      color: #FFF; }
      @media only screen and (min-width: 751px) {
        #gnavWrap #gnav a:hover {
          opacity: 1; }
        #gnavWrap #gnav a.btnStyle:hover {
          color: var(--baseGreen); } }
    #gnavWrap #gnav li {
      margin-right: 2.5rem; }
      #gnavWrap #gnav li.ticket {
        margin-right: 0; }
    #gnavWrap #gnav .logo {
      height: 4.6rem;
      margin-right: auto; }
      #gnavWrap #gnav .logo a {
        position: relative; }
        #gnavWrap #gnav .logo a:after {
          content: '';
          display: block;
          background: url(/assets/images/en/en_bunraku/header_logo_white.svg) no-repeat center center/contain;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          opacity: 0; }
      @media (max-width: 1140px) {
        #gnavWrap #gnav .logo {
          opacity: 0;
          pointer-events: none;
          height: 4rem; }
          #gnavWrap #gnav .logo .pct {
            height: 100%; } }
  @media (max-width: 1140px) {
    #gnavWrap #gnavLayer {
      background: var(--baseGreen);
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0;
      pointer-events: none;
      overflow-x: auto; }
      #gnavWrap #gnavLayer .cloneText {
        display: none; }
      #gnavWrap #gnavLayer.active {
        opacity: 1;
        pointer-events: all;
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
        #gnavWrap #gnavLayer.active #gnav {
          display: block;
          padding: 8rem 4rem;
          box-sizing: border-box; }
          #gnavWrap #gnavLayer.active #gnav li {
            border-bottom: 0.1rem solid #FFF;
            margin: 0; }
            #gnavWrap #gnavLayer.active #gnav li.logo {
              pointer-events: all; }
              #gnavWrap #gnavLayer.active #gnav li.logo a:after {
                opacity: 1; }
              #gnavWrap #gnavLayer.active #gnav li.logo a .pct {
                opacity: 0; }
            #gnavWrap #gnavLayer.active #gnav li a {
              display: flex;
              flex-wrap: wrap;
              align-items: center;
              font-size: 1.8rem;
              height: 6rem;
              position: relative; }
              #gnavWrap #gnavLayer.active #gnav li a.text {
                padding: 0 1rem;
                position: relative; }
                #gnavWrap #gnavLayer.active #gnav li a.text:before {
                  content: '';
                  display: block;
                  background: url(/assets/images/en/en_bunraku/icon_arrow_circle_green.svg) no-repeat center center/contain;
                  width: 1.8rem;
                  height: 1.8rem;
                  position: absolute;
                  right: 1rem; } }
              @media only screen and (max-width: 1140px) and (min-width: 751px) {
                #gnavWrap #gnavLayer.active #gnav li a.text:before {
                  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; } }
  @media (max-width: 1140px) {
                #gnavWrap #gnavLayer.active #gnav li a.text:after {
                  content: '';
                  display: block;
                  background: url(/assets/images/en/en_bunraku/icon_arrow_circle.svg) no-repeat center center/contain;
                  width: 1.8rem;
                  height: 1.8rem;
                  position: absolute;
                  right: 1rem;
                  opacity: 0; } }
              @media only screen and (max-width: 1140px) and (min-width: 751px) {
                #gnavWrap #gnavLayer.active #gnav li a.text:after {
                  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; } }
            @media only screen and (max-width: 1140px) and (min-width: 751px) {
              #gnavWrap #gnavLayer.active #gnav li a.text {
                transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
                #gnavWrap #gnavLayer.active #gnav li a.text:hover {
                  background: #FFF;
                  color: var(--baseGreen); }
                  #gnavWrap #gnavLayer.active #gnav li a.text:hover:before, #gnavWrap #gnavLayer.active #gnav li a.text:hover:after {
                    right: 0.7rem; }
                  #gnavWrap #gnavLayer.active #gnav li a.text:hover:before {
                    opacity: 0; }
                  #gnavWrap #gnavLayer.active #gnav li a.text:hover:after {
                    opacity: 1; } }
  @media (max-width: 1140px) {
          #gnavWrap #gnavLayer.active #gnav .logo {
            height: 6.15rem;
            opacity: 1;
            padding-bottom: 3rem; }
            #gnavWrap #gnavLayer.active #gnav .logo a {
              position: relative; }
          #gnavWrap #gnavLayer.active #gnav .ticket {
            border: none; }
            #gnavWrap #gnavLayer.active #gnav .ticket .btnStyle {
              background: #FFF;
              color: var(--baseGreen);
              width: 100%;
              height: 4.5rem;
              box-sizing: border-box;
              margin-top: 3rem;
              border: 0.1rem solid #FFF; }
              #gnavWrap #gnavLayer.active #gnav .ticket .btnStyle:before {
                background: var(--baseGreen); }
              #gnavWrap #gnavLayer.active #gnav .ticket .btnStyle .text:before {
                background-image: url(/assets/images/en/en_bunraku/icon_blank_white.svg); }
              #gnavWrap #gnavLayer.active #gnav .ticket .btnStyle .text:after {
                background-image: url(/assets/images/en/en_bunraku/icon_blank_green.svg); } }
          @media only screen and (max-width: 1140px) and (min-width: 751px) {
            #gnavWrap #gnavLayer.active #gnav .ticket .btnStyle {
              transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
              #gnavWrap #gnavLayer.active #gnav .ticket .btnStyle:hover {
                color: #FFF; } }

  @media (min-width: 1141px) {
    #gnavWrap #gnav a.text {
      position: relative;
      display: inline-block;
      overflow: hidden;
      max-height: 1.8rem;
      line-height: 1; }
      #gnavWrap #gnav a.text .mainText {
        position: relative;
        top: 0;
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
      #gnavWrap #gnav a.text .cloneText {
        color: var(--baseGreen);
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        bottom: -100%;
        pointer-events: none;
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; } }
  @media only screen and (min-width: 1141px) and (min-width: 751px) {
    #gnavWrap #gnav a.text:hover .mainText {
      top: -1.8rem;
      pointer-events: none; }
    #gnavWrap #gnav a.text:hover .cloneText {
      bottom: 0;
      pointer-events: all; } }

#pageTop {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--baseGreen);
  width: 6rem;
  height: 6rem;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  border: 0.1rem solid var(--baseGreen);
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  overflow: hidden;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
  @media only screen and (max-width: 750px) {
    #pageTop {
      position: relative;
      width: 4.5rem;
      height: 4.5rem; } }
  #pageTop:before {
    content: '';
    display: block;
    background: url(/assets/images/en/en_bunraku/arrow_pagetop.svg) no-repeat center top 1.7rem/1.548rem;
    background-color: #FFF;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    z-index: 1;
    opacity: 0; }
  #pageTop:after {
    content: '';
    display: block;
    background: url(/assets/images/en/en_bunraku/arrow_pagetop_white.svg) no-repeat center center/1.548rem;
    background-color: var(--baseGreen);
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    z-index: 1;
    opacity: 1; }
  #pageTop.visible {
    opacity: 1; }
    @media only screen and (min-width: 751px) {
      #pageTop.visible:hover:before {
        opacity: 1; }
      #pageTop.visible:hover:after {
        opacity: 0; } }
  #pageTop.fixed {
    position: absolute;
    top: -8rem; }
    @media only screen and (max-width: 750px) {
      #pageTop.fixed {
        top: -5.5rem; } }
  #pageTop img {
    width: 100%; }

#footerWrap {
  background: var(--baseGreen);
  position: relative; }
  #footerWrap footer {
    justify-content: space-between;
    font-family: var(--gothic);
    box-sizing: border-box;
    width: 100%;
    max-width: var(--pcWidth);
    padding: 7rem 2rem;
    margin: 0 auto; }
    @media only screen and (max-width: 750px) {
      #footerWrap footer {
        display: block; } }
  #footerWrap .logo {
    width: 25.472rem; }
    @media only screen and (max-width: 750px) {
      #footerWrap .logo {
        width: 100%;
        max-width: 28.5rem;
        margin: 0 auto 5rem; } }
  #footerWrap .footerLinks {
    max-width: 59rem; }
    @media (max-width: 1080px) {
      #footerWrap .footerLinks {
        width: 55vw; } }
    @media only screen and (max-width: 750px) {
      #footerWrap .footerLinks {
        max-width: none;
        width: 100%; } }
    #footerWrap .footerLinks li {
      width: calc(100% / 3);
      margin-bottom: 2.5rem; }
      @media (max-width: 1080px) {
        #footerWrap .footerLinks li {
          width: 16rem; }
          #footerWrap .footerLinks li:nth-child(3), #footerWrap .footerLinks li:nth-child(6) {
            width: 12em;
            min-width: auto; } }
      @media (max-width: 940px) {
        #footerWrap .footerLinks li {
          width: calc(100% / 2); }
          #footerWrap .footerLinks li:nth-child(3), #footerWrap .footerLinks li:nth-child(6) {
            width: calc(100% / 2); } }
      #footerWrap .footerLinks li.ticket, #footerWrap .footerLinks li.theatre {
        width: calc(100% / 2 - 1.5rem);
        margin-top: 0.5rem;
        margin-bottom: 0; }
        @media (max-width: 940px) {
          #footerWrap .footerLinks li.ticket, #footerWrap .footerLinks li.theatre {
            width: 100%; } }
      @media (max-width: 940px) {
        #footerWrap .footerLinks li.ticket {
          margin-bottom: 2.5rem; } }
      #footerWrap .footerLinks li.ticket .btnStyle {
        background: #FFF;
        color: var(--baseGreen);
        box-sizing: border-box;
        width: 100%; }
        #footerWrap .footerLinks li.ticket .btnStyle:after {
          background-image: url(/assets/images/en/en_bunraku/icon_arrow_green.svg); }
        @media only screen and (min-width: 751px) {
          #footerWrap .footerLinks li.ticket .btnStyle:hover {
            color: #FFF; } }
      #footerWrap .footerLinks li.theatre {
        margin-left: auto; }
        #footerWrap .footerLinks li.theatre .btnStyle {
          border: 0.1rem solid #FFF;
          box-sizing: border-box;
          width: 100%; }
          @media only screen and (min-width: 751px) {
            #footerWrap .footerLinks li.theatre .btnStyle:hover {
              color: var(--baseGreen); } }
    #footerWrap .footerLinks a {
      color: #FFF; }
      #footerWrap .footerLinks a.text {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        position: relative; }
        @media (min-width: 1141px) {
          #footerWrap .footerLinks a.text {
            position: relative;
            overflow: hidden;
            max-height: 1.8rem;
            line-height: 1; }
            #footerWrap .footerLinks a.text .textWrap {
              position: relative;
              max-height: 1.8rem; }
            #footerWrap .footerLinks a.text .mainText {
              position: relative;
              top: 0;
              transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
            #footerWrap .footerLinks a.text .cloneText {
              position: absolute;
              width: 100%;
              height: 100%;
              left: 0;
              bottom: -100%;
              pointer-events: none;
              transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; } }
  @media only screen and (min-width: 1141px) and (min-width: 751px) {
    #footerWrap .footerLinks a.text:hover {
      opacity: 1; }
      #footerWrap .footerLinks a.text:hover .mainText {
        top: -1.8rem;
        pointer-events: none; }
      #footerWrap .footerLinks a.text:hover .cloneText {
        bottom: 0;
        pointer-events: all; } }

        #footerWrap .footerLinks a.text:after {
          content: '';
          display: block;
          background: url(/assets/images/en/en_bunraku/icon_arrow.svg) no-repeat center center/contain;
          width: 0.6rem;
          height: 1rem;
          margin-left: 0.8rem;
          position: relative;
          left: 0; }
          @media only screen and (min-width: 751px) {
            #footerWrap .footerLinks a.text:after {
              transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; } }
        @media (max-width: 1140px) {
          #footerWrap .footerLinks a.text .cloneText {
            display: none; } }
      @media only screen and (min-width: 751px) {
        #footerWrap .footerLinks a {
          transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
          #footerWrap .footerLinks a:hover {
            opacity: 1; }
            #footerWrap .footerLinks a:hover.text:after {
              left: 0.3rem; } }

#copyRightWrap {
  align-items: center;
  justify-content: center;
  background: var(--baseGreen);
  color: #FFF;
  font-family: var(--gothic);
  font-size: 1.2rem;
  text-align: center;
  border-top: 0.1rem solid #FFF;
  height: 5.5rem; }
  #copyRightWrap .copyRight {
    width: 100%;
    max-width: var(--pcWidth);
    padding: 0 2rem; }

#top #gnavWrap #gnav .logo a:after {
  opacity: 1; }
#top #gnavWrap #gnav .logo a .pct {
  opacity: 0; }
#top #gnavWrap.fixed {
  background: #FFF; }
  @media only screen and (min-width: 751px) {
    #top #gnavWrap.fixed .ticket .btnStyle:hover .text {
      color: var(--baseGreen); } }
  @media (max-width: 1140px) {
    #top #gnavWrap.fixed {
      background: none; } }
  @media (min-width: 1139px) {
    #top #gnavWrap.fixed #gnav a {
      color: var(--black); }
      #top #gnavWrap.fixed #gnav a.btnStyle {
        color: #FFF; }
    #top #gnavWrap.fixed #gnav .logo .pct {
      filter: brightness(0);
      opacity: 1; }
    #top #gnavWrap.fixed #gnav .logo a:after {
      opacity: 0; } }
  @media only screen and (min-width: 751px) {
    #top #gnavWrap.fixed #gnavLayer.active .ticket .btnStyle:hover .text {
      color: #FFF; } }
#top #kvWrap {
  background: #000;
  position: relative; }
  @media (min-width: 769px) {
    #top #kvWrap {
      padding-top: 6rem; } }
  #top #kvWrap .pct {
    width: 100%;
    max-width: 136.6rem; }
  #top #kvWrap .logo {
    height: 4.6rem;
    position: absolute;
    top: 1rem;
    left: 1rem;
    opacity: 0;
    pointer-events: none; }
    @media (max-width: 1140px) {
      #top #kvWrap .logo {
        height: 3.5rem;
        opacity: 1; } }
@media only screen and (min-width: 751px) {
  #top #schedule {
    background: url(/assets/images/en/en_bunraku/bg_flower.svg) no-repeat center top/100%; } }
#top #schedule #calendarWrap {
  display: block; }
  @media only screen and (max-width: 750px) {
    #top #schedule #calendarWrap {
      display: none; } }
#top #schedule .spCalendarLink {
  font-family: var(--gothic); }
  #top #schedule .spCalendarLink .btnWrap {
    background: var(--bgColor);
    padding: 3rem 2rem;
    margin-top: 3rem; }
    #top #schedule .spCalendarLink .btnWrap .btnStyle {
      color: var(--baseGreen);
      box-sizing: border-box;
      width: 100%; }
      #top #schedule .spCalendarLink .btnWrap .btnStyle:before {
        content: '';
        display: block;
        background: url(/assets/images/en/en_bunraku/top/icon_calendar.svg) no-repeat center center/contain;
        width: 2rem;
        height: 2rem;
        margin-right: 1rem; }
  @media only screen and (min-width: 751px) {
    #top #schedule .spCalendarLink {
      display: none; } }
  @media only screen and (max-width: 750px) {
    #top #schedule .spCalendarLink {
      display: block; } }
#top #schedule .calendarPager {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -4.5rem; }
  #top #schedule .calendarPager button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 2rem;
    font-weight: var(--bold);
    font-family: var(--serif);
    position: relative;
    z-index: 10; }
    @media only screen and (min-width: 751px) {
      #top #schedule .calendarPager button {
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
        #top #schedule .calendarPager button:hover {
          color: var(--baseGreen);
          opacity: 1; }
          #top #schedule .calendarPager button:hover.prev:before, #top #schedule .calendarPager button:hover.next:after {
            background-image: url(/assets/images/en/en_bunraku/icon_arrow_green.svg);
            background-color: #FFF; } }
    #top #schedule .calendarPager button.prev:before, #top #schedule .calendarPager button.next:after {
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      content: '';
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      background: url(/assets/images/en/en_bunraku/icon_arrow.svg) no-repeat center center/0.8rem 1.4rem;
      background-color: var(--baseGreen);
      width: 3rem;
      height: 3rem;
      border-radius: 50%;
      border: 0.1rem solid var(--baseGreen); }
    #top #schedule .calendarPager button.prev:before {
      margin-right: 1.5rem;
      transform: rotate(180deg); }
    #top #schedule .calendarPager button.next:after {
      margin-left: 1.5rem; }
#top #schedule .slick-arrow button {
  cursor: pointer; }
#top #schedule .slick-disabled {
  opacity: 0;
  pointer-events: none; }
#top #schedule #calendarSlideWrap {
  overflow: hidden; }
  #top #schedule #calendarSlideWrap .slick-track {
    display: flex; }
#top #schedule .calendar {
  font-family: var(--serif);
  width: 100%;
  position: relative; }
  #top #schedule .calendar .performanceLink {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 3rem;
    color: #FFF;
    position: relative;
    margin-bottom: -5.7rem; }
    #top #schedule .calendar .performanceLink .text {
      font-size: 1.4rem;
      font-weight: var(--bold);
      margin-left: 1.5rem;
      display: flex;
      align-items: center; }
    #top #schedule .calendar .performanceLink.kabuki {
      background: #815B5B; }
    #top #schedule .calendar .performanceLink.noh {
      background: #5B6481; }
    #top #schedule .calendar .performanceLink.engei {
      background: #916D20; }
    #top #schedule .calendar .performanceLink.bunraku {
      background: #537856; }
    #top #schedule .calendar .performanceLink.other {
      background: #7A704A; }
    #top #schedule .calendar .performanceLink.col01 {
      width: 100%; }
    #top #schedule .calendar .performanceLink.col02 {
      width: calc(200% + 0.1rem); }
    #top #schedule .calendar .performanceLink.col03 {
      width: calc(300% + 0.2rem); }
    #top #schedule .calendar .performanceLink.col04 {
      width: calc(400% + 0.3rem); }
    #top #schedule .calendar .performanceLink.col05 {
      width: calc(500% + 0.4rem); }
    #top #schedule .calendar .performanceLink.col06 {
      width: calc(600% + 0.5rem); }
    #top #schedule .calendar .performanceLink.col07 {
      width: calc(700% + 0.6rem); }
    #top #schedule .calendar .performanceLink.row02 {
      margin-top: 4rem;
      margin-bottom: -3rem; }
  #top #schedule .calendar a.performanceLink .text {
    text-decoration: underline; }
    #top #schedule .calendar a.performanceLink .text:after {
      content: '';
      display: block;
      background-image: url(/assets/images/en/en_bunraku/top/icon_calendar_arrow.svg);
      background-size: contain;
      width: 1.8rem;
      height: 1.8rem;
      margin-left: 0.5rem; }
  @media only screen and (min-width: 751px) {
    #top #schedule .calendar a.performanceLink:hover {
      opacity: 0.7; }
      #top #schedule .calendar a.performanceLink:hover .text {
        text-decoration: none; } }
  #top #schedule .calendar .specialLink {
    box-sizing: border-box;
    width: calc(100% - 1.5rem);
    height: auto;
    padding: 0;
    margin: 7rem auto -3rem; }
    @media (max-width: 1010px) {
      #top #schedule .calendar .specialLink {
        font-size: 1.6vw; } }
  #top #schedule .calendar th,
  #top #schedule .calendar td {
    border: 0.1rem solid #DEDEDE; }
  #top #schedule .calendar caption {
    font-size: 2.4rem;
    text-align: center;
    font-weight: var(--bold);
    margin-bottom: 3rem; }
  #top #schedule .calendar thead th {
    background: #EBEBEB;
    text-align: center;
    font-family: var(--gothic);
    font-weight: var(--bold);
    width: calc(100% / 7);
    padding: 0.55rem 0; }
    #top #schedule .calendar thead th:nth-child(6) {
      color: #426BA1; }
    #top #schedule .calendar thead th:nth-child(7) {
      color: #B94047; }
  #top #schedule .calendar tbody td {
    background: #FFF;
    font-family: var(--gothic);
    vertical-align: text-top; }
    #top #schedule .calendar tbody td .num {
      font-size: 2.4rem;
      font-weight: var(--bold);
      padding-left: 1.4rem; }
    #top #schedule .calendar tbody td:after {
      content: '';
      display: block;
      height: 5.7rem; }
  #top #schedule .calendar tbody tr td:nth-child(6) .num {
    color: #426BA1; }
  #top #schedule .calendar tbody tr td:nth-child(7) .num,
  #top #schedule .calendar tbody tr td .num.holiday {
    color: #B94047; }
    #top #schedule .calendar tbody tr td:nth-child(7) .num .min,
    #top #schedule .calendar tbody tr td .num.holiday .min {
      font-size: 1.4rem;
      font-weight: var(--normal); }
#top #whats {
  background-color: var(--bgColor); }
  @media only screen and (min-width: 751px) {
    #top #whats {
      background: url(/assets/images/en/en_bunraku/top/bg_whats.svg) no-repeat center top/100%;
      background-attachment: fixed;
      background-color: var(--bgColor); } }
  @media only screen and (max-width: 750px) {
    #top #whats h3 {
      font-size: 2.8rem; } }
  #top #whats .spMoreBtnWrap {
    display: none;
    background: #DEDEDE; }
    @media only screen and (max-width: 750px) {
      #top #whats .spMoreBtnWrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-left: -2rem;
        padding: 1.8rem 2rem;
        position: relative;
        bottom: -3rem; }
        #top #whats .spMoreBtnWrap .spMoreBtn {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          align-items: center;
          background: #FFF;
          color: var(--black);
          font-size: 1.6rem;
          width: 100%;
          height: 4.5rem;
          border-radius: 3rem; }
          #top #whats .spMoreBtnWrap .spMoreBtn:before {
            content: '';
            background: url(/assets/images/en/en_bunraku/icon_arrow_green.svg) no-repeat center center/contain;
            display: block;
            width: 1.2rem;
            height: 0.7rem;
            transform: rotate(90deg);
            margin-right: 1rem; }
          #top #whats .spMoreBtnWrap .spMoreBtn.active:before {
            transform: rotate(-90deg); } }
  #top #whats article {
    justify-content: space-between;
    background: #FFF;
    padding: 6rem 5rem 5rem;
    margin-top: 5rem;
    position: relative; }
    @media (max-width: 920px) {
      #top #whats article {
        display: block; } }
    @media only screen and (max-width: 750px) {
      #top #whats article {
        padding: 2rem 2rem 3rem; } }
  #top #whats .imgWrap {
    width: 33.7rem; }
    @media (max-width: 1200px) {
      #top #whats .imgWrap {
        width: 28.084vw; } }
    @media (max-width: 920px) {
      #top #whats .imgWrap {
        width: 100%;
        max-width: 30rem;
        margin: 0 auto 3rem; } }
    @media only screen and (max-width: 750px) {
      #top #whats .imgWrap {
        max-width: 15rem; } }
  #top #whats .textWrap {
    width: calc(100% - 39.7rem);
    margin-top: -1rem; }
    @media (max-width: 1200px) {
      #top #whats .textWrap {
        width: calc(100% - 28.084vw - 6rem); } }
    @media (max-width: 920px) {
      #top #whats .textWrap {
        width: 100%; } }
  #top #whats .detail {
    font-family: var(--gothic);
    border-top: 0.2rem solid var(--baseGreen);
    margin-top: 3rem;
    word-wrap: break-word; }
    @media (max-width: 1200px) {
      #top #whats .detail {
        display: block; } }
    #top #whats .detail.spMore {
      border: none;
      margin-top: 0; }
      @media only screen and (max-width: 750px) {
        #top #whats .detail.spMore {
          display: none;
          margin-top: 0;
          overflow: hidden;
          height: 0; }
          #top #whats .detail.spMore.active {
            display: flex;
            height: auto; } }
  #top #whats .detailDt,
  #top #whats .detailDd {
    margin-top: 3rem; }
  #top #whats .detailDt {
    font-weight: var(--bold);
    width: 17rem; }
    @media (max-width: 1200px) {
      #top #whats .detailDt {
        width: 100%; } }
  #top #whats .detailDd {
    width: calc(100% - 17rem); }
    @media (max-width: 1200px) {
      #top #whats .detailDd {
        width: 100%;
        margin-top: 1rem; } }
    #top #whats .detailDd.buttons {
      align-items: center; }
      #top #whats .detailDd.buttons a:first-child {
        margin-right: 1.8rem; }
        @media (max-width: 920px) {
          #top #whats .detailDd.buttons a:first-child {
            margin-right: 0; } }
      #top #whats .detailDd.buttons .question {
        margin-left: 0.5rem;
        position: relative; }
        #top #whats .detailDd.buttons .question:after {
          content: '';
          display: block;
          background: url(/assets/images/en/en_bunraku/top/icon_question_green.svg) no-repeat center center/contain;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          opacity: 0;
          transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
        @media (max-width: 920px) {
          #top #whats .detailDd.buttons .question {
            margin-top: 0.5rem;
            margin-left: auto; } }
        @media only screen and (min-width: 751px) {
          #top #whats .detailDd.buttons .question:hover {
            opacity: 1; }
            #top #whats .detailDd.buttons .question:hover:after {
              opacity: 1; } }
    #top #whats .detailDd .attention .point {
      width: 1em; }
    #top #whats .detailDd .attention .text {
      width: calc(100% - 1em); }
  @media (max-width: 920px) {
    #top #whats .btnStyle {
      width: 100%;
      box-sizing: border-box; }
    #top #whats .buttons a:first-child {
      margin-bottom: 1.5rem; } }
@media only screen and (min-width: 751px) {
  #top #tickets {
    background-image: url(/assets/images/en/en_bunraku/top/bg_tickets_right.jpg), url(/assets/images/en/en_bunraku/top/bg_tickets_left.jpg);
    background-size: 41.8rem, 36.95rem;
    background-repeat: no-repeat, no-repeat;
    background-position: top right, bottom left;
    background-attachment: fixed, fixed; } }
#top #tickets .lead {
  font-family: var(--gothic);
  text-align: center; }
  @media only screen and (max-width: 750px) {
    #top #tickets .lead {
      text-align: left; } }
#top #tickets .articleWrap {
  justify-content: space-between;
  margin-top: 4.5rem; }
#top #tickets article {
  background: var(--bgColor); }
#top #tickets h3 {
  align-items: center;
  background: var(--baseGreen);
  color: #FFF;
  font-size: 3.2rem;
  font-style: italic;
  line-height: 1.375;
  width: 21rem;
  height: 6rem;
  padding-left: 2rem;
  margin-bottom: 3rem;
  box-sizing: border-box;
  position: relative; }
  #top #tickets h3:before {
    content: '';
    display: block;
    background: var(--bgColor);
    width: 3rem;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    position: absolute;
    top: 0;
    right: -0.1rem;
    bottom: -0.1rem;
    z-index: 1; }
  #top #tickets h3:after {
    content: '';
    display: block;
    background: var(--baseGreen);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0; }
  #top #tickets h3 span {
    position: relative;
    z-index: 1; }
  @media only screen and (max-width: 750px) {
    #top #tickets h3 {
      font-size: 2.4rem;
      width: 14rem;
      height: 3.9rem; } }
#top #tickets .detail {
  padding: 0 3.5rem  3rem 0; }
  @media (max-width: 1140px) {
    #top #tickets .detail {
      display: block;
      padding: 0 2rem 3rem; } }
#top #tickets .online,
#top #tickets .onsite {
  width: calc(50% - 2rem); }
  @media only screen and (max-width: 750px) {
    #top #tickets .online,
    #top #tickets .onsite {
      width: 100%; } }
#top #tickets .byphone {
  width: 100%;
  margin-top: 3rem; }
  @media only screen and (max-width: 750px) {
    #top #tickets .byphone {
      margin-top: 2rem; }
      #top #tickets .byphone h3 {
        width: 16rem; } }
#top #tickets .iconWrap {
  justify-content: center;
  align-items: center;
  width: 22.5rem; }
  @media (max-width: 1140px) {
    #top #tickets .iconWrap {
      width: 100%;
      margin-bottom: 2rem; } }
  @media only screen and (max-width: 750px) {
    #top #tickets .iconWrap .icon {
      height: 11.5rem; } }
#top #tickets .textWrap {
  width: calc(100% - 22.5rem); }
  @media (max-width: 1140px) {
    #top #tickets .textWrap {
      width: 100%; } }
#top #tickets .online .btnStyle {
  font-weight: var(--bold);
  width: 100%;
  box-sizing: border-box; }
#top #tickets .online .note {
  margin-top: 4.5rem; }
  @media (max-width: 1140px) {
    #top #tickets .online .note {
      margin-top: 2rem; } }
@media (min-width: 1141px) {
  #top #tickets .onsite h3 {
    margin-bottom: 0; } }
@media only screen and (max-width: 750px) {
  #top #tickets .onsite {
    margin-top: 2rem; } }
#top #tickets .byphone {
  padding-bottom: 4.5rem; }
  #top #tickets .byphone .phone {
    align-items: baseline;
    font-weight: var(--bold);
    margin-bottom: 3rem; }
    @media (max-width: 1160px) {
      #top #tickets .byphone .phone {
        display: block;
        margin-bottom: 0; } }
    #top #tickets .byphone .phone .telLink {
      color: var(--baseGreen);
      font-size: 4rem;
      line-height: 1.275; }
      @media only screen and (max-width: 750px) {
        #top #tickets .byphone .phone .telLink {
          font-size: 2.8rem; } }
    #top #tickets .byphone .phone .caption {
      font-size: 2.4rem;
      margin-left: 3.5rem;
      position: relative;
      top: -0.25rem; }
      @media (max-width: 1140px) {
        #top #tickets .byphone .phone .caption {
          margin-left: 0;
          top: 0; } }
      @media only screen and (max-width: 750px) {
        #top #tickets .byphone .phone .caption {
          font-size: 2rem;
          margin-bottom: 2rem; } }
  @media only screen and (max-width: 750px) {
    #top #tickets .byphone {
      padding-bottom: 0; } }
#top #about {
  background: url(/assets/images/en/en_bunraku/top/bg_about.svg) no-repeat center top/100%;
  background-color: var(--bgColor);
  background-attachment: fixed;
  overflow-x: hidden; }
  @media only screen and (max-width: 750px) {
    #top #about {
      background-image: none; } }
  #top #about h2 {
    justify-content: flex-start;
    margin-bottom: 6rem; }
    @media only screen and (max-width: 750px) {
      #top #about h2 {
        justify-content: center;
        margin: 4rem auto; } }
  #top #about .sectionInner {
    position: relative;
    padding-top: 12rem; }
    @media only screen and (max-width: 750px) {
      #top #about .sectionInner {
        padding: 0 0 6rem; } }
  #top #about .topBlock {
    height: 53.5rem; }
    @media only screen and (max-width: 750px) {
      #top #about .topBlock {
        height: auto; } }
  #top #about .bgPct {
    width: 79.6rem;
    border-radius: 0 0 0 14rem;
    position: absolute;
    top: 0;
    left: 47rem; }
    @media (max-width: 1310px) {
      #top #about .bgPct {
        right: 0;
        left: auto; } }
    @media (max-width: 1180px) {
      #top #about .bgPct {
        left: 37rem; } }
    @media only screen and (max-width: 750px) {
      #top #about .bgPct {
        position: relative;
        top: auto;
        right: auto;
        left: auto; } }
  #top #about .bgWhite {
    background: rgba(255, 255, 255, 0.9);
    font-family: var(--gothic);
    width: 61.5rem;
    padding: 4rem;
    box-sizing: border-box;
    position: relative; }
    @media only screen and (max-width: 750px) {
      #top #about .bgWhite {
        background: none;
        box-shadow: none;
        width: 100%;
        padding: 0 2rem; } }
  #top #about .imgSlideWrap {
    overflow-x: auto;
    width: 100%;
    scrollbar-width: thin;
    scroll-behavior: smooth; }
    @media only screen and (max-width: 750px) {
      #top #about .imgSlideWrap {
        white-space: nowrap;
        overflow-scrolling: auto;
        -webkit-overflow-scrolling: auto; } }
  #top #about .imgSlide {
    width: max-content;
    margin-top: 10rem;
    padding-bottom: 3rem; }
    @media only screen and (max-width: 750px) {
      #top #about .imgSlide {
        padding: 0 2rem 3rem;
        margin-top: 4rem; } }
    #top #about .imgSlide .ph {
      width: 48rem; }
      @media only screen and (max-width: 750px) {
        #top #about .imgSlide .ph {
          max-width: 30rem; } }
    #top #about .imgSlide li {
      margin-right: 4rem; }
      @media only screen and (max-width: 750px) {
        #top #about .imgSlide li {
          margin-right: 2rem; } }
      #top #about .imgSlide li:last-child {
        margin-right: 0; }
  #top #about .movieButton {
    display: block;
    width: 100%;
    max-width: 80rem;
    margin: 8rem auto 0;
    cursor: pointer; }
    @media only screen and (min-width: 751px) {
      #top #about .movieButton {
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
        #top #about .movieButton:hover {
          opacity: 0.7; } }
    @media only screen and (max-width: 750px) {
      #top #about .movieButton {
        max-width: none;
        width: calc(100% - 4rem);
        margin: 4rem 2rem 0; } }
  #top #about .unescoLink {
    background: #FFF;
    width: 100%;
    max-width: 95rem;
    border-radius: 0 10rem 10rem 10rem;
    box-sizing: border-box;
    padding: 6rem 10rem;
    margin: 8rem auto 0; }
    @media (max-width: 1140px) {
      #top #about .unescoLink {
        padding-right: 8.7vw;
        padding-left: 8.7vw; } }
    @media (max-width: 800px) {
      #top #about .unescoLink {
        display: block;
        padding: 3rem 2rem;
        border-radius: 0; } }
    @media only screen and (max-width: 750px) {
      #top #about .unescoLink {
        box-sizing: border-box;
        width: calc(100% - 4rem);
        padding: 3rem 2rem 4rem;
        margin: 4rem 2rem 0; } }
    #top #about .unescoLink .bnr {
      display: block;
      width: 100%;
      max-width: 25.8rem; }
      @media (max-width: 800px) {
        #top #about .unescoLink .bnr {
          max-width: 100%; }
          #top #about .unescoLink .bnr .pct {
            width: 100%; } }
    #top #about .unescoLink .textBlock {
      width: calc(100% - 34rem);
      margin-left: 5rem; }
      @media (max-width: 800px) {
        #top #about .unescoLink .textBlock {
          width: 100%;
          margin: 3rem 2rem; } }
      @media only screen and (max-width: 750px) {
        #top #about .unescoLink .textBlock {
          box-sizing: border-box;
          margin: 3rem 0 0; } }
    #top #about .unescoLink h3 {
      font-size: 3.2rem;
      font-style: italic; }
      @media only screen and (max-width: 750px) {
        #top #about .unescoLink h3 {
          font-size: 2.1rem; } }
    #top #about .unescoLink p {
      font-family: var(--gothic); }
    #top #about .unescoLink .btnStyle {
      width: 28rem;
      margin-top: 2rem; }
      @media (max-width: 800px) {
        #top #about .unescoLink .btnStyle {
          box-sizing: border-box;
          max-width: 100%;
          width: 100%; } }
#top #theatre {
  background-image: url(/assets/images/en/en_bunraku/top/bg_theatre_right.png), url(/assets/images/en/en_bunraku/top/bg_theatre_left.png);
  background-size: 53rem, 63.5rem;
  background-repeat: no-repeat, no-repeat;
  background-position: bottom right, top left; }
  @media only screen and (max-width: 750px) {
    #top #theatre {
      background-image: none; } }
  #top #theatre article {
    justify-content: space-between;
    flex-direction: row-reverse; }
    @media (max-width: 820px) {
      #top #theatre article {
        display: block; } }
  #top #theatre .textBlock {
    font-family: var(--gothic);
    width: 63rem; }
    @media (max-width: 1230px) {
      #top #theatre .textBlock {
        width: 51.2vw; } }
    @media (max-width: 820px) {
      #top #theatre .textBlock {
        width: 100%; } }
  #top #theatre .btnStyle {
    width: 30rem;
    margin-top: 4rem; }
    @media (max-width: 820px) {
      #top #theatre .btnStyle {
        box-sizing: border-box;
        width: 100%; } }
  #top #theatre .ph {
    width: 50rem; }
    @media (max-width: 1230px) {
      #top #theatre .ph {
        width: 40.5vw; } }
    @media (max-width: 820px) {
      #top #theatre .ph {
        width: 100%;
        margin-bottom: 4rem; } }
#top #movieBlock {
  background: url(/assets/images/en/en_bunraku/top/bg_movie.png) repeat center top/6.2rem;
  background-color: #454545;
  background-attachment: fixed;
  padding: 11rem 2rem; }
  #top #movieBlock .movieButton {
    display: block;
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
    cursor: pointer; }
    @media only screen and (min-width: 751px) {
      #top #movieBlock .movieButton {
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
        #top #movieBlock .movieButton:hover {
          opacity: 0.7; } }
#top #access h3 {
  justify-content: center;
  align-items: center;
  font-size: 3.2rem;
  height: 5rem;
  border: 0.1rem solid var(--baseGreen);
  margin-bottom: 3rem; }
  @media only screen and (max-width: 750px) {
    #top #access h3 {
      font-size: 2.2rem;
      text-align: center;
      height: auto;
      padding: 1rem; } }
  #top #access h3 .min {
    font-family: var(--gothic);
    font-size: 1.6rem;
    margin-left: 3rem;
    position: relative;
    top: 0.25rem; }
    @media only screen and (max-width: 750px) {
      #top #access h3 .min {
        width: 100%;
        top: 0;
        margin: 0; } }
#top #access .map {
  display: block;
  width: 100%;
  max-width: 115.3rem;
  margin: 0 auto 5rem;
  pointer-events: all; }
#top #access .transportation {
  width: 100%;
  max-width: 115rem;
  margin-top: 6rem; }
#top #attractions {
  background: url(/assets/images/en/en_bunraku/top/bg_attractions.svg) repeat center center/cover;
  background-color: var(--bgColor); }
  @media only screen and (max-width: 750px) {
    #top #attractions {
      background-image: none; } }
  #top #attractions .attractionsLinks {
    justify-content: space-between;
    font-family: var(--gothic);
    font-size: 1.4rem; }
    #top #attractions .attractionsLinks li {
      width: calc(100% / 4 - 2%);
      max-width: 27rem;
      margin-bottom: 3rem; }
      @media only screen and (max-width: 750px) {
        #top #attractions .attractionsLinks li {
          width: calc(100% / 2 - 0.85rem);
          max-width: none;
          margin-bottom: 1.5rem; } }
  #top #attractions .attractionsLink {
    display: block;
    background: #FFF;
    box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.1); }
    #top #attractions .attractionsLink .imgBlock {
      overflow: hidden; }
      @media only screen and (min-width: 751px) {
        #top #attractions .attractionsLink .imgBlock .ph {
          transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; } }
    #top #attractions .attractionsLink span {
      align-items: center;
      line-height: 1.428;
      height: 7rem;
      padding: 0 5rem 0 2rem;
      position: relative; }
      @media (max-width: 970px) {
        #top #attractions .attractionsLink span {
          height: 10rem; } }
      @media (max-width: 785px) {
        #top #attractions .attractionsLink span {
          height: 12rem; } }
      @media only screen and (max-width: 750px) {
        #top #attractions .attractionsLink span {
          height: 9rem;
          padding: 0 3rem 0 1rem; } }
      #top #attractions .attractionsLink span:after {
        content: '';
        background: url(/assets/images/en/en_bunraku/top/icon_arrow_circle_blank_green.svg) no-repeat center center/contain;
        display: block;
        width: 1.8rem;
        height: 1.8rem;
        position: absolute;
        right: 2rem;
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
        @media only screen and (max-width: 750px) {
          #top #attractions .attractionsLink span:after {
            right: 1rem; } }
      #top #attractions .attractionsLink span:before {
        content: '';
        background: url(/assets/images/en/en_bunraku/top/icon_arrow_circle_blank_white.svg) no-repeat center center/contain;
        display: block;
        width: 1.8rem;
        height: 1.8rem;
        position: absolute;
        right: 2rem;
        opacity: 0;
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
        @media only screen and (max-width: 750px) {
          #top #attractions .attractionsLink span:before {
            right: 1rem; } }
    @media only screen and (min-width: 751px) {
      #top #attractions .attractionsLink:hover {
        background: var(--baseGreen);
        color: #FFF;
        opacity: 1; }
        #top #attractions .attractionsLink:hover .ph {
          transform: scale(1.1); }
        #top #attractions .attractionsLink:hover span:after {
          opacity: 0; }
        #top #attractions .attractionsLink:hover span:before {
          opacity: 1;
          right: 1.5rem; } }
#top .movieLayer {
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s 0s; }
  #top .movieLayer.active {
    opacity: 1;
    pointer-events: all;
    z-index: 100; }
    #top .movieLayer.active iframe {
      pointer-events: all; }
#top iframe {
  width: 80%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: none;
  overflow: hidden;
  pointer-events: none; }
#top .close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  border: none;
  background: none;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
  #top .close:before, #top .close:after {
    content: '';
    display: block;
    background: #FFF;
    width: 3rem;
    height: 0.1rem;
    position: absolute; }
  #top .close:before {
    transform: rotate(45deg); }
  #top .close:after {
    transform: rotate(-45deg); }
  @media only screen and (min-width: 751px) {
    #top .close:hover {
      transform: rotate(90deg); } }

@media (min-width: 1141px) {
  .lower #gnavWrap {
    background: #FFF; } }
.lower #gnavWrap #gnav .logo .pct {
  filter: brightness(0); }
.lower #gnavWrap #gnav a {
  color: var(--black); }
.lower #gnavWrap #gnav .ticket a {
  color: #FFF; }
  @media only screen and (min-width: 751px) {
    .lower #gnavWrap #gnav .ticket a:hover {
      color: var(--baseGreen); } }
@media (max-width: 1140px) {
  .lower #gnavWrap #gnav a {
    color: #FFF; }
  .lower #gnavWrap #gnav .logo .pct {
    filter: brightness(1000); } }
.lower h1 {
  background: url(/assets/images/en/en_bunraku/specialplan/bg_h1.svg) no-repeat center center/cover;
  align-items: center;
  justify-content: center;
  background-color: var(--baseGreen);
  color: #FFF;
  font-size: 5rem;
  font-weight: var(--bold);
  box-sizing: border-box;
  margin-top: 8rem;
  padding: 1.5rem 2rem; }
  @media only screen and (max-width: 750px) {
    .lower h1 {
      font-size: 3.6rem; } }
  .lower h1:before, .lower h1:after {
    content: '';
    display: block;
    background: #FFF;
    width: 4.5rem;
    height: 0.4rem;
    border-radius: 2rem; }
    @media only screen and (max-width: 750px) {
      .lower h1:before, .lower h1:after {
        width: 3rem;
        height: 0.2rem; } }
  .lower h1:before {
    margin-right: 4rem; }
    @media only screen and (max-width: 750px) {
      .lower h1:before {
        margin-right: 1.5rem; } }
  .lower h1:after {
    margin-left: 4rem; }
    @media only screen and (max-width: 750px) {
      .lower h1:after {
        margin-left: 1.5rem; } }
  .lower h1 .logoSmall {
    height: 4.6rem;
    position: absolute;
    top: 1rem;
    left: 1rem;
    opacity: 0;
    pointer-events: none;
    filter: brightness(0); }
    @media (max-width: 1140px) {
      .lower h1 .logoSmall {
        height: 3.5rem;
        opacity: 1; } }
  @media (max-width: 1140px) {
    .lower h1 {
      margin-top: 5rem; } }
@media only screen and (min-width: 751px) {
  .lower section {
    background: url(/assets/images/en/en_bunraku/bg_flower.svg) no-repeat center top/100%; } }
.lower section .sectionInner {
  padding-bottom: 10rem; }
.lower .planList {
  justify-content: space-between; }
  @media only screen and (max-width: 750px) {
    .lower .planList {
      display: block; } }
.lower .plan {
  background: var(--bgColor);
  width: calc(100% / 2 - 2rem);
  box-sizing: border-box;
  padding: 7rem 4rem 5rem;
  position: relative;
  margin-bottom: 4rem; }
  @media only screen and (max-width: 750px) {
    .lower .plan {
      padding: 5.5rem 2rem 2rem;
      width: 100%;
      margin-bottom: 3rem; }
      .lower .plan:last-child {
        margin-bottom: 0; } }
  .lower .plan:only-child {
    margin-right: auto;
    margin-left: auto; }
  .lower .plan .season {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: var(--baseGreen);
    color: #FFF;
    box-sizing: border-box;
    width: 6.4rem;
    height: 6rem;
    padding-top: 0.2rem;
    position: absolute;
    top: -0.8rem; }
    .lower .plan .season .num {
      text-align: center;
      font-size: 3rem;
      font-weight: var(--bold);
      line-height: 1;
      width: 100%;
      margin-bottom: -1.5rem; }
    .lower .plan .season .month {
      font-size: 1.8rem; }
    .lower .plan .season:after {
      content: '';
      background: #39563B;
      display: block;
      width: 0.4rem;
      height: 0.8rem;
      position: absolute;
      right: -0.4rem;
      top: 0;
      clip-path: polygon(0 100%, 0 0, 100% 100%); }
  .lower .plan h3 {
    font-size: 3.2rem;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 750px) {
      .lower .plan h3 {
        font-size: 2.2rem;
        margin-top: 1rem; } }
  .lower .plan .textBlock {
    word-break: break-all;
    margin-top: 2.5rem; }
  .lower .plan .btnStyle {
    box-sizing: border-box;
    width: 100%;
    max-width: 32rem;
    margin: 3rem auto 0; }
    @media only screen and (max-width: 750px) {
      .lower .plan .btnStyle {
        max-width: none; } }
.lower .toTop.btnStyle {
  box-sizing: border-box;
  width: 100%;
  max-width: 32rem;
  margin: 3rem auto 0;
  box-sizing: border-box; }
  @media only screen and (max-width: 750px) {
    .lower .toTop.btnStyle {
      max-width: none;
      margin-top: 3rem; } }
  .lower .toTop.btnStyle:before {
    transform-origin: right;
    left: auto; }
  .lower .toTop.btnStyle .text {
    padding-right: 0;
    padding-left: 1.6rem; }
    .lower .toTop.btnStyle .text:before {
      background: url(/assets/images/en/en_bunraku/icon_arrow.svg) no-repeat center center/contain;
      transform: rotate(180deg);
      right: auto;
      left: 0; }
    .lower .toTop.btnStyle .text:after {
      content: '';
      display: block;
      background: url(/assets/images/en/en_bunraku/icon_arrow_green.svg) no-repeat center center/contain;
      transform: rotate(180deg);
      left: 0; }
  @media only screen and (min-width: 751px) {
    .lower .toTop.btnStyle:hover .text:before, .lower .toTop.btnStyle:hover .text:after {
      right: auto;
      left: -0.3rem; } }
