<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.main_header{
  height: 450px;
  background: url(/cruise/gw/images/bg-main_visual.webp) no-repeat center bottom / 100%;
  line-height: 1.55;
}
h1{
  color: #0257A5;
  font-size: 3.6rem;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN";
  text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.8);

  span{
    display: block;
    color: #999999;
    font-size: 2.4rem;
  }
}
.main_header-inner{
  position: relative;
  padding-top: 45px;
}
.main_lead{
  margin-top: 45px;
  font-size: 1.125em;
  p + p{
    margin-top: 35px;
  }
  mark{
    background: linear-gradient(transparent 40%, #FEE242 0%);
    font-weight: bold;
  }
}
@media (min-width: 769px) and (max-width: 1256px){
  .main_header{
    background-size: 1236px;
    background-position: left bottom;
  }
}
@media (min-width: 769px){
  .main_header-inner{
    width: 1236px;
    height: 100%;
    margin: auto;
    overflow: hidden;
  }
  .main_title-container{
    width: 736px;
    margin: auto;
  }
  .image-container{
    position: absolute;
    height: 100%;
  }
  .image-container.left-box{
    left: 0;
    top: 0;
  }
  .image-container.right-box{
    right: 0;
    top: 0;
  }
  .image-wrap{
    position: absolute;
  }
  .image-mv-01{
    width: 230px;
    top: -25px;
    left: 67px;
    .caption{
      left: 0px;
      bottom: 10px;
    }
  }
  .image-mv-02{
    width: 200px;
    bottom: -15px;
    left: 0;
    .caption{
      right: 0px;
      top: 40px;
    }
  }
  .image-mv-03{
    width: 180px;
    top: 20px;
    right: 60px;
    .caption{
      left: 0px;
      bottom: 10px;
    }
  }
  .image-mv-04{
    width: 240px;
    right: 0;
    bottom: -27px;
    .caption{
      right: 0px;
      bottom: 50px;
      text-align: right;
    }
  }
  .caption{
    font-size: 1.2rem;
  }
}
@media (max-width: 768px){
  h1{
    font-size: calc( 48 / 750 * 100vw );
    line-height: 1.6;
    span{
      margin-top: calc(5 / 750* 100vw);
      font-size: calc( 36 / 750 * 100vw );
    }
  }
  .main_header{
    height: calc( 1840 / 750 * 100vw );
    padding: 0 calc( 30 / 750 * 100vw );
    background-image: url(/cruise/gw/images/bg-main_visual-sp.webp);
    background-size: 100% 100%;
    line-height: 1.75;
    .image-container{
      width: 50%;
      float: left;
    }
    .image-wrap{
      width: calc( 280 / 750 * 100vw );
      margin: auto;
      text-align: center;
      img{
        filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.16));
      }
    }
  }
  .main_header-inner{
    padding-top: calc( 110 / 750 * 100vw );
  }
  .main_lead{
    margin-top: calc( 30 / 750 * 100vw );
    font-size: calc( 28 / 750 * 100vw );
    p + p{
      margin-top: calc( 35 / 750 * 100vw );
    }
  }
  .main_title-container{
    margin-bottom: calc( 90 / 750 * 100vw );
  }
  .caption{
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .image-container.left-box{
    .caption{
      text-align: left;
    }
    }
  .image-container.right-box{
    .caption{
      text-align: right;
    }
  }
}</pre></body></html>