@charset "UTF-8";
:root {
  --color-primary: #B50080;
  --color-dark: #1A1A1A;
  --color-gray: #F3F4F8;
  --color-gray2: #B2B2B2;
  --color-rightgray: #666666;
  --color-rightgray2: #888888;
  --color-rightgray3: #E6E9F1;
  --color-blue: #007AAB;
  --color-rightblue: #0099CE;
  --color-skyblue: #E7F5F9;
  --color-skyblue2: #007AAB;
  --color-red: #D70606;
}

/*
  フォントサイズ
    $font-size: フォントサイズ(必須)
    $line-height: ラインハイト or 空
    $letter-spacing: レタースペーシング or 空
*/
/*

*/
/*
  Hタグ
    $type: 2(H2サイズ)
*/
/*
  共通ボタン 大
  default: skyblue2
*/
/*
  共通ボタン 小
  default: skyblue2
*/
/*
  通常
  SP 左右のマージン20px
  PC 幅900px
*/
/*
  角丸border付きレイアウト
*/
/*
  グレーの文字の補足系
*/
.p-onlineticket {
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (min-width: 940px) {
  .p-onlineticket {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-onlineticket .p-onlineticket__section {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .p-onlineticket .p-onlineticket__section {
    margin-top: 64px;
  }
}
.p-onlineticket .p-onlineticket__section .c-accordion {
  border: none;
}
.p-onlineticket .p-onlineticket__section .c-box {
  background: #F4F4F4;
}
.p-onlineticket .p-onlineticket__h3 {
  margin: 16px 0;
}
@media screen and (min-width: 769px) {
  .p-onlineticket .p-onlineticket__h3 {
    margin: 24px 0;
  }
}
.p-onlineticket .p-onlineticket__textLink {
  margin-top: 32px;
}
@media screen and (min-width: 769px) {
  .p-onlineticket .p-onlineticket__textLink {
    margin-top: 48px;
  }
}
.p-onlineticket .p-onlineticket__kv {
  padding: 32px 0;
}
@media screen and (min-width: 769px) {
  .p-onlineticket .p-onlineticket__kv {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0 40px;
    padding: 56px 0;
  }
  .p-onlineticket .p-onlineticket__kv .p-onlineticket__img,
  .p-onlineticket .p-onlineticket__kv .p-onlineticket__text {
    width: calc(50% - 20px);
    max-width: 430px;
  }
}
.p-onlineticket .p-onlineticket__box {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .p-onlineticket .p-onlineticket__box {
    padding: 32px;
    margin-bottom: 56px;
  }
}
.p-onlineticket .p-onlineticket__text {
  margin-top: 16px;
}
.p-onlineticket .p-onlineticket__step {
  margin-top: 40px;
}
.p-onlineticket .p-onlineticket__step li:not(:first-of-type) .p-onlineticket__stepNo {
  margin-top: 40px;
}
.p-onlineticket .p-onlineticket__stepNo {
  display: flex;
  align-self: flex-start;
  gap: 0px 4px;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .p-onlineticket .p-onlineticket__stepNo {
    gap: 0px 8px;
    align-items: baseline;
  }
}
.p-onlineticket .p-onlineticket__stepNo i {
  width: 27px;
  height: 27px;
  border-radius: 4px;
  background: var(--color-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  font-style: normal;
}
.p-onlineticket .p-onlineticket__stepNo span {
  font-weight: 700;
  flex: 1;
  font-size: 1.7rem;
  line-height: 1.5;
}
.p-onlineticket .p-onlineticket__bgGray {
  background-color: #f2f2f2;
  border: none;
  margin-top: 16px;
}
.p-onlineticket .p-onlineticket__qr li:not(:first-of-type) {
  margin-top: 32px;
}
.p-onlineticket .p-onlineticket__qr h4 {
  margin-bottom: 16px;
  padding-left: 1.2em;
  position: relative;
}
.p-onlineticket .p-onlineticket__qr h4::before {
  content: "";
  width: 4px;
  background-color: var(--color-blue);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .p-onlineticket .p-onlineticket__btn {
    width: 388px;
  }
}
.p-onlineticket .p-onlineticket__btn .p-onlineticket__text a + a {
  margin-left: 12px;
}
.p-onlineticket .p-onlineticket__other {
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .p-onlineticket .p-onlineticket__other {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 30px;
    margin-top: 32px;
  }
}
.p-onlineticket .p-onlineticket__other a {
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 20px 0px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  background-image: none !important;
  color: var(--color-dark);
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-onlineticket .p-onlineticket__other a {
    padding: 0px 4px 14px 2px;
  }
}
.p-onlineticket .p-onlineticket__other a::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: var(--color-gray2);
  background-image: linear-gradient(90deg, var(--color-dark), var(--color-dark));
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 0% 2px;
  transition: background-size 0.4s ease;
}
.p-onlineticket .p-onlineticket__other a:hover::before {
  background-size: 100% 2px;
  background-position: left bottom;
}
.p-onlineticket .p-onlineticket__other a::after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%231a1a1a" d="M14.8585 11.5318L9.51833 6.19171C9.39482 6.0681 9.22994 6 9.05414 6C8.87833 6 8.71346 6.0681 8.58995 6.19171L8.19668 6.58487C7.94078 6.84107 7.94078 7.25745 8.19668 7.51326L12.6809 11.9975L8.19171 16.4867C8.06819 16.6104 8 16.7751 8 16.9508C8 17.1267 8.06819 17.2915 8.19171 17.4152L8.58497 17.8083C8.70858 17.9319 8.87336 18 9.04916 18C9.22497 18 9.38984 17.9319 9.51335 17.8083L14.8585 12.4634C14.9823 12.3394 15.0503 12.1738 15.0499 11.9978C15.0503 11.8211 14.9823 11.6557 14.8585 11.5318Z" /></svg>') center center/contain no-repeat;
}
.p-onlineticket .p-onlineticket__btnWrapper {
  margin: 40px auto 0;
}
@media screen and (min-width: 769px) {
  .p-onlineticket .p-onlineticket__btnWrapper {
    width: 442px;
    margin: 48px auto 0;
  }
}

.p-onlineInstructions img.sp {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-onlineInstructions img.sp {
    display: none;
  }
}
.p-onlineInstructions img.pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .p-onlineInstructions img.pc {
    display: block;
  }
}
.p-onlineInstructions .p-onlineticket__step {
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .p-onlineInstructions .p-onlineticket__step {
    margin-top: 40px;
  }
}
.p-onlineInstructions .p-onlineticket__step > li:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 90px;
  height: 20px;
  background: #d59533;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 32px auto 0;
}
@media screen and (min-width: 769px) {
  .p-onlineInstructions .p-onlineticket__step > li:not(:last-of-type)::after {
    width: 121px;
    height: 30px;
    margin: 24px auto 0;
  }
}
.p-onlineInstructions .p-onlineticket__step > li .p-onlineticket__stepContent {
  display: flex;
  flex-direction: column;
  gap: 0 40px;
}
@media screen and (min-width: 769px) {
  .p-onlineInstructions .p-onlineticket__step > li .p-onlineticket__stepContent {
    flex-direction: row;
  }
}
.p-onlineInstructions .p-onlineticket__step > li .p-onlineticket__stepImg {
  flex: 1;
}
.p-onlineInstructions .p-onlineticket__step > li .p-onlineticket__stepImg figure:not(:first-of-type) {
  margin-top: 16px;
}
.p-onlineInstructions .p-onlineticket__step > li .p-onlineticket__stepImg img {
  border: 1px solid var(--color-gray);
}
.p-onlineInstructions .p-onlineticket__step > li .p-onlineticket__stepText {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p-onlineInstructions .p-onlineticket__step > li .p-onlineticket__stepText {
    margin-top: 16px;
  }
}
.p-onlineInstructions .p-onlineticket__step > li .p-onlineticket__stepText .c-accordion {
  margin-top: 16px;
}
.p-onlineInstructions .p-onlineticket__step > li .p-onlineticket__stepBox__title {
  margin-bottom: 32px;
  padding-left: 12px;
  font-size: 17px;
  font-weight: bold;
  border-left: 6px solid var(--color-primary);
}
.p-onlineInstructions .p-onlineticket__step > li .p-onlineticket__stepArrow::after {
  content: "";
  display: block;
  width: 90px;
  height: 20px;
  background: #d59533;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 32px auto 0;
}
@media screen and (min-width: 769px) {
  .p-onlineInstructions .p-onlineticket__step > li .p-onlineticket__stepArrow::after {
    width: 121px;
    height: 30px;
    margin: 24px auto 0;
  }
}
.p-onlineInstructions .p-onlineticket__btnWrapper {
  margin: 60px auto 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 769px) {
  .p-onlineInstructions .p-onlineticket__btnWrapper {
    width: 442px;
    margin: 60px auto 0;
  }
}
/*# sourceMappingURL=../../sourcemaps/assets_2025/css/onlineticket.css.map */