@charset "UTF-8";

h1{
  color: #B71C1C;
  font-size: 3.6rem;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: bold;
  line-height: 1.6;
  span{
    display: block;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    color: #888888;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0;
  }
}


.main_header{
  background: url(/cruise/newyear/images/bg-main_visual.webp) no-repeat center top / auto;
}
.main_lead{
  margin-top: 62px;
  .mark{
    display: inline-block;
    background:linear-gradient(transparent 60%, rgba(255, 255, 102, .7) 60%);
  }
  /* .mark::after{
    content: "";
    display: inline-block;
    width: 100%;
    height: 10px;
    background: #FEE242;
    font-weight: bold;
  } */
}
.caption{
  bottom: 7px;
  right: 10px;
  text-align: right;
}
@media (min-width: 1921px){
  .main_header{
    background-size: 100%;
  }
}
@media (min-width: 1257px) and (max-width: 1400px){
  .main_header{
    background-position: center top;
  }
}
@media (min-width: 1257px) and (max-width: 1375px){
  .main_header{
    background-position: center top -15px;
  }
  .main_lead{
    margin-top: 40px;
  }
}
@media (min-width: 769px) and (max-width: 1256px){
  .main_header{
    background-position: left -330px top -15px;
  }
  .main_lead{
    margin-top: 40px;
    p + p{
      margin-top: 20px;
    }
  }
}
@media (min-width: 769px){
  .main_header{
    height: 450px;
    p{
      font-weight: bold;
      color: #ffffff;
      text-shadow:
      rgba(0, 0, 0, 0.2) 2px 0px 2px, rgba(0, 0, 0, 0.2) -2px 0px 2px,
      rgba(0, 0, 0, 0.2) 0px -2px 2px, rgba(0, 0, 0, 0.2) -2px 0px 2px,
      rgba(0, 0, 0, 0.2) 2px 2px 2px, rgba(0, 0, 0, 0.2) -2px 2px 2px,
      rgba(0, 0, 0, 0.2) 2px -2px 2px, rgba(0, 0, 0, 0.2) -2px -2px 2px,
      rgba(0, 0, 0, 0.2) 1px 2px 2px, rgba(0, 0, 0, 0.2) -1px 2px 2px,
      rgba(0, 0, 0, 0.2) 1px -2px 2px, rgba(0, 0, 0, 0.2) -1px -2px 2px,
      rgba(0, 0, 0, 0.2) 2px 1px 2px, rgba(0, 0, 0, 0.2) -2px 1px 2px,
      rgba(0, 0, 0, 0.2) 2px -1px 2px, rgba(0, 0, 0, 0.2) -2px -1px 2px
      /* rgba(0, 0, 0, 0.5) 1px 1px 2px, rgba(0, 0, 0, 0.5) -1px 1px 2px,
      rgba(0, 0, 0, 0.5) 1px -1px 2px, rgba(0, 0, 0, 0.5) -1px -1px 2px; */
      ;

      line-height: 1.55;
    }
    .image-container{
      width: 300px;
    }
    .image-container.left-box{
      order: -1;
    }
    .main_title-container{
      flex: 1;
      padding: 82px 50px 0;
    }
  }
  .main_header-inner{
    min-width: 1256px;
    max-width: 1400px;
    margin: auto;
  }
  .main_title-container{
    background-image: url(/cruise/newyear/images/bg-main_title-left.webp), url(/cruise/newyear/images/bg-main_title-right.webp);
    background-repeat: no-repeat;
    background-position: top 10px left, top right;
    background-size: auto;
  }
  .image-container.left-box{
    .caption{
      right: auto;
      left: 15px;
      text-align: left;
    }
  }
  .image-wrap:nth-of-type(1){
    .caption{
      bottom: auto;
      top: 7px;
    }
  }
}
@media (max-width: 768px){
  h1{
    font-size: calc( 48 / 750 * 100vw );
    span{
      font-size: calc( 36 / 750 * 100vw );
    }
  }
  .main_header{
    height: calc( 1512 / 750 * 100vw );
    padding: calc( 120 / 750 * 100vw ) calc( 30 / 750 * 100vw ) 0;
    background-image: url(/cruise/newyear/images/bg-main_visual-sp.webp);
    background-size: 100% 100%;
    p{
      color: #333333;
      padding-right: 0;
      font-size: calc( 28 / 750 * 100vw );
      font-weight: bold;
      line-height: 1.75;
    }
    .image-container{
      width: 49%;
      float: left;
      img{
        box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16);
      }
    }
    .image-container.right-box{
      margin-left: calc( 100% - 98% );
    }
    .image-wrap{
      position: relative;
      overflow: hidden;
      height: calc( 223 / 750 * 100vw );
      border-radius: 5px;
      img{
        position: absolute;
        bottom: calc( -10 / 750 * 100vw );
      }
    }
    .image-wrap-01{
      img{
        bottom: 0;
      }
    }
  }
  .main_header-inner{
    overflow: hidden;
  }
  .main_title-container{
    margin-bottom: calc( 60 / 750 * 100vw );
  }
  .main_lead{
    margin-top: calc( 40 / 750 * 100vw );
    p + p{
      margin-top: calc( 35 / 750 * 100vw );
    }
  }
  .caption{
    bottom: 6px;
    right: 6px;
    font-size: calc( 18 / 750 * 100vw );
  }
  .image-container.left-box{
    .caption{
      text-align: left;
      right: auto;
      left: 6px;
      white-space: nowrap;
    }
  }
}