@charset "UTF-8";
.p-ships {
  padding-bottom: 75px;
}
@media print, screen and (min-width: 768px) {
  .p-ships {
    padding-bottom: 150px;
  }
}
.p-ships__mv {
  background: url(../img/ships_mv_sp.jpg) no-repeat center center/cover;
}
@media print, screen and (min-width: 768px) {
  .p-ships__mv {
    background: url(../img/ships_mv_pc.jpg) no-repeat center center/cover;
  }
}
@media print, screen and (min-width: 768px) {
  .p-ships__mv__title {
    left: auto;
    right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .p-ships-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    align-content: stretch;
  }
}
.p-ships-list__box {
  position: relative;
  margin: 25px auto 0;
  width: 80%;
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .p-ships-list__box {
    margin: 40px 0 0;
    width: 48%;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-ships-list__box {
    margin: 60px 0 0;
    width: 30%;
  }
}
.p-ships-list__box:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  .p-ships-list__box:nth-child(2) {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-ships-list__box:nth-child(3) {
    margin-top: 0;
  }
}
.no-touchevents .p-ships-list__box {
  cursor: pointer;
}
.no-touchevents .p-ships-list__box:hover .p-ships-list__fig-area img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media print, screen and (min-width: 768px) {
  .no-touchevents .p-ships-list__box:hover .p-ships-list__text-area + .p-ships-list__text-area {
    position: absolute;
    width: 100%;
    left: 0;
    top: 120px;
    background: #000;
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.9) 50%, rgba(0, 0, 0, 0.7) 100%);
    color: #fff;
    -webkit-animation: ships01 0.5s ease-out 0s;
    -moz-animation: ships01 0.5s ease-out 0s;
    animation: ships01 0.5s ease-out 0s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    display: block;
    z-index: 999;
  }
}
@media print, screen and (min-width: 768px) {
  .no-touchevents .p-ships-list__box:hover .p-ships-list__text-area + .p-ships-list__text-area .p-ships-list__text02::after {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .no-touchevents .p-ships-list__box:hover .p-ships-list__text-area + .p-ships-list__text-area .p-ships-list__text02 span {
    display: inline;
  }
}
@media print, screen and (min-width: 768px) {
  .no-touchevents .p-ships-list__box:hover .p-ships-list__text-area + .p-ships-list__text-area .p-ships-list__btn {
    display: block;
  }
}
.c-inner01-wrap-dark .p-ships-list__box {
  background: transparent;
}
@media print, screen and (min-width: 768px) {
  .p-ships-list::after {
    content: '';
    width: 48%;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-ships-list::after {
    content: '';
    width: 30%;
  }
}
.p-ships-list__fig-area {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.p-ships-list__fig-area img {
  width: 100%;
  height: auto;
  -webkit-transition: ease-out 0.3s;
  -moz-transition: ease-out 0.3s;
  -ms-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.p-ships-list__text-area {
  padding: 15px;
}
@media print, screen and (min-width: 768px) {
  .p-ships-list__text-area {
    padding: 25px;
  }
}
.p-ships-list__text-area.is-clone {
  display: none;
}
.p-ships-list__text01 {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-ships-list__text01 {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
  }
}
.p-ships-list__text02 {
  margin-top: 1em;
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .p-ships-list__text02 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .no-touchevents .p-ships-list__text02::after {
    content: '…';
  }
}
.p-ships-list__btn {
  margin: 25px auto 0;
  background: #ffba4d;
  display: block;
  width: 100px;
  color: #fff !important;
  font-family: "Oswald", sans-serif;
  text-decoration: none;
  padding: 0.7em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-ships-list__btn {
    padding: 0.5em;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.no-touchevents .p-ships-list__btn {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media print, screen and (min-width: 768px) {
  .no-touchevents .p-ships-list__btn {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .no-touchevents .p-ships-list__hidden {
    display: none;
  }
}

@-webkit-keyframes ships01 {
  0% {
    opacity: 0;
    -moz-transform: translate(0, 80px);
    -o-transform: translate(0, 80px);
    -ms-transform: translate(0, 80px);
    -webkit-transform: translate(0, 80px);
    transform: translate(0, 80px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
}
@-moz-keyframes ships01 {
  0% {
    opacity: 0;
    -moz-transform: translate(0, 80px);
    -o-transform: translate(0, 80px);
    -ms-transform: translate(0, 80px);
    -webkit-transform: translate(0, 80px);
    transform: translate(0, 80px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
}
@keyframes ships01 {
  0% {
    opacity: 0;
    -moz-transform: translate(0, 80px);
    -o-transform: translate(0, 80px);
    -ms-transform: translate(0, 80px);
    -webkit-transform: translate(0, 80px);
    transform: translate(0, 80px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
}
@media print, screen and (min-width: 768px) {
  .p-ships-detail-mv,
  .p-ships-detail .p-mv__inner {
    height: 520px;
  }
}
.p-ships-detail .p-mv__title--expeditions::before {
  display: inline-block;
  padding: 0.2em 2em;
  content: 'EXPEDITIONS';
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  background: #ee0000;
  font-size: 10px;
  line-height: 1.1;
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
@media print, screen and (min-width: 768px) {
  .p-ships-detail .p-mv__title--expeditions::before {
    font-size: 12px;
  }
}
.p-ships-detail__section01 {
  padding-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .p-ships-detail__section01 {
    padding-bottom: 100px;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-ships-detail__section01 {
    padding-bottom: 125px;
  }
}
.p-ships-detail__data-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  align-content: stretch;
}
.p-ships-detail__data-list__box {
  margin: .5% .5%;
  width: 24%;
  background: #efefef;
  padding: 10px 1px;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0;
}
@media print, screen and (min-width: 768px) {
  .p-ships-detail__data-list__box {
    padding: 15px 5px;
    margin: 0 .25%;
    width: 12%;
  }
}
.p-ships-detail__data-list__box img {
  margin: 0 auto;
  width: 30px;
  height: 30px;
}
@media print, screen and (min-width: 768px) {
  .p-ships-detail__data-list__box img {
    width: 50px;
    height: 50px;
  }
}
.p-ships-detail__data-list p {
  margin-top: 0.4em;
  line-height: 1.2;
}
.p-ships-detail__data-list p + p {
  margin-top: 0;
}
.p-ships-detail__data-list dl {
  margin-top: 0.5em;
}
.p-ships-detail__data-list dt {
  font-size: 12px;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .p-ships-detail__data-list dt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-ships-detail__data-list span {
  display: inline-block;
}
.p-ships-detail__data-list__text01 {
  font-size: 12px;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .p-ships-detail__data-list__text01 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-ships-detail__data-list__text02 {
  font-size: 10px;
  font-size: 1rem;
}
@media print, screen and (min-width: 768px) {
  .p-ships-detail__data-list__text02 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-ships-detail__data-list__text03 {
  font-size: 8px;
  font-size: 0.8rem;
}
@media print, screen and (min-width: 768px) {
  .p-ships-detail__data-list__text03 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-ships-detail__data-list__text04 {
  font-size: 14px;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .p-ships-detail__data-list__text04 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-ships-detail__data-list__text05 {
  font-size: 10px;
  font-size: 1rem;
}
@media print, screen and (min-width: 768px) {
  .p-ships-detail__data-list__text05 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-ships-detail__data-plan {
  margin: 35px 0 0;
}
@media print, screen and (min-width: 768px) {
  .p-ships-detail__data-plan {
    margin-top: 70px;
  }
}
.p-ships-detail__data-plan__box {
  text-align: center;
}
.p-ships-detail__data-plan img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.p-ships-detail__data-plan a {
  margin: 20px auto 0;
  max-width: 240px;
}
@media print, screen and (min-width: 768px) {
  .p-ships-detail__data-plan a {
    margin-top: 40px;
  }
}
.p-ships-detail__section02 .c-title01 {
  margin: 0;
}
.p-ships-detail__section02 .c-title03 span {
  background: #efefef;
}
.p-ships-detail__section02-subsection {
  margin: 40px 0 0;
}
@media print, screen and (min-width: 768px) {
  .p-ships-detail__section02-subsection {
    margin-top: 40px;
  }
}
.p-ships-detail__section02-subsection .c-title03 span {
  font-size: 16px;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .p-ships-detail__section02-subsection .c-title03 span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.p-ships-detail__section02-subsection .c-title03 span .u-font-size-s {
  font-size: 14px;
  font-size: 1.4rem;
}
.p-ships-detail__section02-subsection02 {
  margin: 40px 0 0;
}
@media print, screen and (min-width: 768px) {
  .p-ships-detail__section02-subsection02 {
    margin-top: 20px;
  }
}
.p-ships-detail__section02-subsection02 .c-title03 span {
  font-size: 18px;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 768px) {
  .p-ships-detail__section02-subsection02 .c-title03 span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-ships-detail__section02__block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    align-content: stretch;
  }
}
@media print, screen and (min-width: 768px) {
  .p-ships-detail__section02__block .p-ships-detail__section02__text-area {
    -webkit-flex: 1;
    flex: 1;
    padding-right: 50px;
  }
}
.p-ships-detail__section02__text-area {
  padding-bottom: 20px;
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 768px) {
  .p-ships-detail__section02__text-area {
    padding-bottom: 80px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-ships-detail__section02__text-area {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-ships-detail__section02__text-area p:first-child {
  margin-top: 0;
}
.p-ships-detail__section02__text01 {
  font-size: 14px;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .p-ships-detail__section02__text01 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-ships-detail__section02__text01 .u-font-size-s {
  padding-top: 0.5em;
  display: inline-block;
  line-height: 1.6;
}
.p-ships-detail__section02__fig-area {
  margin: 0 auto;
  max-width: 350px;
  padding-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .p-ships-detail__section02__fig-area {
    width: 350px;
    padding-bottom: 20px;
  }
}
.p-ships-detail__section02__fig-box {
  background: #fff;
}
.p-ships-detail__section02__fig-box img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.p-ships-detail__section02__fig-box .fig01 {
  max-width: 350px;
}
.p-ships-detail__section02__fig-box .fig02 {
  max-width: 280px;
  width: 90%;
}
.p-ships-detail__section02-footer {
  padding-top: 40px;
  border-top: #ccc solid 1px;
}
@media print, screen and (min-width: 768px) {
  .p-ships-detail__section02-footer {
    margin-top: 20px;
  }
}
.p-ships-detail__section02-footer p:first-child {
  margin-top: 0;
}
.p-ships-detail__section03 {
  padding-top: 45px;
}
@media print, screen and (min-width: 768px) {
  .p-ships-detail__section03 {
    padding-top: 90px;
  }
}
.p-ships-detail .c-grid03 {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .p-ships-detail .c-grid03 {
    margin-top: 0;
  }
}

.p-ships-expeditions__mv {
  background: url(../img/ships_expeditions_mv_sp.jpg) no-repeat center center/cover;
}
@media print, screen and (min-width: 768px) {
  .p-ships-expeditions__mv {
    background: url(../img/ships_expeditions_mv_pc.jpg) no-repeat center center/cover;
  }
}
@media print, screen and (min-width: 768px) {
  .p-ships-expeditions__mv__title {
    left: auto;
    right: 0;
  }
}
.p-ships-expeditions__section {
  padding: 0 0 45px;
}
@media print, screen and (min-width: 768px) {
  .p-ships-expeditions__section {
    padding-bottom: 90px;
  }
}
.p-ships-expeditions .c-title02 {
  margin-top: 20px;
}
.p-ships-expeditions .c-title02 .c-title02__text-jp {
  font-size: 18px;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 568px) {
  .p-ships-expeditions .c-title02 .c-title02__text-jp {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 0.2em;
  }
}
@media print, screen and (min-width: 768px) {
  .p-ships-expeditions .c-title02 .c-title02__text-jp {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 1140px) {
  .p-ships-expeditions .c-title02 .c-title02__text-jp {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
.p-ships-expeditions__text01 {
  text-align: center;
}
.p-ships-expeditions__text01 > span {
  margin: 0 auto;
  display: inline-block;
  background: #e00;
  color: #fff;
  padding: 0.4em 1em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .p-ships-expeditions__text01 > span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-ships-expeditions__text01 > span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-ships-expeditions .p-ships-list {
  margin: 40px 0;
}

.p-ships-silverwind__mv {
  background: url(../img/ships_silverwind/ships_silverwind_mv_sp.jpg) no-repeat center center/cover;
}
@media print, screen and (min-width: 768px) {
  .p-ships-silverwind__mv {
    background: url(../img/ships_silverwind/ships_silverwind_mv_pc.jpg) no-repeat center center/cover;
  }
}
@media print, screen and (min-width: 768px) {
  .p-ships-silverwind__mv__title {
    left: auto;
    right: 0;
  }
}

.p-ships-silvershadow__mv {
  background: url(../img/ships_silvershadow/ships_silvershadow_mv_sp.jpg) no-repeat center center/cover;
}
@media print, screen and (min-width: 768px) {
  .p-ships-silvershadow__mv {
    background: url(../img/ships_silvershadow/ships_silvershadow_mv_pc.jpg) no-repeat center center/cover;
  }
}
@media print, screen and (min-width: 768px) {
  .p-ships-silvershadow__mv__title {
    left: auto;
    right: 0;
  }
}

.p-ships-silverwhisper__mv {
  background: url(../img/ships_silverwhisper/ships_silverwhisper_mv_sp.jpg) no-repeat center center/cover;
}
@media print, screen and (min-width: 768px) {
  .p-ships-silverwhisper__mv {
    background: url(../img/ships_silverwhisper/ships_silverwhisper_mv_pc.jpg) no-repeat center center/cover;
  }
}
@media print, screen and (min-width: 768px) {
  .p-ships-silverwhisper__mv__title {
    left: auto;
    right: 0;
  }
}

.p-ships-silverspirit__mv {
  background: url(../img/ships_silverspirit/ships_silverspirit_mv_sp.jpg) no-repeat center center/cover;
}
@media print, screen and (min-width: 768px) {
  .p-ships-silverspirit__mv {
    background: url(../img/ships_silverspirit/ships_silverspirit_mv_pc.jpg) no-repeat center center/cover;
  }
}
@media print, screen and (min-width: 768px) {
  .p-ships-silverspirit__mv__title {
    left: auto;
    right: 0;
  }
}

.p-ships-silvermuse__mv {
  background: url(../img/ships_silvermuse/ships_silvermuse_mv_sp.jpg) no-repeat center center/cover;
}
@media print, screen and (min-width: 768px) {
  .p-ships-silvermuse__mv {
    background: url(../img/ships_silvermuse/ships_silvermuse_mv_pc.jpg) no-repeat center center/cover;
  }
}

.p-ships-silvermoon__mv {
  background: url(../img/ships_silvermoon/ships_silvermoon_mv_sp.jpg) no-repeat center center/cover;
}
@media print, screen and (min-width: 768px) {
  .p-ships-silvermoon__mv {
    background: url(../img/ships_silvermoon/ships_silvermoon_mv_pc.jpg) no-repeat center center/cover;
  }
}
@media print, screen and (min-width: 768px) {
  .p-ships-silvermoon__mv__title {
    left: auto;
    right: 0;
  }
}

.p-ships-silverdawn__mv {
  background: url(../img/ships_silverdawn/ships_silverdawn_mv_sp.jpg) no-repeat center center/cover;
}
@media print, screen and (min-width: 768px) {
  .p-ships-silverdawn__mv {
    background: url(../img/ships_silverdawn/ships_silverdawn_mv_pc.jpg) no-repeat center center/cover;
  }
}
@media print, screen and (min-width: 768px) {
  .p-ships-silverdawn__mv__title {
    left: auto;
    right: 0;
  }
}

.p-ships-silverexplorer__mv {
  background: url(../img/ships_silverexplorer/ships_silverexplorer_mv_sp.jpg) no-repeat center center/cover;
}
@media print, screen and (min-width: 768px) {
  .p-ships-silverexplorer__mv {
    background: url(../img/ships_silverexplorer/ships_silverexplorer_mv_pc.jpg) no-repeat center center/cover;
  }
}
@media print, screen and (min-width: 768px) {
  .p-ships-silverexplorer__mv__title {
    left: auto;
    right: 0;
  }
}

.p-ships-silvercloudex__mv {
  background: url(../img/ships_silvercloudex/ships_silvercloudex_mv_sp.jpg) no-repeat center center/cover;
}
@media print, screen and (min-width: 768px) {
  .p-ships-silvercloudex__mv {
    background: url(../img/ships_silvercloudex/ships_silvercloudex_mv_pc.jpg) no-repeat center center/cover;
  }
}
@media print, screen and (min-width: 768px) {
  .p-ships-silvercloudex__mv__title {
    left: auto;
    right: 0;
  }
}

.p-ships-silverorigin__mv {
  background: url(../img/ships_silverorigin/ships_silverorigin_mv_sp.jpg) no-repeat center center/cover;
}
@media print, screen and (min-width: 768px) {
  .p-ships-silverorigin__mv {
    background: url(../img/ships_silverorigin/ships_silverorigin_mv_pc.jpg) no-repeat center center/cover;
  }
}
@media print, screen and (min-width: 768px) {
  .p-ships-silverorigin__mv__title {
    left: auto;
    right: 0;
  }
}

.p-ships-silvernova__mv {
  background: url(../img/ships_silvernova/ships_silvernova_mv_sp.jpg) no-repeat center center/cover;
}
@media print, screen and (min-width: 768px) {
  .p-ships-silvernova__mv {
    background: url(../img/ships_silvernova/ships_silvernova_mv_pc.jpg) no-repeat center center/cover;
  }
}
@media print, screen and (min-width: 768px) {
  .p-ships-silvernova__mv__title {
    left: auto;
    right: 0;
  }
}

.p-ships-silverendeavour__mv {
  background: url(../img/ships_silverendeavour/ships_silverendeavour_mv_sp.jpg) no-repeat center center/cover;
}
@media print, screen and (min-width: 768px) {
  .p-ships-silverendeavour__mv {
    background: url(../img/ships_silverendeavour/ships_silverendeavour_mv_pc.jpg) no-repeat center center/cover;
  }
}
@media print, screen and (min-width: 768px) {
  .p-ships-silverendeavour__mv__title {
    left: auto;
    right: 0;
  }
}

.p-ships-silverray__mv {
  background: url(../img/ships_silverray/ships_silverray_mv_sp.jpg) no-repeat center center/cover;
}
@media print, screen and (min-width: 768px) {
  .p-ships-silverray__mv {
    background: url(../img/ships_silverray/ships_silverray_mv_pc.jpg) no-repeat center center/cover;
  }
}
@media print, screen and (min-width: 768px) {
  .p-ships-silverray__mv__title {
    left: auto;
    right: 0;
  }
}

/*# sourceMappingURL=ships.css.map */
