/* ==============================================
	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;
}

.list__block {
  background-color: #f7f7f3;
  border: #383834 solid 1px;
  box-sizing: border-box;
  padding: 40px 0;
}
.list__block ul {
  margin: 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list__block li {
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
  margin-bottom: 40px;
}
.list__block li:nth-last-child(1), .list__block li:nth-last-child(2) {
  margin-bottom: 0px;
}
.list__block a {
  display: block;
  /*230307削除*/
  /*border: #383834 solid 1px;*/
  box-sizing: border-box;
  transition: all 0.2s;
}
.list__block a:hover {
  opacity: 0.5;
}
/*230307追記*/
.list__block img {
	width: 100%;
}
/* ==============================================
	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;
  }
  .list__block {
    background-color: #f7f7f3;
    border: #383834 solid 1px;
    border: #383834 solid 0.2666666667vw;
    box-sizing: border-box;
    padding-top: 20px;
    padding-top: 5.3333333333vw;
    padding-bottom: 20px;
    padding-bottom: 5.3333333333vw;
  }
  .list__block ul {
    margin-left: 20px;
    margin-left: 5.3333333333vw;
    margin-right: 20px;
    margin-right: 5.3333333333vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .list__block li {
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 5.3333333333vw;
  }
  .list__block li:nth-last-child(1) {
    margin-bottom: 0px;
  }
  .list__block li:nth-last-child(2) {
    margin-bottom: 20px;
    margin-bottom: 5.3333333333vw;
  }
  .list__block a {
    display: block;
    /*230307削除*/
    /*border: #383834 solid 1px;*/
    box-sizing: border-box;
    transition: all 0.2s;
  }
  .list__block a:hover {
    opacity: 0.5;
  }
}

@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;
    border: #383834 solid 0.2666666667vw;
    box-sizing: border-box;
    padding-top: 20px;
    padding-top: 5.3333333333vw;
    padding-bottom: 20px;
    padding-bottom: 5.3333333333vw;
  }
  .list__block ul {
    margin-left: 20px;
    margin-left: 5.3333333333vw;
    margin-right: 20px;
    margin-right: 5.3333333333vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .list__block li {
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 5.3333333333vw;
  }
  .list__block li:nth-last-child(1) {
    margin-bottom: 0px;
  }
  .list__block li:nth-last-child(2) {
    margin-bottom: 20px;
    margin-bottom: 5.3333333333vw;
  }
  .list__block a {
    display: block;
    /*230307削除*/
    /*border: #383834 solid 1px;*/
    box-sizing: border-box;
    transition: all 0.2s;
  }
  .list__block a:hover {
    opacity: 0.5;
  }
}