@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/c1.head.jpg") center top no-repeat;
  background-size: cover;
  color: #fff; }
  #page-header::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: url("../img/dot2.png"); }
  #page-header .head-txt {
    position: absolute;
    top: 64px;
    height: calc(100vh - 64px);
    width: 100%; }
  #page-header h1 {
    position: absolute;
    top: 50%;
    left: 5vw;
    font-size: 60px;
    margin-bottom: 30px;
    color: #fff;
    text-shadow: 2px 0 0 #ea5514, 2px 2px 0 #ea5514, 0 2px 0 #ea5514, -2px 2px 0 #ea5514, -2px 0 0 #ea5514, -2px -2px 0 #ea5514, 0 -2px 0 #ea5514, 2px -2px 0 #ea5514; }
    #page-header h1 span {
      color: #fff;
      text-shadow: 2px 0 0 #0057d0, 2px 2px 0 #0057d0, 0 2px 0 #0057d0, -2px 2px 0 #0057d0, -2px 0 0 #0057d0, -2px -2px 0 #0057d0, 0 -2px 0 #0057d0, 2px -2px 0 #0057d0; }
  #page-header .cap {
    font-size: 24px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
    padding-left: 30px; }
  #page-header .shoulder {
    position: absolute;
    left: 5vw;
    top: -10px; }
    #page-header .shoulder img {
      transform: rotate(-10deg);
      width: 36vw;
      max-width: 350px; }

#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; }
    #c1-bg ul li.sc4 {
      background-image: url("../img/c1.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: #eff6f6 url("../img/pattern.svg") center center;
    background-size: 56px; }
    #content > section.cntent-screen .content-txt h2 {
      font-size: 4vw;
      margin-top: 1vw;
      margin-bottom: 2vw;
      color: #0057d0;
      -webkit-text-stroke: 2px #FFF;
      text-stroke: 2px #FFF;
      text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
      line-height: 1.4; }
      #content > section.cntent-screen .content-txt h2.title-ext, #content > section.cntent-screen .content-txt h2.title-base {
        margin-top: -1vw; }
        #content > section.cntent-screen .content-txt h2.title-ext img, #content > section.cntent-screen .content-txt h2.title-base img {
          width: 45vw;
          max-width: 600px; }
    #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 .notice {
      margin-top: 3vw;
      font-size: 1.21vw; }
    #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: #0057d0 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; }
  #content > section.cntent-screen._include-item {
    height: auto;
    padding-top: 50vh;
    padding-bottom: 20vh; }
    #content > section.cntent-screen._include-item h2 {
      padding-left: 5vw;
      margin-bottom: 5vw; }
      #content > section.cntent-screen._include-item h2 img {
        width: 45vw;
        max-width: 700px; }

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

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

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

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

.train-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 27vw 0 2vw; }
  .train-list article {
    position: relative;
    width: 30vw;
    background: #fff;
    padding: 1vw;
    padding-bottom: 20vw;
    margin: 1vw;
    color: #333;
    border-radius: 1vw;
    background: #eff6f6 url("../img/pattern.svg") center center;
    background-size: 56px;
    border: 5px solid #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3); }
    .train-list article h3 {
      text-align: center;
      font-size: 1.9vw;
      text-shadow: 1px 1px 0px white; }
      .train-list article h3 ._company {
        display: block;
        font-size: 1.5vw; }
    .train-list article figure {
      width: 100%;
      margin: 1vw 0;
      border: 4px solid #fff;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
      .train-list article figure img {
        width: 100%; }
    .train-list article p {
      font-size: 16px; }
    .train-list article .train-movie {
      position: absolute;
      bottom: 0;
      left: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 2vw;
      width: 100%; }
      .train-list article .train-movie h4 {
        margin-bottom: 1vw; }
      .train-list article .train-movie iframe {
        width: 50vw;
        height: 28.125vw;
        width: 20vw;
        height: 11.25vw;
        border: 4px solid #fff;
        box-sizing: content-box;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }

@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 h1 {
      font-size: 12vw;
      top: 30vh; }
      #page-header h1 span {
        display: block;
        margin-left: -5vw; }
    #page-header .shoulder {
      left: 2vw; }
      #page-header .shoulder img {
        width: 50vw; }

  #c1-bg ul li.sc0 {
    background-image: url("../img/c1.bg0.sp.jpg");
    opacity: 1; }
  #c1-bg ul li.sc1 {
    background-image: url("../img/c1.bg1.sp.jpg");
    opacity: 0; }
  #c1-bg ul li.sc2 {
    background-image: url("../img/c1.bg2.sp.jpg");
    opacity: 0; }
  #c1-bg ul li.sc3 {
    background-image: url("../img/c1.bg3.sp.jpg");
    opacity: 0; }
  #c1-bg ul li.sc4 {
    background-image: url("../img/c1.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: 24vw;
      left: -100%;
      padding: 2vw 5vw 5vw 5vw;
      width: 95vw;
      border-radius: 0 2vw 2vw 0;
      box-shadow: none; }
      #content > section.cntent-screen .content-txt h2 {
        font-size: 8vw;
        margin-bottom: 3vw;
        position: relative;
        padding-top: 0;
        line-height: 1.2; }
        #content > section.cntent-screen .content-txt h2.title-ext, #content > section.cntent-screen .content-txt h2.title-base {
          margin-top: 0;
          height: 4vw; }
          #content > section.cntent-screen .content-txt h2.title-ext img, #content > section.cntent-screen .content-txt h2.title-base img {
            position: absolute;
            width: 70vw;
            top: -12vw; }
      #content > section.cntent-screen .content-txt p {
        font-size: 4vw;
        line-height: 1.5; }
        #content > section.cntent-screen .content-txt p br {
          display: none; }
      #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 {
          display: none; }
        #content > section.cntent-screen .content-txt .fig a::after {
          width: 10vw;
          height: 10vw;
          right: 1vw;
          bottom: 1vw; }
      #content > section.cntent-screen .content-txt .notice {
        font-size: 2.8vw; }
    #content > section.cntent-screen._include-item {
      padding-bottom: 70vw; }
      #content > section.cntent-screen._include-item h2 {
        padding-left: 0;
        margin-bottom: 25vw;
        text-align: center; }
        #content > section.cntent-screen._include-item h2 img {
          width: 80VW;
          max-width: 700px; }

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

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

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

  .train-list {
    padding: 0 4vw 0 4vw; }
    .train-list article {
      position: relative;
      width: 90vw;
      padding: 2.5vw;
      padding-top: 23VW;
      padding-bottom: 50vw;
      border-radius: 2vw;
      margin-bottom: 25VW;
      border: 1vw solid #fff; }
      .train-list article h3 {
        text-align: center;
        font-size: 7vw;
        margin-bottom: 5VW; }
        .train-list article h3 ._company {
          font-size: 4vw;
          display: block; }
      .train-list article figure {
        position: absolute;
        width: 66vw;
        margin: 0;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%); }
        .train-list article figure img {
          width: 100%; }
      .train-list article p {
        font-size: 3.8vw; }
      .train-list article .train-movie {
        bottom: 5vw; }
        .train-list article .train-movie h4 {
          margin-bottom: 1vw;
          font-size: 5vw; }
        .train-list article .train-movie iframe {
          width: 50vw;
          height: 28.125vw; } }
