.tag {
  background-color: white;
  border: 1px solid #444444;
  display: inline-block;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .tag {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: clamp(12px, 14 / 1920 * 100vw, 14px);
  }
}
@media screen and (max-width: 767px) {
  .tag {
    padding: 4px 8px;
    border-radius: 30px;
    font-size: calc(26 / 750 * 100vw);
  }
}

.whitespace-on {
  white-space: pre-line;
}

.detail .title-area {
  border-bottom: 1px solid #444444;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .detail .title-area {
    padding: 10px 0 20px;
    margin: 30px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .detail .title-area {
    padding: 10px 0 20px;
    margin: 0px 0 20px;
  }
}
.detail .title {
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .detail .title {
    font-size: clamp(18px, 20 / 1920 * 100vw, 20px);
    line-height: clamp(28px, 30 / 1920 * 100vw, 32px);
  }
}
@media screen and (max-width: 767px) {
  .detail .title {
    font-size: calc(34 / 750 * 100vw);
    line-height: calc(53 / 750 * 100vw);
  }
}
.detail .date {
  padding: 20px 0;
}
.detail p {
  word-break: break-all;
  white-space: pre-line;
}
.detail .editor h1 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0.67em 0;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .detail .editor h1 {
    font-size: 1.25em;
  }
}
.detail .editor h2 {
  font-size: 1.3em;
  font-weight: bold;
  margin: 0.75em 0;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .detail .editor h2 {
    font-size: 1.18em;
  }
}
.detail .editor h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0.83em 0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .detail .editor h3 {
    font-size: 1.1em;
  }
}
.detail .editor h4 {
  font-size: 1.15em;
  font-weight: bold;
  margin: 1em 0;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .detail .editor h4 {
    font-size: 1em;
  }
}
.detail .editor h5 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 1.2em 0;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .detail .editor h5 {
    font-size: 0.95em;
  }
}
.detail .editor a {
  color: #ff7301;
  text-decoration: underline;
}

.exhibtion-detail .content-info {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1215686275);
  padding-bottom: 1rem;
}
.exhibtion-detail .content-info > .venue {
  border: 2px solid #ff7301;
  color: #ff7301;
  padding: 2px 12px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 1rem;
}
.exhibtion-detail .content-info-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
.exhibtion-detail .content-info-header > .datetime {
  color: #ff7301;
  font-size: 1rem;
  font-weight: bold;
}
.exhibtion-detail .content-info > .title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .exhibtion-detail .content-info > .title {
    font-size: 1.25rem;
  }
}
.exhibtion-detail .content-info-aside {
  display: flex;
  flex-flow: column;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .exhibtion-detail .content-info-aside > span {
    display: inline-flex;
    flex-flow: column;
  }
}
.exhibtion-detail .content-info-aside > .exhibitor {
  font-size: 0.88rem;
  font-weight: bold;
}
.exhibtion-detail .content-info-aside > .performers {
  font-size: 0.88rem;
  display: inline-flex;
  flex-flow: column;
}
.exhibtion-detail .content-info-aside > .performers p {
  font-weight: bold;
}
.exhibtion-detail .content-info-aside > .performers span {
  display: inline-block;
  font-weight: 400;
}
.exhibtion-detail .content-info-aside-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.exhibtion-detail .content-info-aside-wrapper .ticket-btn {
  background-color: #ff7301;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: white;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 20px;
}
.exhibtion-detail .content-info-aside-wrapper .ticket-btn img {
  width: 20px;
  transform: translateY(-30%);
}
.exhibtion-detail .content .img {
  margin-bottom: 20px;
}
.exhibtion-detail .content .name {
  font-weight: 500;
  margin: 10px 0 20px;
}
@media screen and (min-width: 768px) {
  .exhibtion-detail .content .name {
    font-size: clamp(14px, 16 / 1920 * 100vw, 16px);
    line-height: clamp(28px, 30 / 1920 * 100vw, 32px);
  }
}
@media screen and (max-width: 767px) {
  .exhibtion-detail .content .name {
    font-size: calc(28 / 750 * 100vw);
    line-height: calc(54 / 750 * 100vw);
  }
}
.exhibtion-detail .content .name span {
  color: #ff7301;
}
.exhibtion-detail .content .body {
  white-space: pre-line;
}
@media screen and (min-width: 768px) {
  .exhibtion-detail .content .body {
    font-size: clamp(14px, 16 / 1920 * 100vw, 16px);
    line-height: clamp(28px, 30 / 1920 * 100vw, 32px);
  }
}
@media screen and (max-width: 767px) {
  .exhibtion-detail .content .body {
    font-size: calc(28 / 750 * 100vw);
    line-height: calc(54 / 750 * 100vw);
  }
}

.detail-container {
  word-break: break-all;
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .detail-container {
    max-width: 1200px;
    width: 80%;
    padding: 2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .detail-container {
    width: 92%;
    padding: 8% 0;
  }
}
@media screen and (max-width: 767px) {
  .detail-container .contents-title {
    margin: 10px 0px 25px;
    font-size: calc(83 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .goods-detail .content {
    margin: 20px auto 50px;
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .goods-detail .content {
    width: 94%;
    margin: 4% auto 14%;
  }
}
.goods-detail .content .img {
  width: 60%;
  margin: 40px auto 30px;
}
.goods-detail .content .price {
  color: #ff7301;
}
@media screen and (min-width: 768px) {
  .goods-detail .content .price {
    margin-bottom: 35px;
    font-size: clamp(18px, 20 / 1920 * 100vw, 20px);
    line-height: clamp(28px, 30 / 1920 * 100vw, 32px);
  }
}
@media screen and (max-width: 767px) {
  .goods-detail .content .price {
    margin-bottom: 20px;
    font-size: calc(32 / 750 * 100vw);
    line-height: calc(46 / 750 * 100vw);
  }
}
.goods-detail .content .body {
  white-space: pre-line;
}
@media screen and (min-width: 768px) {
  .goods-detail .content .body {
    font-size: clamp(14px, 16 / 1920 * 100vw, 16px);
    line-height: clamp(28px, 30 / 1920 * 100vw, 32px);
  }
}
@media screen and (max-width: 767px) {
  .goods-detail .content .body {
    font-size: calc(28 / 750 * 100vw);
    line-height: calc(54 / 750 * 100vw);
  }
}

.stage-detail .content-info {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1215686275);
}
.stage-detail .content-info-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
.stage-detail .content-info-header > .datetime {
  color: #ff7301;
  font-size: 1rem;
  font-weight: bold;
}
.stage-detail .content-info-header > .venue {
  border: 2px solid #ff7301;
  color: #ff7301;
  padding: 2px 12px;
  border-radius: 20px;
}
.stage-detail .content-info > .title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .stage-detail .content-info > .title {
    font-size: 1.25rem;
  }
}
.stage-detail .content-info-aside {
  display: flex;
  flex-flow: column;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .stage-detail .content-info-aside > span {
    display: inline-flex;
    flex-flow: column;
  }
}
.stage-detail .content-info-aside > .performers {
  font-size: 0.88rem;
  display: inline-flex;
  flex-flow: column;
}
.stage-detail .content-info-aside > .performers p {
  font-weight: bold;
  margin: 1rem 0;
}
.stage-detail .content-info-aside > .performers span {
  display: inline-block;
  font-weight: 400;
}
.stage-detail .content-info-aside-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .stage-detail .content-info-aside-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 1rem;
  }
}
.stage-detail .content-info-aside-wrapper .ticket-btn {
  background-color: #ff7301;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: white;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 20px;
}
.stage-detail .content-info-aside-wrapper .ticket-btn img {
  width: 20px;
  transform: translateY(-30%);
}
.stage-detail .content-info > .exhibitor {
  font-size: 0.88rem;
  font-weight: bold;
}
.stage-detail .content-info > .performers {
  font-size: 0.88rem;
  font-weight: bold;
}
.stage-detail .img {
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  .stage-detail .title-area {
    padding: 10px 0 20px;
    margin: 0px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .stage-detail .title-area {
    padding: 10px 0 20px;
    margin: 0px 0 20px;
  }
}

.info-1 {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .info-1 {
    display: flex;
    align-items: center;
  }
}
.info-1 .date-time {
  color: #ff7301;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .info-1 .date-time {
    font-size: clamp(18px, 20 / 1920 * 100vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .info-1 .tag {
    margin: 15px 0 10px !important;
  }
}

.name {
  margin: 10px 0 0px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .name {
    font-size: clamp(14px, 16 / 1920 * 100vw, 16px);
    line-height: clamp(28px, 30 / 1920 * 100vw, 32px);
  }
}
@media screen and (max-width: 767px) {
  .name {
    font-size: calc(28 / 750 * 100vw);
    line-height: calc(54 / 750 * 100vw);
  }
}

.performers {
  white-space: pre-line;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .performers {
    font-size: clamp(14px, 16 / 1920 * 100vw, 16px);
    line-height: clamp(22px, 24 / 1920 * 100vw, 24px);
    margin: 0px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .performers {
    font-size: calc(28 / 750 * 100vw);
    line-height: calc(42 / 750 * 100vw);
  }
}

.body {
  margin: 40px 0;
}

@media screen and (min-width: 768px) {
  .ticket-url {
    width: 26%;
    margin: 20px auto 0px;
    min-width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .ticket-url {
    width: 86%;
    margin: 50px auto 0px;
  }
}
.ticket-url .ticket-btn {
  background: transparent linear-gradient(90deg, #ff7301 0%, #ffbc00 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  transition: background-color 0.3s ease;
  text-align: center;
  width: 100%;
  border-radius: 30px;
  border: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ticket-url .ticket-btn {
    padding: 14px 0;
    font-size: 1rem;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .ticket-url .ticket-btn {
    font-size: 1rem;
    font-weight: bold;
    padding: 17px 0 17px 0;
  }
}
.ticket-url .ticket-btn .inner {
  justify-content: center;
  display: flex;
  align-items: center;
  padding-right: 3px;
}
.ticket-url .ticket-btn .ticket-svg {
  margin-right: 7px;
  margin-bottom: 2px;
  width: 30px;
}
@media screen and (max-width: 767px) {
  .ticket-url .ticket-btn .ticket-svg {
    width: 32px;
    left: 8%;
  }
}

@media screen and (min-width: 768px) {
  .list-btn {
    padding: 20px;
    width: 40%;
    font-size: clamp(12px, 14 / 1920 * 100vw, 14px);
  }
}
@media screen and (max-width: 767px) {
  .list-btn {
    margin: 20px;
    width: 50%;
    font-size: calc(28 / 750 * 100vw);
  }
}