@charset "utf-8";
.imgauto {
  height: auto;
  width: 100%;
  box-sizing: unset;
  line-height: 1rem;
  display: block;
  vertical-align: bottom;
}
.fxw {
  display: flex;
  flex-wrap: wrap;
}
.live-top {
  width: 100%;
  margin-bottom: 20px;
}
.live-area {
  margin-left: auto;
  margin-right: auto;
}
.item-ttl {
  font-weight: normal;
  text-align: center;
}
.item-ttl span {
  background: #000;
  color: #fff;
}
.live-area dd {
  border: 1px solid #000;
}
.live-hours,
.live-mainttl {
  font-weight: bold;
  text-align: center;
}
.live-list {
  margin-left: auto;
  margin-right: auto;
}
.live-ttl {
  text-align: center;
}
.live-ttl span {
  background: linear-gradient(#fff 50%, #f7c5c6 50%);
}
.product li:nth-child(even) {
  margin-right: 0;
}
.product-img {
  width: 100%;
}
.product-name {
  font-weight: normal;
  text-align: center;
}
.live-end {
  text-align: center;
}
.live-btn {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-radius: 70px;
  box-shadow: 16px 15px 17px -6px #c9c9c9;
}
.live-btn a {
  display: block;
  text-align: center;
  background: #d7e7cd;
  border-radius: 70px;
}
.live-btn a span {
  position: relative;
}
.live-btn a span::after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 100;
	content: "\f054";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.what-live {
  margin-left: auto;
  margin-right: auto;
}
.what-live-ttl {
  text-align: center;
}
.what-live li {
  border: 1px solid #bbb;
  border-radius: 20px;
  text-align: center;
  position: relative;
}
.what-live-fukidashi {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  background: url(../images/live/fukidashi.svg) no-repeat;
	background-size: 82%;
	background-position: center bottom 18%;
}
.hwt-maintxt {
  text-align: center;
}
.hwt-ttl {
  text-align: center;
  position: relative;
  z-index: 0;
  font-weight: normal;
}
.hwt-ttl::after {
  content: "";
  display: inline-block;
  background: #c5c5c5;
  width: calc(100% + 2px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.hwt-ttl .arrow,
.hwt-ttl .attention {
  position: relative;
}
.hwt-ttl .arrow::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hwt-ttl .attention::before {
  content: "";
  display: inline-block;
  background: url(../images/live/attention.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hwt-txt {
  text-align: center;
  color: #5c5c5c;
}
.to-top {
  margin: 0 auto;
}
.to-top a {
  display: block;
  text-align: center;
  border: 1px solid #000;
}
.to-top a span {
  position: relative;
}
.to-top a span::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  content: "\f054";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.live-area dd:nth-of-type(4) .hwt-txt{
	margin-top: 0;
}
@media screen and (min-width: 768px) {
  .live-area {
    width: 95%;
    max-width: 800px;
    margin-bottom: 60px;
  }
  .item-ttl {
    font-size: 25px;
  }
  .item-ttl span {
    padding: 18px 100px;
  }
  .live-area dd {
    padding-top: 80px;
    margin: -20px 0 80px 0;
  }
  .live-hours {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .live-mainttl {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .live-list {
    width: 87%;
    margin-bottom: 60px;
  }
  .live-list > li:nth-of-type(1),
  .live-list > li:nth-of-type(2) {
    width: 46%;
    margin-bottom: 30px;
  }
  .live-list > li:nth-of-type(1) {
    margin-right: 8%;
  }
  .live-list > li:nth-of-type(3) {
    width: 100%;
  }
  .live-ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .live-ttl span {
    padding: 0 8px 5px 8px;
  }
  .product li {
    width: 46%;
    margin-right: 8%;
  }
  .product li:nth-of-type(n + 3) {
    margin-top: 8%;
  }
  .product-img {
    margin-bottom: 5px;
  }
  .product-name {
    font-size: 16px;
  }
  .live-end {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .live-btn {
    width: 340px;
    margin-bottom: 60px;
  }
  .live-btn a {
    font-size: 22px;
    padding: 12px 0;
    transition: 0.3s all;
  }
  .live-btn a:hover {
	  opacity: 1;
	  color: #000;
		transform: translateY(3px);
	}
  .live-btn a span {
    padding-right: 30px;
  }
  .live-btn a span::after {
    font-size: 20px;
  }
  .what-live-ttl,
  .what-live-txt {
    font-size: 22px;
  }
  .what-live-ttl {
    margin-bottom: 40px;
  }
  .what-live {
    width: 95%;
    margin-bottom: 60px;
  }
  .what-live li {
    padding: 25px 0;
  }
  .what-live li:not(:last-child) {
    margin-bottom: 30px;
  }
  .what-live-fukidashi {
    width: 180px;
    height: 120px;
    border-radius: 80px / 50px;
    font-size: 22px;
    line-height: 1.2;
    bottom: 50%;
    left: -60px;
  }
  .hwt-maintxt {
    margin-bottom: 60px;
  }
  .hwt-maintxt p:not(:last-child) {
    margin-bottom: 40px;
  }
  .hwt-maintxt p {
    font-size: 22px;
  }
  .hwt-maintxt p span {
    font-size: 18px;
  }
  .hwt-ttl {
    font-size: 25px;
    padding: 20px 0;
  }
  .hwt-ttl .arrow {
    padding-right: 30px;
  }
  .hwt-ttl .arrow::after {
    border-width: 18px 9px 0 9px;
  }
  .hwt-ttl .attention {
    padding-left: 52px;
  }
  .hwt-ttl .attention::before {
    width: 45px;
    height: 45px;
  }
  .hwt-img {
    width: 60%;
    margin: 25px auto;
  }
  .live-area dd:nth-of-type(4) .hwt-img{
		margin-bottom: 60px;
	}
  .hwt-txt {
    font-size: 22px;
    margin: 25px 0;
  }
  .to-top {
    width: 360px;
  }
  .to-top a {
    font-size: 26px;
    padding: 5px 0;
    transition: 0.5s all;
  }
  .to-top a span {
    padding-right: 20px;
  }
  .to-top a span::after {
    font-size: 20px;
    transition: 0.5s all;
  }
}
@media screen and (max-width: 767px) {
  .live-area {
    width: 100%;
    max-width: 500px;
    margin-bottom: 30px;
  }
  .item-ttl {
    width: 85%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.2;
    background: #000;
    padding: 12px 0;
  }
  .live-area dt:nth-of-type(1) .item-ttl,
  .live-area dt:nth-of-type(3) .item-ttl,
  .live-area dt:nth-of-type(4) .item-ttl {
    margin-bottom: -22px;
  }
  .live-area dt:nth-of-type(2) .item-ttl {
    margin-bottom: -35px;
  }
  .live-area dd {
    padding-top: 60px;
    margin-bottom: 60px;
  }
  .live-hours {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .live-mainttl {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .live-list {
    width: 90%;
    margin-bottom: 40px;
  }
  .live-list > li {
    width: 100%;
  }
  .live-list > li:not(:last-child) {
    margin-bottom: 30px;
  }
  .live-ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .live-ttl span {
    padding: 0 7px 4px 7px;
  }
  .live-img {
    width: 60%;
    margin: 0 auto;
  }
  .product li {
    width: 48%;
    margin-right: 4%;
  }
  .product li:nth-of-type(n + 3) {
    margin-top: 4%;
  }
  .product-img {
    margin-bottom: 10px;
  }
  .product-name {
    font-size: 15px;
  }
  .live-end {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .live-btn {
    width: 300px;
    margin-bottom: 50px;
  }
  .live-btn a {
    font-size: 17px;
    padding: 14px 0;
  }
  .live-btn a span {
    padding-right: 25px;
  }
  .live-btn a span::after {
    font-size: 18px;
  }
  .what-live-ttl,
  .what-live-txt {
    font-size: 16px;
  }
  .what-live-ttl {
    margin-bottom: 60px;
  }
  .what-live {
    width: 90%;
    margin-bottom: 40px;
  }
  .what-live li {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .what-live li:not(:last-child) {
    margin-bottom: 20px;
  }
  .what-live-fukidashi {
    width: 129px;
    height: 86px;
    border-radius: 60px / 30px;
    font-size: 15px;
    line-height: 1.2;
    bottom: 75%;
    left: 0;
  }
  .hwt-maintxt {
    margin-bottom: 30px;
  }
  .hwt-maintxt p:not(:last-child) {
    margin-bottom: 20px;
  }
  .hwt-maintxt p {
    font-size: 16px;
  }
  .hwt-maintxt p span {
    font-size: 13px;
  }
  .hwt-ttl {
    font-size: 18px;
    padding: 15px 0;
  }
  .hwt-ttl .arrow {
    padding-right: 20px;
  }
  .hwt-ttl .arrow::after {
    border-width: 12px 6px 0 6px;
  }
  .hwt-ttl .attention {
    padding-left: 35px;
  }
  .hwt-ttl .attention::before {
    width: 28px;
    height: 28px;
  }
  .hwt-img {
    width: 80%;
    margin: 25px auto;
  }
  .live-area dd:nth-of-type(4) .hwt-img{
		margin-bottom: 40px;
	} 
  .hwt-txt {
    font-size: 16px;
    margin: 20px 0;
  }
  .to-top {
    width: 300px;
  }
  .to-top a {
    font-size: 22px;
    padding: 10px 0;
  }
  .to-top a span {
    padding-right: 20px;
  }
  .to-top a span::after {
    font-size: 18px;
  }
}
