/* ==============================================
	ASSETS PC

	width: -webkit-calc(100% - 127px);
	width: calc(100% - 127px);
	transition: all .2s;
	@include mx.clearfix;
	@include mx.radius(5);
	============================================== */
.header__date {
  display: none;
}

.headline {
  width: 100%;
  position: relative;
  z-index: 0;
  background-color: #f7f7f3;
  border-top: #383834 solid 1px;
  border-bottom: #383834 solid 1px;
}

.headline__inner {
  margin: 0 40px;
  padding: 35px 0 30px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.headline__name {
  font-family: "Oranienbaum", serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 4.2708333333vw;
  line-height: 1em;
  letter-spacing: 0.05em;
}

.headline__ja {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-size: 1.1458333333vw;
  letter-spacing: 0.15em;
  line-height: 1em;
}
.headline__ja span {
  background-color: #383834;
  color: #ffffff;
  line-height: 1.5em;
  display: inline-block;
  padding: 0 20px;
}

.list {
  width: 100%;
  position: relative;
  z-index: 0;
  background-color: #fce8e6;
  border-bottom: #383834 solid 1px;
}

.list__inner {
  margin: 0 40px;
  padding-bottom: 80px;
  position: relative;
  z-index: 0;
}
.list__inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  border-left: #383834 solid 1px;
  border-right: #383834 solid 1px;
  box-sizing: border-box;
}

/* ==============================================
	ASSETS SP

	padding: 150px;
	padding: 40vw;
	@include mx.clearfix;
	@include mx.spimg(width, 200);
	============================================== */
@media screen and (max-width: 1199px) {
  .header__date {
    display: none;
  }
  .headline {
    width: 100%;
    position: relative;
    z-index: 0;
    background-color: #f7f7f3;
    border-top: #383834 solid 1px;
    border-top: #383834 solid 0.2666666667vw;
    border-bottom: #383834 solid 1px;
    border-bottom: #383834 solid 0.2666666667vw;
  }
  .headline__inner {
    margin-left: 15px;
    margin-left: 4vw;
    margin-right: 15px;
    margin-right: 4vw;
    padding-top: 17px;
    padding-top: 4.5333333333vw;
    padding-bottom: 15px;
    padding-bottom: 4vw;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .headline__name {
    font-family: "Oranienbaum", serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 36px;
    font-size: calc(9.6vw * 10 / 16);
    line-height: 1em;
    letter-spacing: 0.05em;
  }
  .headline__ja {
    display: none;
  }
  .list {
    width: 100%;
    position: relative;
    z-index: 0;
    background-color: #fce8e6;
    border-bottom: #383834 solid 1px;
    border-bottom: #383834 solid 0.2666666667vw;
  }
  .list__inner {
    margin-left: 15px;
    margin-left: 4vw;
    margin-right: 15px;
    margin-right: 4vw;
    padding-bottom: 40px;
    padding-bottom: 10.6666666667vw;
    position: relative;
    z-index: 0;
  }
  .list__inner::before {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    height: 4vw;
    border-left: #383834 solid 1px;
    border-left: #383834 solid 0.2666666667vw;
    border-right: #383834 solid 1px;
    border-right: #383834 solid 0.2666666667vw;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  .header__date {
    display: none;
  }
  .headline {
    width: 100%;
    position: relative;
    z-index: 0;
    background-color: #f7f7f3;
    border-top: #383834 solid 1px;
    border-top: #383834 solid 0.2666666667vw;
    border-bottom: #383834 solid 1px;
    border-bottom: #383834 solid 0.2666666667vw;
  }
  .headline__inner {
    margin-left: 15px;
    margin-left: 4vw;
    margin-right: 15px;
    margin-right: 4vw;
    padding-top: 17px;
    padding-top: 4.5333333333vw;
    padding-bottom: 15px;
    padding-bottom: 4vw;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .headline__name {
    font-family: "Oranienbaum", serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 36px;
    font-size: 9.6vw;
    line-height: 1em;
    letter-spacing: 0.05em;
  }
  .headline__ja {
    display: none;
  }
  .list {
    width: 100%;
    position: relative;
    z-index: 0;
    background-color: #fce8e6;
    border-bottom: #383834 solid 1px;
    border-bottom: #383834 solid 0.2666666667vw;
  }
  .list__inner {
    margin-left: 15px;
    margin-left: 4vw;
    margin-right: 15px;
    margin-right: 4vw;
    padding-bottom: 40px;
    padding-bottom: 10.6666666667vw;
    position: relative;
    z-index: 0;
  }
  .list__inner::before {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    height: 4vw;
    border-left: #383834 solid 1px;
    border-left: #383834 solid 0.2666666667vw;
    border-right: #383834 solid 1px;
    border-right: #383834 solid 0.2666666667vw;
    box-sizing: border-box;
  }
}








.list__block {
	background-color: #f7f7f3;
	border: #383834 solid 1px;
	box-sizing: border-box;
	padding: 40px;
}
@media(max-width: 1199px) {
	.list__block {
		border-width: 0.2666666667vw;
		padding: calc(10.6666666667vw / 2);
		margin: auto;
	}
}
.list__block a,
.list__block a * {
	text-decoration: none!important;
}
.list__block ul {
	width: 100%;
	margin: 0 auto;
	font-size: min(20px, 4vw);
}
@media(min-width:1600px) {
	.list__block ul {
		display: flex;
		gap: 40px;
		flex-wrap: wrap;
		justify-content: center;
	}
}
@media(max-width: 1599px) {
	.list__block ul {
	}
}
.list__block ul li {
    border: #383834 solid 1px;
    box-sizing: border-box;
    background-color: #ffffff;
}
@media(min-width:3058px) {
	.list__block ul li {
		width: calc((100% - 120px) / 4);
		max-width: 600px;
	}
}
@media(min-width:2418px) and (max-width:3057px) {
	.list__block ul li {
		width: calc((100% - 80px) / 3);
	}
}
@media(min-width:1600px) and (max-width:2417px) {
	.list__block ul li {
		width: calc((100% - 40px) / 2);
	}
}
@media(max-width: 1599px) {
	.list__block ul li {
		margin-bottom: 40px;
	}
}
@media(max-width: 1199px) {
	.list__block ul li {
		border-width: 0.2666666667vw;
	}
}
.list__block ul li a {
	color: #444;
	transition: .6s all;
	height: 100%;
	display: block;
}
.list__block ul li a:hover {
	text-decoration: none;
}
.list__block ul li a > div {
}
@media(min-width:1600px) {
	.list__block ul li a > div {
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: flex-start;
		padding: 0;
		position: relative;
		height: calc(100% - 40px);
	}
}
.list__block .imgbox {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 20px;
}
@media(min-width:1600px) {
	.list__block .imgbox {
		border-bottom: #383834 solid 1px;
	}
}
@media(max-width: 1599px) {
	.list__block .imgbox {
		width: 100%;
	}
}
.list__block .imgbox span {
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.list__block .inbox {
	position: relative;
	word-break: break-word;
	margin: 0 auto;
	width: 100%;
}
@media(min-width:1600px) {
	.list__block .inbox {
		padding: 22px 22px 11em;
	}
}
@media(max-width: 1199px) {
	.list__block .inbox {
		padding: 0 22px;
		width: 100%;
	}
}
.list__block .live_ico {
	font-family: "noto-sans-cjk-jp", sans-serif;
	font-size: 14px;
	line-height: 1;
	border-bottom: 1px solid #383834;
	padding: 14px 0;
}
@media(max-width: 1199px) {
	.list__block .live_ico {
		border-bottom: #383834 solid 0.2666666667vw;
		font-size: calc(2.6666666667vw * 10 / 16);
	}
}
@media screen and (max-width: 767px) {
	.list__block .live_ico {
		font-size:2.6666666667vw;
	}
}
.list__block .live_title {
	font-family: "noto-sans-cjk-jp", sans-serif;
	font-size: 20px;
	padding: 14px 0;
	line-height: 1.8;
}
@media(max-width:1199px) {
	.list__block .live_title {
		font-size: calc(4vw * 10 / 16);
	}
}
@media(max-width:767px) {
	.list__block .live_title {
		font-size:4vw;
	}
}
.list__block .live_info {
}
@media(min-width:1600px) {
	.list__block .live_info {
		position: absolute;
		bottom: 22px;
		left: 22px;
		width: calc(100% - 44px);
		/*width: calc(100%);
		padding: 0 22px 22px;*/
	}
}
@media(max-width: 1199px) {
	.list__block .live_info {
		width: calc(100%);
		padding: 0 22px 22px;
	}
}
.list__block ul li a div.live_info > div {
	display: flex;
	font-size: 80%;
	margin-bottom: 5px;
}
.list__block ul li a div.live_info > div:last-child {
	margin-bottom: 0;
}
.list__block ul li a div.live_info p {
	font-weight: 400;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	word-break: break-all;
}
.list__block ul li a div.live_info p span {
	display: inline-block;
}
.list__block ul li a div.live_info p.category {
	width: 6em;
	text-align: center;
	background-color: #fce8e6;
	justify-content: center;
	border-radius: 3px;
	padding: 1em 0;
}
.list__block ul li a div.live_info p.live_date,
.list__block ul li a div.live_info p.live_place {
	width: calc(100% - 6em);
	padding: 1em 0 1em 1em;
}
.list__block ul li a div.live_info .schedule {
	padding-top: 5px;
}
@media(min-width: 1600px) {
	.list__block ul li a div.live_info p.live_date,
	.list__block ul li a div.live_info p.live_place {
		padding: 1em;
	}
}
@media(max-width: 1199px) {
	.list__block ul li a div.live_info p.category {
		width: 6em;
	}
	.list__block ul li a div.live_info p.live_date,
	.list__block ul li a div.live_info p.live_place {
		width: calc(100% - 6em);
	}
}

.list__block .list--desc {
  width: 100%;
  border-top: #383834 solid 1px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-content: center;
  height: 40px;
  transition: all 0.3s;
}
@media(max-width: 1199px) {
	.list__block .list--desc {
		border-top: #383834 solid 0.2666666667vw;
	}
}
.list__block .list--desc::after {
	flex-basis: 30px;
	content: "";
	display: block;
	background: url("../img/common/arrow_next.png") center center no-repeat;
	background-size: 7px auto;
	transition: all 0.3s;
}
.list__block a:hover .list--desc::after {
	background-color: #383834;
	background-image: url("../img/common/arrow_next_w.png");
	background-size: 7px auto;
	background-position-x: 65%;
}
@media(max-width: 1199px) {
	.list__block a .list--desc::after {
		background-color: #383834;
		background-image: url("../img/common/arrow_next_w.png");
		background-position-x: 65%;
	}
}





@media(max-width: 1599px) and (min-width: 1200px) {
	.list__block ul li a > div {
		display: block;
	}
	.list__block .imgbox {
		width: calc(40% - 10px);
		padding: 22px;
		float: left;
	}
	.list__block .inbox {
		width: calc(60% - 10px);
		padding: 22px 22px 0;
		float: right;
	}
	.list__block .live_info {
		width: calc(60% - 10px);
		padding: 22px;
		clear: right;
		float: right;
	}
}













