html, body {
  color: #333;
  min-width: auto;
}

img {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.a-ac {
  text-align: center;
}

.a-fc-red {
  color: #E60012;
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

.kv {
  margin: 0;
  padding: 0;
  color: #fff;
  position: relative;
}

.kv__img {
  margin: 0;
  width: 100%;
  max-width: 100vw;
}

.kv__hdg {
  margin: 0;
  position: absolute;
  top: 8.59375vw;
  left: 4.375vw;
  text-shadow: 0px 0.70312vw 0.70312vw rgba(0, 0, 0, 0.25);
  font-size: 4.21875vw;
  font-weight: 600;
  line-height: 1.17;
}

@media screen and (max-width: 768px) {
  .kv__hdg {
    text-shadow: 0px 1.02564vw 1.02564vw rgba(0, 0, 0, 0.25);
    font-size: 5.89744vw;
    top: 12.82051vw;
    left: 4.74359vw;
  }
}

.kv__copy {
  margin: 0;
  font-size: 1.09375vw;
  font-weight: 600;
  position: absolute;
  bottom: 1.875vw;
  left: 1.875vw;
}

@media screen and (max-width: 768px) {
  .kv__copy {
    font-size: 1.53846vw;
    bottom: 3.46154vw;
    left: 3.46154vw;
  }
}

.kv__catch {
  margin: 0;
  width: 13.90625vw;
  position: absolute;
  top: 36.36719vw;
  left: 73.51562vw;
}

@media screen and (max-width: 768px) {
  .kv__catch {
    width: 23.07692vw;
    top: 46.66667vw;
    left: 55.38462vw;
  }
}

.kv__card {
  margin: 0;
  width: 8.90625vw;
  position: absolute;
  right: 1.875vw;
  bottom: 1.875vw;
}

@media screen and (max-width: 768px) {
  .kv__card {
    width: 14.61538vw;
    bottom: 3.46154vw;
    right: 3.46154vw;
  }
}

.contents {
  margin: 0 auto;
  max-width: 680px;
}

.contents > *:first-child {
  margin-top: 0 !important;
}

section {
  position: relative;
}

.summary {
  margin: 0;
  padding: 52px 40px 52px;
  border-top: 5px solid #E0C277;
  background-color: #dbdbdb;
}

@media screen and (max-width: 768px) {
  .summary {
    padding: 5.12821vw 5.12821vw 12.82051vw;
  }
}

.summary::before {
  content: "";
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #dbdbdb;
  position: absolute;
  bottom: -5.6vw;
  left: 0;
  transform: skewY(6deg);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .summary::before {
    transform: skewY(7.8deg);
    bottom: -7vw;
  }
}

.summary::after {
  content: '';
  background: url("/-/media/AeonCard/campaign/lp/tgc/ticket_presale/20250714/images/line_section_pc.svg") no-repeat left top/cover;
  width: 100%;
  height: 12.82051vw;
  position: absolute;
  bottom: -13vw;
  left: 0;
}

@media screen and (max-width: 768px) {
  .summary::after {
    background: url("/-/media/AeonCard/campaign/lp/tgc/ticket_presale/20250714/images/line_section_sp.svg") no-repeat left top/cover;
    height: 15.38462vw;
    bottom: -15.4vw;
  }
}

.summary__hdg {
  margin: 0;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  text-shadow: 0px 4.5px 4.5px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 768px) {
  .summary__hdg {
    font-size: 5.12821vw;
    text-shadow: 0px 1.02564vw 1.02564vw rgba(0, 0, 0, 0.25);
  }
}

.summary__list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.summary__list > li {
  width: 225px;
  height: 92px;
  border-radius: 15px;
  background: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.summary__list > li:last-child {
  width: 476px;
}

@media screen and (max-width: 768px) {
  .summary__list {
    margin-top: 3.07692vw;
    gap: 2.5641vw;
  }
  .summary__list > li {
    width: 38.46154vw;
    height: 15.38462vw;
    border-radius: 2.5641vw;
    font-size: 4.10256vw;
    filter: drop-shadow(0px 1.02564vw 1.02564vw rgba(0, 0, 0, 0.25));
  }
  .summary__list > li:last-child {
    width: 79.48718vw;
  }
}

.event {
  margin-top: 5.6vw;
  padding: 120px 40px;
}

@media screen and (max-width: 768px) {
  .event {
    margin-top: 7.17949vw;
    padding: 20.51282vw 5.12821vw 12.82051vw;
  }
}

.event::before {
  content: "";
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #ECECEC;
  position: absolute;
  top: 0;
  left: 0;
  transform: skewY(6deg);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .event::before {
    transform: skewY(7.8deg);
  }
}

.event::after {
  content: '';
  background: url("/-/media/AeonCard/campaign/lp/tgc/ticket_presale/20250714/images/line_section_pc.svg") no-repeat left top/cover;
  width: 100%;
  height: 12.82051vw;
  position: absolute;
  bottom: -7.4vw;
  left: 0;
}

@media screen and (max-width: 768px) {
  .event::after {
    background: url("/-/media/AeonCard/campaign/lp/tgc/ticket_presale/20250714/images/line_section_sp.svg") no-repeat left top/cover;
    height: 15.38462vw;
    bottom: -8.2vw;
  }
}

.event__hdg {
  margin: 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .event__hdg > img {
    width: 51.28205vw;
  }
}

.event__shape--01 {
  position: absolute;
  top: 40px;
  left: 172px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .event__shape--01 {
    position: absolute;
    top: 0vw;
    left: -7.69231vw;
    width: 34.23077vw;
  }
}

.event__shape--02 {
  position: absolute;
  right: 0;
  bottom: 0px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .event__shape--02 {
    position: absolute;
    right: 0vw;
    bottom: 0vw;
    width: 32.30769vw;
  }
}

.event__box {
  margin-top: 100px;
  border-radius: 10px;
  border: 1px solid #000;
  background: #FFF;
  padding: 76px 30px 60px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .event__box {
    margin-top: 12.82051vw;
    padding: 15.38462vw 5.12821vw 7.17949vw;
  }
}

.event__title {
  width: 360px;
  height: 91px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.event__title::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #000;
  z-index: -1;
  transform: skewX(-20deg) translate(-50%, 0);
}

@media screen and (max-width: 768px) {
  .event__title {
    width: 71.79487vw;
    height: 17.17949vw;
    padding: 3.07692vw 7.69231vw;
  }
}

.event__detail {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .event__detail {
    margin-top: 4.10256vw;
    font-size: 3.84615vw;
  }
}

.event__notes {
  margin-top: 30px;
  font-size: 14px;
}

.event__notes li {
  text-indent: -1em;
  padding-left: 1em;
}

.event__notes a {
  color: #00A0E9;
  text-decoration: underline;
}

.event__notes a::after {
  content: '';
  margin: 0 2px;
  width: 18px;
  height: 14px;
  background: url(/-/media/aeoncard/campaign/lp/tgc/ticket_presale/20250714/images/icon_blank.svg) no-repeat bottom center/contain;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .event__notes {
    margin-top: 3.07692vw;
    font-size: 2.5641vw;
  }
  .event__notes a::after {
    width: 3.07692vw;
    height: 2.5641vw;
  }
}

.price-box {
  border-radius: 10px;
  border: 1px solid #000;
  background: #FFF;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .price-box {
    border-radius: 2.5641vw;
  }
}

.price-box__hdg {
  margin: 40px auto 0;
  padding-bottom: 20px;
  text-align: center;
  color: #333;
  font-size: 22px;
  font-weight: 600;
  position: relative;
}

.price-box__hdg::before {
  content: '';
  width: 1px;
  height: 12px;
  position: absolute;
  bottom: 8px;
  left: 50%;
  background-color: #000;
  transform: translateX(-50%);
}

.price-box__hdg::after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .price-box__hdg {
    margin: 7.69231vw auto 0;
    padding-bottom: 5.12821vw;
    font-size: 3.58974vw;
  }
  .price-box__hdg::before {
    height: 3.07692vw;
    bottom: 2.05128vw;
  }
  .price-box__hdg::after {
    width: 1.02564vw;
    height: 1.02564vw;
    bottom: 1.28205vw;
  }
}

.price-box__head {
  padding: 20px;
  background-color: #E3AF40;
  border-bottom: 1px solid #000;
}

.price-box__head > h5 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}

.price-box__head > h5 > span {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .price-box__head {
    padding: 3.07692vw;
  }
  .price-box__head > h5 {
    font-size: 5.12821vw;
  }
  .price-box__head > h5 > span {
    font-size: 3.33333vw;
  }
}

.price-box__body {
  padding: 20px 20px 32px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .price-box__body {
    padding: 5.12821vw 3.84615vw 6.15385vw;
  }
}

.presale {
  padding: 120px 40px;
}

@media screen and (max-width: 768px) {
  .presale {
    padding: 20.51282vw 5.12821vw 12.82051vw;
  }
}

.presale::before {
  content: "";
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #D9D9D9;
  position: absolute;
  top: 0;
  left: 0;
  transform: skewY(6deg);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .presale::before {
    transform: skewY(7.8deg);
  }
}

.presale::after {
  content: '';
  background: url("/-/media/AeonCard/campaign/lp/tgc/ticket_presale/20250714/images/line_section_pc.svg") no-repeat left top/cover;
  width: 100%;
  height: 12.82051vw;
  position: absolute;
  bottom: -7.4vw;
  left: 0;
}

@media screen and (max-width: 768px) {
  .presale::after {
    background: url("/-/media/AeonCard/campaign/lp/tgc/ticket_presale/20250714/images/line_section_sp.svg") no-repeat left top/cover;
    height: 15.38462vw;
    bottom: -8.2vw;
  }
}

.presale__shape--01 {
  position: absolute;
  top: 40px;
  left: 102px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .presale__shape--01 {
    position: absolute;
    top: 5.12821vw;
    left: 3.84615vw;
    width: 24.23077vw;
  }
}

.presale__shape--02 {
  position: absolute;
  right: 0;
  bottom: 0px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .presale__shape--02 {
    position: absolute;
    right: 0vw;
    bottom: 0vw;
    width: 26.41026vw;
  }
}

.presale__hdg {
  margin: 40px auto 0;
  padding-bottom: 10px;
  max-width: 616px;
  border-bottom: 1px solid #9B9B9D;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .presale__hdg {
    margin: 10.25641vw auto 0;
    padding-bottom: 2.05128vw;
    font-size: 4.61538vw;
    max-width: 79.48718vw;
  }
}

.presale__lead {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .presale__lead {
    margin-top: 5.12821vw;
    font-size: 3.58974vw;
  }
}

.presale__list {
  margin-top: 24px;
}

.presale__list > li {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  .presale__list {
    margin-top: 4.10256vw;
  }
  .presale__list > li {
    margin-top: 1.02564vw;
    font-size: 3.33333vw;
  }
}

.tab__list {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: end;
  border-bottom: 1px solid #000;
  gap: 20px;
}

.tab__list > li {
  width: calc(50% - 10px);
  max-width: 290px;
}

@media screen and (max-width: 768px) {
  .tab__list {
    margin-top: 10.25641vw;
    gap: 2.5641vw;
  }
  .tab__list > li {
    width: 41.02564vw;
    max-width: auto;
  }
}

.tab__link {
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 0 0;
  background-color: #FFF;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #000;
}

.tab__link.is-active {
  margin-bottom: -1px;
  height: 64px;
  font-size: 19px;
  color: #fff;
  border: 1px solid #000;
  border-bottom: #7C7171;
  background-color: #7C7171;
}

@media screen and (max-width: 768px) {
  .tab__link {
    height: 7.69231vw;
    font-size: 2.5641vw;
  }
  .tab__link.is-active {
    height: 10.25641vw;
    font-size: 2.82051vw;
    letter-spacing: -0.07692vw;
  }
}

.tab__contents {
  display: none;
}

.tab__contents.is-show {
  display: block;
}

.tab__lead {
  margin-top: 28px;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
}

.tab__lead > span {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .tab__lead {
    margin-top: 5.12821vw;
    font-size: 4.35897vw;
  }
  .tab__lead > span {
    font-size: 6.15385vw;
  }
}

.accordion__content {
  display: none;
}

.accordion.is-open > .accordion__content {
  display: block;
}

.presale .accordion {
  margin-top: 30px;
  border-radius: 10px;
  border: 1px solid #7C7171;
  background: #FFF;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .presale .accordion {
    margin-top: 5.12821vw;
    border-radius: 2.5641vw;
  }
}

.presale .accordion + .accordion {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .presale .accordion + .accordion {
    margin-top: 5.12821vw;
  }
}

.presale .accordion__title {
  position: relative;
  min-height: 96px;
  padding: 24px 44px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.presale .accordion__title > h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.presale .accordion__title > h3 > span {
  font-size: 12px;
  font-weight: 400;
  padding-top: 4px;
}

.presale .accordion__title::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 40px;
  background: url("/-/media/AeonCard/campaign/lp/tgc/ticket_presale/20250714/images/icon_presale-acd-arrow.svg") no-repeat center center/contain;
  width: 21px;
  height: 13px;
  transform: translateY(-50%);
  transition: all .3s ease;
}

.presale .accordion__title__num {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 23px;
}

@media screen and (max-width: 768px) {
  .presale .accordion__title {
    min-height: 24.61538vw;
    padding: 3.58974vw 6.15385vw;
    gap: 2.5641vw;
  }
  .presale .accordion__title > img {
    max-width: 11.79487vw;
  }
  .presale .accordion__title > h3 {
    font-size: 3.58974vw;
  }
  .presale .accordion__title > h3 > span {
    font-size: 2.5641vw;
    padding-top: 1.02564vw;
  }
  .presale .accordion__title::after {
    right: 5.12821vw;
    width: 5.38462vw;
    height: 3.33333vw;
  }
  .presale .accordion__title__num {
    width: 5.89744vw;
  }
}

.presale .accordion.is-open .accordion__title::after {
  transform: translateY(-50%) rotate(180deg);
}

.presale .accordion__content {
  padding: 14px 40px 32px;
}

@media screen and (max-width: 768px) {
  .presale .accordion__content {
    padding: 3.58974vw 5.12821vw 6.15385vw;
  }
}

.presale .accordion__content p {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .presale .accordion__content p {
    font-size: 3.58974vw;
  }
}

.app-list {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 4px;
}

.app-list > li {
  color: #828282;
  font-size: 10px;
  text-align: center;
}

.app-list > li img {
  width: auto;
  height: 38px;
}

@media screen and (max-width: 768px) {
  .app-list {
    margin-top: 4.10256vw;
    gap: 1.02564vw;
  }
  .app-list > li {
    font-size: 2.5641vw;
  }
  .app-list > li img {
    height: 9.74359vw;
  }
}

.notes {
  margin-top: 30px;
}

.notes > li {
  margin-top: 4px;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .notes {
    margin-top: 5.12821vw;
  }
  .notes > li {
    margin-top: 1.02564vw;
    font-size: 2.5641vw;
  }
}

.cr-flex-list {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 24px;
}

.cr-flex-list p {
  margin: 0;
  font-weight: 600;
}

.cr-flex-list .notes {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .cr-flex-list {
    flex-direction: row;
    gap: 1.02564vw;
  }
  .cr-flex-list > li {
    min-width: 35.89744vw;
    font-size: 3.58974vw;
  }
}

.acd-notes {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
}

.acd-notes li {
  text-indent: -1em;
  padding-left: 1em;
}

.gold-btn {
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 334px;
  height: 70px;
  border-radius: 5px;
  border: 1px solid #838383;
  background: linear-gradient(90deg, #B87634 0%, #D1A458 47.12%, #F3DD81 100%);
  text-align: center;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  color: #fff;
  font-size: 19px;
  line-height: 26px;
  font-weight: 600;
}

.gold-btn > span {
  font-size: 15px;
}

.gold-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  background: url("/-/media/AeonCard/campaign/lp/tgc/ticket_presale/20250714/images/icon_btn-arrow.svg") no-repeat center center/contain;
  width: 19px;
  height: 19px;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .gold-btn {
    margin: 10.25641vw auto 0;
    width: 70.76923vw;
    height: 17.94872vw;
    border-radius: 1.28205vw;
    font-size: 4.87179vw;
    line-height: 6.66667vw;
  }
  .gold-btn > span {
    font-size: 3.84615vw;
  }
  .gold-btn::after {
    right: 3.58974vw;
    width: 4.87179vw;
    height: 4.87179vw;
  }
}

.about {
  padding: 120px 40px;
}

@media screen and (max-width: 768px) {
  .about {
    padding: 20.51282vw 5.12821vw 12.82051vw;
  }
}

.about::before {
  content: "";
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #ECECEC;
  position: absolute;
  top: 0;
  left: 0;
  transform: skewY(6deg);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .about::before {
    transform: skewY(7.8deg);
  }
}

.about::after {
  content: '';
  background: url("/-/media/AeonCard/campaign/lp/tgc/ticket_presale/20250714/images/line_section_pc.svg") no-repeat left top/cover;
  width: 100%;
  height: 12.82051vw;
  position: absolute;
  bottom: -7.4vw;
  left: 0;
}

@media screen and (max-width: 768px) {
  .about::after {
    background: url("/-/media/AeonCard/campaign/lp/tgc/ticket_presale/20250714/images/line_section_sp.svg") no-repeat left top/cover;
    height: 15.38462vw;
    bottom: -8.2vw;
  }
}

.about__hdg {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .about__hdg img {
    max-width: 39.23077vw;
  }
}

.about__face {
  display: block;
  margin: 52px auto 0;
  width: 156px;
  filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.25));
}

@media screen and (max-width: 768px) {
  .about__face {
    margin: 8.20513vw auto 0;
    width: 23.58974vw;
  }
}

.about .accordion--black.accordion {
  margin-top: 60px;
  border-radius: 5px;
  border: 1px solid #838383;
  background: #323232;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 768px) {
  .about .accordion--black.accordion {
    margin-top: 10.25641vw;
    border-radius: 1.28205vw;
  }
}

.about .accordion--black .accordion__title {
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
  position: relative;
}

.about .accordion--black .accordion__title > h3 {
  color: #FFF;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}

.about .accordion--black .accordion__title::before, .about .accordion--black .accordion__title::after {
  content: '';
  width: 15px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.about .accordion--black .accordion__title::after {
  transition: .3s ease;
  transform: translateY(-50%) rotate(90deg);
}

@media screen and (max-width: 768px) {
  .about .accordion--black .accordion__title {
    height: 19.23077vw;
    padding: 5.12821vw;
  }
  .about .accordion--black .accordion__title > h3 {
    font-size: 6.41026vw;
  }
  .about .accordion--black .accordion__title::before, .about .accordion--black .accordion__title::after {
    right: 7.69231vw;
    width: 3.84615vw;
    height: 0.76923vw;
  }
}

.about .accordion--black.is-open > .accordion__title::after {
  transform: translateY(-50%) rotate(0deg);
}

.about .accordion--black .accordion__content {
  padding: 30px 40px 40px;
}

@media screen and (max-width: 768px) {
  .about .accordion--black .accordion__content {
    padding: 5.12821vw 5.12821vw 7.69231vw;
  }
}

.about .accordion--white.accordion {
  border-radius: 5px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .about .accordion--white.accordion {
    border-radius: 1.28205vw;
  }
}

.about .accordion--white.accordion + .accordion {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .about .accordion--white.accordion + .accordion {
    margin-top: 5.12821vw;
  }
}

.about .accordion--white .accordion__title {
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding: 8px 54px 8px 8px;
  position: relative;
}

.about .accordion--white .accordion__title > img {
  width: 42px;
  height: 34px;
}

.about .accordion--white .accordion__title > h4 {
  font-size: 14px;
  font-weight: 600;
}

.about .accordion--white .accordion__title::before, .about .accordion--white .accordion__title::after {
  content: '';
  width: 11px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.about .accordion--white .accordion__title::after {
  transition: .3s ease;
  transform: translateY(-50%) rotate(90deg);
}

@media screen and (max-width: 768px) {
  .about .accordion--white .accordion__title {
    height: 12.82051vw;
    padding: 2.05128vw 10.25641vw 2.05128vw 2.05128vw;
    gap: 3.07692vw;
  }
  .about .accordion--white .accordion__title > img {
    width: 10.76923vw;
    height: 8.71795vw;
  }
  .about .accordion--white .accordion__title > h4 {
    font-size: 3.07692vw;
  }
  .about .accordion--white .accordion__title::before, .about .accordion--white .accordion__title::after {
    right: 5.12821vw;
    width: 2.5641vw;
    height: 0.51282vw;
  }
}

.about .accordion--white.is-open .accordion__title::after {
  transform: translateY(-50%) rotate(0deg);
}

.about .accordion--white .accordion__content {
  padding: 20px 30px;
}

@media screen and (max-width: 768px) {
  .about .accordion--white .accordion__content {
    padding: 3.07692vw 5.12821vw 5.12821vw;
  }
}

.about .accordion--white .accordion__content p {
  font-size: 14px;
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .about .accordion--white .accordion__content p {
    font-size: 3.07692vw;
    margin-top: 3.07692vw;
  }
}

.about .accordion--white .accordion__content > *:first-child {
  margin-top: 0 !important;
}

.about .accordion--white .acd-notes {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .about .accordion--white .acd-notes {
    margin-top: 3.07692vw;
    font-size: 2.5641vw;
  }
}

.cinema-price {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
}

.cinema-price .label {
  background-color: #323232;
  border-radius: 5px;
  padding: 2px 8px;
  color: #fff;
}

.cinema-price .label > strong {
  font-size: 16px;
}

.cinema-price .label > span {
  font-size: 8px;
}

@media screen and (max-width: 768px) {
  .cinema-price {
    margin-top: 7.17949vw;
    gap: 3.07692vw;
    font-size: 3.07692vw;
  }
  .cinema-price .label {
    border-radius: 1.28205vw;
    padding: 0.51282vw 2.05128vw;
  }
  .cinema-price .label > strong {
    font-size: 4.10256vw;
  }
  .cinema-price .label > span {
    font-size: 2.05128vw;
  }
}

.acd-link {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  text-decoration: underline;
}

.acd-link.a-fc-red {
  color: #e60012;
}

@media screen and (max-width: 768px) {
  .acd-link {
    font-size: 3.07692vw;
  }
}

/********************

  .card-with-spec

*********************/
.card-with-spec {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 698px;
  margin: 65px auto;
}

.card-with-spec .card-box {
  margin: 0;
  width: 40%;
  padding: 0 5.7%;
}

.card-with-spec .card-box .img-cardface {
  box-shadow: 6.6px 7.4px 14px 0 #333333, 0 0 2px 0 #333333;
}

.card-with-spec .spec-table {
  border-collapse: collapse;
  width: 60%;
  font-size: 16px;
}

.card-with-spec .spec-table tr {
  border-top: 1px solid #c2a3a3;
}

.card-with-spec .spec-table tr:last-child {
  border-bottom: 1px solid #c2a3a3;
}

.card-with-spec .spec-table th,
.card-with-spec .spec-table td {
  text-align: left;
  vertical-align: top;
}

.card-with-spec .spec-table th {
  padding: 10px 10px;
  width: 32%;
}

.card-with-spec .spec-table td {
  padding: 10px 0;
  padding-left: 0;
}

@media only screen and (max-width: 768px) {
  .card-with-spec {
    display: block;
    max-width: 600px;
    margin: 30px auto;
  }
  .card-with-spec .card-box,
  .card-with-spec .spec-table {
    margin: 20px auto;
    width: 100%;
  }
  .card-with-spec .card-box {
    max-width: 260px;
    width: 43%;
    padding: 0;
  }
  .card-with-spec .card-box .img-cardface {
    box-shadow: 3.3px 3.7px 7px 0 rgba(51, 51, 51, 0.4), 0 0 2px 0 rgba(51, 51, 51, 0.15);
  }
  .card-with-spec .spec-table {
    font-size: 14px;
    margin-top: 40px;
  }
  .card-with-spec .spec-table th {
    width: 10em;
  }
}

/********************

  .cardbrand-list

*********************/
.cardbrand-list > li {
  display: inline-block;
  width: 36px;
}

/********************

  .txt-icons-list

*********************/
.txt-icons-list {
  font-size: 0;
  margin-top: 2px;
}

.txt-icons-list > li {
  display: inline-block;
  padding: 3px 6px;
  font-size: 13.5px;
  margin: 0 4px 4px 0;
  background-color: #edebe4;
  line-height: 1.3;
  font-weight: 700;
}

.txt-icons-list > li.itemtype-1 {
  background-color: #edebe4;
}

.txt-icons-list > li.itemtype-2 {
  background-color: #a6a298;
  color: #fff;
}

.txt-icons-list > li.itemtype-3 {
  background-color: #d7d5d1;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .txt-icons-list > li {
    display: inline-block;
    font-size: 12px;
    margin: 0 8px 8px 0;
  }
}

.card {
  padding: 120px 40px;
}

@media screen and (max-width: 768px) {
  .card {
    padding: 20.51282vw 5.12821vw 25.64103vw;
  }
}

.card__hdg {
  text-align: center;
  font-size: 28px;
}

@media screen and (max-width: 768px) {
  .card__hdg {
    font-size: 6.15385vw;
  }
}

.card__face {
  display: block;
  margin: 52px auto 0;
  width: 200px;
}

.card__face img {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

@media screen and (max-width: 768px) {
  .card__face {
    margin: 8.20513vw auto 0;
    width: 40vw;
  }
}

.card .gold-btn::after {
  transform: translateY(-50%) rotate(-90deg);
}

/********************

  .to-pagetop-btn

*********************/
.to-pagetop-btn {
  position: fixed;
  display: none;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  transition: opacity 0.2s ease;
  z-index: 5;
}

.to-pagetop-btn:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 768px) {
  .to-pagetop-btn {
    width: 45px;
    height: 45px;
    bottom: 100px;
  }
}

.float-btn {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: rgba(0, 0, 0, 0.1) 0px -10px 15px -5px;
  padding: 15px;
  display: none;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.float-btn > * {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .float-btn {
    gap: 10px;
    padding: 10px;
    justify-content: space-between;
  }
  .float-btn > img {
    width: 55%;
  }
  .float-btn > a {
    width: calc(45% - 10px);
    font-size: 3.33333vw;
    height: 10.25641vw;
    line-height: 1.5;
  }
  .float-btn > a > span {
    font-size: 2.05128vw;
  }
  .float-btn > a::after {
    width: 3.07692vw;
    height: 3.07692vw;
    right: 3.07692vw;
  }
}
