@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

/* ==========================================================================
// フォントサイズ----------------------
========================================================================== */
@media screen and (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 850px) {
  html {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 540px) {
  html {
    font-size: 3.6vw;
  }
}
img {
  width: 100%;
  height: auto;
}

body {
  font-family: Playfair Display;
  color: white;
  position: relative;
}
main {
  background: linear-gradient(to bottom, #000000 10%, #000000 27%, #474868DB 86%, #03060B 100%);
  padding-bottom: 0rem;
}
@media screen and (max-width: 540px) {
  main {
    padding-bottom: 2rem;
    background: linear-gradient(to bottom, #000000 10%, #000000 20%, #474868DB 86%, #03060B 100%);
  }
}

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

.sp {
  display: none !important;
}
@media screen and (max-width: 540px) {
  .sp {
    display: block !important;
  }
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

h2 {
  color: #fff;
  margin: 0 auto;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  font-family: Playfair Display;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 6rem;
}
@media screen and (max-width: 540px) {
  h2 {
    margin-top: 3rem;
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
}
h2 img {
  height: 4.4rem;
  width: auto;
}
@media screen and (max-width: 540px) {
  h2 img {
    height: 2.9rem;
  }
}

.c-content {
  width: 1350px;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 540px) {
  .c-content {
    max-width: 90%;
  }
}
.c-content h3 {
  text-align: center;
  color: white;
  font-size: 1.9rem;
}
@media screen and (max-width: 540px) {
  .c-content h3 {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
}

.group {
  position: absolute;
  right: 0;
  top: 68vw;
  width: 30vw;
}
@media screen and (max-width: 540px) {
  .group {
    width: 16rem;
    top: 158vw;
  }
}

.p-concert {
  padding-top: 5rem;
}
@media screen and (max-width: 540px) {
  .p-concert {
    padding-top: 0rem;
  }
}
.p-concert h2 {
  font-size: 3rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 540px) {
  .p-concert h2 {
    font-size: 2.2rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
}

.p-concert-asia {
  margin-bottom: 3rem;
}

.p-concert-america {
  margin-bottom: 3rem;
}

.schedule-wrap2 {
  margin-bottom: 7rem;
}
.schedule-wrap2 h3 {
  font-size: 2.5rem;
  line-height: 1;
}
@media screen and (max-width: 540px) {
  .schedule-wrap2 h3 {
    font-size: 1.8rem;
  }
}
.schedule-wrap2 h3 span {
  font-size: 1.2rem;
}
@media screen and (max-width: 540px) {
  .schedule-wrap2 h3 span {
    font-size: 1rem;
  }
}
.schedule-wrap2 h3 div {
  width: 300px;
  margin: 0.7rem auto;
}
@media screen and (max-width: 540px) {
  .schedule-wrap2 h3 div {
    width: 200px;
  }
}
.c-btn {
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-family: "Noto Serif JP", serif;
  background-color: #aa4a31;
  display: block;
  padding: 0.24rem 0;
  text-decoration: none;
  color: white;
  transition: 0.3s;
  border: 1px solid #aa4a31;
  width: 11rem;
  text-align: center;
}
@media screen and (max-width: 540px) {
  .c-btn {
    font-size: 1.375rem;
    line-height: 1.3;
  }
}
.c-btn:hover {
  opacity: 0.9;
  transition: 0.3s;
}
@media screen and (max-width: 540px) {
  .c-btn {
    text-align: center;
    margin-top: 0.8rem;
    padding: 0.4rem 4.2rem;
    width: auto;
  }
}
.c-btn span {
  font-size: 0.6875rem;
  height: auto !important;
  display: block;
  display: flex;
  justify-content: center;
  line-height: 1.1;
}
@media screen and (max-width: 540px) {
  .c-btn span {
    font-size: 0.875rem;
  }
}

.c-btn.tbc {
  pointer-events: none;
  background-color: rgb(190, 190, 190);
  color: rgb(106, 106, 106);
  border: 1px solid rgb(190, 190, 190);
  margin-bottom: 1rem;
}
.c-btn.active {
  background-color: #2B5CAA;
  color: #fff;
  border: none;
}

.p-about {
  position: relative;
  margin-top: 10rem;
}
@media screen and (max-width: 540px) {
  .p-about {
    margin-top: 6rem;
  }
}
.p-about .deco {
  width: 100%;
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 540px) {
  .p-about .deco {
    top: 5%;
    width: 80%;
  }
}
.p-about .p-about__logo {
  width: 15rem;
  margin: 0 auto;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 540px) {
  .p-about .p-about__logo {
    width: 9rem;
  }
}
.p-about .p-about__txt {
  position: relative;
  z-index: 11;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 540px) {
  .p-about .p-about__txt {
    font-size: 1.14rem;
  }
}
.p-about .p-about__txt p {
  color: white;
}
.p-about h2 {
  margin: 0;
  position: relative;
  z-index: 11;
  margin: 2rem auto 3rem;
  text-align: center;
}
@media screen and (max-width: 540px) {
  .p-about h2 {
    margin: 1.2rem auto 2.2rem;
  }
}
@media screen and (max-width: 540px) {
  .p-about .p-about-flex {
    flex-direction: column-reverse;
  }
}
.p-about .p-about-flex p {
  width: 100%;
  text-align: justify;
  word-break: break-all;
  line-height: 1.8;
  font-size: 0.92rem;
}
@media screen and (max-width: 540px) {
  .p-about .p-about-flex p {
    width: 100%;
    font-size: 1rem;
  }
}
.p-about .p-about-flex .photo {
  width: 20rem;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.p-about__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3%;
  margin-bottom: 4rem;
}
@media screen and (max-width: 540px) {
  .p-about__sns {
    justify-content: center;
    gap: 10%;
  }
}
.p-about__sns a {
  padding: 0.25rem 0;
  color: white;
  text-align: center;
  text-decoration: none;
}
.p-about__sns a svg {
  width: auto;
  height: 3rem;
  transition: 0.2s;
}
.p-about__sns a svg:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.p-about__sns a:nth-child(2) svg {
  width: auto;
  height: 2.3rem;
}
.p-about__sns a:nth-child(3) svg {
  width: auto;
  height: 2.3rem;
}
.p-about__sns a:nth-child(4) svg {
  width: auto;
  height: 2.5rem;
}
.p-about__sns a:hover {
  transition: 0.2s;
  background-color: initial !important;
  color: #000;
}
.p-movie {
  margin-top: 13rem;
}
@media screen and (max-width: 540px) {
  .p-movie {
    margin-top: 5rem;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube p {
  margin-top: 2rem;
  text-align: center;
  font-size: 1.4rem;
  font-family: Playfair Display;
  margin-bottom: 2rem;
  color: #fff !important;
}
.youtube span {
  font-size: 1.2rem;
  color: #fff;
}
.youtube .title {
  font-size: 2.5rem;
  font-family: Playfair Display;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 540px) {
  .youtube .title {
    font-size: 1.8rem;
  }
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.p-mv img {
  object-fit: cover;
  aspect-ratio: 1393 / 984;
  pointer-events: none;
  user-drag: none;
  -webkit-user-drag: none;
}

.l-footer {
  padding-top: 15rem;
  padding-bottom: 3rem;
  background-color: #03060B;
  padding-block-end: 2rem !important;
}
@media screen and (max-width: 540px) {
  .l-footer {
    padding-top: 3rem;
  }
}
.l-footer a:hover {
  background-color: white;
  color: #000;
}
.l-footer a .cls-1 {
  fill: black;
}

.l-footer__shareLink svg .cls-1 {
  fill: rgb(255, 255, 255);
  transition: 0.3s;
}

.l-footer__shareLink:hover svg .cls-1 {
  fill: rgb(0, 0, 0);
  transition: 0.3s;
}

.l-footer__shareLink svg path {
  transition: 0.3s;
}

.l-footer__shareLink:hover svg path {
  fill: rgb(0, 0, 0);
  transition: 0.3s;
}

.l-footer__detail {
  margin-block: 7rem 5rem;
}

.l-footer__privacy {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.72px;
  font-family: "Noto Serif JP", serif;
  display: block;
  transition: 0.3s;
}

a.l-footer__privacy:hover {
  opacity: 0.6;
  background-color: transparent;
  color: #fff;
}

.l-footer__copyright {
  text-align: center;
  font-weight: 400;
  font-size: 8px;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  margin-top: 2rem;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__copyright {
    font-size: 0.7rem;
  }
}
.l-footer__shareItem {
  margin-inline-start: 16px;
  margin-inline-end: 16px;
}

.l-footer__shareLink {
  display: block;
  width: 12rem;
  max-width: 100%;
  height: 4rem;
  border: 1px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.3s;
  transition-property: background color;
  transition-timing-function: ease-out;
  cursor: pointer;
}
.l-footer__shareLink svg {
  width: 2rem;
  margin-right: 1rem;
}
@media only screen and (max-width: 540px) {
  .l-footer__shareLink svg {
    height: 2rem;
    width: auto;
  }
}

@media only screen and (max-width: 540px) {
  .l-footer__shareLink {
    width: 10rem;
    height: 3rem;
    text-align: center;
  }
}
.l-footer__shareLink img {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-inline-end: 7px;
  filter: invert(1);
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__shareLink img {
    width: 18px;
    height: 18px;
  }
}
.l-footer__shareLink span {
  display: inline-block;
  font-size: 12px;
  font-size: 2rem;
  line-height: 2rem;
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__shareLink span {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 20px;
  }
}
.l-footer__shareLink:focus {
  background-color: #fff;
}

.l-footer__shareLink:focus img {
  filter: invert(0);
}

@media (hover: hover) and (pointer: fine) {
  .l-footer__shareLink:hover img {
    filter: invert(0);
  }
}
.browser-is-ie .l-footer__shareLink:hover {
  background-color: #fff;
  color: #000;
}

.browser-is-ie .l-footer__shareLink:hover img {
  filter: invert(0);
}

.l-footer__heading {
  font-size: 14px;
  font-size: 2.5rem;
  text-align: center;
  font-weight: medium;
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__heading {
    font-size: 1.15rem;
    text-align: center;
  }
}
.l-footer__heading._sns {
  margin-block-start: 0px;
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__heading._share {
    margin-block-start: 10px;
  }
}
#l-footer-container {
  width: 100%;
  margin: 0 auto;
  background-color: #000;
}

.swiper-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.swiper-wrapper {
  /* overflow: hidden; */
  width: 100%;
  padding: 0 0 3rem 0;
}

.p-banner__content {
  max-width: 100%;
  width: 100%;
}

.u-hidden {
  display: none !important;
}

.l-footer {
  padding-block-end: 40px;
  color: white;
}
.l-footer .banner {
  width: 800px;
  max-width: 90%;
  border: 1px solid #646464;
  margin: 0 auto 12rem;
}
@media only screen and (max-width: 540px) {
  .l-footer .banner {
    margin-bottom: 5rem;
    margin-top: 1rem;
  }
}
.l-footer .banner a:hover {
  background-color: initial;
}
.l-footer li {
  list-style: none;
}
.l-footer a {
  text-decoration: none;
  color: white;
}

.l-footer__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.l-footer__sns._menu {
  margin-block-start: 60px;
}

.l-footer__sns._footer {
  margin-block-start: 50px;
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__sns._footer {
    margin-block-start: 30px;
  }
}
.l-footer__sns._share {
  margin-block-start: 50px;
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__sns._share {
    margin-block-start: 30px;
  }
}
.l-footer__sns .l-footer__snsItem {
  margin-inline-start: 25px;
  margin-inline-end: 25px;
}

.l-footer__sns .l-footer__snsItemLink {
  display: block;
  width: 3rem;
  height: 3rem;
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: ease-out;
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__sns .l-footer__snsItemLink {
    width: 20px;
    height: 20px;
  }
}
.l-footer__sns .l-footer__snsItemLink img {
  filter: invert(1);
}

.l-footer__sns .l-footer__snsItemLink:focus {
  opacity: 0.5;
}

@media (hover: hover) and (pointer: fine) {
  .l-footer__sns .l-footer__snsItemLink:hover {
    opacity: 0.5;
  }
}
.browser-is-ie .l-footer__sns .l-footer__snsItemLink:hover {
  opacity: 0.5;
}

.p-banner {
  width: 780px !important;
  max-width: 100%;
}

.p-banner__block {
  padding: 6rem 6rem;
  background-color: rgba(255, 255, 255, 0.2);
  width: 90%;
  margin: 0 auto;
}

@media only screen and (max-width: 47.9375em) {
  .p-banner__block {
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.p-banner__content {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 47.9375em) {
  .p-banner__content {
    max-width: 100%;
  }
}
.c-banner img {
  max-width: 100%;
  background-color: #000;
  margin-top: 100px;
  transition: 0.3s;
}

.c-banner img:hover {
  opacity: 0.7;
  transition: 0.3s;
}

@media only screen and (max-width: 47.9375em) {
  .c-banner img {
    margin-top: 50px;
  }
}
.pink {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1%;
  left: 0;
  right: 0;
  background-color: #030b0c;
}

.tab {
  margin: 0 auto;
}

/* タブメニュー */
.tab__menu {
  display: flex;
  align-items: flex-end; /* メニューを下揃え */
  justify-content: center;
  min-height: 2.5rem;
  padding: 0;
  margin: 0;
}

.tab__menu-item {
  list-style: none;
  width: 24%;
  padding: 0.8rem 5px; /* メニューに高さを付ける */
  text-align: center;
  margin-right: 6px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s; /* アニメーション */
}
@media screen and (max-width: 540px) {
  .tab__menu-item {
    font-size: 0.9rem;
    padding: 0.2rem 0.5rem;
    white-space: nowrap;
  }
}

.tab__menu-item:last-of-type {
  margin-right: 0px;
}

/* is-activeがついている時のスタイル */
.tab__menu-item.is-active {
  background-color: #2B5CAA;
  color: #ffffff;
  padding: 1rem 0.4rem;
}

/* タブパネル */
.tab__panel {
  width: 100%;
}

.tab__panel-box {
  min-height: 400px;
  padding: 1rem 0;
  border-radius: 10px;
}

.tab__panel-box001 {
  display: none;
}

.tab__panel-box002 {
  display: none;
}

.tab__panel-box003 {
  display: none;
}

/* is-showがついている時のスタイル */
.tab__panel-box.is-show {
  display: block;
}

.profile {
  width: 97%;
  margin: 0 auto;
  margin-top: 10rem;
}
@media screen and (max-width: 540px) {
  .profile {
    width: 90%;
    margin-top: 5rem;
  }
}
.profile h2 {
  margin-bottom: 1rem;
}

.profile-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 4rem;
}
@media screen and (max-width: 540px) {
  .profile-wrap:after {
    content: "";
    width: 48%;
  }
}

.profiel-info {
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.profiel-info .nick-name {
  font-size: 1.1rem;
  display: inline-block;
}
.profiel-info .name-en {
  font-size: 0.85rem;
  line-height: 1;
  display: inline-block;
}
.profiel-info .name-jp {
  font-size: 0.85rem;
  display: inline-block;
}
.profiel-info .birth {
  font-size: 0.85rem;
  display: inline-block;
}

.profile-box {
  width: 310px;
}

.profile-box .img-max {
  pointer-events: none;
}

@media screen and (max-width: 1350px) {
  .profile-box {
    width: 20vw;
  }
}
@media screen and (max-width: 540px) {
  .profile-box {
    width: 48%;
  }
}

.tourBanner__inner {
  max-width: 1280px;
  margin-inline: auto;
  margin-top: 10rem;
}

.tourBanner__container {
  background: linear-gradient(to bottom, #DCDEFF 0%, #959CF9 50%, #BE8CFA 100%);
  padding-bottom: 80px;
  padding-inline: 16px;
}

.tourBanner__logo {
  max-width: 430px;
  width: 100%;
  margin-inline: auto;
}

.tourBanner__wrap {
  max-width: 802px;
  width: 100%;
  margin-inline: auto;
  display: grid;
  gap: 54px;
}

.tourBanner__item img{
  pointer-events: none;
  user-drag: none;
  -webkit-user-drag: none;
}

@media screen and (max-width: 540px)  {
  .tourBanner__container {
    padding-bottom: 52px;
  }
}

.youtube {
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 16/9;
  margin-bottom: 6rem;
}
@media screen and (max-width: 540px) {
  .youtube {
    width: 100%;
  }
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

table {
  border-top: 1px solid #909090;
  border-collapse: collapse;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}
@media screen and (max-width: 540px) {
  table {
    border: none;
  }
}
table tbody {
  width: 100%;
}
@media screen and (max-width: 540px) {
  table .schedule-title {
    display: flex;
    align-items: flex-end;
  }
}
table .schedule-title th {
  padding: 1rem;
}
@media screen and (min-width: 540px) {
  table .schedule-title th:nth-child(3) {
    width: 170px;
  }
}
@media screen and (min-width: 540px) {
  table .schedule-title th:nth-child(4) {
    width: 300px;
  }
}
@media screen and (min-width: 540px) {
  table .schedule-title th:nth-child(5) {
    width: 300px;
  }
}
@media screen and (max-width: 540px) {
  table .schedule-title th {
    background-color: initial;
    font-size: 0.9rem;
    border: none;
    padding-left: 0;
  }
}
table th {
  text-align: left;
  padding: 1rem;
  border-bottom: 1px solid #909090;
}
@media screen and (max-width: 540px) {
  table th {
    border: none;
    padding: 0.1rem;
    padding-top: 1rem;
  }
}
table td {
  padding: 1.1rem;
  font-size: 0.85rem;
  font-family: "Noto Serif JP", serif;
  border-bottom: 1px solid #909090;
  position: relative;
}
@media screen and (min-width: 540px) {
  table td::after {
    position: absolute;
    right: 0;
    content: "";
    width: 1px;
    background-color: #909090;
    height: 60%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
table td:last-child::after {
  content: initial;
}
@media screen and (max-width: 540px) {
  table td {
    border: none;
    padding: 0.1rem;
  }
}
table td a {
  word-break: break-all;
}
@media screen and (max-width: 540px) {
  table tr,
  table th,
  table td {
    display: block;
  }
}

.tableBottomText {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  padding-top: 40px;
  text-align: center;
}

.tableBottomText::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform:  translateX(-50%) rotate(90deg);
  content: "…";
}


.caption {
  font-size: 0.9rem;
  margin-top: 24px;
}

.p-concert-asia {
  margin-bottom: 6rem;
}

.city-title {
  font-size: 1.4rem;
  position: relative;
}
@media screen and (min-width: 540px) {
  .city-title::after {
    position: absolute;
    right: 0;
    content: "";
    width: 1px;
    background-color: #909090;
    height: 60%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
@media screen and (max-width: 540px) {
  .city-title {
    border-top: 2px solid #909090;
    font-size: 1.8rem;
  }
}

.on-sale {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.on-sale span {
  color: #FF1B1B;
}

@media screen and (max-width: 540px) {
  .on-sale {
    font-size: 1rem;
    padding-bottom: 1.8rem;
  }
}
.on-sale a {
  color: #A2C6FF;
}

.venue-title {
  font-size: 1.15rem;
  text-decoration: none;
  font-weight: bold;
}

.venue-title a,
.venue-title p {
  text-decoration: none;
  color: #A2C6FF;
}

.venue-title a {
  display: grid;
  gap: 4px;
  align-items: flex-end;
  grid-template-columns: auto 16px;
  width: fit-content;
}

.venue-title a::after {
  content: "";
  background-image: url(../images/common/icon-open.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
}

.btn-wrap {
  margin-top: 0.5rem;
}
@media screen and (max-width: 540px) {
  .btn-wrap {
    font-size: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .btn-wrap .c-btn {
    margin-bottom: 0.3rem;
  }
}

@media screen and (max-width: 540px) {
  .date-info {
    font-size: 1.1rem;
  }
}

.p-concert-america table.comingsoon .city-title {
  width: 30%;
}
@media screen and (max-width: 540px) {
  .p-concert-america table.comingsoon .city-title {
    width: 100%;
  }
}
.p-concert-america table.comingsoon td {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 540px) {
  .p-concert-america table.comingsoon td {
    padding-bottom: 2rem;
    padding-top: 1.8rem;
  }
}
.table-tab {
  text-align: right;
}
@media screen and (max-width: 540px) {
  .table-tab {
    margin: 1rem 0;
    text-align: center;
  }
}

.table-tab p {
  cursor: pointer;
  padding: 10px;
  display: inline-block;
}
@media screen and (max-width: 540px) {
  .table-tab p {
    padding: 0.4rem 0.1rem;
  }
}

.tab-link {
  border: 1px solid #909090;
  width: 50px;
  text-align: center;
}
@media screen and (max-width: 540px) {
  .tab-link {
    width: 3rem;
  }
}

.table-tab p.active {
  background-color: #ea463a;
  color: white;
  border: 1px solid rgb(141, 71, 71);
  filter: drop-shadow(0px 0px 16px rgba(194, 68, 36, 0.6));
}

.table-tab.america p {
  filter: initial;
}

.tab-content {
  display: none;
  margin-top: -1px;
}

.tab-content.active {
  display: block;
}

.add-hook {
  position: relative;
}

.add-label {
  position: absolute;
  top: 0.5rem;
  left: -0.6rem;
  z-index: 1;
  font-size: 0.9rem;
  padding: 1rem;
  box-sizing: border-box;
  white-space: nowrap;
  color: #ea463a;
  text-shadow: 0px 0px 8px rgba(234, 70, 58, 0.35);
}
@media screen and (max-width: 540px) {
  .add-label {
    position: static;
    font-size: 1.1rem;
  }
}/*# sourceMappingURL=style.css.map */

/* 20250820追加 */
.goods-flex {
  display: flex;
}
.goods-item {
  margin: auto;
  width: 30%;
  text-align: center;
}
.goods-country {
  text-align: center;
  padding-bottom: 5px;
  padding-top: 20px;
  display: inline-block;
}

@media screen and (max-width: 540px) {
  .goods-flex {
  display: flex;
  flex-direction: column;
}
  .goods-item {
  width: 100%;
}
}
