.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: 320px;
  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: 900px;
	height: auto;
	box-sizing: border-box;
	margin: auto;
	margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .p-ps-content__box {
    padding: 20px;
    margin-bottom: 20px;
  }
}

.p-pagetitle1__hd--ps {
  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: 550px;
  max-width: 550px;
  max-height: 76px;
  width: 100%;
  height: 100%;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .p-pagetitle1__hd--ps {
    background-size: 100%;
  }
}

header.p-pagetitle1 {
    padding-top: 0;
    padding-bottom: 0;
}
@media screen and (max-width: 1200px) {
  header.p-pagetitle1 {
    padding: 0 20px;
  }
}


/* バナーリンク */
.p-ps-link__item {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-ps-link__item {
    margin-top: 30px;
  }
}
.p-img-link__item {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.p-img-link__item a {
    display: block;
    position: relative;
}
.p-img-link__item a img,
.p-img-link__item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s ease 0s;
}
.p-img-link__item a:hover img {
    transform: scale(1.1);
}
.p-img-link__item-arrow {
  display: inline grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: auto;
  align-items: center;
  color: #666666;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 10px;
  right: calc(1* var(--base-unit));
} 

.p-img-link__item-arrow::before,
.p-img-link__item-arrow::after {
  content: "";
  grid-area: 1/1/2/2;
}

@media screen and (max-width: 767px) {
  .p-img-link__item-arrow {
      display: none;
  }
}

@media screen and (min-width: 768px) {

  .p-img-link__item-arrow::before,
  .p-img-link__item-arrow::after {
    width: 32px;
    height: 32px;
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
  }
}

@media screen and (min-width: 768px) {
  .p-img-link__item-arrow::before {
  background-color: #666666;
  mask: url("/assets_r24/images/cmn-mark_arrow_4.svg") no-repeat center center/contain;
    transition-property: background-color;
  }
}

@media screen and (min-width: 768px) {
  .p-img-link__item-arrow::after {
  box-sizing: border-box;
  border-radius: 100vw;
  border: solid 2px #D5D5D5;
  background-color: #fff; 
    transition-property: background-color, border-color;
  }
}

@media screen and (min-width: 768px) {
  a:hover .p-img-link__item-arrow::before,
  a:hover .p-img-link__item-arrow::after {
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
}
@media screen and (min-width: 768px) {
  a:hover .p-img-link__item-arrow::after {
    border-color: #ffffff;
    background-color: #a22041;
  }
}
@media screen and (min-width: 768px) {
  a:hover .p-img-link__item-arrow::before {
    background-color: #FFF;
  }
}



/* 共通仕様を上書き */
.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: -240px;
  }
}
.c-categorymap1 {
  background-color: #fff;
}