<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.pirates-in-hawaii{
  position: relative;
  line-height: 2;
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
}
.pirates-in-hawaii::before{
  content: "";
  width: 100%;
  height: 100dvh;
  display: block;
  background: url(../img/pirate/bg.webp) no-repeat center/cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.pirates-in-hawaii h1,.pirates-in-hawaii h2,.pirates-in-hawaii h3,.pirates-in-hawaii h4,.pirates-in-hawaii h5{
  line-height: 1.25;
}
.pirates-in-hawaii img{
  max-width: 100%;
}
.pirates-in-hawaii section{
  padding: 6.5rem 0;
}
.pirates-in-hawaii section.kv{
  padding: 0;
}
.pirates-in-hawaii section section{
  padding: 0;
}
.pirates-in-hawaii section section+section{
  margin-top: 6.5rem;
}
.pirates-in-hawaii a:hover{
  filter: brightness(0.5);
  transition: all 0.3s ease;
}
.pirates-in-hawaii .noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.pirates-in-hawaii .text-center{
  text-align: center;
}
.pirates-in-hawaii .kv img{
  width: 100%;
}
.pirates-in-hawaii .intro{
  background: url(../img/pirate/section-border.webp) no-repeat center top/contain;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.pirates-in-hawaii section.lineup{
  margin-top: 15vw;
  padding-top: 0;
  position: relative;
  background: #130021 url(../img/pirate/section-border.webp) no-repeat center bottom;
}
.pirates-in-hawaii .lineup h2{
  font-size: 6rem;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
.pirates-in-hawaii .lineup::before{
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920 / 1080;
  position: absolute;
  top: -25vw;
  left: 0;
  z-index: -1;
  background: url(../img/pirate/paint-layer-upper.webp) no-repeat top center / 100%;
}
.pirates-in-hawaii .lineup__list-item{
  border-width: 18px;
  border-image-source: url(../img/pirate/lineup-list-bg.webp);
  border-image-slice: 18 fill;
  border-image-repeat: stretch;
  display: grid;
  grid-template-rows: 1fr auto;
  padding: 18px;
}
.pirates-in-hawaii .lineup__list-item h3{
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
}
.pirates-in-hawaii .lineup__list-item dl{
  display: flex;
  gap: 1rem;
}
.pirates-in-hawaii .lineup__list-item dl:last-of-type{
  margin-bottom: 1rem;
}
.pirates-in-hawaii .lineup__list-item dl dt{
  width: 6em;
  font-weight: 400;
}
.pirates-in-hawaii .lineup__list-item dl dd{
  flex: 1;
  font-weight: 700;
}
.pirates-in-hawaii .lineup__list-item-price{
  font-size: 1.5rem;
}
.pirates-in-hawaii .lineup__list-item-price small{
  font-size: 0.75rem;
}
.pirates-in-hawaii .lineup__list-item-button{
  border-width: 17px;
  border-image-source: url(../img/pirate/lineup-list-button-bg.webp);
  border-image-slice: 17 fill;
  border-image-repeat: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  line-height: 1;
  padding: calc((60px - 1em - 34px) / 2);
}
.pirates-in-hawaii .lineup__list-item-button::before{
  content: "";
  height: 1rem;
  display: block;
  aspect-ratio: 12/23;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/pirate/lineup-list-button-arrow.webp) no-repeat center/cover;
}
.pirates-in-hawaii .others{
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
}
.pirates-in-hawaii .others h3{
  margin-bottom: 1.75rem;
  font-size: 5rem;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
.pirates-in-hawaii .story-bg{
  margin: -6.5rem 0 6.5rem 0;
  padding: 6.5rem 0 0 0;
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  position: relative;
}
.pirates-in-hawaii .story-bg::before{
  content: "";
  width: 100%;
  height: 100dvh;
  display: block;
  background: url(../img/pirate/story-bg.webp) no-repeat center/cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.pirates-in-hawaii .story-bg::after{
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/1080;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: url(../img/pirate/paint-layer-bottom.webp) no-repeat top center / cover;
}
.pirates-in-hawaii .logo{
  text-align: center;
}
.pirates-in-hawaii .story__text{
  position: relative;
}
.pirates-in-hawaii .story__slider{
  position: relative;
}
.pirates-in-hawaii .story__slider .swiper li{
  border-width: 20px;
  border-image-source: url(../img/pirate/story-slide-bg.webp);
  border-image-slice: 20 fill;
  border-image-repeat: stretch;
}
.pirates-in-hawaii .story__slider .swiper li img{
  width: 100%;
}
.pirates-in-hawaii .movie__list-item{
  border-width: 23px;
  border-image-source: url(../img/pirate/movie-bg.webp);
  border-image-slice: 23 fill;
  border-image-repeat: stretch;
}
.pirates-in-hawaii .movie__list-item iframe{
  width: 100%;
  aspect-ratio: 16/9;
}
.pirates-in-hawaii .external-link a{
  display: block;
  border-width: 18px;
  border-image-source: url(../img/pirate/external-link-bg.webp);
  border-image-slice: 18 fill;
  border-image-repeat: stretch;
  text-align: center;
}
.pirates-in-hawaii .copyright{
  text-align: center;
}
@media screen and (max-width:767px){
  .pirates-in-hawaii{
    font-size: 3.47vw;
  }
  .pirates-in-hawaii section{
    padding: 16vw 0;
  }
  .pirates-in-hawaii section section+section{
    margin-top: 16vw;
  }
  .pirates-in-hawaii .u-pc-width{
    width: 90vw;
    margin: 0 auto;
  }
  .pirates-in-hawaii::before{
    background: url(../img/pirate/bg.webp) no-repeat 85%/cover;
  }
  .pirates-in-hawaii .intro{
    background: url(../img/pirate/section-border-sp.webp) no-repeat center top/contain;
    font-size: 3.47vw;
  }
  .pirates-in-hawaii .lineup{
    background: url(../img/pirate/section-border-sp.webp) no-repeat center bottom/contain;
  }
  .pirates-in-hawaii .lineup h2{
    font-size: 16.27vw;
  }
  .pirates-in-hawaii .lineup__list-item{
    border-width: 15px;
    border-image-source: url(../img/pirate/lineup-list-bg-sp.webp);
    border-image-slice: 30 fill;
    padding: 15px;
  }
  .pirates-in-hawaii .lineup__list-item h3{
    font-size: 5.33vw;
    text-align: center;
  }
  .pirates-in-hawaii .lineup__list-item-price{
    font-size: 5.87vw;
  }
  .pirates-in-hawaii .others{
    font-size: 3.47vw;
  }
  .pirates-in-hawaii .others h3{
    font-size: 10.67vw;
  }
  .pirates-in-hawaii .story-bg{
    margin: -16vw 0 16vw 0;
    padding:16vw 0 0 0;
  }
  .pirates-in-hawaii .story-bg::after{
    bottom: 30vw;
  }
  .pirates-in-hawaii .story__slider .swiper li{
    border-width: 12px;
    border-image-source: url(../img/pirate/story-slide-bg.webp);
    border-image-slice: 24 fill;
    border-image-repeat: stretch;
  }
  .pirates-in-hawaii .movie__list-item{
    border-width: 12px;
    border-image-source: url(../img/pirate/movie-bg.webp);
    border-image-slice: 24 fill;
    border-image-repeat: stretch;
  }
}</pre></body></html>