@charset "UTF-8";
/* [ 観光開発 ] */
.guide-char {
  position: fixed;
  bottom: 0;
  right: 2vw;
  z-index: 10;
  width: 28vw;
  max-width: 400px;
  height: 41vw;
  max-height: 580px; }
  .guide-char img {
    width: 28vw;
    max-width: 400px; }
  .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/c3.head.jpg") center center no-repeat;
  background-size: cover;
  color: #fff; }
  #page-header::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+99&1+0,0+47 */
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 67%, rgba(0, 0, 0, 0) 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 67%, rgba(0, 0, 0, 0) 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 67%, rgba(0, 0, 0, 0) 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */ }
  #page-header .head-txt {
    position: absolute;
    top: 26%;
    transform: translate(0, -50%);
    padding-left: 10vw; }
  #page-header h1 img {
    width: 600px;
    transform: rotate(-10deg); }
  #page-header h2 {
    font-size: 38px;
    margin-left: 50px;
    margin-top: 2vh;
    padding-left: 10vw;
    transform: rotate(2deg);
    font-weight: bold;
    text-shadow: 0px 0px 5px black; }

#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/c3.bg0.jpg");
      opacity: 1; }
    #c1-bg ul li.sc1 {
      background-image: url("../img/c3.bg1.jpg");
      opacity: 0; }
    #c1-bg ul li.sc2 {
      background-image: url("../img/c3.bg2.jpg");
      opacity: 0; }
    #c1-bg ul li.sc3 {
      background-image: url("../img/c3.bg3.jpg");
      opacity: 0; }
    #c1-bg ul li.sc4 {
      background-image: url("../img/c3.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, -70%);
    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 small {
      display: block;
      font-size: 1vw;
      margin-top: 2vh; }
    #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 {
    right: -10vw;
    width: 56vw;
    height: 82vw; }
    .guide-char img {
      width: 56vw; }
    .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: 14vw;
      padding-left: 0;
      width: 100%;
      transform: none; }
    #page-header h1 img {
      width: 96vw; }
    #page-header h2 {
      margin-top: 0vw;
      font-size: 10vw;
      text-align: left;
      padding-left: 2vw;
      font-weight: bold;
      line-height: 1.3; }

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

  #content > section.cntent-screen {
    background: none;
    position: relative;
    height: 200vh;
    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: 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 small {
        font-size: 3.6vw; }
      #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: 10vh; }

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