@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付きレイアウト
*/
/*
  グレーの文字の補足系
*/
.c-heading.p-acticket__kv {
  height: auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .c-heading.p-acticket__kv {
    margin: 0px 0px 40px 0px;
  }
}
@media screen and (min-width: 769px) {
  .c-heading.p-acticket__kv {
    margin-bottom: 56px;
  }
}

@media screen and (min-width: 769px) {
  .p-acticket__main .c-anchor a {
    width: calc((100% - 60px) / 3);
  }
}

.p-acticket__section {
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (min-width: 940px) {
  .p-acticket__section {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  .p-acticket__section {
    margin-top: 56px;
  }
}
.p-acticket__section:first-of-type {
  margin-top: 48px;
}
@media screen and (min-width: 769px) {
  .p-acticket__section:first-of-type {
    margin-top: 80px;
  }
}
.p-acticket__section .p-acticket__h2 {
  padding-bottom: 16px;
  padding-bottom: 16px;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-acticket__section .p-acticket__h2 {
    padding-bottom: 24px;
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 769px) {
  .p-acticket__section .p-acticket__h2 {
    padding-bottom: 24px;
  }
}
.p-acticket__section .p-acticket__section {
  margin-left: 0;
  margin-right: 0;
}
.p-acticket__section .p-acticket__section:first-of-type {
  margin-top: 0px;
}
.p-acticket__section .c-list li {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .p-acticket__section .c-list li {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.p-acticket__lineHeading {
  margin-bottom: 20px;
  padding-bottom: 8px;
  font-size: 1.9rem;
  line-height: 1.4736842105;
  font-weight: 700;
  position: relative;
  border-width: 2px;
  border-bottom-style: solid;
  border-image-source: linear-gradient(90deg, #CA4684 0%, #CA475C 27.2%, #D59533 45.1%, #DFD238 62.3%, #93B447 81.2%, #0099CE 100%);
  border-image-slice: 1;
}
@media screen and (min-width: 769px) {
  .p-acticket__lineHeading {
    margin-bottom: 32px;
    font-size: 2rem;
    line-height: 1.5;
  }
}

.p-acticket__box {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #E6E9F1;
}
@media screen and (min-width: 769px) {
  .p-acticket__box {
    padding: 32px;
  }
}
.p-acticket__box + .c-btn {
  margin: 24px auto 0;
}
@media screen and (min-width: 769px) {
  .p-acticket__box + .c-btn {
    max-width: 420px;
    margin-top: 32px;
  }
}

.p-acticket__strong {
  padding-bottom: 8px;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .p-acticket__strong {
    padding-bottom: 8px;
    font-size: 1.7rem;
    line-height: 1.6470588235;
  }
}

.p-acticket__note {
  color: #666;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .p-acticket__note {
    font-size: 1.3rem;
    line-height: 1.4615384615;
  }
}

.p-acticket__youtube {
  max-width: 653px;
  margin: 0px auto;
  line-height: 0;
}
.p-acticket__youtube iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.p-acticket__tickets {
  display: flex;
  flex-direction: column;
  gap: 48px 0px;
}
@media screen and (min-width: 769px) {
  .p-acticket__tickets {
    flex-direction: row;
    align-items: stretch;
    gap: 40px 40px;
  }
}

.p-acticket__ticket {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px 32px;
}
@media screen and (min-width: 769px) {
  .p-acticket__ticket {
    flex: 3;
    flex-direction: column;
    gap: 16px 0px;
  }
}
.p-acticket__ticket h3 {
  width: 100%;
  padding: 0px;
}
.p-acticket__ticket img {
  width: 107px;
  margin: 0px auto;
}
.p-acticket__ticket:last-child::after {
  display: none;
}
.p-acticket__ticket::after {
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px dotted #B2B2B2;
  position: absolute;
  right: 0px;
  bottom: -24px;
}
@media screen and (min-width: 769px) {
  .p-acticket__ticket::after {
    width: 1px;
    height: 100%;
    border-top: none;
    border-left: 1px dotted #B2B2B2;
    right: -20px;
    bottom: 0px;
  }
}

.p-acticket__exp {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px 0px;
}
.p-acticket__exp p {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .p-acticket__exp p {
    order: 2;
  }
}
@media screen and (min-width: 769px) {
  .p-acticket__exp .c-btn {
    order: 1;
  }
}

.p-acticket__old {
  display: flex;
  align-items: flex-start;
  gap: 0px 12px;
}
@media screen and (min-width: 769px) {
  .p-acticket__old {
    order: 3;
  }
}
.p-acticket__old img {
  width: 44px;
}
.p-acticket__old p {
  flex: 1;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .p-acticket__old p {
    font-size: 1.3rem;
    line-height: 1.4615384615;
  }
}

.p-acticket__descs {
  display: flex;
  flex-direction: column;
  gap: 24px 0px;
}
@media screen and (min-width: 769px) {
  .p-acticket__descs {
    flex-direction: row;
    align-items: center;
    gap: 0px 40px;
  }
}
@media screen and (min-width: 769px) {
  .p-acticket__descs img {
    flex: 2;
  }
}

.p-acticket__desc {
  display: flex;
  flex-direction: column;
  gap: 24px 0px;
}
@media screen and (min-width: 769px) {
  .p-acticket__desc {
    flex: 2;
  }
}
.p-acticket__desc dd {
  display: flex;
  flex-direction: column;
  gap: 12px 0px;
}

.p-acticket__primaryList {
  color: var(--color-primary);
  display: flex;
  flex-direction: column;
  gap: 8px 0px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.p-acticket__howtos {
  display: flex;
  flex-direction: column;
  gap: 78px 0px;
}
@media screen and (min-width: 769px) {
  .p-acticket__howtos {
    flex-direction: row;
    align-items: stretch;
    gap: 0px 40px;
  }
}

.p-acticket__howto {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px 0px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-acticket__howto {
    flex: 3;
  }
}
.p-acticket__howto:last-child::after {
  display: none;
}
.p-acticket__howto::after {
  content: "";
  width: 121px;
  height: 30px;
  background: #D59533;
  position: absolute;
  right: 0px;
  -webkit-clip-path: polygon(50% 30px, 0% 0%, 120px 0%);
  clip-path: polygon(50% 30px, 0% 0%, 120px 0%);
}
@media screen and (max-width: 768px) {
  .p-acticket__howto::after {
    margin: 0px auto;
    left: 0px;
    bottom: -55px;
  }
}
@media screen and (min-width: 769px) {
  .p-acticket__howto::after {
    width: 16px;
    height: 65px;
    -webkit-clip-path: polygon(16px 50%, 0% 0%, 0% 65px);
    clip-path: polygon(16px 50%, 0% 0%, 0% 65px);
    top: 50%;
    right: -28px;
    margin-top: -32.5px;
  }
}

.p-acticket__howtoHeader {
  display: flex;
  align-self: flex-start;
  gap: 0px 4px;
}
@media screen and (min-width: 769px) {
  .p-acticket__howtoHeader {
    gap: 0px 8px;
    align-items: baseline;
  }
}
.p-acticket__howtoHeader 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-acticket__howtoHeader span {
  font-weight: 700;
  flex: 1;
  font-size: 1.7rem;
  line-height: 1.5;
}

.p-acticket__howtoBody {
  display: flex;
  flex-direction: column;
  gap: 8px 0px;
}
.p-acticket__howtoBody p {
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .p-acticket__howtoBody p {
    font-size: 1.4rem;
  }
}

.p-acticket__reserve {
  margin: 24px 20px 0px;
}
@media screen and (min-width: 769px) {
  .p-acticket__reserve {
    width: 388px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-acticket__reserve p {
  margin-top: 8px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
}

.p-acticket__about {
  display: flex;
  flex-direction: column;
  gap: 8px 0px;
}
@media screen and (min-width: 769px) {
  .p-acticket__about {
    gap: 12px 0px;
  }
}
.p-acticket__about li {
  font-size: 1.4rem;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 0px 4px;
}
@media screen and (min-width: 769px) {
  .p-acticket__about li {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.p-acticket__about li::before {
  content: "・";
  font-size: 3rem;
  line-height: 0.7;
}
@media screen and (min-width: 769px) {
  .p-acticket__about li::before {
    font-size: 2.4rem;
    line-height: 1;
  }
}

.p-acticket__section.p-payment__section {
  max-width: 900px;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (min-width: 769px) {
  .p-acticket__section.p-payment__section {
    margin-top: 64px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-acticket__section.p-payment__section .p-payment__other {
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .p-acticket__section.p-payment__section .p-payment__other {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 30px;
    margin-top: 32px;
  }
}
.p-acticket__section.p-payment__section .p-payment__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-acticket__section.p-payment__section .p-payment__other a {
    padding: 0px 4px 14px 2px;
  }
}
.p-acticket__section.p-payment__section .p-payment__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-acticket__section.p-payment__section .p-payment__other a:hover::before {
  background-size: 100% 2px;
  background-position: left bottom;
}
.p-acticket__section.p-payment__section .p-payment__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-acticket__section.p-payment__section .p-payment__btnWrapper {
  width: 335px;
  margin: 40px auto 0;
}
@media screen and (min-width: 769px) {
  .p-acticket__section.p-payment__section .p-payment__btnWrapper {
    width: 442px;
    margin: 48px auto 0;
  }
}
.p-acticket__section.p-payment__section .p-payment__btnWrapper a {
  color: var(--color-blue);
  text-decoration: none;
}
/*# sourceMappingURL=../../sourcemaps/assets_2025/css/acticket.css.map */