@charset "UTF-8";

:root {
  --lp-color-primary: #0082d5;
  --lp-color-primary-pale: #e5f5fb;
  --lp-color-bg-blue: #d9f0fa;
  --lp-color-bg-blue-light: #ebf5fc;
  --lp-color-white: #ffffff;
  --lp-color-text: #222222;
  --lp-color-text-muted: #666666;

  --lp-font-base: "M PLUS 1p", "Hiragino Sans", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic",
    "メイリオ", sans-serif;
  --lp-font-accent: "Outfit", "M PLUS 1p", sans-serif;
}
body {
  font-family: var(--lp-font-base);
  color: var(--lp-color-text);
  overflow-x: hidden;
  background-color: var(--lp-color-bg-blue);
  background-image: url("/camp/passcase/assets/images/bg-dot.png");
  background-attachment: fixed;
}
.lp {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    z-index: 1;
    background-color: var(--lp-color-white);
    box-shadow: 0px 0px 50px 10px #0082D54D;
    overflow: hidden;
}

/* --- スクロールアニメーション --- */
.js-scrollAnimation {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.js-scrollAnimation.-show {
  opacity: 1;
  transform: translateY(0);
}
/* --- ボタン --- */
.lp-about__dlBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 14px 16px 16px;
  background-color: var(--lp-color-primary);
  border-radius: 999px;
  box-shadow: 5px 5px 0 rgba(0, 130, 213, 0.1);
}
.lp-about__dlBtn:hover,
.button-hover:hover {
    opacity: 0.6 !important;
    transition: .3s;
    transform: translateY(-2px);
}
.lp-hover {
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .lp-hover:hover {
    opacity: 0.8;
  }
}
.mt-10 {
    margin-top: 10px;
}
.mt-16 {
    margin-top: 16px;
}
.fw-700 {
    font-weight: 700;
}

/* 注記（※） */
.lp-note {
  position: relative;
  display: flex;
  gap: 4px;
  margin: 0;
  color: var(--lp-color-text-muted);
  font-size: 12px;
  line-height: 1.5;
  padding-left: 16px;
  margin-top: 10px;
}
.lp-note::before,
.lp-about__notes li::before,
.lp-footer__notes li::before {
  position: absolute;
  content: "※";
  left: 0;
}
#flow .lp-note {
    margin-top: 0;
}

.lp-about__notes {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: var(--lp-color-text-muted);
}
.lp-about__notes li {
  position: relative;
  padding-left: 16px;
  font-size: 12px;
  line-height: 1.5;
}
 
/* title */
 h2 {
    padding-bottom: 24px;
 }
 .sectionTitle {
   font-size: 32px;
   line-height: 1.3;
   font-weight: 800;
   color: var(--lp-color-primary);
   text-align: center;
   transform: rotate(0.05deg);
   letter-spacing: 1.6px;   
 }
 .sectionTitle span,
 .gnav-list li a span {
   position: relative;
   display: inline-block;
 }
 .sectionTitle span::after,
 .lp-about h2 span::after {
   content: "";
   display: block;
   width: 16px;
   height: 16px;
   background-image: url("/camp/passcase/assets/images/title-decor.svg");
   background-repeat: no-repeat;
   position: absolute;
   right: -16px;
   top: -8px;
   opacity: 1;
   transform: translate(-4px, 4px) scale(0.8);
   transition: opacity 0.3s ease, transform 0.3s ease;
   transition-delay: 0.5s;
 }
 .lp-about__title {
   display: flex;
   align-items: flex-end;
   justify-content: center;
   gap: 4px;
   padding: 0 16px;
 }
 .lp-about__titleImg {
   width: 230px;
 }
 .lp-about__titleSuffix {
   position: relative;
   padding-bottom: 4px;
   color: var(--lp-color-primary);
   font-weight: 800;
   font-size: 24px;
   line-height: 1.5;
   white-space: nowrap;
 }
  @keyframes fvBgIn {
    from {
        opacity:0;
        transform:scale(1.025);
    } to {
        opacity:1;
        transform:scale(1);
    }
  }
  @keyframes fvFadeUp {
    from {
        opacity:0;
        transform:translateY(16px);
    } to {
        opacity:1;
        transform:translateY(0);
    }
  }
  @keyframes fvPopIn {
    from {
        opacity:0;
        transform:scale(0.88);
    } to {
        opacity:1;
        transform:scale(1);
    }
  }
  @keyframes fvTicketFlip {
    from {
        opacity:0;
        transform:rotateX(65deg) translateY(16px);
    } to {
        opacity:1;
        transform:rotateX(0) translateY(0);
    }
  }
  @keyframes fvDrawStroke {
    to {
        stroke-dashoffset:0;
    }
  }
  @keyframes fvHandEnter {
    from {
        opacity:0;
        transform:translate(80px,100px);
    } to {
        opacity:1;
        transform:translate(0,0);
    }
  }
  @keyframes entryBtnPress {
    0%,20% {
        transform:translateY(0);
    } 55% {
        transform:translateY(4px);
    } 100% {
        transform:translateY(0);
    }
  }
  @keyframes busLoop {
    from {
        translate:-50px 0;
    } to {
        translate:500px 0;
    }
  }
  @keyframes trainLoop {
    from {
        translate:-260px 0;
    } to {
        translate:290px 0;
    }
  }
  @keyframes ferryLoop {
    from {
        translate:-476px 0;
    } to {
        translate:74px  0;
    }
  }
  @keyframes busBounce {
    0%,100% {
        transform:translateY(0);
    } 50% {
        transform:translateY(-1px);
    }
  }
  @keyframes ferryWave {
    0%,100% {
        transform:translateY(0);
    } 50% {
        transform:translateY(-5px);
    }
  }
  @keyframes vehicleFadeIn {
    from {
        opacity:0;
    } to {
        opacity:1;
    }
  }
#mv {
    animation: fvBgIn 0.85s ease-out both;
}
#ticket-pass-img {
    opacity:0;
    animation: fvFadeUp 0.7s ease-out 0.4s both;
}
#ticket-cards {
    perspective: 350px;
}
#ticket-card-1, #ticket-card-2, #ticket-card-3 {
    transform-origin: top center;
}
#ticket-card-1 {
    opacity:0;
    animation: fvTicketFlip 0.6s cubic-bezier(0.22,1,0.36,1) 0.6s  both;
}
#ticket-card-2 {
    opacity:0;
    animation: fvTicketFlip 0.6s cubic-bezier(0.22,1,0.36,1) 0.76s both;
}
#ticket-card-3 {
    opacity:0;
    animation: fvTicketFlip 0.6s cubic-bezier(0.22,1,0.36,1) 0.92s both;
}
#parent-copy {
    opacity:0;
    animation: fvFadeUp 0.55s ease-out 1.3s both;
}
#parent-service {
    opacity:0;
    animation: fvPopIn  0.6s cubic-bezier(0.34,1.56,0.64,1) 1.3s both;
}
.mv-person1,
.mv-person2,
.mv-person3 {
    opacity:0;
    animation: fvFadeUp 0.6s ease-out 1.3s both;
}
#ticket-preview {
	position:relative;
}
#ticket-preview + div {
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	position:relative;
}
.header-logo {
    background: var(--lp-color-white);
    padding:12.8px 16px 12px;
}
.header-logo div {
    height:20px;
    position:relative;
}
.header-logo div img {
    position:absolute;
}
.mv-title-ticket {
    position:absolute;
    display:flex;
    flex-direction:column;
    gap:24px;
    align-items:center;
    left:calc(50% - 0.5px);
    top:24px;
    transform:translateX(-50%);
}
.ticket-copy {
    width:216px;
}
.ticket-service-layout {
	height:75px;
	width:215px;
}
.ticket-service-layout div {
	inset:0;
	overflow:hidden;
	pointer-events:none;
}
.ticket-frame {
    height:560px;
    overflow:clip;
    background-image:url("/camp/passcase/assets/images/bg-dot.png");
}
.ticket-pass-img {
    position:absolute;
    top:200px;
    left: 46%;
    width:335.875px;
    height:562px;
    transform:translateX(-50%) !important;
}
.ticket-pass-img div {
    position:absolute;
    inset:0;
    overflow:hidden;
    pointer-events:none;
}
.ticket-pass-img div img {
    position:absolute;
    top:45px;
}
.ticket-cards {
    position:absolute;
    display:flex;
    flex-direction:column;
    gap: 12px;
    left: 47%;
    top: 300px;
    transform: translateX(-19%);
}

.ticket-card {
    display:inline-grid;
    grid-template-columns:max-content;
}
.ticket-card img {
    max-width: 55%;
}
.mv-title-decor {
    position:absolute;
    overflow:clip;
    right:-9.5px;
    width:20px;
    height:20px;
    top:16px;
}
.mv-title-decor_layout {
    position:absolute;
    left:2px;
    top:3px;
    width:16px;
    height:15px;
}
.mv-title-decor_svg {
    position:absolute;
    inset:-11.67% -10.94%;
}
.mv-title-decor_svg svg {
    display:block;
    width:100%;
    height:100%;
}
.mv-title-decor_svg path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: fvDrawStroke .4s cubic-bezier(.2,0,0,1) both;
}
.mv-title-decor_svg #stroke-0 {
    animation-delay: 1.80s;
}
.mv-title-decor_svg #stroke-1 {
    animation-delay: 1.92s;
}
.mv-title-decor_svg #stroke-2 {
    animation-delay: 2.04s;
}
.mv-person1 {
    position:absolute;
    top:50%;
    left: 87%;
}
.mv-person1 img {
	position:absolute;
	max-width:41px;
	transform: scaleX(-1);
}
.mv-person2 {
    position:absolute;
    bottom:63%;
    left:5%;
}
.mv-person2 img {
	position:absolute;
	max-width:64px;
}
.mv-person3 {
    position:absolute;
    top: 3%;
    left: 84%;
}
.mv-person3 img {
	position:absolute;
	max-width:30px;
}

/* チケットのご購入はアプリから */
.lp-appbuy {
  position: relative;
  background-color: var(--lp-color-white);
  background-image: url("/camp/passcase/assets/images/dot-pattern.png");
  border-radius: 30px 30px 0 0;
  margin-top: -30px;
}
.lp-appbuy__inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 32px 24px;
}

/* 見出し */
.lp-flow__headings {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.lp-balloon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9.3px;
  font-weight: 700;
  transform: rotate(0.05deg);
}
.lp-balloon::before,
.lp-balloon::after {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  background-color: var(--lp-color-text);
}
.lp-balloon::before {
    transform: rotate(-20deg);
}
.lp-balloon::after  {
    transform: rotate(20deg);
}
#flow .lp-balloon {
    font-weight: 800;
}
.fs-16 {
    font-size: 16px !important;
}
.fs-24 {
    font-size: 24px !important;
}

/* ストアボタン */
.lp-appbuy__stores {
  display: flex;
  gap: 12px;
  justify-content: center;
}

/* Webブラウザ版リンク */
.lp-appbuy__web {
  text-align: center;
}
.lp-appbuy__web a {
  color: var(--lp-color-primary);
  transform: rotate(0.05deg);
  text-decoration: underline;
  text-underline-position: from-font;
}

/* ナビゲーション */
.lp-nav {
  background-color: var(--lp-color-bg-blue-light);
  padding: 24px 16px;
}
.lp-nav__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 8px;
}
.lp-nav__card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 62px;
  padding: 12px 16px;
  background-color: var(--lp-color-white);
  border-radius: 15px;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
}
.lp-nav__label {
  flex: 1 0 0;
  font-weight: 700;
  line-height: 1.35;
  transform: rotate(0.05deg);
}
.lp-nav__arrow {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-nav__arrow svg {
  width: 10px;
  height: 8px;
  transform: rotate(90deg);
}

/* Pass Case チケットとは？ */
.lp-about {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px 0;
  background-color: var(--lp-color-bg-blue);
  background-image: url("/camp/passcase/assets/images/bg-dot.png");
}
.lp-about__intro {
  padding: 0 24px;
  min-height: 273px;
}
.lp-about__introText {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 8px;
}
.lp-about__introText p {
  line-height: 2;
  font-size: 15px;
  letter-spacing: 0.15px;
  transform: rotate(0.05deg);
}
.lp-about__hl {
  background-color: var(--lp-color-primary);
  color: var(--lp-color-white);
  border-radius: 2px;
  padding: 4px 2px;
  margin: 0 2px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.lp-about__introImg {
  position: absolute;
  right: 0%;
  top: 4px;
  pointer-events: none;
  width: 170px;
}
.lp-about__cards {
  display: flex;
  flex-direction: column;
  gap: 123px;
  margin-top: 40px;
}
.lp-about__card {
  width: 93.6%;
  padding: 98.87px 24px 36px;
  background-color: var(--lp-color-white);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lp-about__card--right {
  align-self: flex-end;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.lp-about__card--left {
  align-self: flex-start;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.lp-about__num {
  position: absolute;
  top: -50px;
  right: 23px;
  color: var(--lp-color-primary);
  font-family: var(--lp-font-accent);
  font-weight: 800;
  font-size: 100px;
  line-height: 1;
  letter-spacing: 0;
}
.lp-about__card--left .lp-about__num {
  right: auto;
  left: 24px;
}
.lp-about__illust {
  position: absolute;
  pointer-events: none;
}
.lp-about__illust--01 {
	left: 24px; 
	top: -60px;
    width: 98px;
}
.lp-about__illust--02 {
	right: 40px;
	top: -70px;
    width: 98px;
}
.lp-about__illust--03 {
	left: 12px;
	top: -100px;
    width: 170px;
}
.lp-about__heading {
  color: var(--lp-color-primary);
  font-weight: 800;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 1.5px;
}
.lp-about__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.lp-about__body p {
    line-height: 1.8;
	transform: rotate(0.05deg);
}

/* アプリDL導線 */
.lp-about__dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 24px;
}
.faq .lp-about__dl {
    padding: 0;
    margin-top: 32px;
}
.lp-about__dlText {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  text-align: center;
  color: var(--lp-color-white);
}
.lp-about__dlMain {
  font-weight: 800;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.2px;
}
.lp-about__dlSub {
  font-weight: 700;
  font-size: 10px;
  line-height: 1.5;
}
.lp-about__dlArrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}
.lp-about__dlArrow svg {
  width: 10px;
  height: 8px;
}
.lp-about__notes--dl {
  width: 100%;
  padding-top: 16px;
}

/* ご利用方法 */
.flow {
  border-radius: 30px 30px 0 0;
  background-color: var(--lp-color-white);
  background-image: url("/camp/passcase/assets/images/dot-pattern.png");
}
.flow__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px 24px;
}
.flow__list {
  padding-top: 8px;
}
.flow__caption {
  padding-block: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.45;
  text-align: center;
  letter-spacing: -1px;
  transform: rotate(0.05deg);
}
.flow__keyword {
  position: relative;
  color: var(--lp-color-primary);
  white-space: nowrap;
}
.flow__underline {
  position: absolute;
  left: 50%;
  bottom: -0.8em;
  max-width: 64px !important;
  transform: translateX(-50%);
}
.flow__arrow {
  position: relative;
  display: block;
  height: 40px;
  margin: 8px 0 16px;
}
.flow__arrow svg {
	width: 36px;
	transform: rotate(90deg);
	margin: 0 auto;
}

/* サービス概要動画 */
.lp-movie {
  background-color: var(--lp-color-white);
  background-image: url("/camp/passcase/assets/images/dot-pattern.png");
  padding: 40px 24px 80px 24px;
}
.lp-movie__player {
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
}
@media (any-hover: hover) {
  .lp-movie__player:hover .lp-movie__play {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.lp-movie__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transition: transform 0.2s ease;
  transform: translate(-50%, -50%);
}
.modalMovie {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 99999999;
}
.modalMovie.-show {
    opacity:1;
    visibility:visible;
    pointer-events:auto;
}
.modalMovie-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.modalMovie-container {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .modalMovie-container {
    max-width: 880px;
  }
}
.modalMovie-container-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.modalMovie-container-inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.modal__close {
	cursor: pointer;
	position: absolute;
	top: -10%;
	right: 5%;
}
.modal__close::before,
.modal__close::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 2px;
  background-color: var(--lp-color-white);
}
.modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* チケット一覧 */
.lp-tickets {
  background-color: var(--lp-color-bg-blue);
  background-image: url("/camp/passcase/assets/images/bg-dot.png");
  border-radius: 30px 30px 0 0;
  padding: 40px 24px;
}

/* 見出し */
.lp-tickets__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-bottom: 24px;
}
.lp-tickets__head h2,
.lp-flow__headings h2 {
    padding-bottom: 0;
}

/* フィルター絞り込みピル */
.lp-tickets__filter {
  display: flex;
  gap: 8px;
  padding-bottom: 24px;
}
.lp-tickets__pill {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 15px;
  line-height: 1.5;
  cursor: pointer;
  transition: background-color 0.15s, color 0.15s;
  background-color: var(--lp-color-white);
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.lp-tickets__pill.is-active {
  background-color: var(--lp-color-primary);
  color: var(--lp-color-white);
  box-shadow: none;
}
.lp-tickets__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 10px;
  overflow: clip;
}
.lp-tickets__card {
  background-color: var(--lp-color-white);
  border-radius: 20px;
  overflow: clip;
  box-shadow: 4px 4px 8px 0 rgba(0, 155, 222, 0.15);
}
.lp-tickets__card[hidden] {
	display: none;
}
.lp-tickets__photo {
  width: 100%;
  aspect-ratio: 279 / 186;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.enoden__photo {
    background-color:#8f8270;
}
.fukuoka__photo {
    background-color:#060508;
}
.kitakyushu__photo {
    background-color: #0DB8D7;
}
.nagasaki__photo {
    background-color:#018c34;
}
.shonan__photo {
    background-color:#453d37;
}
.lp-tickets__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 24px;
}
.lp-tickets__tags {
  display: flex;
  gap: 10px;
  align-items: center;
}
.lp-tickets__region {
  background-color: #eee;
  line-height: 18.2px;
  padding: 2.993px 8px 2.197px;
  border-radius: 5px;
  white-space: nowrap;
}
.lp-tickets__operator {
  background-color: var(--lp-color-bg-blue);
  color: var(--lp-color-primary);
  line-height: 18.2px;
  padding: 2.993px 8px 2.197px;
  border-radius: 5px;
  white-space: nowrap;
}
.lp-tickets__name {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
.lp-tickets__prices {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.lp-tickets__priceRow {
  display: flex;
  align-items: center;
  gap: 8px;
}
.lp-tickets__priceType {
  display: flex;
  align-items: center;
  padding: 4px 6px;
  border: 1px solid var(--lp-color-primary);
  border-radius: 5px;
  color: var(--lp-color-primary);
  font-size: 13px;
  line-height: 14px;
  white-space: nowrap;
}
.lp-tickets__price {
  color: var(--lp-color-primary);
  font-weight: 700;
  line-height: 1;
}
.lp-tickets__price .lp-tickets__price_bold {
    font-size: 22px;
	font-weight: 900;
}
.lp-tickets__price {
    font-size: 16px;
}
.lp-tickets__price .lp-tickets__price_thin {
    font-size: 12px;
}
.lp-tickets__desc {
  color: var(--lp-color-text-muted);
}
.lp-tickets__actions {
  display: flex;
  align-items: stretch;
}
.lp-tickets__detail,
.lp-tickets__buy {
  display: flex;
  flex: 1 0 0;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 16px 0 18px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  white-space: nowrap;
}
.lp-tickets__detail {
  border-top: 1px solid var(--lp-color-primary);
  color: var(--lp-color-primary);
}
.lp-tickets__buy {
  background-color: var(--lp-color-primary);
  color: var(--lp-color-white);
}
.lp-tickets__arrow {
  flex: none;
  width: 10px;
  height: 8px;
}
/* よくあるご質問 */
.faq {
  padding: 40px 24px;
  background: var(--lp-color-bg-blue-light);
}
.lp-faq__catHead {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-bottom: 8px;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.5;
}
.lp-faq__catDot {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 16px;
  height: 16px;
  overflow: hidden;
}
.lp-faq__catDot svg {
    display: block;
    width: 12px;
    height: 12px;
}
.faq ul,
.lp-tickets__info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.faq-item button {
  background: var(--lp-color-white);
  border-radius: 20px 20px 0 20px;
  font-weight: 700;
  line-height: 1.7;
  cursor: pointer;
  transition: .3s;
  padding: 20px 40px 20px 48px;
  transform: rotate(0.05deg);
  text-align: left;
  width: 100%;
}
.faq-item p + p {
  margin-top: 4px;
}
.faq-item-content {
  padding-top: 4px;
  transform: rotate(0.05deg);
}
.faq-item-content div p + p {
    margin-top: 10px;
}
.faq-item-content div span + span {
    margin-top: 0;
}
.faq-item-content .lp-note + .lp-note {
    margin-top: 4px;
}
.faq-item-content > div {
  background-color: var(--lp-color-bg-blue);
  padding: 20px 16px 20px 48px;
  position: relative;
  border-radius: 20px 20px 20px 0;
}
.faq-item button:after,
.faq-item-content > div:after {
  font-family: var(--lp-font-accent);
  font-weight: 800;
  position: absolute;
  left: 16px;
  top: 20px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-sizing: border-box;
}
.faq-item button:after {
  content: "Q";
  color: var(--lp-color-primary);
  background: var(--lp-color-primary-pale);
}
.faq-item-content > div:after {
  content: "A";
  color: var(--lp-color-white);
  background: var(--lp-color-primary);
}
.faq-accordion {
  position: relative;
  cursor: pointer;
}
.faq-accordion:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("/camp/passcase/assets/images/icon-faq-accordion.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -5px;
  transform: translateY(-3px);
  transition: padding-top 0.3s ease;
}
.faq-accordion.-open:before {
  background-image: url("/camp/passcase/assets/images/icon-faq-accordion-close.svg");
}
.faq-accordion-content {
  overflow: hidden;
  max-height: 0;
}
.lp-faq__ansLink {
  text-decoration: underline;
  color: #0064A3;
}
.lp-faq__ansBox {
  background: var(--lp-color-white);
  border-radius: 15px;
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
}
.lp-faq__ansBoxTitle {
  color: var(--lp-color-primary);
  font-weight: 800;
  font-size: 18px;
  line-height: 1.75;
  text-align: center;
}
.lp-faq__ansBoxSub {
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
  margin-top: 0 !important;
}
.lp-faq__ansBoxImg {
  max-width: 241px;
  margin: 0 auto;
}
.lp-faq__ansBoxImgRipple {
  width: 39px;
  margin: 0 auto;
}
.lp-faq__ansBoxImg img,
 .lp-faq__ansBoxImgRipple img {
  width: 100%;
  height: auto;
  display: block;
}
.lp-illust {
  background-image: url("/camp/passcase/assets/images/dot-pattern.png");
  background-color: var(--lp-color-white);
  border-radius: 30px 30px 0 0;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: -50px;
}

/* 日本全国のクレカ乗車対応の交通機関に順次拡大予定！ */
.lp-illust-expand {
  padding: 40px 24px 80px;
  background-image: url("/camp/passcase/assets/images/bg-dot.png");
}
.lp-illust__dlFrame {
  margin: 0 auto;
}
.lp-illust__dlCopyText {
  font-weight: 800;
  font-size: 16px;
  color: var(--lp-color-primary);
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: center;
}
.lp-illust__dlWordmark {
  max-width: 327px;
  margin: 0 auto;
}
/* 今すぐダウンロード DLボタン群 */
.lp-illust__dlBtns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.lp-illust__dlRow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
/* フッター */
   .lp-footer {
     background-color: var(--lp-color-primary);
   }
   .lp-footer__inner {
     position: relative;
     padding: 80px 20px 64px;
   }
   .lp-footer__notes {
     list-style: none;
     padding-bottom: 32px;
     display: flex;
     flex-direction: column;
     gap: 4px;
   }
   .lp-footer__notes li {
     position: relative;
     color: var(--lp-color-white);
     font-size: 12px;
     line-height: 1.5;
     padding-left: 16px;
   }

   .lp-footer__pagetop {
     position: absolute;
     top: 8px;
     right: 4px;
     width: 50px;
     height: 50px;
   }
   .lp-footer__border {
     padding-top: 32px;
     border-top: 1px solid rgba(255, 255, 255, 0.5);
   }
   .lp-footer__copyright {
     font-family: var(--lp-font-accent);
     font-size: 12px;
     letter-spacing: 0.6px;
     text-align: center;
     color: var(--lp-color-white);
   }

/*PCエリア*/
.pcHeader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-image: url("/camp/passcase/assets/images/pc-ribbon-loop.png");
  background-repeat: repeat-x;
  animation: bg-scroll 3s linear infinite;
}
@keyframes bg-scroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -117px 0;
  }
}
@keyframes bg-scroll-bottom {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 117px 0;
  }
}
.pcHeader-logo {
  background-color: var(--lp-color-white);
  padding: 16px 20px;
  display: inline-block;
  border-radius: 0 0 20px 0;
}
.pcBottom {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-image: url("/camp/passcase/assets/images/pc-ribbon-loop.png");
  background-repeat: repeat-x;
  height: 35px;
  animation: bg-scroll-bottom 3s linear infinite;
}
.gnav {
  position: fixed;
  right: 20px;
  top: 100px;
}
.gnav-inner {
  width: 250px;
}
.gnav-list {
  border-top: 2px solid var(--lp-color-primary);
  border-bottom: 2px solid var(--lp-color-primary);
}

.gnav-list ul {
  padding: 20px 16px;
}
.gnav-list li a {
  padding: 14px 0;
  display: block;
  line-height: 1;
  font-size: 16px;
  font-weight: 800;
  transform: rotate(0.05deg);
}
.gnav-list li a span:before {
  content: "";
  display: block;
  background-image: url("/camp/passcase/assets/images/title-decor.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 16px;
  position: absolute;
  top: -8px;
  right: -14px;
  display: none;
}
@media (any-hover: hover) {
  .gnav-list li a:hover {
    color: var(--lp-color-primary);
  }
  .gnav-list li a:hover span:before {
    display: block;
  }
}
.gnav-list li a.-current {
  color: var(--lp-color-primary);
}
.gnav-list li a.-current span:before {
  display: block;
}
.scroll {
  position: fixed;
  right: 250px;
  bottom: 80px;
}
.scroll-image {
  margin-top: 16px;
}
.scroll-image img {
  display: none;
}
.scroll-image.-image1 img:nth-child(1) {
  display: inline;
}
.scroll-image.-image2 img:nth-child(2) {
  display: inline;
}
.scroll-image.-image3 img:nth-child(3) {
  display: inline;
}
.pc-left {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 46%;
}
.pc-left-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pc-right-bottom {
  position: fixed;
  right: 10px;
  bottom: 36px;
  width: 150px;
}

@media screen and (max-width: 768px) {
  .pcHeader {
    display: none;
  }
  .pcBottom {
    display: none;
  }
  .pc-left {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .pc-left {
    width: calc(100vw - 700px);
  }
  .lp {
    width: 400px;
    margin-left: auto;
    margin-right: 290px;
    margin-top: 80px;
    margin-bottom: 80px;
    border-radius: 20px;
    overflow: hidden;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .lp {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1100px) {
  .gnav {
     display: none;
  }
  .gnav-list {
    position: absolute;
    left: 26px;
    top: calc(50% - 190px);
    width: 280px;
    margin: 0 auto;
  }
  .scroll {
    display: none;
  }
  .pc-left-image {
    display: none;
  }
  .pc-right-bottom {
    display: none;
  }
}
@media screen and (min-width: 1366px) {
  .gnav {
    right: inherit;
    left: calc(46% + 450px);
    width: calc(100vw - (46% + 500px));
  }
  .gnav-inner {
    margin-left: auto;
    margin-right: auto;
  }
  .scroll {
    right: inherit;
    left: calc(46% + 440px);
    width: calc(100vw - (46% + 450px));
  }
  .pc-left {
    width: 46%;
  }
  .lp {
    margin-left: 46%;
    margin-right: inherit;
  }
}
