/* [ about ] */
.guide-char {
  position: fixed;
  bottom: 0;
  right: 2vw;
  z-index: 10;
  width: 25vw;
  height: 42vw;
  max-height: 560px; }
  .guide-char img {
    width: 22vw;
    max-width: 300px; }
  .guide-char .char-img {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0; }
    .guide-char .char-img.char0I {
      opacity: 1; }
  .guide-char.fix {
    position: absolute; }
  .guide-char figcaption {
    position: absolute;
    background: #ffe100;
    left: 50%;
    top: -10%;
    transform: translate(-80%, 0%);
    white-space: nowrap;
    font-size: 14px;
    border-radius: 3px;
    padding: 7px 15px;
    border: 2px solid #fff;
    pointer-events: none; }
    .guide-char figcaption.cap0, .guide-char figcaption.cap1, .guide-char figcaption.cap2, .guide-char figcaption.cap3, .guide-char figcaption.cap4 {
      opacity: 0; }
    .guide-char figcaption::before {
      content: "";
      position: absolute;
      bottom: -16px;
      left: 80%;
      margin-left: -11px;
      border: 8px solid transparent;
      border-top: 8px solid #ffe100;
      z-index: 2; }
    .guide-char figcaption::after {
      content: "";
      position: absolute;
      bottom: -21px;
      left: 80%;
      margin-left: -13px;
      border: 10px solid transparent;
      border-top: 10px solid #fff;
      z-index: 1; }

#page-header {
  position: relative;
  height: 100vh;
  background: url("../img/c1.head.jpg") center top no-repeat;
  background-size: cover;
  color: #fff; }
  #page-header .head-txt {
    position: absolute;
    top: 50%;
    transform: translate(0, -70%);
    padding-left: 10vw; }
  #page-header h1 {
    font-size: 60px;
    margin-bottom: 30px;
    margin-top: -30px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); }
  #page-header .cap {
    font-size: 24px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
    padding-left: 30px; }
  #page-header .shoulder {
    position: relative;
    left: -5vw; }
    #page-header .shoulder img {
      transform: rotate(-10deg);
      width: 500px; }

#c1-bg {
  position: fixed;
  background: #000;
  width: 100vw;
  height: 100vh;
  bottom: 0; }
  #c1-bg ul li {
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: cover;
    width: 100vw;
    height: 100vh; }
    #c1-bg ul li.sc0 {
      background-image: url("../img/c1.bg0.jpg");
      opacity: 1; }
    #c1-bg ul li.sc1 {
      background-image: url("../img/c1.bg1.jpg");
      opacity: 0; }
    #c1-bg ul li.sc2 {
      background-image: url("../img/c1.bg2.jpg");
      opacity: 0; }
    #c1-bg ul li.sc3 {
      background-image: url("../img/c1.bg3.jpg");
      opacity: 0; }

#content > section.cntent-screen {
  background: none;
  position: relative;
  height: 100vh;
  color: #fff; }
  #content > section.cntent-screen._last {
    height: 150vh; }
  #content > section.cntent-screen .trigger {
    position: absolute;
    top: -20vh; }
  #content > section.cntent-screen .content-txt {
    position: fixed;
    top: 50%;
    left: -100%;
    transform: translate(0, -50%);
    padding: 2vw 3vw 3vw 10vw;
    width: 70vw;
    border-radius: 0 10px 10px 0;
    color: #2b312e;
    border: 5px solid #fff;
    border-left: none;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.7);
    background: #dfede7 url("../img/pattern.svg") center center;
    background-size: 46px; }
    #content > section.cntent-screen .content-txt h2 {
      font-size: 4vw;
      margin-bottom: 4vw; }
    #content > section.cntent-screen .content-txt p {
      font-size: 1.60vw;
      line-height: 1.8; }
      #content > section.cntent-screen .content-txt p b {
        display: block;
        margin: 15px 0; }

.trigger-out {
  position: absolute;
  bottom: 10vh; }

.trigger-in {
  position: absolute;
  top: 10vh; }

.trigger-end {
  position: absolute;
  bottom: 50vh; }

@media screen and (max-width: 660px) {
  /* [ about ] */
  .guide-char {
    width: 36vw;
    height: 68vw; }
    .guide-char img {
      width: 36vw; }
    .guide-char figcaption {
      left: -10%;
      top: 40%;
      transform: translate(-100%, 0%);
      width: 50vw;
      height: auto;
      white-space: normal;
      font-size: 14px;
      border-radius: 3px;
      padding: 7px 15px;
      border: 2px solid #fff;
      pointer-events: none; }
      .guide-char figcaption.cap0, .guide-char figcaption.cap1, .guide-char figcaption.cap2, .guide-char figcaption.cap3, .guide-char figcaption.cap4 {
        opacity: 0; }
      .guide-char figcaption::before {
        transform: rotate(135deg);
        bottom: 50%;
        left: 100%;
        margin-left: -11px;
        border: 8px solid transparent;
        border-left: 8px solid #ffe100;
        border-top: none; }
      .guide-char figcaption::after {
        transform: rotate(135deg);
        bottom: 50%;
        left: 100%;
        margin-left: -12px;
        margin-bottom: -1.5px;
        border: 10px solid transparent;
        border-left: 10px solid #fff;
        border-top: none; }

  #page-header {
    position: relative;
    height: 100vh; }
    #page-header .head-txt {
      padding-left: 0;
      width: 100%;
      top: 50px;
      transform: none; }
    #page-header h1 {
      font-size: 10.5vw;
      margin-bottom: 30px;
      margin-top: 0;
      padding-left: 5vw; }
      #page-header h1 .sp-br {
        font-size: 6vw;
        padding-left: 5vw; }
    #page-header .cap {
      font-size: 6vw;
      text-align: left;
      padding-left: 10vw; }
    #page-header .shoulder {
      left: -2vw; }
      #page-header .shoulder img {
        width: 80vw; }

  #c1-bg ul li.sc0 {
    background-image: url("../img/c1.bg0.sp.jpg"); }
  #c1-bg ul li.sc1 {
    background-image: url("../img/c1.bg1.sp.jpg"); }
  #c1-bg ul li.sc2 {
    background-image: url("../img/c1.bg2.sp.jpg"); }
  #c1-bg ul li.sc3 {
    background-image: url("../img/c1.bg3.sp.jpg"); }

  #content > section.cntent-screen {
    background: none;
    position: relative;
    height: 100vh;
    color: #fff; }
    #content > section.cntent-screen._last {
      height: 150vh; }
    #content > section.cntent-screen .content-txt {
      position: fixed;
      transform: none;
      top: 20vw;
      left: -100%;
      padding: 5vw;
      width: 95vw;
      border-radius: 0 2vw 2vw 0;
      box-shadow: none; }
      #content > section.cntent-screen .content-txt h2 {
        font-size: 8vw;
        margin-bottom: 6vw; }
      #content > section.cntent-screen .content-txt p {
        font-size: 4vw;
        line-height: 1.8; }
        #content > section.cntent-screen .content-txt p b {
          display: block;
          margin: 3vw 0; }

  .other-content ul a.ticket:hover.content2 .btn-more,
  .other-content ul a.ticket.content2 .btn-more {
    right: auto;
    left: 5vw; }

  .other-content ul a.ticket:hover.content3 .btn-more {
    right: 5vw; }

  .trigger-out {
    position: absolute;
    bottom: 10vh; }

  .trigger-in {
    position: absolute;
    top: 10vh; }

  .trigger-end {
    position: absolute;
    bottom: 50vh; } }
