@charset "UTF-8";
.p-info-home {
  position: relative;
  padding: 50px 0 75px;
}
@media print, screen and (min-width: 768px) {
  .p-info-home {
    padding: 75px 0 150px;
  }
}

.p-info {
  padding-bottom: 75px;
}
@media print, screen and (min-width: 768px) {
  .p-info {
    padding-bottom: 150px;
  }
}
.p-info__mv {
  background: #777;
  height: 125px;
  background: url(../img/info_mv_sp.jpg) no-repeat center center/cover;
}
@media print, screen and (min-width: 768px) {
  .p-info__mv {
    height: 185px;
    background: url(../img/info_mv_pc.jpg) no-repeat center center/cover;
  }
}
.p-info__mv .p-mv__inner {
  height: 125px;
}
@media print, screen and (min-width: 768px) {
  .p-info__mv .p-mv__inner {
    height: 185px;
  }
}
.p-info__mv .p-mv__title {
  font-size: 50px;
  font-size: 5rem;
}
@media print, screen and (min-width: 768px) {
  .p-info__mv .p-mv__title {
    font-size: 50px;
    font-size: 5rem;
    bottom: 60px;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-info__mv .p-mv__title {
    font-size: 60px;
    font-size: 6rem;
  }
}
@media print, screen and (min-width: 1140px) {
  .p-info__mv .p-mv__title {
    font-size: 80px;
    font-size: 8rem;
  }
}
.p-info__wrap {
  margin: 0 auto;
  max-width: 960px;
  padding-bottom: 45px;
}
.p-info__list {
  list-style: none;
}
.p-info__list li {
  padding: 2em 0;
  position: relative;
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .p-info__list li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    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-info__list li > div {
    width: 8em;
  }
}
.p-info__list li > div:nth-child(2) {
  margin-top: 0.5em;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .p-info__list li > div:nth-child(2) {
    margin-top: 0;
    -webkit-flex: 1;
    flex: 1;
  }
}
.p-info__list li > div:nth-child(2) a {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .p-info__list li > div:nth-child(2) a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-info__list li > div:nth-child(2) p {
  margin-top: 0.5em;
}
@media print, screen and (min-width: 768px) {
  .p-info__list li > div:nth-child(2) p {
    margin-top: 0;
  }
}
.p-info__list li:first-child {
  padding-top: 0;
}
.p-info__list li::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #eee;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-info__list-cat {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  padding: 0.15em 1em 0.3em;
  background: #ffba4d;
  color: #000 !important;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  border-radius: 2px;
  text-decoration: none;
  min-width: 80px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-info__list-cat {
    display: block;
    margin: 0;
    font-size: 10px;
    font-size: 1rem;
    width: 80px;
  }
}
.p-info__list-cat + .p-info__list-cat {
  margin-left: 2px;
}
@media print, screen and (min-width: 768px) {
  .p-info__list-cat + .p-info__list-cat {
    margin: 5px 0 0;
  }
}
.no-touchevents .p-info__list-cat {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.no-touchevents .p-info__list-cat:hover {
  background: #ff9d00;
}
.p-info__list time {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  font-style: normal;
}
@media print, screen and (min-width: 768px) {
  .p-info__list time {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-info__header {
  margin-bottom: 2.5em;
}
.p-info__entry-time {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  color: #666 !important;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  border-radius: 2px;
  text-decoration: none;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-info__entry-time {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-info__entry-cat {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  padding: 0.15em 1em 0.3em;
  background: #aaa;
  color: #fff !important;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  border-radius: 2px;
  text-decoration: none;
  width: 90px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-info__entry-cat {
    display: inline-block;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.p-info__title {
  margin-top: 0.5em;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .p-info__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-info__title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.p-info__body {
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .p-info__body {
    line-height: 3;
  }
}
.p-info__body p {
  margin-top: 0;
}
.p-info__body em,
.p-info__body strong {
  color: #0d6dca;
  font-weight: 700;
}
.p-info__body a em,
.p-info__body a strong {
  color: #ffba4d;
}
.p-info__body img {
  margin: 1em auto;
  display: block;
  max-width: 100%;
  height: auto;
}
.p-info__button {
  margin-top: 50px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-info__button {
    margin-top: 50px;
  }
}
.p-info__button a {
  margin: 0 auto;
}

.c-title02--category {
  margin-top: 3em !important;
}
.c-title02--category span:first-child {
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .c-title02--category span:first-child {
    font-size: 30px;
    font-size: 3rem;
  }
}
.c-title02--category + .p-info__list > div:first-child {
  margin-top: 2em;
  padding-top: 0;
}
.c-title02--category + .p-info__list > div:first-child::before {
  display: none;
}

.c-title02 + .p-info__list li:first-child {
  margin-top: 0;
  padding-top: 1em;
}

.c-title02 + .p-info__list li:first-child::before {
  display: none;
}

select.c-select {
  display: block;
  padding: 0 50px 0 20px;
  max-width: 100%;
  width: 100%;
  height: 40px;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #666 url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2026.026%2010.726%22%20style%3D%22enable-background%3Anew%200%200%2026.026%2010.726%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-width%3A2%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cpolyline%20class%3D%22st0%22%20points%3D%2223.354%2C1.607%2013.013%2C9.119%202.671%2C1.607%20%22%2F%3E%3C%2Fsvg%3E") no-repeat right 10px center/14px 10px;
  font-family: inherit;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 5px;
  position: relative;
  border: none;
}
@media print, screen and (min-width: 768px) {
  select.c-select {
    height: 50px;
  }
}
.pc select.c-select {
  font-size: 14px;
  font-size: 1.4rem;
}
select.c-select::-ms-expand {
  display: none;
}
select.c-select:not(:first-child) {
  margin-top: 1em;
}

select.c-select02 {
  display: block;
  padding: 0 30px 0 10px;
  max-width: 100%;
  width: 100%;
  height: 40px;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f2f2f2 url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2026.026%2010.726%22%20style%3D%22enable-background%3Anew%200%200%2026.026%2010.726%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%223.8%2C0.974%2013.013%2C9.751%2022.226%2C0.974%20%22%2F%3E%3C%2Fsvg%3E") no-repeat right 10px center/10px 8px;
  font-family: inherit;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 5px;
  position: relative;
  border: none;
}
@media print, screen and (min-width: 768px) {
  select.c-select02 {
    height: 50px;
    background: #f2f2f2 url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2026.026%2010.726%22%20style%3D%22enable-background%3Anew%200%200%2026.026%2010.726%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%223.8%2C0.974%2013.013%2C9.751%2022.226%2C0.974%20%22%2F%3E%3C%2Fsvg%3E") no-repeat right 10px center/14px 10px;
  }
}
.pc select.c-select02 {
  font-size: 14px;
  font-size: 1.4rem;
}
select.c-select02::-ms-expand {
  display: none;
}
select.c-select02:not(:first-child) {
  margin-top: 1em;
}

.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-home-course__block {
  margin: 0 auto;
  max-width: 980px;
}
@media print, screen and (min-width: 568px) {
  .p-home-course__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;
  }
}
.p-home-course__block > div {
  margin-top: 10px;
}
@media print, screen and (min-width: 568px) {
  .p-home-course__block > div {
    width: 32%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-home-course__block > div {
    width: 32%;
  }
}
.p-home-course__button-area {
  margin-top: 20px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-home-course__button-area {
    margin-top: 30px;
  }
}

.p-home {
  padding-top: 75px;
}
@media print, screen and (min-width: 768px) {
  .p-home {
    padding-top: 130px;
  }
}
.p-home-mv {
  position: relative;
  width: 100% !important;
  height: 375px;
  background: #000;
}
@media print, screen and (min-width: 768px) {
  .p-home-mv {
    height: 600px;
  }
}
@media print, screen and (min-width: 1140px) {
  .p-home-mv {
    height: 675px;
  }
}
.p-home-mv__slider {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.p-home-mv__slider.slick-initialized {
  -webkit-animation: slick 0.5s ease 0.2s;
  -moz-animation: slick 0.5s ease 0.2s;
  animation: slick 0.5s ease 0.2s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
.p-home-mv__slider.slick-initialized + .p-home-mv__overlay + .p-home-mv__inner {
  opacity: 1;
}
.p-home-mv__img01 {
  background: url(../img/home_mv_001_sp.jpg) no-repeat center center/cover;
}
@media print, screen and (min-width: 768px) {
  .p-home-mv__img01 {
    background: url(../img/home_mv_001_pc.jpg) no-repeat center center/cover;
  }
}
.p-home-mv__img02 {
  background: url(../img/home_mv_002_sp.jpg) no-repeat center center/cover;
}
@media print, screen and (min-width: 768px) {
  .p-home-mv__img02 {
    background: url(../img/home_mv_002_pc.jpg) no-repeat center center/cover;
  }
}
.p-home-mv__img03 {
  background: url(../img/home_mv_003_sp.jpg) no-repeat center center/cover;
}
@media print, screen and (min-width: 768px) {
  .p-home-mv__img03 {
    background: url(../img/home_mv_003_pc.jpg) no-repeat center center/cover;
  }
}
.p-home-mv__img04 {
  background: url(../img/home_mv_004_sp.jpg) no-repeat center center/cover;
}
@media print, screen and (min-width: 768px) {
  .p-home-mv__img04 {
    background: url(../img/home_mv_004_pc.jpg) no-repeat center center/cover;
  }
}
.p-home-mv__img05 {
  background: url(../img/home_mv_005_sp.jpg) no-repeat center center/cover;
}
@media print, screen and (min-width: 768px) {
  .p-home-mv__img05 {
    background: url(../img/home_mv_005_pc.jpg) no-repeat center center/cover;
  }
}
.p-home-mv .slick-list,
.p-home-mv .slick-track {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-home-mv .slick-slide {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.p-home-mv__inner {
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
  height: 375px;
  z-index: 99;
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  pointer-events: none;
}
@media print, screen and (min-width: 768px) {
  .p-home-mv__inner {
    height: 600px;
  }
}
@media print, screen and (min-width: 1140px) {
  .p-home-mv__inner {
    height: 675px;
  }
}
.p-home-mv__overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 98;
  pointer-events: none;
}
.p-home-mv__title {
  position: absolute;
  z-index: 2;
  left: 5%;
  bottom: 35px;
  font-feature-settings: 'palt';
  color: #fff;
  -moz-text-shadow: 0 0 10px rgba(0, 0, 0, 0.3), 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-text-shadow: 0 0 10px rgba(0, 0, 0, 0.3), 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 1px 3px rgba(0, 0, 0, 0.1);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3), 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 1px 3px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  -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) {
  .p-home-mv__title {
    bottom: 100px;
  }
}
.p-home-mv__title .c-item-en {
  display: block;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 100;
  letter-spacing: 0;
}
@media print, screen and (min-width: 768px) {
  .p-home-mv__title .c-item-en {
    font-size: 50px;
    font-size: 5rem;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media print, screen and (min-width: 1025px) {
  .p-home-mv__title .c-item-en {
    font-size: 60px;
    font-size: 6rem;
  }
}
@media print, screen and (min-width: 1140px) {
  .p-home-mv__title .c-item-en {
    font-size: 70px;
    font-size: 7rem;
  }
}
.p-home-mv__title .c-item-jp {
  margin-top: 1em;
  display: block;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
@media print, screen and (min-width: 768px) {
  .p-home-mv__title .c-item-jp {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-home-mv__title .c-item-jp {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1140px) {
  .p-home-mv__title .c-item-jp {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-home-scroll {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  z-index: 100;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
}
.p-home-scroll a {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  background: url(../img/ic_scroll.svg) no-repeat center center/contain;
  text-decoration: none !important;
}
@media print, screen and (min-width: 768px) {
  .p-home-scroll a {
    width: 60px;
    height: 60px;
  }
}
.p-home-scroll a {
  display: block;
  width: 40px;
  height: 40px;
}
.no-touchevents .p-home-scroll a {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.no-touchevents .p-home-scroll a:hover {
  opacity: 0.6;
}
@media print, screen and (min-width: 768px) {
  .p-home-scroll a {
    width: 60px;
    height: 60px;
  }
}

.p-home-info {
  padding: 45px 0;
}
@media print, screen and (min-width: 768px) {
  .p-home-info {
    margin: 0 auto;
    padding: 90px 0;
    max-width: 1120px;
  }
}
.p-home-info a {
  color: #000000;
  text-decoration: none;
}

@-webkit-keyframes slick {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes slick {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slick {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-home-course {
  padding-bottom: 90px;
}
@media print, screen and (min-width: 768px) {
  .p-home-course {
    padding-bottom: 135px;
  }
}
.p-home-course .c-title03 > span {
  white-space: nowrap;
}

.simple-search__btn-block.p-home-course__button-area.common {
  display: none !important;
}

/*
.p-home-ships{
	.p-ships-list{
		margin-top: 25px;
		@include mq(l){
			margin-top: 50px;
		}
	}
}
.p-home-destination{
	padding-top: 45px;
	padding-bottom: 45px;
	@include mq(l){
		padding-top: 90px;
		padding-bottom: 90px;
	}
}
.p-home-pamphlet{
	padding-top: 45px;
	padding-bottom: 45px;
	@include mq(l){
		padding-top: 90px;
		padding-bottom: 90px;
	}
	&__button-area{
		text-align: center;
		padding: 40px 0;
		a{
			margin: 0 auto;
			max-width: 240px;
		}
	}
	.c-title03 > span{
		white-space: nowrap;
	}
	.c-grid02{
		margin-top: 0;
	}
}
*/
.c-inner01-wrap-dark .c-title01 {
  padding-top: 0;
}

.c-grid01 {
  margin-top: 0;
}

.c-grid01 .c-grid01__box {
  background: #fff;
}

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