.inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.wrapper {
  overflow: hidden;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding-top: 0;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.imgalpha {
  transition: opacity 0.6s;
}

.imgalpha:hover {
  opacity: 0.6 !important;
  cursor: pointer;
}

.mv {
  margin-top: -30px;
  position: relative;
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .mv {
    margin-top: 0vw;
    margin-bottom: 12vw;
  }
}
.mv .inner {
  position: relative;
  max-width: 1171px;
}
.mv .mv_ttl {
  position: relative;
  z-index: 99;
  position: absolute;
  top: 100px;
  left: -50px;
}
@media screen and (max-width: 768px) {
  .mv .mv_ttl {
    width: 69.6vw;
    left: 4vw;
    top: 72vw;
  }
}
.mv .mv_reservationBtn {
  font-size: 28px;
  color: #0063b9;
  font-weight: 500;
  width: 795px;
  height: 120px;
  border: 3px solid #0063b9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 120px;
  font-weight: 600;
  margin: 80px auto 0;
  z-index: 99;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv .mv_reservationBtn {
    width: 89.0666666667vw;
    border: 2px solid #0063b9;
    height: 16.1333333333vw;
    margin: 8vw auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mv .mv_reservationBtn img {
    vertical-align: baseline;
    width: 44.4vw;
  }
}
.mv .mv_img {
  width: 1171px;
  margin: 0 auto;
  z-index: 50;
  position: relative;
}
@media screen and (max-width: 1171px) {
  .mv .mv_img {
    width: 100%;
  }
  .mv .mv_img svg {
    width: 100%;
  }
}
.mv .mv_imgBg {
  min-width: 1800px;
  width: 110%;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .mv .mv_imgBg {
    min-width: 100%;
    top: 54%;
  }
  .mv .mv_imgBg svg {
    width: 100%;
  }
}

.reason .reason_ttl {
  display: table;
  margin: 0 auto 130px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .reason .reason_ttl {
    width: 100%;
    margin: 0 auto 5.3333333333vw;
  }
}
.reason .reason_ttl .reason_ttlbg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .reason .reason_boxImg {
    width: 70.5333333333vw;
  }
}
.reason .reason_boxImg img {
  width: 100%;
}
.reason .inner {
  display: flex;
}
.reason .reason_box {
  display: flex;
}
@media screen and (max-width: 768px) {
  .reason .reason_inner {
    width: 29.2vw;
  }
}
.reason .reason_boxTtl {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .reason .reason_boxTtl {
    width: 100%;
    margin-bottom: 0;
  }
}
.reason .reason_boxTtlNum {
  position: absolute;
  top: -140px;
  right: 0;
  transform: translate(25%, 0%);
}
@media screen and (max-width: 768px) {
  .reason .reason_boxTtlNum {
    display: none;
  }
}
.reason .reason_boxObject {
  position: absolute;
  right: -200px;
  bottom: 80px;
}
@media screen and (max-width: 768px) {
  .reason .reason_boxObject {
    display: none;
  }
}

.reason01 {
  position: relative;
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .reason01 {
    margin-bottom: 40vw;
  }
}
.reason01 .reason_boxImg {
  margin-right: 70px;
  border-radius: 0 100px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .reason01 .reason_boxImg {
    margin-right: 0;
    margin-top: 12vw;
    border-radius: 0 13.3333333333vw 0 0;
  }
  .reason01 .reason_boxImg img {
    width: 100%;
  }
}
.reason01 .reason_boxImg img {
  height: 740px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .reason01 .reason_boxImg img {
    height: 61.3333333333vw;
  }
}
.reason01 .reason_boxTxt {
  margin-left: -274px;
}
@media screen and (max-width: 768px) {
  .reason01 .reason_boxTxt {
    margin-left: 0;
    position: absolute;
    right: 0;
    bottom: -25.3333333333vw;
  }
}
.reason01 .reason_boxBg {
  max-width: 1385px;
  width: 100%;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-40%, -60%);
  z-index: -1;
}
.reason01 .reason_boxBg img {
  width: 100%;
}
.reason01 .reason_inner {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .reason01 .reason_inner {
    margin-top: 0;
  }
}

.reason02 {
  position: relative;
  justify-content: end;
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .reason02 {
    margin-bottom: 73.3333333333vw;
  }
}
.reason02 .reason_boxImg {
  margin-left: 70px;
  border-radius: 100px 0 0 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .reason02 .reason_boxImg {
    margin-bottom: 0vw;
    margin-left: 0;
    margin-top: 10.6666666667vw;
    border-radius: 13.3333333333vw 0 0 0;
  }
}
.reason02 .reason_boxImg img {
  height: 740px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .reason02 .reason_boxImg img {
    height: 61.3333333333vw;
  }
}
.reason02 .reason_boxTxt {
  margin-right: -404px;
  z-index: 99;
  position: relative;
}
@media screen and (max-width: 768px) {
  .reason02 .reason_boxTxt {
    margin-right: 0;
    position: absolute;
    right: 0;
    bottom: -52vw;
  }
}
.reason02 .reason_boxBg {
  max-width: 1385px;
  width: 100%;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-70%, -50%);
  z-index: -1;
}
.reason02 .reason_boxBg img {
  width: 100%;
}
.reason02 .reason_boxTtl {
  margin-bottom: 230px;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .reason02 .reason_boxTtl {
    margin-bottom: 0;
  }
}
.reason02 .reason_boxObject {
  position: absolute;
  right: 210px;
  bottom: -10px;
}

.reason03 {
  position: relative;
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .reason03 {
    margin-bottom: 40vw;
  }
}
.reason03 .reason_boxImg {
  margin-right: 70px;
  border-radius: 0 100px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .reason03 .reason_boxImg {
    margin-right: 0;
    margin-top: 12vw;
    border-radius: 0 13.3333333333vw 0 0;
  }
  .reason03 .reason_boxImg img {
    width: 100%;
  }
}
.reason03 .reason_boxImg img {
  height: 740px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .reason03 .reason_boxImg img {
    height: 61.3333333333vw;
  }
}
.reason03 .reason_boxTxt {
  margin-left: -274px;
}
@media screen and (max-width: 768px) {
  .reason03 .reason_boxTxt {
    margin-left: 0;
    position: absolute;
    right: 0;
    bottom: 0vw;
  }
}
.reason03 .reason_boxBg {
  max-width: 1385px;
  width: 100%;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-30%, -77%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .reason03 .reason_boxBg {
    transform: translate(-50%, -50%);
  }
}
.reason03 .reason_boxBg img {
  width: 100%;
}
.reason03 .reason_boxTtl {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .reason03 .reason_boxTtl {
    margin-bottom: 0;
  }
}

.specialMovie {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 215px;
  background-image: url(/navi/setouchi-palette/assets/img/cruise/seaspica_lp/specialMovie_img01_pc.png);
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .specialMovie {
    padding-bottom: 21.3333333333vw;
    background-image: url(/navi/setouchi-palette/assets/img/cruise/seaspica_lp/specialMovie_img01_sp.png);
  }
}
.specialMovie .specialMovie_ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .specialMovie .specialMovie_ttl {
    width: 90.1333333333vw;
    margin: 0 auto;
    margin-bottom: 6.6666666667vw;
  }
}
.specialMovie .specialMovie_video {
  margin: 0 auto;
  max-width: 870px;
  position: relative;
  width: 100%;
}
.specialMovie .specialMovie_video iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.about {
  background-color: #004683;
}
.about .inner {
  display: flex;
  align-items: center;
  gap: 40px;
  background-position: 95% 70%;
}
@media screen and (max-width: 768px) {
  .about .inner {
    display: block;
    padding-bottom: 12vw;
    background-image: url(/navi/setouchi-palette/assets/img/cruise/seaspica_lp/about_bg01_sp.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
.about .about_img {
  position: relative;
  top: -40px;
}
@media screen and (max-width: 768px) {
  .about .about_img {
    width: 65.3333333333vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .about .about_cont {
    width: 65.3333333333vw;
    margin: 0 auto;
  }
}
.about .about_ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .about .about_ttl {
    width: 65.3333333333vw;
    margin: 0 auto 5.3333333333vw;
  }
}
.about .about_btn {
  width: 381px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
  background-color: #fff;
  border-radius: 65px;
}
@media screen and (max-width: 768px) {
  .about .about_btn {
    width: 65.3333333333vw;
    height: 10vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .about .about_btn img {
    width: 44.2666666667vw;
  }
}

.bottomCv {
  padding: 150px 0 0;
}
@media screen and (max-width: 768px) {
  .bottomCv {
    padding: 9.3333333333vw 0 0;
  }
}
.bottomCv .bottomCv_reservationBtn {
  font-size: 28px;
  color: #0063b9;
  font-weight: 500;
  width: 795px;
  height: 120px;
  border: 3px solid #0063b9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 120px;
  font-weight: 600;
  margin: 0 auto;
  z-index: 99;
  position: relative;
}
@media screen and (max-width: 768px) {
  .bottomCv .bottomCv_reservationBtn {
    width: 88.5333333333vw;
    height: 15.6vw;
    margin: 0 auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #0063b9;
  }
  .bottomCv .bottomCv_reservationBtn img {
    vertical-align: baseline;
    width: 44.4vw;
  }
}

.sns-share .sns-share_list {
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .sns-share .sns-share_list {
    gap: 4vw;
  }
}
.sns-share .sns-share_item--instagram,
.sns-share .sns-share_item--twitter,
.sns-share .sns-share_item,
.sns-share .sns-share_item--fb,
.sns-share .sns-share_item--tw {
  width: 60px;
}
@media screen and (max-width: 768px) {
  .sns-share .sns-share_item--instagram,
  .sns-share .sns-share_item--twitter,
  .sns-share .sns-share_item,
  .sns-share .sns-share_item--fb,
  .sns-share .sns-share_item--tw {
    width: 9.3333333333vw;
  }
}
.sns-share .sns-share_item--instagram img,
.sns-share .sns-share_item--twitter img,
.sns-share .sns-share_item img,
.sns-share .sns-share_item--fb img,
.sns-share .sns-share_item--tw img {
  width: 100%;
}

.mv_ttl {
  opacity: 0;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
