@charset "UTF-8";
/* [ 観光開発 ] */
.guide-char {
  position: fixed;
  bottom: 0;
  right: 2vw;
  z-index: 10;
  width: 22vw;
  max-width: 250px;
  height: 47vw;
  max-height: 540px; }
  .guide-char img {
    width: 22vw;
    max-width: 250px; }
  .guide-char .char-img {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0; }
    .guide-char .char-img.char0I {
      opacity: 1; }
    .guide-char .char-img.char02 img, .guide-char .char-img.char00 img, .guide-char .char-img.char03 img, .guide-char .char-img.char04 img {
      width: 26vw;
      max-width: 350px; }
  .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/c2.head.jpg") center center no-repeat;
  background-size: cover;
  color: #fff; }
  #page-header .head-txt {
    position: absolute;
    top: 30%;
    transform: translate(0, -50%);
    padding-left: 10vw; }
  #page-header h1 img {
    width: 700px;
    transform: rotate(-3deg); }
  #page-header h2 {
    font-size: 28px;
    margin-left: 50px;
    margin-top: 10vh;
    transform: rotate(3deg); }

#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/c2.bg0.jpg");
      opacity: 1; }
    #c1-bg ul li.sc1 {
      background-image: url("../img/c2.bg1.jpg");
      opacity: 0; }
    #c1-bg ul li.sc2 {
      background-image: url("../img/c2.bg2.jpg");
      opacity: 0; }
    #c1-bg ul li.sc3 {
      background-image: url("../img/c2.bg3.jpg");
      opacity: 0; }
    #c1-bg ul li.sc4 {
      background-image: url("../img/c2.bg4.jpg");
      opacity: 0; }

#content > section.cntent-screen {
  background: none;
  position: relative;
  height: 200vh;
  color: #fff; }
  #content > section.cntent-screen .trigger {
    position: absolute;
    top: -20vh; }
  #content > section.cntent-screen .content-txt {
    position: fixed;
    top: 50%;
    left: -100%;
    transform: translate(0, -80%);
    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; }
    #content > section.cntent-screen .content-txt .fig {
      right: 50px;
      top: 100%;
      margin-top: 50px;
      display: block;
      position: absolute;
      border: 5px solid #fff;
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
      border-radius: 5px;
      overflow: hidden;
      background: #fff;
      opacity: 0; }
      #content > section.cntent-screen .content-txt .fig a {
        display: block;
        position: relative; }
        #content > section.cntent-screen .content-txt .fig a::after {
          position: absolute;
          background: #f00;
          content: "";
          display: block;
          width: 40px;
          height: 40px;
          border-radius: 50%;
          background: #f00 url("../img/icon.lope.svg");
          right: 10px;
          bottom: 10px; }
      #content > section.cntent-screen .content-txt .fig img {
        width: 400px; }
      #content > section.cntent-screen .content-txt .fig figcaption {
        font-size: 13px;
        display: block;
        padding: 5px 0 0 5px; }

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

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

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

.trigger-middle {
  position: absolute;
  bottom: 100vh; }

@media screen and (max-width: 660px) {
  .guide-char {
    width: 36vw;
    height: 76vw; }
    .guide-char img {
      width: 36vw; }
    .guide-char .char-img.char02 img, .guide-char .char-img.char00 img, .guide-char .char-img.char03 img, .guide-char .char-img.char04 img {
      width: 50vw; }
    .guide-char figcaption {
      left: -10%;
      top: 50%;
      transform: translate(-100%, 0%);
      width: 50vw;
      height: auto;
      white-space: normal;
      font-size: 12px;
      border-radius: 3px;
      padding: 5px 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 {
      top: 28%;
      padding-left: 0;
      width: 100%; }
    #page-header h1 img {
      width: 90vw;
      margin-left: -4vw; }
    #page-header h2 {
      transform: rotate(2deg);
      margin-top: 1vh;
      font-size: 6vw;
      text-align: left;
      padding-left: 0vw;
      margin-left: 5vw;
      font-weight: bold; }

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

  #content > section.cntent-screen {
    background: none;
    position: relative;
    height: 200vh;
    color: #fff; }
    #content > section.cntent-screen._last {
      height: 250vh; }
    #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: 7vw;
        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; }
      #content > section.cntent-screen .content-txt .fig {
        right: auto;
        left: 3vw;
        z-index: 10;
        top: calc(100% + 10px); }
        #content > section.cntent-screen .content-txt .fig img {
          width: 50vw; }
        #content > section.cntent-screen .content-txt .fig figcaption {
          font-size: 3.4vw; }
        #content > section.cntent-screen .content-txt .fig a::after {
          width: 10vw;
          height: 10vw;
          right: 1vw;
          bottom: 1vw; }

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

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

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