@charset "UTF-8";
.base{
  max-height: 1400px;
  padding-bottom: 100px;
  background: #052aac url(/cruise/movie/images/bg_index.jpg) no-repeat center bottom / 100%;
  color: #333333;
}
.base *{
    box-sizing: border-box;
}

.ly_container{
  min-width: 1120px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 10px;
}
.ly_header{
  padding: 45px 0 55px;
  text-align: center;
}
.ly_cont{
  display: flex;
  justify-content: space-between;
/* align-items: flex-start; */
}

.bl_heading{
  position: relative;
  text-shadow: 2px 2px 10px #000000;
  font-family: YuMincho, 'Yu Mincho', serif !important;
  font-size: 5rem;
}
.bl_heading::before{
  content: "動画で見るクルーズの旅";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: rgba(0,0,0,0);

  background: linear-gradient(110deg, #ffffff 0%, #f1e1c0 40%, #f7c152 50%, #f7c152 30%, #ffffff 70%, #ffffff 100%);
  -webkit-background-clip: text;
  font-size: 5rem;
  text-shadow: none;
}
_:-ms-input-placeholder, :root .bl_heading{
color: #f1e1c0;
}
_:-ms-input-placeholder, :root .bl_heading::before{
  display: none;
}
.bl_heading::after{
  content: "";
  display: block;
  width: 100%;
  height: 55px;
  background: url(/cruise/movie/images/img_line.png) no-repeat center top / auto;
}
.bl_lead{
  line-height: 1.7;
  letter-spacing: 0.05rem;
  font-weight: 100;
  font-size: 128%;
  color: #ffffff;
}

.ly_cont_main{
  position: relative;
  width: 760px;
  padding: 30px 30px 0;
  border: 1px solid #c89a5a;
  background: url(/cruise/movie/images/bg_cont.jpg) no-repeat center top / 100% 100%;
}
.ly_cont_main::before{
  content: "";
  position: absolute;
  left: -5px;
  top: 30px;
  display: block;
  width: 100%;
  height: 58px;
  background: url(/cruise/movie/images/icon_ship.png) no-repeat left top / auto;
}

.bl_contMain_ttl{
  display: flex;
  align-items: center;
  height: 55px;
  margin: 0 0 30px 50px;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  font-size: 143%;
  font-weight: bold;
}
.bl_contMain_body{
  width: 680px;
  margin: auto;
}
.bl_contMain_body_ttl{
  position: relative;
  z-index: 1;
  width: 100%;
  height: 79px;
  padding-top: 12px;
  background: url(/cruise/movie/images/img_ribbon.png) no-repeat center top / auto;
  text-align: center;
  font-family: YuMincho, 'Yu Mincho', serif !important;
  font-size: 214%;
  color: #ffffff;
}
.bl_movie_wrap{
  margin: -45px auto 50px;
  padding: 63px 0 20px;
  background: #000000;
}
div.eviry-baseplayer{
  margin: auto;
}
.bl_text{
  margin-bottom: 50px;
}

.bl_btn_wrap{
  margin-bottom: 50px;
  padding: 0 85px;
}
.el_btn{
  overflow: hidden;
  position: relative;
  height: 70px;
  margin-bottom: 30px;
  padding: 3px;
  transition: all 0.1s ease-in-out;
}
.el_btn::after{
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.el_btn__red{
  background: #b21826;
}
.el_btn__red::after{
  background: #9c1521;
}
.el_btn__blue{
  background: #004491;
}
.el_btn__blue::after{
  background: #003674;
}

.el_btn:hover{
  filter: brightness(120%);
  /* box-shadow: 0px 5px 8px 0px rgb(0 0 0 / 20%);
  transform: translateY(-2px); */
}
.el_btn a{
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6aa79;
  font-family: YuMincho, 'Yu Mincho', serif !important;

  color: #ffe6ba !important;
  font-size: 2.2rem;
}
.el_btn a::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 9px;
  height: 9px;
  border-top: solid 2px #ffe6ba;
  border-right: solid 2px #ffe6ba;
  transform: rotate(45deg) translate3d(0, -50%, 0);
  transition: 0.25s ease-in-out;
}
.el_btn a:hover::after{
  transform: rotate(45deg) translate3d(2.5px, -75%, 0);
}
.el_btn span{
  position: relative;
  top: 2px;
  left: -2px;
}

.ly_cont_side{
  width: 330px;
}
.bl_menu_body{
  background: #ffffff;
}
.bl_menu_body + .bl_menu_body{
  margin-top: 20px;
}
.bl_menu_ttl{
  padding: 5px 0;
  text-align: center;
  color: #ffffff;
  font-size: 125%;
}
.bl_menu_ttl__blue{
  background: url(/cruise/movie/images/bg_menu_ttl__blue.png) no-repeat center top / auto;
}
.bl_menu_ttl__green{
  background: url(/cruise/movie/images/bg_menu_ttl__green.png) no-repeat center top / auto;
}
.bl_menu_ttl__blue2{
  background: url(/cruise/movie/images/bg_menu_ttl__blue2.png) no-repeat center top / auto;
}
.bl_menu_list{
  height: 260px;
  padding: 10px 20px;
  overflow-y: scroll;
}
.bl_menu_list li{
  padding: 10px 0;
  border-bottom: 1px solid #dcdcdc;
}
.bl_menu_list li:last-of-type{
  border: none;
}
.bl_menu_list a{
  overflow: hidden;
  color: #000000;
  font-size: 92%;
}
.bl_menu_list img{
  width: 100px;
}
.bl_menu_list a > *{
  transition: 0.1s ease-in-out;
  float: left;
}
.bl_menu_list p{
  width: calc( 273px - 100px );
  padding-left: 10px;
}
.globalFooter{
  margin-top: 0 !important;
}

/* SP */
.jtb__device--sp .bl_contMain_body{

}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 95%;
  height: 100%;
}
@media ( min-width: 769px) {
  .bl_menu_list li:hover img,
  .bl_menu_list .current img{
    opacity: .6;
  }
  .bl_menu_list li:hover p,
  .bl_menu_list .current p{
    color: #062c48;
  }
  .bl_menu_list li:hover,
  .bl_menu_list .current{
    background: radial-gradient(#cbdeff, #ffffff, #ffffff);
  }
}


@media (max-width: 768px) {
  .base{
    max-height: auto;
    max-height: initial;
    padding-bottom: 0;
    background: none;
    background: linear-gradient(#052bac, #44cffd);
  }
  .base a {
    text-decoration: none !important;
  }
  .ly_container{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 0 2.6vw;
  }
  .ly_header{
    padding: 5.3vw 0;
  }
  .bl_heading, .bl_heading::before{
    font-size: 7.5vw;
    font-weight: bold;
  }
  .bl_heading::after{
    height: 8vw;
    background: url(/cruise/movie/images/img_line-sp.png) no-repeat center top / 100%;
  }
  .bl_lead{
    margin-bottom: 8vw;
    padding: 0 4vw;
    font-size: 4vw;
  }
  .bl_nav_list {
    display: flex;
    justify-content: center;
    width: calc( 100% + (20 / 750 * 100vw) );
    margin-left: calc( -20 / 750 * 100vw );
  }
  .bl_nav_list li{
    width: 100%;
    margin-left: calc( 20 / 750 * 100vw );
    height: 13.333vw;
    text-align: center;
    background: linear-gradient(#ffffff, #e6e6e6);
  }
  .bl_nav_list a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 2vw;
    font-size: 4vw;
    font-weight: bold;
  }
  .bl_nav_list a::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 1vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    border-top: 2vw;
    border-left: 1.5vw;
    border-right: 1.5vw;
    border-style: solid;
    border-color: transparent;
  }
  .bl_nav_list .japan_ship a{
    color: #135caf;
  }
  .bl_nav_list .foreign_ship a{
    color: #006f73;
  }
  .bl_nav_list .event a{
    color: #1c76a0;
  }
  .bl_nav_list .japan_ship a::after{
    border-top-color: #135caf;
  }
  .bl_nav_list .foreign_ship a::after{
    border-top-color: #006f73;
  }
  .bl_nav_list .event a::after{
    border-top-color: #006f73;
  }

  .bl_contMain_body{
    width: 100%;
    /* margin-top: 10vw; */
  }

  .ly_cont{
    display: block;
  padding-bottom: 15.3vw;
  }
  .ly_cont_main{
    width: 100%;
  }
  .ly_cont_main{
    margin-bottom: 8vw;
    padding: 6vw 4vw;
    background-size: cover;
  }
  .ly_cont_main::before{
    display: none;
  }
  .bl_contMain_ttl {
    font-size: 4.5vw;
    margin: 0 0 4vw 0;
  }
  .bl_contMain_body_ttl{
    height: 11vw;
    padding-top: 0.5vw;
    background-size: 100%;
    font-size: 5vw;
  }
  .bl_movie_wrap {
    /* width: calc( 570 / 750 * 100vw ); */
    margin: -5vw auto 4vw;
    padding: 9vw 0 4vw;
  }
}
/* @media screen and (max-width: 568px) {
  .bl_movie_wrap {
    width: 100%;
  }
} */

@media screen and (max-width: 380px) {
  .bl_movie_wrap{
    /* width: 107%; */
    margin-right: calc( ((100vw - 109%) / 2) * -1 );
    margin-left: calc( ((100vw - 109%) / 2) * -1 );
  }
}
@media screen and (max-width: 355px) {
  .ly_cont_main{
    width: auto;
    margin-right: calc( ((100vw - 100%) / 2) * -1 );
    margin-left: calc( ((100vw - 100%) / 2) * -1 );
    border-left: none;
    border-right: none;
  }
  .bl_movie_wrap{
    margin-right: calc( ((100vw - 100%) / 2) * -1 );
    margin-left: calc( ((100vw - 100%) / 2) * -1 );
  }
}
@media screen and (max-width: 320px) {
  #mov_320x220{
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .bl_text{
    margin-bottom: 30px;
  }

  .bl_btn_wrap {
    padding: 0;
  }
  .el_btn {
    height: 21.3vw;
    margin-bottom: 2.6vw;
    line-height: 1.4;
  }
  .el_btn a{
    font-size: 4.4vw;
  }
  .el_btn span {
    left: -1vw;
  }

  .ly_cont_side{
    width: 100vw;
    margin-right: calc( ((100vw - 100%) / 2) * -1 );
    margin-left: calc( ((100vw - 100%) / 2) * -1 );
  }
  .bl_menu_content_ttl{
    margin-bottom: 5px;
    padding-left: 4vw;
    text-align: center;
    font-family: YuMincho, 'Yu Mincho', serif !important;
    font-weight: bold;
    color: #ffffff;
    font-size: 135%;
  }
  .bl_menu_body{
    padding: 4vw;
    background: rgba(255, 255, 255, .8)
  }
  .bl_menu_body + .bl_menu_body{
    margin-top: 1vw;
  }
  .bl_menu_ttl{
    font-weight: bold;
    margin-bottom: 4vw;
    padding: 0;
    background: none;
    text-align: left;
  }
  .bl_menu_ttl__blue{
    color: #135caf;
  }
  .bl_menu_ttl__green{
    color: #006f73;
  }
  .bl_menu_ttl__blue2{
    color: #006f73;
  }
  .bl_menu_list{
    display: flex;
    height: auto;
    overflow-y: hidden;
    overflow-x: scroll;
    padding: 1vw 1vw 3vw;
  }
  .bl_menu_list li{
    flex: 0 0 40vw;
    margin-left: 2.6vw;
    padding: 1vw;
    border: none;
    vertical-align: top;
  }
  .bl_menu_list li:first-of-type{
    margin-left: 0;
  }
  .bl_menu_list a{
    display: block;
  }
  .bl_menu_list img{
    width: 100%;
  }
  .bl_menu_list p {
    width: auto;
    padding-left: 0;
    padding-top: 2.6vw;
  }

  .bl_menu_list .current{
    background: #7bc2ff;
  }
}

