.p-ps-content {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  font-size: 500%;
}

.p-ps-content__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 120px;
  margin-bottom: 1176px;
  height: 100%;
  opacity: 0.8;
  background-image: radial-gradient(at 50% 40%, #fff, transparent 80%), radial-gradient(at 0 0, #b7f6ff, transparent 40%), radial-gradient(at 50% 0, #E7F6FB, transparent 80%), radial-gradient(at 100% 0%, #D7DBF8, transparent 60%), radial-gradient(at 0 100%, #FBF9F1, transparent 80%), radial-gradient(at 30% 100%, #fbaea8, transparent 80%), radial-gradient(at 100% 80%, #EFE5F8, transparent 70%);
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .p-ps-content__bg {
    margin-top: 0;
    padding-bottom: 0;
  }
}

.p-ps-section {
  position: relative;
  z-index: -2;
  background-color: #52e2ff40;
}
@media screen and (max-width: 1200px) {
  .p-ps-section {
    padding: 10px;
  }
}

.p-ps-content__scroll {
  position: relative;
  z-index: 1;
  padding: 60px 0;
}
@media screen and (max-width: 1200px) {
  .p-ps-content__scroll {
    padding: 2em 0;
  }
}

.p-ps-content__box {
  max-width: 1200px;
  height: auto;
  box-sizing: border-box;
  margin: auto;
  margin-bottom: 60px;
  background: white;
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  padding: 60px 100px;
  border: solid 5px #0F2350;
}
@media screen and (max-width: 1200px) {
  .p-ps-content__box {
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 30px;
  }
}
.p-ps-head {
  max-width: 1200px;
  margin: auto;
}
.p-ps-head__logo {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  display: block;
  width: 100%;
  height: 41px;
  margin-bottom: 30px;
  background: url(/jp/en/explore/project-stories/lng-canada/assets_r24/images/logo_ps.svg) no-repeat right / 300px 41px;
}
@media screen and (max-width: 1200px) {
  .p-ps-head__logo {
    height: 20px;
    margin-bottom: 10px;
    background-size: 150px 20px;
  }
}
.p-ps-release-date {
  color: #333333;
  font-size: 1rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .p-ps-release-date {
    font-size: calc(13 * var(--mc--quantity--of-design--horizontal));
  }
}
.p-ps-content__ttl {
  font-size: 2.625rem;
  margin-bottom: 40px;
  color: #333333;
}
@media screen and (max-width: 1200px) {
  .p-ps-content__ttl {
    font-size: 1.75rem;
    line-height: calc(38 / 28);
    margin-bottom: 20px;
  }
}
.p-ps-content__logo {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  display: block;
  aspect-ratio: 550/76;
  background: url(/jp/en/explore/project-stories/lng-canada/assets_r24/images/logo_ps.svg) no-repeat center / contain;
  background-size: 600px;
}
@media screen and (max-width: 1200px) {
  .p-ps-content__logo {
    background-size: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .p-ps-content__movie {
    margin-top: 20px;
  }
}
.p-ps-content__movie .p-movie01__modal-grid-video-wrapper {
  z-index: unset;
}


.p-ps-content__box .p-btn03.p-btn03--col3 .p-btn03__list {
  grid-template-columns: 1fr;
}

.p-ps-content__box>.p-img01>.p-img01__item {
  margin: 0;
  width: 100%;
}

.p-ps-content__link {
  margin-top: 80px;
  display: flex;
  column-gap: 36px;
  color: #333333;
}
@media screen and (max-width: 1200px) {
  .p-ps-content__link {
    margin-top: 40px;
    display: block;
  }
}
.p-ps-content__link-ttl,
.p-ps-content__point-num {
  font-size: 2rem;
  position: relative;
  z-index: 1;
  padding-top: 6px;
}
@media screen and (max-width: 1200px) {
  .p-ps-content__link-ttl,
  .p-ps-content__point-num {
    font-size: 1.75rem;
  }
}
.p-ps-content__link-ttl--rl {
  margin-top: 20px;
  writing-mode: vertical-rl;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .p-ps-content__link-ttl--rl {
    writing-mode: unset;
    margin-left: 20px;
  }
}
.p-ps-content__link-text {
    position: relative;
}
.p-ps-content__link-ttl::before,
.p-ps-content__point-num::before {
  content: "";
  position: absolute;
  top: -25px;
  left: -25px;
  width: 58px;
  height: 58px;
  background-color: #FFFF4D;
  border-radius: 50%;
  z-index: -1;
}
.p-ps-content__link .p-btn03 a {
  font-size: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .p-ps-content__link .p-btn03 a {
    font-size: 1.0625rem;
  }
}
.p-ps-content__point-num::before {
  top: -30px;
  left: -30px;
}
.p-ps-content__point-num::after {
  content: "ポイント";
  position: absolute;
  top: -6px;
  left: -20px;
  font-size: 0.75rem;
}
.p-ps-content__box .p-btn03 {
  margin-top: 0;
}
.p-ps-content__box .p-imgset01 {
  grid-template-columns: 63% 36%;
}
@media screen and (max-width: 1200px) {
  .p-ps-content__box .p-imgset01 {
    grid-template-columns: 100%;
  }
}

.p-ps-content__point {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .p-ps-content__point {
    margin-left: 20px;
    margin-top: 20px;
  }
}
.p-ps-content__point-num,
.p-ps-content__point-text {
  display: block;
}
.p-ps-content__point-text {
  font-size: 1.75rem;
  line-height: 1.5;
  text-decoration: underline;
  margin-left: 20px;
  text-underline-offset: 5px;
}
@media screen and (max-width: 1200px) {
  .p-ps-content__point-text {
    font-size: 1.375rem;
  }
}
.p-ps-content_image-hd {
  font-size: 1.1875rem;
  width: var(--width-contents);
  display: flex;
  align-items: center;
  column-gap: calc(0.6 * var(--base-unit));
}
@media screen and (max-width: 1200px) {
  .p-ps-content_image-hd {
    font-size: 0.625rem;
    column-gap: calc(0.2 * var(--base-unit));
  }
}
.p-ps-content_image-hd::before {
  content: '';
  display: block;
  width: calc(1 * var(--base-unit));
  height: calc(1 * var(--base-unit));
  background-color: #ab1442;
}
@media screen and (max-width: 1200px) {
  .p-ps-content_image-hd::before {
    width: calc(0.8 * var(--base-unit));
    height: calc(0.8 * var(--base-unit));
  }
}



/* 共通仕様を上書き */
.l-breadcrumb {
  background-color: #fff;
}
.l-footer__link {
  z-index: 10;
}
.l-footer__terminal.js-gotop.is-active {
  z-index: 100;
}
.p-location1 {
  z-index: 10;
}
.l-footer__copyright {
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .p-ps-content__bg.is-hide {
    top: -40px;
  }
}

.p-ps-content__movie .p-movie01>.p-movie01__item {
  width: 100%;
}
.p-ps-content__movie .p-movie01__modal-grid>a {
  z-index: 1;
}
.p-ps-content__movie .p-movie01 {
  margin-top: 0;
}

.c-categorymap1 {
  background-color: #fff;
}