#content {
  width: 100%;
  margin: 0;
}
p, div {
  font-feature-settings: normal;
}
div.header-live {
  background-color: #fff;
  margin: 1rem 0 .5rem;
}
img.header-live {
  display: block;
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  object-fit: scale-down;
}
.event-date {
  font-size: 1rem;
  line-height: 1.25em;
  color: #707070;
  text-align: right;
  text-decoration: none;
}
#main-content {
  padding: 0 20px 0 20px;
  background-color: #ffffff;
  max-width: 720px;
}
#live-title h1 {
  margin: 20px 0 10px 0;
  font-weight: 400;
  line-height: 1.25;
}
#live-title h3 {
  margin: 10px 0 10px 0;
}
#live-title p {
  margin: 10px 0 20px 0;
}
#live-box {
  display: flex;
  flex-direction: column;
}
.live-box {
  /* max-width: 1152px; */
}
.live-package-desc-box {
  margin: 2rem 0 2rem 0;
}
.live-package-desc-box.margin-top-0 {
  margin: 0 0 2rem 0;
}
#live-youtube-box {
  display: flex;
  justify-content: center;
  min-height: 472px;
  background: url("/live/images/instore-bg_pc.jpg") center center / cover no-repeat fixed;
  margin: 0 calc(50% - 50vw);
  padding: 20px 0;
}
#live-video-box {
  display: flex;
  position: relative;
  height: 0;
  padding-bottom: 0;
  width: 100%;
  max-width: 800px;
}
#live-video-box-iframe {
  display: flex;
  position: relative;
  height: 0;
  padding-bottom: calc((100%) * 9 / 16);
  width: 100%;
  max-width: 800px;
  margin: 0 32px 0 0;
}
#live-video-box-iframe.live-video-box-center {
  margin: 0 auto;
}
#live-video-box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#live-photo-box {
  display: flex;
  position: relative;
  height: auto;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
#live-photo-box img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
}
#live-package-desc-box .desc {
  margin-top: 1rem;
}
#article {
  padding: 0 0 0 0;
  margin-bottom: 0;
}
#article .event_date {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#article .event_box {
  margin-bottom: 0.5rem;
}
#article .event_box .article-embedded figure img {
  height: 100%;
  margin-bottom: 0;
}
#article .event_sub_title {
  font-weight: bold;
}
#article .event_item_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#article .event_item_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#live-package-box #article .event_item_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  justify-content: space-evenly;
}
#article .event_item {
}
#article .package {
  width: 140px;
  height: auto;
  margin: 0 auto 1rem;
}
#article .package a:any-link {
  color: #303030;
}
#article .package .package-image {
  position: relative;
  width: 140px;
  height: 140px;
}
#article .package .package-image.soldout {
  width: 140px;
  height: 140px;
}
#article .package .package-image.soldout::after {
  content: 'SOLD OUT';
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 140px;
  color: #fff;
  background: rgba(0,0,0,0.5);
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  line-height: 140px;
}
#article .package .package-image.endofsales {
  width: 140px;
  height: 140px;
}
#article .package .package-image.endofsales::after {
  content: 'End of Sales';
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 140px;
  color: #fff;
  background: rgba(0,0,0,0.5);
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  line-height: 140px;
}
#article .package .img {
  margin-bottom: 0;
  width: 140px;
  height: 140px;
  object-fit: contain;
}
#article .package .package-content {
  padding: 6px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #303030 !important;
  line-height: 1.4;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 !important;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 95px;
}
#article .package .price {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1;
  color: #c1272d !important;
  margin: 12px 0 0 0;
  text-align: right;
  font-family: "Libre Franklin",Helvetica,sans-serif;
  height: 15px;
}
.package-iframe {
  display: flex;
  justify-content: center;
  margin: 1rem auto;
}
.sns-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  justify-content: space-evenly;
  align-items: flex-start;
  align-content: flex-start;
  margin-top: 1rem;
}
.sns-box > *:nth-child(odd) {
  margin: 10px 10px 10px 0 !important;
}
.sns-box > *:nth-child(even) {
  margin: 10px 0 10px 0 !important;
}
.sns-box > *:nth-child(odd):last-child {
  margin: 10px auto 10px !important;
}

@media screen and (max-width: 896px) and (orientation: landscape) {
  #main-content {
    padding: 0 10px 0 10px;
  }
  #live-youtube-box {
    min-height: 0;
    margin-top: 4px;
  }
  #live-video-box {
    width: 70%;
    margin: 0 0 0 0;
    padding-bottom: calc(70% * 9 / 16);
  }
  #live-video-box-iframe {
    width: 100%;
    margin: 0 0 0 0;
    padding-bottom: calc(100% * 9 / 16);
  }
  #live-comment-box {
    display: none;
  }
  #live-package-box {
    margin-top: 6px;
  }
  #live-package-desc-box {
    margin: 0 0 2rem;
  }
  #article .event_item_box {
    justify-content: space-around;
    justify-content: space-evenly;
  }
  .sns-box {
    justify-content: space-around;
    justify-content: space-evenly;
  }
  .sns-box > *:nth-child(odd),
  .sns-box > *:nth-child(even),
  .sns-box > *:nth-child:last-child {
    margin: 5px 0 !important;
  }
}

@media screen and (max-width: 641px) {
  #main-content {
    padding: 0 10px 0 10px;
  }
  #live-youtube-box {
    min-height: 0;
    background: url("/live/images/instore-bg_sp.jpg") center center / cover no-repeat fixed;
    padding: 15px;
  }
  #live-video-box {
    width: 100%;
    margin: 0 0 0 0;
    padding-bottom: calc(100% * 9 / 16);
  }
  #live-video-box-iframe {
    width: 100%;
    margin: 0 0 0 0;
    padding-bottom: calc(100% * 9 / 16);
  }
  #live-comment-box {
    display: none;
  }
  #live-package-box {
    margin-top: 6px;
  }
  #live-package-desc-box {
    margin: 0 0 2rem;
  }
  #article .event_item_box {
    justify-content: space-around;
    justify-content: space-evenly;
  }
  .sns-box {
    justify-content: space-around;
    justify-content: space-evenly;
  }
  .sns-box > *:nth-child(odd),
  .sns-box > *:nth-child(even),
  .sns-box > *:nth-child:last-child {
    margin: 5px 0 !important;
  }
}
