@charset "UTF-8";


.bgcolor_f5f5f7{
  background-color:#f5f5f7;
}

.udr_link_nav{
  width: 960px;
  margin: 12px auto 0;
}
.udr_link_nav ul{
  display:flex;
  flex-direction: row;
  justify-content: center;
  align-items: end;
  gap:16px;
}
.udr_link_nav ul li{
    width: 100%;
}
.udr_link_nav ul li > a{
  display: flex;
  width: 100%;
  height: 64px;
  background-color: #888888;
  justify-content: center;
  align-items: center;
  border-radius: 4px 4px 0 0;
  box-shadow:-3px 0  12px 3px rgba(0, 0, 0, 0.2) ;
  font-size: 24px;
  color:#ffffff;
}
.udr_link_nav ul li > a:hover{
  text-decoration: none;
  opacity: 0.8;
}

.udr_link_nav ul li > span{
  display: flex;
  width: 100%;
  height: 70px;
  background-color: #bf0000;
  justify-content: center;
  align-items: center;
  border-radius: 4px 4px 0 0;
  box-shadow:-3px 0  12px 3px rgba(0, 0, 0, 0.2) ;
  font-size: 26px;
  color:#ffffff;
}

.ecm-kanban.-gpgiftcard_live-shopping{
  overflow: hidden;
  margin-bottom: 64px;
}
.ecm-kanban.-gpgiftcard_live-shopping picture{
  min-width: 1024px;
  max-width: 1464px;
  position: relative;
  left: 50%;
  display: block;
  transform: translateX(-50%);
  background-image:
   linear-gradient( 135deg,transparent 0,transparent 310px, #fff3c2 310px,#fff3c2 50%,transparent 51%),
   linear-gradient( 130deg,transparent 0,transparent 50%,#fff3c2 50%,#fff3c2 1041px,transparent 1041px,transparent 1500px)
   ;
  background-position: center center;
  background-size:1464px auto ;
  background-color: #ffbd59;
}
.ecm-kanban.-gpgiftcard_live-shopping .ecm-kanban-image{
  min-width: 1024px;
  max-width: 1464px;
  /* position: relative; */
  /* left: 50%;
  display: block;
  transform: translateX(-50%); */
}

/* live-shopoing unique */

.live-shopping_title{
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color:#333333;
  margin-bottom: 40px;
}

.white_shadow_box{
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  padding: 60px 0 40px;
  margin-bottom: 60px;
}
.white_shadow_box > *{
  padding: 0 2.5vw;
  text-align: center;
}

.white_shadow_box .schedule_ribbon{
  display: block;
  width:5.84em;
  margin: 0 auto 20px;
  background-color: #bf0000;
  text-align: center;
  line-height: 2.5;
  font-size: 24px;
  color:#ffffff;
  font-weight: bold;
}
.white_shadow_box .schedule_date{
  font-size: 40px;
  color:#333333;
  font-weight: bold;
  margin-bottom: 16px;
}
.white_shadow_box .schedule_next{
  font-size: 24px;
  color:#333333;
  margin-bottom: 36px;
}
.white_shadow_box .end_ribbon{
  display: block;
  width:5.84em;
  margin: 0 auto 20px;
  background-color: #f5f5f7;
  border:1px solid #cccccc;
  text-align: center;
  line-height: 2.5;
  font-size: 24px;
  color:#333333;
  font-weight: bold;
}
.white_shadow_box .end_date{

  font-size: 32px;
  color:#333333;
}
.white_shadow_box .end_date + .end_date{
  margin-top: 0.2em;
}
.live_archive_list a{
  color:#3c6383;
  text-align: left;
}
.live_archive_list a ._img{
  border-radius: 16px;
  overflow: hidden;
}
.live_archive_list .live_title{
  font-size: 12px;
  font-weight: bold;
  margin: 0.2em auto;
  /* width: 10em; */
  height: 3em;
  position: relative;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.live_archive_list .live_date{
  font-size:10px;
  margin-top: 0.6em;
}