@charset "UTF-8";

.sample {
  width: 10%;
  width: 10vw;
  height: 10%;
  height: 10vw;
  margin: 10% 10% 10% 10%;
  margin: 10vw 10vw 10vw 10vw;
  padding: 10% 10% 10% 10%;
  padding: 10vw 10vw 10vw 10vw;
  top: 10%;
  top: 10vw;
  right: 10%;
  right: 10vw;
  bottom: 10%;
  bottom: 10vw;
  left: 10%;
  left: 10vw;
  background: rgba(153, 153, 153, 0.3);
  font-size: 28px;
  font-size: 3.7333333333vw;
}

.contents-area {
  width: 100%;
}

.sale-live-relay {
  width: 100%;
  margin: 0 auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  color: #000;
  background: #fff;
  padding-bottom: 200px;
}

.sale-live-relay a,
.sale-live-relay a:hover {
  text-decoration: none;
}

.sale-live-relay .not-pc {
  display: none;
}

.sale-live-relay .title {
  margin-bottom: 85px;
}

.sale-live-relay .title img {
  width: 100%;
  height: auto;
}

.sale-live-relay .txt-intro {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin-bottom: 120px;
}

.sale-live-relay .live-shopping {
  height: 770px;
}

.sale-live-relay .schedule {
  margin-bottom: 120px;
}

.sale-live-relay .schedule__ttl {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 56px;
  text-align: center;
  line-height: 1;
  margin-bottom: 80px;
}

.sale-live-relay .schedule__ttl span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 16px;
  display: block;
  padding-top: 25px;
}

.sale-live-relay .schedule__block {
  padding: 80px 0;
  background: #F3F1ED;
}

.sale-live-relay .schedule__block:nth-child(odd) {
  background: #FFFFFF;
}

.sale-live-relay .schedule__block-inner {
  width: 846px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.sale-live-relay .schedule__block-day {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 0 30px;
}

.sale-live-relay .schedule__block-logo {
  margin-bottom: 16px;
}

.sale-live-relay .schedule__block-txt {
  line-height: 1;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: bold;
}

.sale-live-relay .schedule__block-line {
  display: flex;
  align-items: center;
  gap: 0 40px;
  margin-bottom: 8px;
}

.sale-live-relay .schedule__block-line-item {
  display: flex;
  align-items: center;
  gap: 0 16px;
  width: 190px;
}

.sale-live-relay .schedule__block-detail-name {
  display: block;
  line-height: 1;
  padding-bottom: 8px;
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

.sale-live-relay .schedule__block-detail-name span {
  font-size: 12px;
}

.sale-live-relay .schedule__block-detail-brand {
  display: block;
  line-height: 1.2;
  font-size: 12px;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.sale-live-relay .schedule__block-live-shopping {
  width: 226px;
  height: 402px;
  /* background: #5e5e5e; */
}

.sale-live-relay .campaign {
  width: 1170px;
  background: #f1d7d7;
  border-radius: 16px;
  padding: 80px 170px;
  margin: 0 auto;
  box-sizing: border-box;
  margin-bottom: 120px;
}

.sale-live-relay .campaign__ttl {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 56px;
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
}

.sale-live-relay .campaign__ttl span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 16px;
  display: block;
  padding-top: 25px;
}

.sale-live-relay .campaign__bnr {
  text-align: center;
  margin-bottom: 40px;
}

.sale-live-relay .campaign__wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.sale-live-relay .campaign__day {
  text-align: center;
  margin-bottom: 15px;
}

.sale-live-relay .campaign__logo {
  text-align: center;
  margin-bottom: 15px;
}

.sale-live-relay .campaign__txt-catch {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.sale-live-relay .campaign__txt-main {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 20px;
}

.sale-live-relay .campaign__txt-note {
  font-size: 16px;
  line-height: 2;
  width: 701px;
  margin: 0 auto 40px;
}

.sale-live-relay .campaign__btn a {
  display: block;
  width: 320px;
  line-height: 60px;
  font-size: 16px;
  border: solid 1px #000;
  margin: 0 auto;
  text-align: center;
}

.sale-live-relay .guest {
  width: 1170px;
  margin: 0 auto 120px;
}

.sale-live-relay .guest__ttl {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 56px;
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
}

.sale-live-relay .guest__ttl span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 16px;
  display: block;
  padding-top: 25px;
}

.sale-live-relay .guest__day {
  text-align: center;
  margin-bottom: 16px;
}

.sale-live-relay .guest__wrap {
  display: flex;
  align-items: center;
  gap: 0 24px;
  margin-bottom: 40px;
  justify-content: center;
}

.sale-live-relay .guest__logo {
  margin-bottom: 15px;
}

.sale-live-relay .guest__instagram {
  display: flex;
  gap: 0 8px;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

.sale-live-relay .guest__instagram::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/s/live-shopping/sale-relay/img/icon_instagram.png) no-repeat center/cover;
}

.sale-live-relay .guest__txt {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  margin-bottom: 40px;
}

.sale-live-relay .guest__bnr {
  text-align: center;
}

.sale-live-relay .bnr-live-shopping {
  text-align: center;
  margin-bottom: 120px;
}

.sale-live-relay .bnr-sale {
  text-align: center;
}

/*# sourceMappingURL=style.css.map */