/* ==============================================
	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;
  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__categories {
  background-color: #e8e8e3;
  border: #383834 solid 1px;
  border-bottom: none;
  position: relative;
  padding-top: 20px;
}
.list__categories::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-color: #f7f7f3;
  border-top: #383834 solid 1px;
  border-bottom: #383834 solid 1px;
  box-sizing: border-box;
}
.list__categories ul {
  margin: 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.list__categories li {
  margin: 0 10px;
  margin-bottom: 20px;
}
.list__categories li.is--current a {
  background-color: #383834;
  color: #f7f7f3;
}
.list__categories a {
  display: block;
  border: #383834 solid 1px;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.2em;
  color: #383834;
  background-color: #f7f7f3;
  padding: 10px 20px;
  position: relative;
  transition: all 0.2s;
}
.list__categories a::after {
  content: "";
  display: block;
  width: 5px;
  height: 8px;
  background: url("../img/common/arrow_next2.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0px, -50%);
  transition: all 0.2s;
}
.list__categories a:hover {
  background-color: #383834;
  color: #f7f7f3;
}
.list__categories a:hover::after {
  background-image: url("../img/common/arrow_next2_w.png");
  background-size: contain;
  transform: translate(5px, -50%);
}

.list__current {
  padding: 0 40px;
  background-color: #f7f7f3;
  border: #383834 solid 1px;
  border-top: none;
  box-sizing: border-box;
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 50px;
}
.list__current p {
  transform: translateY(-3px);
}

.list__content {
  background-color: #f7f7f3;
  border: #383834 solid 1px;
  border-top: #383834 solid 1px;
  padding-top: 40px;
  padding-bottom: 10px;
}
.list__content ul {
  width: 100%;
  padding: 0 25px;
  display: flex;
  flex-wrap: wrap;
}
.list__content li {
  margin: 0 15px;
  margin-bottom: 30px;
  border: #383834 solid 1px;
  box-sizing: border-box;
  background-color: #ffffff;
}
.list__content li.is--none {
  pointer-events: none;
}
.list__content li .img {
	width: 100%;
	aspect-ratio: 1 / 1;
	position: relative;
	background-color: #eee;
	overflow: hidden;
}
.list__content  li .img img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transition: .3s all;
}
.list__content li:hover .img img {
	transform: translate(-50%, -50%) scale(1.1);
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-ms-transform: translate(-50%, -50%) scale(1.1);
}
.list__content a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  color: #383834;
  text-decoration: none;
}
.list__content a:hover .list--headline,
.list__content a:hover .list--title,
.list__content a:hover .list--desc__date,
.list__content a:hover .list--desc__category {
  opacity: 0.5;
}
.list__content 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%;
}
.list__content span {
  display: block;
}
.list__content span.list--jacket {
  width: 100%;
  position: relative;
  background-color: #f7f7f3;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-bottom: #383834 solid 1px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.list__content span.list--jacket::before {
  display: block;
  content: "";
  padding-top: 100%;
}
.list__content span.list--jacket span {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  white-space: nowrap;
  font-family: "noto-sans-cjk-jp", 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: 18px;
  letter-spacing: 0.05em;
}
.list__content span.list--headline {
  margin: 0 22px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-size: 14px;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  border-bottom: #383834 solid 1px;
  box-sizing: border-box;
  padding-bottom: 15px;
  margin-bottom: 15px;
  transition: all 0.3s;
}
.list__content span.list--title {
  margin: 0 22px;
  padding-bottom: 80px;
  padding-top: 40px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  transition: all 0.3s;
}
.list__content span.list--desc {
  width: 100%;
  border-top: #383834 solid 1px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-content: center;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
}
.list__content span.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__content span.list--desc__date {
  flex-basis: 46.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Oranienbaum", serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1em;
  transition: all 0.3s;
}
.list__content span.list--desc__category {
  flex-basis: -webkit-calc(53.5% - 30px);
  flex-basis: calc(53.5% - 30px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.05em;
  border-left: #383834 solid 1px;
  border-right: #383834 solid 1px;
  box-sizing: border-box;
  transition: all 0.3s;
}

.list__paging {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
}
.list__paging .paging--prev,
.list__paging .paging--next {
  margin: 0 20px;
}
.list__paging .paging--prev a,
.list__paging .paging--next a {
  display: block;
  line-height: 1em;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: #383834 solid 1px;
  box-sizing: border-box;
  transition: all 0.2s;
}
.list__paging .paging--prev a.is--limit,
.list__paging .paging--next a.is--limit {
  pointer-events: none;
  opacity: 0.3;
}
.list__paging .paging--prev a {
  background: #f7f7f3 url("../img/common/arrow_prev.png") center center no-repeat;
  background-size: 7px 12px;
}
.list__paging .paging--prev a:hover {
  background-color: #383834;
  background-image: url("../img/common/arrow_prev_w.png");
  background-position-x: 40%;
}
.list__paging .paging--next a {
  background: #f7f7f3 url("../img/common/arrow_next.png") center center no-repeat;
  background-size: 7px 12px;
}
.list__paging .paging--next a:hover {
  background-color: #383834;
  background-image: url("../img/common/arrow_next_w.png");
  background-position-x: 60%;
}

.list__pager {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
}
.list__pager .pager--prev,
.list__pager .pager--next {
  margin: 0 10px;
}
.list__pager .pager--prev a,
.list__pager .pager--next a {
  display: block;
  line-height: 1em;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list__pager .pager--prev img,
.list__pager .pager--next img {
  transition: all 0.2s;
}
.list__pager .pager--prev a:hover img {
  transform: translateX(-10px);
}
.list__pager .pager--next a:hover img {
  transform: translateX(10px);
}
.list__pager .pager--num {
  display: flex;
  justify-content: center;
  align-items: center;
}
.list__pager .pager--num li {
  margin: 0 10px;
  position: relative;
}
.list__pager .pager--num li.is--current a {
  background-color: #383834;
  color: #f7f7f3;
  pointer-events: none;
}
.list__pager .pager--num li.is--dash span {
  display: block;
  width: 80px;
  height: 1px;
  background-color: #383834;
}
.list__pager .pager--num a {
  display: block;
  text-decoration: none;
  color: #383834;
  font-family: "Oranienbaum", serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 24px;
  letter-spacing: 0.1;
  width: 50px;
  line-height: 50px;
  background-color: #f7f7f3;
  border: #383834 solid 1px;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.2s;
}
.list__pager .pager--num a:hover {
  background-color: #383834;
  color: #f7f7f3;
}

.list__categories li {
  flex-basis: -webkit-calc((100% - (20px * 7)) / 7);
  flex-basis: calc((100% - 140px) / 7);
}

@media screen and (max-width: 1800px) {
  .list__categories li {
    flex-basis: -webkit-calc((100% - (20px * 6)) / 6);
    flex-basis: calc((100% - 120px) / 6);
  }
}
@media screen and (max-width: 1700px) {
  .list__categories li {
    flex-basis: -webkit-calc((100% - (20px * 5)) / 5);
    flex-basis: calc((100% - 100px) / 5);
  }
}
@media screen and (max-width: 1440px) {
  .list__categories li {
    flex-basis: -webkit-calc((100% - (20px * 4)) / 4);
    flex-basis: calc((100% - 80px) / 4);
  }
}
@media screen and (max-width: 1250px) {
  .list__categories li {
    flex-basis: -webkit-calc((100% - (20px * 3)) / 3);
    flex-basis: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 1050px) {
  .list__categories li {
    flex-basis: -webkit-calc((100% - (20px * 2)) / 2);
    flex-basis: calc((100% - 40px) / 2);
  }
}
.list__content li {
  flex-basis: -webkit-calc((100% - (30px * 4)) / 4);
  flex-basis: calc((100% - 120px) / 4);
}

@media screen and (max-width: 1800px) {
  .list__content li {
    flex-basis: -webkit-calc((100% - (30px * 3)) / 3);
    flex-basis: calc((100% - 90px) / 3);
  }
}
@media screen and (max-width: 1400px) {
  .list__content li {
    flex-basis: -webkit-calc((100% - (30px * 2)) / 2);
    flex-basis: calc((100% - 60px) / 2);
  }
}
.detail {
  width: 100%;
  position: relative;
  z-index: 0;
  background-color: #fce8e6;
  border-bottom: #383834 solid 1px;
  padding-bottom: 80px;
}

.detail__inner {
  margin: 0 40px;
  padding-top: 40px;
  position: relative;
  z-index: 0;
  border-right: #383834 solid 1px;
  border-left: #383834 solid 1px;
  box-sizing: boder-box;
}

.detail__head {
  box-sizing: boder-box;
  background-color: #f7f7f3;
  border-top: #383834 solid 1px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detail__head .head--title {
  flex-basis: -webkit-calc(100% - 380px);
  flex-basis: calc(100% - 380px);
  border-right: #383834 solid 1px;
  padding: 20px 0;
}
.detail__head .head--title span {
  display: block;
  margin: 0 40px;
}
.detail__head .head--title span.head--title__lead {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.75em;
}
.detail__head .head--title span.head--title__main {
  font-family: "noto-sans-cjk-jp", 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: 20px;
  letter-spacing: 0.05em;
  line-height: 1.75em;
}
.detail__head .head--date {
  flex-basis: 200px;
  text-align: center;
  font-family: "Oranienbaum", serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 22px;
  line-height: 1em;
  letter-spacing: 0.15em;
}
.detail__head .head--category {
  flex-basis: 180px;
}
.detail__head .head--category span {
  display: block;
  width: 140px;
  border: #383834 solid 1px;
  box-sizing: border-box;
  text-align: center;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  padding: 5px 0;
}

.detail__content {
  position: relative;
  background-color: #ffffff;
  padding: 40px;
  display: flex;
  justify-content: space-between;
}
.detail__content::before, .detail__content::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  border-top: #383834 solid 1px;
  border-bottom: #383834 solid 1px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
}
.detail__content::before {
  top: 0;
}
.detail__content::after {
  bottom: 0;
}

.detail__content__jacket {
  flex-basis: 43%;
}
.detail__content__jacket .jacket--image {
  margin-bottom: 40px;
}
.detail__content__jacket .jacket--image p {
  width: 100%;
  position: relative;
  background-color: #f7f7f3;
}
.detail__content__jacket .jacket--image p::before {
  display: block;
  content: "";
  position: relative;
  padding-top: 100%;
}
.detail__content__jacket .jacket--image span {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  width: 100%;
  text-align: center;
  font-family: "noto-sans-cjk-jp", 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: 20px;
  letter-spacing: 0.05em;
}
.detail__content__jacket .jacket--video .video--block {
  position: relative;
  width: 100%;
}
.detail__content__jacket .jacket--video .video--block::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.4%;
  position: relative;
}
.detail__content__jacket .jacket--video a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.detail__content__jacket .jacket--video a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: all 0.3s;
}
.detail__content__jacket .jacket--video a:hover::before {
  opacity: 0;
}
.detail__content__jacket .jacket--video a:hover span {
  transform: translate(-50%, -50%) scale(0.85);
  opacity: 0;
}
.detail__content__jacket .jacket--video span {
  display: block;
  width: 19%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.3s;
}
.detail__content__jacket .jacket--video span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  background: url("../img/common/icon_play_frame.png") center center no-repeat;
  background-size: cover;
  animation: loopBannerBg 1.5s linear infinite;
}
.detail__content__jacket .jacket--video span::after {
  content: "";
  display: block;
  position: relative;
  padding-top: 100%;
}
.detail__content__jacket .jacket--video img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-40%, -50%);
  z-index: 1;
  width: 26.3%;
  height: auto;
}

.detail__content__spec {
  flex-basis: -webkit-calc(57% - 40px);
  flex-basis: calc(57% - 40px);
}
.detail__content__spec .spec--block {
  width: 100%;
  margin-bottom: 35px;
}
.detail__content__spec .spec--block:last-of-type {
  margin-bottom: 0;
}
.detail__content__spec .spec--block h4 {
  position: relative;
  background-color: #f7f7f3;
  border: #383834 solid 1px;
  box-sizing: border-box;
  font-family: "noto-sans-cjk-jp", 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: 18px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  padding: 2px 20px 4px 20px;
  margin-bottom: 10px;
}
.detail__content__spec .spec--block h4::before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background-color: #383834;
  position: absolute;
  left: 0;
  top: 0;
}
.detail__content__spec .spec--block__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 0.05em;
}
.detail__content__spec .spec--block__text h5 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  margin-bottom: 5px;
}
.detail__content__spec .spec--block__text ol li {
  margin-left: 1.5em;
  margin-bottom: 10px;
}
.detail__content__spec .spec--block__text ol li:last-of-type {
  margin-bottom: 0;
}
.detail__content__spec .spec--block__text ol .head {
  text-indent: -1.5em;
  margin-bottom: 5px;
}
.detail__content__spec .spec--block__text.bg--red,
.tokutenbox {
  background-color: #fce8e6;
  padding: 30px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-size: 14px;
  line-height: 1.7em;
}
.detail__content__spec .spec--block__text.bg--red .head {
  font-size: 14px;
}
.detail__content__spec .spec--block__text.bg--gray {
  border: #383834 solid 1px;
  box-sizing: border-box;
  background-color: #f7f7f3;
  padding: 30px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-size: 14px;
  line-height: 1.7em;
}
.detail__content__spec .spec--block__text .head {
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 10px;
}
.detail__content__spec .spec--block__text .small {
  font-size: 14px;
  line-height: 1.7em;
  display: inline-block;
}
.detail__content__spec .spec--block__text .button {
  width: 100%;
}
.detail__content__spec .spec--block__text .button a {
  display: block;
  text-decoration: none;
  background-color: #ffffff;
  color: #383834;
  border: #383834 solid 1px;
  box-sizing: border-box;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-size: 14px;
  line-height: 40px;
  padding: 0 20px;
  position: relative;
  transition: all 0.2s;
}
.detail__content__spec .spec--block__text .button a::after {
  content: "";
  display: block;
  width: 5px;
  height: 8px;
  background: url("../img/common/arrow_next2.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0px, -50%);
  transition: all 0.2s;
}
.detail__content__spec .spec--block__text .button a:hover {
  background-color: #383834;
  color: #f7f7f3;
}
.detail__content__spec .spec--block__text .button a:hover::after {
  background-image: url("../img/common/arrow_next2_w.png");
  background-size: contain;
  transform: translate(5px, -50%);
}

.detail__foot {
  background-color: #f7f7f3;
  border-bottom: #383834 solid 1px;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detail__foot .foot--back {
  flex-basis: 300px;
  height: 100%;
  border-right: #383834 solid 1px;
}
.detail__foot .foot--back a {
  font-family: "Oranienbaum", serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 30px;
  letter-spacing: 0.05em;
  color: #383834;
  text-decoration: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.2s;
}
.detail__foot .foot--back a::before {
  content: "";
  display: block;
  background: url("../img/common/arrow_prev.png") center center no-repeat;
  background-size: contain;
  width: 7px;
  height: 12px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.detail__foot .foot--back a:hover {
  color: #999999;
}
.detail__foot .foot--back a:hover::before {
  transform: translate(-5px, -50%);
}
.detail__foot .foot--share {
  flex-basis: 440px;
  height: 100%;
  display: flex;
  align-content: center;
  text-align: center;
}
.detail__foot .foot--share__title {
  flex-basis: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: #383834 solid 1px;
  border-right: #383834 solid 1px;
  font-family: "Oranienbaum", serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1em;
}
.detail__foot .foot--share__list {
  flex-basis: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail__foot .foot--share__list ul {
  display: flex;
  justify-content: center;
}
.detail__foot .foot--share__list li {
  margin: 0 20px;
}
.detail__foot .foot--share__list a {
  display: block;
  transition: all 0.2s;
}
.detail__foot .foot--share__list a:hover {
  opacity: 0.5;
}



@keyframes loopBannerBg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}
/* ==============================================
	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;
    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__categories {
    background-color: #e8e8e3;
    border: #383834 solid 1px;
    border: #383834 solid 0.2666666667vw;
    border-bottom: none;
    position: relative;
    padding-top: 15px;
    padding-top: 4vw;
  }
  .list__categories::after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    height: 1.3333333333vw;
    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;
    box-sizing: border-box;
  }
  .list__categories ul {
    margin: 0 15px;
    margin: 0 4vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .list__categories li {
    margin: 0;
    margin-right: 15px;
    margin-right: 4vw;
    margin-bottom: 15px;
    margin-bottom: 4vw;
    flex-basis: 47.6%;
  }
  .list__categories li:nth-child(2n) {
    margin-right: 0;
  }
  .list__categories li.is--current a {
    background-color: #383834;
    color: #f7f7f3;
  }
  .list__categories a {
    display: block;
    border: #383834 solid 1px;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    font-size: 11px;
    font-size: calc(2.9333333333vw * 10 / 16);
    letter-spacing: 0.05em;
    line-height: 1.2em;
    color: #383834;
    background-color: #f7f7f3;
    padding: 6px 10px;
    padding: 1.6vw 2.6666666667vw;
    position: relative;
    transition: none;
  }
  .list__categories a::after {
    content: "";
    display: block;
    width: 4px;
    width: 1.0666666667vw;
    height: 7px;
    height: 1.8666666667vw;
    background: url("../img/common/arrow_next2.png") center center no-repeat;
    background-size: contain;
    position: absolute;
    right: 8px;
    right: 2.1333333333vw;
    top: 50%;
    transform: translate(0px, -50%);
    transition: none;
  }
  .list__categories a:hover {
    background-color: #f7f7f3;
    color: #383834;
  }
  .list__categories a:hover::after {
    background-image: url("../img/common/arrow_next2.png");
    background-size: contain;
    transform: translate(0px, -50%);
  }
  .list__current {
    padding-left: 15px;
    padding-left: 4vw;
    padding-right: 15px;
    padding-right: 4vw;
    background-color: #f7f7f3;
    border: #383834 solid 1px;
    border: #383834 solid 0.2666666667vw;
    border-top: none;
    box-sizing: border-box;
    font-family: "zen-kaku-gothic-antique", sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    font-size: 20px;
    font-size: calc(5.3333333333vw * 10 / 16);
    letter-spacing: 0.05em;
    line-height: 38px;
    line-height: 10.1333333333vw;
  }
  .list__current p {
    transform: translateY(-2px);
    transform: translateY(-0.5333333333vw);
  }
  .list__content {
    background-color: #f7f7f3;
    border: #383834 solid 1px;
    border: #383834 solid 0.2666666667vw;
    /*border-top: none;*/
    padding-top: 20px;
    padding-top: 5.3333333333vw;
    padding-bottom: 20px;
    padding-bottom: 5.3333333333vw;
  }
  .list__content ul {
    width: calc(100% - 40px);
    width: calc(100% - 10.6666666667vw);
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
	  gap:5.3333333333vw;
  }
  .list__content li {
    flex-basis: calc((100% - 5.34vw) / 2);
    /*margin: 0 5.3333333333vw;
    margin-bottom: 20px;
    margin-bottom: 5.3333333333vw;*/
	  margin: 0;
    border: #383834 solid 1px;
    border: #383834 solid 0.2666666667vw;
    box-sizing: border-box;
    background-color: #ffffff;
  }
  .list__content li:last-of-type {
    margin-bottom: 0;
  }
  .list__content a {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    color: #383834;
    text-decoration: none;
  }
  .list__content a:hover .list--headline,
  .list__content a:hover .list--title,
  .list__content a:hover .list--desc__date,
  .list__content a:hover .list--desc__category {
    opacity: 1;
  }
  .list__content a:hover .list--desc::after {
    background-color: inherit;
    background-image: url("../img/common/arrow_next.png");
    background-size: 6px auto;
    background-size: 1.6vw auto;
    background-position-x: 50%;
  }
  .list__content span {
    display: block;
  }
  .list__content span.list--jacket {
    flex-basis: 125px;
    flex-basis: 33.3333333333vw;
    position: relative;
    background-color: #f7f7f3;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border-bottom: none;
    border-right: #383834 solid 1px;
    border-right: #383834 solid 0.2666666667vw;
    box-sizing: border-box;
    margin-bottom: 0px;
  }
  .list__content span.list--jacket::before {
    display: block;
    content: "";
    padding-top: 100%;
  }
  .list__content span.list--jacket span {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    white-space: nowrap;
    font-family: "noto-sans-cjk-jp", 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: 10px;
    font-size: calc(2.6666666667vw * 10 / 16);
    letter-spacing: 0.05em;
  }
  .list__content span.list--block {
    flex-basis: calc(100% - 125px);
    flex-basis: calc(100% - 33.3333333333vw);
    position: relative;
    padding-top: 7.5px;
    padding-top: 2vw;
  }
  .list__content span.list--headline {
    margin: 0 11px;
    margin: 0 2.9333333333vw;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    font-size: 10px;
    font-size: calc(2.6666666667vw * 10 / 16);
    line-height: 1.55em;
    letter-spacing: 0.05em;
    border-bottom: #383834 solid 1px;
    border-bottom: #383834 solid 0.2666666667vw;
    box-sizing: border-box;
    padding-bottom: 5px;
    padding-bottom: 1.3333333333vw;
    margin-bottom: 5px;
    margin-bottom: 1.3333333333vw;
    transition: none;
  }
  .list__content span.list--title {
    margin: 0 11px;
    margin: 0 2.9333333333vw;
    padding-bottom: 30px;
    padding-bottom: 8vw;
    padding-top: 4vw;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    font-size: 15px;
    font-size: calc(4vw * 10 / 16);
    line-height: 1.5em;
    letter-spacing: 0.05em;
    transition: none;
  }
  .list__content span.list--desc {
    width: 100%;
    border-top: #383834 solid 1px;
    border-top: #383834 solid 0.2666666667vw;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    height: 25px;
    height: 6.6666666667vw;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: none;
  }
  .list__content span.list--desc::after {
    flex-basis: 25px;
    flex-basis: 6.6666666667vw;
    content: "";
    display: block;
    background: url("../img/common/arrow_next.png") center center no-repeat;
    background-size: 6px auto;
    background-size: 1.6vw auto;
    transition: none;
  }
  .list__content span.list--desc__date {
    flex-basis: 41%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Oranienbaum", serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 11px;
    font-size: calc(2.9333333333vw * 10 / 16);
    letter-spacing: 0.1em;
    line-height: 1em;
    transition: none;
  }
  .list__content span.list--desc__category {
    flex-basis: calc(59% - 25px);
    flex-basis: calc(59% - 6.6666666667vw);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    font-size: 11px;
    font-size: calc(2.9333333333vw * 10 / 16);
    line-height: 1em;
    letter-spacing: 0.05em;
    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;
    transition: none;
  }
  .list__paging {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-top: 10.6666666667vw;
    padding-bottom: 40px;
    padding-bottom: 10.6666666667vw;
  }
  .list__paging .paging--prev,
  .list__paging .paging--next {
    margin-left: 15px;
    margin-left: 4vw;
    margin-right: 15px;
    margin-right: 4vw;
  }
  .list__paging .paging--prev a,
  .list__paging .paging--next a {
    display: block;
    line-height: 1em;
    width: 40px;
    width: 10.6666666667vw;
    height: 40px;
    height: 10.6666666667vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border: #383834 solid 1px;
    border: #383834 solid 0.2666666667vw;
    box-sizing: border-box;
    transition: none;
  }
  .list__paging .paging--prev a {
    background: #f7f7f3 url("../img/common/arrow_prev.png") center center no-repeat;
    background-size: 6px 10.5px;
    background-size: 1.6vw 2.8vw;
  }
  .list__paging .paging--prev a:hover {
    background-color: #383834;
    background-image: url("../img/common/arrow_prev.png");
    background-position-x: 50%;
  }
  .list__paging .paging--next a {
    background: #f7f7f3 url("../img/common/arrow_next.png") center center no-repeat;
    background-size: 6px 10.5px;
    background-size: 1.6vw 2.8vw;
  }
  .list__paging .paging--next a:hover {
    background-color: #383834;
    background-image: url("../img/common/arrow_next.png");
    background-position-x: 50%;
  }
  .list__pager {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-top: 10.6666666667vw;
    padding-bottom: 40px;
    padding-bottom: 10.6666666667vw;
  }
  .list__pager .pager--prev,
  .list__pager .pager--next {
    margin: 0px;
  }
  .list__pager .pager--prev a,
  .list__pager .pager--next a {
    display: block;
    line-height: 1em;
    width: 40px;
    width: 10.6666666667vw;
    height: 40px;
    height: 10.6666666667vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .list__pager .pager--prev img,
  .list__pager .pager--next img {
    transition: none;
    width: 6px;
    width: 1.6vw;
    height: auto;
  }
  .list__pager .pager--prev a:hover img {
    transform: translateX(0px);
  }
  .list__pager .pager--next a:hover img {
    transform: translateX(0px);
  }
  .list__pager .pager--num {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .list__pager .pager--num li {
    margin: 0 7px;
    margin: 0 1.8666666667vw;
    position: relative;
  }
  .list__pager .pager--num li.is--current a {
    background-color: #383834;
    color: #f7f7f3;
  }
  .list__pager .pager--num li.is--dash span {
    display: block;
    width: 55px;
    width: 14.6666666667vw;
    height: 1px;
    height: 0.2666666667vw;
    background-color: #383834;
  }
  .list__pager .pager--num a {
    display: block;
    text-decoration: none;
    color: #383834;
    font-family: "Oranienbaum", serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 17px;
    font-size: calc(4.5333333333vw * 10 / 16);
    letter-spacing: 0.1;
    width: 40px;
    width: 10.6666666667vw;
    line-height: 40px;
    line-height: 10.6666666667vw;
    background-color: #f7f7f3;
    border: #383834 solid 1px;
    border: #383834 solid 0.2666666667vw;
    box-sizing: border-box;
    text-align: center;
    transition: none;
  }
  .list__pager .pager--num a:hover {
    background-color: #f7f7f3;
    color: #383834;
  }
  .detail {
    width: 100%;
    position: relative;
    z-index: 0;
    background-color: #fce8e6;
    border-bottom: #383834 solid 1px;
    border-bottom: #383834 solid 0.2666666667vw;
    padding-bottom: 40px;
    padding-bottom: 10.6666666667vw;
  }
  .detail__inner {
    margin-right: 15px;
    margin-right: 4vw;
    margin-left: 15px;
    margin-left: 4vw;
    padding-top: 15px;
    padding-top: 4vw;
    position: relative;
    z-index: 0;
    border-right: #383834 solid 1px;
    border-right: #383834 solid 0.2666666667vw;
    border-left: #383834 solid 1px;
    border-left: #383834 solid 0.2666666667vw;
    box-sizing: boder-box;
  }
  .detail__head {
    box-sizing: boder-box;
    background-color: #f7f7f3;
    border-top: #383834 solid 1px;
    border-top: #383834 solid 0.2666666667vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    padding-bottom: 5.3333333333vw;
  }
  .detail__head .head--title {
    flex-basis: 100%;
    border-right: none;
    border-bottom: #383834 solid 1px;
    border-bottom: #383834 solid 0.2666666667vw;
    padding-top: 30px;
    padding-top: 8vw;
    padding-bottom: 30px;
    padding-bottom: 8vw;
    margin-bottom: 20px;
    margin-bottom: 5.3333333333vw;
  }
  .detail__head .head--title span {
    display: block;
    margin-right: 20px;
    margin-right: 5.3333333333vw;
    margin-left: 20px;
    margin-left: 5.3333333333vw;
  }
  .detail__head .head--title span.head--title__lead {
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    font-size: 10.5px;
    font-size: calc(2.8vw);
    letter-spacing: 0.05em;
    line-height: 1.75em;
  }
  .detail__head .head--title span.head--title__main {
    font-family: "noto-sans-cjk-jp", 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: 15px;
    font-size: calc(4vw);
    letter-spacing: 0.05em;
    line-height: 1.6em;
  }
  .detail__head .head--date {
    flex-basis: auto;
    text-align: center;
    font-family: "Oranienbaum", serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 17px;
    font-size: calc(4.5333333333vw * 10 / 16);
    line-height: 1em;
    letter-spacing: 0.15em;
    margin-left: 20px;
    margin-left: 5.3333333333vw;
  }
  .detail__head .head--category {
    flex-basis: auto;
    margin-right: 20px;
    margin-right: 5.3333333333vw;
  }
  .detail__head .head--category span {
    display: block;
    width: auto;
    border: #383834 solid 1px;
    box-sizing: border-box;
    text-align: center;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    font-size: 11px;
    font-size: calc(2.9333333333vw * 10 / 16);
    line-height: 1.2em;
    letter-spacing: 0.1em;
    padding-top: 2px;
    padding-top: 0.5333333333vw;
    padding-bottom: 2px;
    padding-bottom: 0.5333333333vw;
    padding-left: 10px;
    padding-left: 2.6666666667vw;
    padding-right: 10px;
    padding-right: 2.6666666667vw;
  }
  .detail__content {
    position: relative;
    background-color: #ffffff;
    padding: 30px 20px;
    padding: 8vw 5.3333333333vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .detail__content::before, .detail__content::after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    height: 1.3333333333vw;
    border-top: #383834 solid 1px;
    border-top: #383834 solid 0.2666666667vw;
    border-bottom: #383834 solid 1px;
    border-bottom: #383834 solid 0.2666666667vw;
    box-sizing: border-box;
    position: absolute;
    left: 0;
  }
  .detail__content::before {
    top: 0;
  }
  .detail__content::after {
    bottom: 0;
  }
  .detail__content__jacket {
    flex-basis: 100%;
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
  .detail__content__jacket .jacket--image {
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
  .detail__content__jacket .jacket--image p {
    width: 100%;
    position: relative;
    background-color: #f7f7f3;
  }
  .detail__content__jacket .jacket--image p::before {
    display: block;
    content: "";
    position: relative;
    padding-top: 100%;
  }
  .detail__content__jacket .jacket--image span {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    width: 100%;
    text-align: center;
    font-family: "noto-sans-cjk-jp", 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: 15px;
    font-size: calc(4vw * 10 / 16);
    letter-spacing: 0.05em;
  }
  .detail__content__jacket .jacket--video .video--block {
    position: relative;
    width: 100%;
  }
  .detail__content__jacket .jacket--video .video--block::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.4%;
    position: relative;
  }
  .detail__content__jacket .jacket--video a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .detail__content__jacket .jacket--video a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    transition: none;
  }
  .detail__content__jacket .jacket--video a:hover::before {
    opacity: 1;
  }
  .detail__content__jacket .jacket--video a:hover span {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  .detail__content__jacket .jacket--video span {
    display: block;
    width: 19%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: none;
  }
  .detail__content__jacket .jacket--video span::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    background: url("../img/common/icon_play_frame.png") center center no-repeat;
    background-size: cover;
  }
  .detail__content__jacket .jacket--video span::after {
    content: "";
    display: block;
    position: relative;
    padding-top: 100%;
  }
  .detail__content__jacket .jacket--video img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-40%, -50%);
    z-index: 1;
    width: 26.3%;
    height: auto;
  }
  .detail__content__spec {
    flex-basis: 100%;
  }
  .detail__content__spec .spec--block {
    width: 100%;
    margin-bottom: 25px;
    margin-bottom: 6.6666666667vw;
  }
  .detail__content__spec .spec--block:last-of-type {
    margin-bottom: 0;
  }
  .detail__content__spec .spec--block h4 {
    position: relative;
    background-color: #f7f7f3;
    border: #383834 solid 1px;
    border: #383834 solid 0.2666666667vw;
    box-sizing: border-box;
    font-family: "noto-sans-cjk-jp", 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: 13px;
    font-size: calc(3.4666666667vw * 10 / 16);
    line-height: 1.5em;
    letter-spacing: 0.05em;
    padding: 2px 15px 4px 15px;
    padding: 0.5333333333vw 4vw 1.0666666667vw 4vw;
    margin-bottom: 12.5px;
    margin-bottom: 3.3333333333vw;
  }
  .detail__content__spec .spec--block h4::before {
    content: "";
    display: block;
    width: 7px;
    width: 1.8666666667vw;
    height: 100%;
    background-color: #383834;
    position: absolute;
    left: 0;
    top: 0;
  }
  .detail__content__spec .spec--block__text {
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    font-size: 12px;
    font-size: calc(3.2vw * 10 / 16);
    line-height: 1.75em;
    letter-spacing: 0.05em;
  }
  .detail__content__spec .spec--block__text h5 {
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    margin-bottom: 5px;
    margin-bottom: 1.3333333333vw;
  }
  .detail__content__spec .spec--block__text ol li {
    margin-left: 1.5em;
    margin-bottom: 10px;
    margin-bottom: 2.6666666667vw;
  }
  .detail__content__spec .spec--block__text ol li:last-of-type {
    margin-bottom: 0;
  }
  .detail__content__spec .spec--block__text ol .head {
    text-indent: -1.5em;
    margin-bottom: 5px;
    margin-bottom: 1.3333333333vw;
  }
  .detail__content__spec .spec--block__text.bg--red,
.tokutenbox {
    background-color: #fce8e6;
    padding: 15px;
    padding: 4vw;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    font-size: 11px;
    font-size: calc(2.9333333333vw * 10 / 16);
    line-height: 1.66em;
  }
  .detail__content__spec .spec--block__text.bg--red .head {
    font-size: 11px;
    font-size: calc(2.9333333333vw * 10 / 16);
  }
  .detail__content__spec .spec--block__text.bg--gray {
    border: #383834 solid 1px;
    border: #383834 solid 0.2666666667vw;
    box-sizing: border-box;
    background-color: #f7f7f3;
    padding: 15px;
    padding: 4vw;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    font-size: 11px;
    font-size: calc(2.9333333333vw * 10 / 16);
    line-height: 1.66em;
  }
  .detail__content__spec .spec--block__text .head {
    font-size: 12px;
    font-size: calc(3.2vw * 10 / 16);
    line-height: 1.7em;
    margin-bottom: 10px;
    margin-bottom: 2.6666666667vw;
  }
  .detail__content__spec .spec--block__text .small {
    font-size: 11px;
    font-size: calc(2.9333333333vw * 10 / 16);
    line-height: 1.7em;
    display: inline-block;
  }
  .detail__content__spec .spec--block__text .button {
    width: 100%;
  }
  .detail__content__spec .spec--block__text .button a {
    display: block;
    text-decoration: none;
    background-color: #ffffff;
    color: #383834;
    border: #383834 solid 1px;
    border: #383834 solid 0.2666666667vw;
    box-sizing: border-box;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    font-size: 11px;
    font-size: calc(2.9333333333vw * 10 / 16);
    line-height: 25px;
    line-height: 6.6666666667vw;
    padding: 0 10px;
    padding: 0 2.6666666667vw;
    position: relative;
    transition: none;
  }
  .detail__content__spec .spec--block__text .button a::after {
    content: "";
    display: block;
    width: 4px;
    width: 1.0666666667vw;
    height: 7px;
    height: 1.8666666667vw;
    background: url("../img/common/arrow_next2.png") center center no-repeat;
    background-size: contain;
    position: absolute;
    right: 8px;
    right: 2.1333333333vw;
    top: 50%;
    transform: translate(0px, -50%);
    transition: none;
  }
  .detail__content__spec .spec--block__text .button a:hover {
    background-color: #f7f7f3;
    color: #383834;
  }
  .detail__content__spec .spec--block__text .button a:hover::after {
    background-image: url("../img/common/arrow_next2.png");
    background-size: contain;
    transform: translate(0px, -50%);
  }
  .detail__foot {
    background-color: #f7f7f3;
    border-bottom: #383834 solid 1px;
    border-bottom: #383834 solid 0.2666666667vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .detail__foot .foot--back {
    flex-basis: 100%;
    height: 70px;
    height: 18.6666666667vw;
    border-right: none;
    border-bottom: #383834 solid 1px;
    border-bottom: #383834 solid 0.2666666667vw;
  }
  .detail__foot .foot--back a {
    font-family: "Oranienbaum", serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 25px;
    font-size: calc(6.6666666667vw * 10 / 16);
    letter-spacing: 0.05em;
    color: #383834;
    text-decoration: none;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: none;
  }
  .detail__foot .foot--back a::before {
    content: "";
    display: block;
    background: url("../img/common/arrow_prev.png") center center no-repeat;
    background-size: contain;
    width: 6px;
    width: 1.6vw;
    height: 10.5px;
    height: 2.8vw;
    position: absolute;
    left: 10px;
    left: 2.6666666667vw;
    top: 50%;
    transform: translateY(-50%);
    transition: none;
  }
  .detail__foot .foot--back a:hover {
    color: #383834;
  }
  .detail__foot .foot--back a:hover::before {
    transform: translate(0px, -50%);
  }
  .detail__foot .foot--share {
    flex-basis: 100%;
    height: 70px;
    height: 18.6666666667vw;
    display: flex;
    align-content: center;
    text-align: center;
  }
  .detail__foot .foot--share__title {
    flex-basis: 36%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: none;
    border-right: #383834 solid 1px;
    border-right: #383834 solid 0.2666666667vw;
    font-family: "Oranienbaum", serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 25px;
    font-size: calc(6.6666666667vw * 10 / 16);
    letter-spacing: 0.05em;
    line-height: 1em;
  }
  .detail__foot .foot--share__list {
    flex-basis: 64%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .detail__foot .foot--share__list ul {
    display: flex;
    justify-content: center;
  }
  .detail__foot .foot--share__list li {
    margin: 0 15px;
    margin: 0 4vw;
  }
  .detail__foot .foot--share__list img {
    height: 30px;
    height: 8vw;
    width: auto;
  }
  .detail__foot .foot--share__list a {
    display: block;
    transition: none;
  }
  .detail__foot .foot--share__list a:hover {
    opacity: 1;
  }
}

@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;
    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__categories {
    background-color: #e8e8e3;
    border: #383834 solid 1px;
    border: #383834 solid 0.2666666667vw;
    border-bottom: none;
    position: relative;
    padding-top: 15px;
    padding-top: 4vw;
  }
  .list__categories::after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    height: 1.3333333333vw;
    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;
    box-sizing: border-box;
  }
  .list__categories ul {
    margin: 0 15px;
    margin: 0 4vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .list__categories li {
    margin: 0;
    margin-right: 15px;
    margin-right: 4vw;
    margin-bottom: 15px;
    margin-bottom: 4vw;
    flex-basis: 47.6%;
  }
  .list__categories li:nth-child(2n) {
    margin-right: 0;
  }
  .list__categories li.is--current a {
    background-color: #383834;
    color: #f7f7f3;
  }
  .list__categories a {
    display: block;
    border: #383834 solid 1px;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    font-size: 11px;
    font-size: 2.9333333333vw;
    letter-spacing: 0.05em;
    line-height: 1.2em;
    color: #383834;
    background-color: #f7f7f3;
    padding: 6px 10px;
    padding: 1.6vw 2.6666666667vw;
    position: relative;
    transition: none;
  }
  .list__categories a::after {
    content: "";
    display: block;
    width: 4px;
    width: 1.0666666667vw;
    height: 7px;
    height: 1.8666666667vw;
    background: url("../img/common/arrow_next2.png") center center no-repeat;
    background-size: contain;
    position: absolute;
    right: 8px;
    right: 2.1333333333vw;
    top: 50%;
    transform: translate(0px, -50%);
    transition: none;
  }
  .list__categories a:hover {
    background-color: #f7f7f3;
    color: #383834;
  }
  .list__categories a:hover::after {
    background-image: url("../img/common/arrow_next2.png");
    background-size: contain;
    transform: translate(0px, -50%);
  }
  .list__current {
    padding-left: 15px;
    padding-left: 4vw;
    padding-right: 15px;
    padding-right: 4vw;
    background-color: #f7f7f3;
    border: #383834 solid 1px;
    border: #383834 solid 0.2666666667vw;
    border-top: none;
    box-sizing: border-box;
    font-family: "zen-kaku-gothic-antique", sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    font-size: 20px;
    font-size: 5.3333333333vw;
    letter-spacing: 0.05em;
    line-height: 38px;
    line-height: 10.1333333333vw;
  }
  .list__current p {
    transform: translateY(-2px);
    transform: translateY(-0.5333333333vw);
  }
  .list__content {
    background-color: #f7f7f3;
    border: #383834 solid 1px;
    border: #383834 solid 0.2666666667vw;
    /*border-top: none;*/
    padding-top: 20px;
    padding-top: 5.3333333333vw;
    padding-bottom: 20px;
    padding-bottom: 5.3333333333vw;
  }
  .list__content ul {
    width: calc(100% - 40px);
    width: calc(100% - 10.6666666667vw);
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .list__content li {
    flex-basis: 100%;
    margin: 0;
    margin-bottom: 20px;
    margin-bottom: 5.3333333333vw;
    border: #383834 solid 1px;
    border: #383834 solid 0.2666666667vw;
    box-sizing: border-box;
    background-color: #ffffff;
  }
  .list__content li:last-of-type {
    margin-bottom: 0;
  }
  .list__content a {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    color: #383834;
    text-decoration: none;
  }
  .list__content a:hover .list--headline,
  .list__content a:hover .list--title,
  .list__content a:hover .list--desc__date,
  .list__content a:hover .list--desc__category {
    opacity: 1;
  }
  .list__content a:hover .list--desc::after {
    background-color: inherit;
    background-image: url("../img/common/arrow_next.png");
    background-size: 6px auto;
    background-size: 1.6vw auto;
    background-position-x: 50%;
  }
  .list__content span {
    display: block;
  }
  .list__content span.list--jacket {
    flex-basis: 125px;
    flex-basis: 33.3333333333vw;
    position: relative;
    background-color: #f7f7f3;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border-bottom: none;
    border-right: #383834 solid 1px;
    border-right: #383834 solid 0.2666666667vw;
    box-sizing: border-box;
    margin-bottom: 0px;
  }
  .list__content span.list--jacket::before {
    display: block;
    content: "";
    padding-top: 100%;
  }
  .list__content span.list--jacket span {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    white-space: nowrap;
    font-family: "noto-sans-cjk-jp", 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: 10px;
    font-size: 2.6666666667vw;
    letter-spacing: 0.05em;
  }
  .list__content span.list--block {
    flex-basis: calc(100% - 125px);
    flex-basis: calc(100% - 33.3333333333vw);
    position: relative;
    padding-top: 7.5px;
    padding-top: 2vw;
  }
  .list__content span.list--headline {
    margin: 0 11px;
    margin: 0 2.9333333333vw;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    font-size: 10px;
    font-size: 2.6666666667vw;
    line-height: 1.55em;
    letter-spacing: 0.05em;
    border-bottom: #383834 solid 1px;
    border-bottom: #383834 solid 0.2666666667vw;
    box-sizing: border-box;
    padding-bottom: 5px;
    padding-bottom: 1.3333333333vw;
    margin-bottom: 5px;
    margin-bottom: 1.3333333333vw;
    transition: none;
  }
  .list__content span.list--title {
    margin: 0 11px;
    margin: 0 2.9333333333vw;
    padding-bottom: 30px;
    padding-bottom: 8vw;
    padding-top: 4vw;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    transition: none;
  }
  .list__content span.list--desc {
    width: 100%;
    border-top: #383834 solid 1px;
    border-top: #383834 solid 0.2666666667vw;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    height: 25px;
    height: 6.6666666667vw;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: none;
  }
  .list__content span.list--desc::after {
    flex-basis: 25px;
    flex-basis: 6.6666666667vw;
    content: "";
    display: block;
    background: url("../img/common/arrow_next.png") center center no-repeat;
    background-size: 6px auto;
    background-size: 1.6vw auto;
    transition: none;
  }
  .list__content span.list--desc__date {
    flex-basis: 41%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Oranienbaum", serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 11px;
    font-size: 2.9333333333vw;
    letter-spacing: 0.1em;
    line-height: 1em;
    transition: none;
  }
  .list__content span.list--desc__category {
    flex-basis: calc(59% - 25px);
    flex-basis: calc(59% - 6.6666666667vw);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    font-size: 11px;
    font-size: 2.9333333333vw;
    line-height: 1em;
    letter-spacing: 0.05em;
    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;
    transition: none;
  }
  .list__paging {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-top: 10.6666666667vw;
    padding-bottom: 40px;
    padding-bottom: 10.6666666667vw;
  }
  .list__paging .paging--prev,
  .list__paging .paging--next {
    margin-left: 15px;
    margin-left: 4vw;
    margin-right: 15px;
    margin-right: 4vw;
  }
  .list__paging .paging--prev a,
  .list__paging .paging--next a {
    display: block;
    line-height: 1em;
    width: 40px;
    width: 10.6666666667vw;
    height: 40px;
    height: 10.6666666667vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border: #383834 solid 1px;
    border: #383834 solid 0.2666666667vw;
    box-sizing: border-box;
    transition: none;
  }
  .list__paging .paging--prev a {
    background: #f7f7f3 url("../img/common/arrow_prev.png") center center no-repeat;
    background-size: 6px 10.5px;
    background-size: 1.6vw 2.8vw;
  }
  .list__paging .paging--prev a:hover {
    background-color: #383834;
    background-image: url("../img/common/arrow_prev.png");
    background-position-x: 50%;
  }
  .list__paging .paging--next a {
    background: #f7f7f3 url("../img/common/arrow_next.png") center center no-repeat;
    background-size: 6px 10.5px;
    background-size: 1.6vw 2.8vw;
  }
  .list__paging .paging--next a:hover {
    background-color: #383834;
    background-image: url("../img/common/arrow_next.png");
    background-position-x: 50%;
  }
  .list__pager {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-top: 10.6666666667vw;
    padding-bottom: 40px;
    padding-bottom: 10.6666666667vw;
  }
  .list__pager .pager--prev,
  .list__pager .pager--next {
    margin: 0px;
  }
  .list__pager .pager--prev a,
  .list__pager .pager--next a {
    display: block;
    line-height: 1em;
    width: 40px;
    width: 10.6666666667vw;
    height: 40px;
    height: 10.6666666667vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .list__pager .pager--prev img,
  .list__pager .pager--next img {
    transition: none;
    width: 6px;
    width: 1.6vw;
    height: auto;
  }
  .list__pager .pager--prev a:hover img {
    transform: translateX(0px);
  }
  .list__pager .pager--next a:hover img {
    transform: translateX(0px);
  }
  .list__pager .pager--num {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .list__pager .pager--num li {
    margin: 0 7px;
    margin: 0 1.8666666667vw;
    position: relative;
  }
  .list__pager .pager--num li.is--current a {
    background-color: #383834;
    color: #f7f7f3;
  }
  .list__pager .pager--num li.is--dash span {
    display: block;
    width: 55px;
    width: 14.6666666667vw;
    height: 1px;
    height: 0.2666666667vw;
    background-color: #383834;
  }
  .list__pager .pager--num a {
    display: block;
    text-decoration: none;
    color: #383834;
    font-family: "Oranienbaum", serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 17px;
    font-size: 4.5333333333vw;
    letter-spacing: 0.1;
    width: 40px;
    width: 10.6666666667vw;
    line-height: 40px;
    line-height: 10.6666666667vw;
    background-color: #f7f7f3;
    border: #383834 solid 1px;
    border: #383834 solid 0.2666666667vw;
    box-sizing: border-box;
    text-align: center;
    transition: none;
  }
  .list__pager .pager--num a:hover {
    background-color: #f7f7f3;
    color: #383834;
  }
  .detail {
    width: 100%;
    position: relative;
    z-index: 0;
    background-color: #fce8e6;
    border-bottom: #383834 solid 1px;
    border-bottom: #383834 solid 0.2666666667vw;
    padding-bottom: 40px;
    padding-bottom: 10.6666666667vw;
  }
  .detail__inner {
    margin-right: 15px;
    margin-right: 4vw;
    margin-left: 15px;
    margin-left: 4vw;
    padding-top: 15px;
    padding-top: 4vw;
    position: relative;
    z-index: 0;
    border-right: #383834 solid 1px;
    border-right: #383834 solid 0.2666666667vw;
    border-left: #383834 solid 1px;
    border-left: #383834 solid 0.2666666667vw;
    box-sizing: boder-box;
  }
  .detail__head {
    box-sizing: boder-box;
    background-color: #f7f7f3;
    border-top: #383834 solid 1px;
    border-top: #383834 solid 0.2666666667vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    padding-bottom: 5.3333333333vw;
  }
  .detail__head .head--title {
    flex-basis: 100%;
    border-right: none;
    border-bottom: #383834 solid 1px;
    border-bottom: #383834 solid 0.2666666667vw;
    padding-top: 30px;
    padding-top: 8vw;
    padding-bottom: 30px;
    padding-bottom: 8vw;
    margin-bottom: 20px;
    margin-bottom: 5.3333333333vw;
  }
  .detail__head .head--title span {
    display: block;
    margin-right: 20px;
    margin-right: 5.3333333333vw;
    margin-left: 20px;
    margin-left: 5.3333333333vw;
  }
  .detail__head .head--title span.head--title__lead {
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    font-size: 10.5px;
    font-size: 2.8vw;
    letter-spacing: 0.05em;
    line-height: 1.75em;
  }
  .detail__head .head--title span.head--title__main {
    font-family: "noto-sans-cjk-jp", 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: 15px;
    font-size: 4vw;
    letter-spacing: 0.05em;
    line-height: 1.6em;
  }
  .detail__head .head--date {
    flex-basis: auto;
    text-align: center;
    font-family: "Oranienbaum", serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 17px;
    font-size: 4.5333333333vw;
    line-height: 1em;
    letter-spacing: 0.15em;
    margin-left: 20px;
    margin-left: 5.3333333333vw;
  }
  .detail__head .head--category {
    flex-basis: auto;
    margin-right: 20px;
    margin-right: 5.3333333333vw;
  }
  .detail__head .head--category span {
    display: block;
    width: auto;
    border: #383834 solid 1px;
    box-sizing: border-box;
    text-align: center;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    font-size: 11px;
    font-size: 2.9333333333vw;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    padding-top: 2px;
    padding-top: 0.5333333333vw;
    padding-bottom: 2px;
    padding-bottom: 0.5333333333vw;
    padding-left: 10px;
    padding-left: 2.6666666667vw;
    padding-right: 10px;
    padding-right: 2.6666666667vw;
  }
  .detail__content {
    position: relative;
    background-color: #ffffff;
    padding: 30px 20px;
    padding: 8vw 5.3333333333vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .detail__content::before, .detail__content::after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    height: 1.3333333333vw;
    border-top: #383834 solid 1px;
    border-top: #383834 solid 0.2666666667vw;
    border-bottom: #383834 solid 1px;
    border-bottom: #383834 solid 0.2666666667vw;
    box-sizing: border-box;
    position: absolute;
    left: 0;
  }
  .detail__content::before {
    top: 0;
  }
  .detail__content::after {
    bottom: 0;
  }
  .detail__content__jacket {
    flex-basis: 100%;
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
  .detail__content__jacket .jacket--image {
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
  .detail__content__jacket .jacket--image p {
    width: 100%;
    position: relative;
    background-color: #f7f7f3;
  }
  .detail__content__jacket .jacket--image p::before {
    display: block;
    content: "";
    position: relative;
    padding-top: 100%;
  }
  .detail__content__jacket .jacket--image span {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    width: 100%;
    text-align: center;
    font-family: "noto-sans-cjk-jp", 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: 15px;
    font-size: 4vw;
    letter-spacing: 0.05em;
  }
  .detail__content__jacket .jacket--video .video--block {
    position: relative;
    width: 100%;
  }
  .detail__content__jacket .jacket--video .video--block::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.4%;
    position: relative;
  }
  .detail__content__jacket .jacket--video a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .detail__content__jacket .jacket--video a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    transition: none;
  }
  .detail__content__jacket .jacket--video a:hover::before {
    opacity: 1;
  }
  .detail__content__jacket .jacket--video a:hover span {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  .detail__content__jacket .jacket--video span {
    display: block;
    width: 19%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: none;
  }
  .detail__content__jacket .jacket--video span::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    background: url("../img/common/icon_play_frame.png") center center no-repeat;
    background-size: cover;
  }
  .detail__content__jacket .jacket--video span::after {
    content: "";
    display: block;
    position: relative;
    padding-top: 100%;
  }
  .detail__content__jacket .jacket--video img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-40%, -50%);
    z-index: 1;
    width: 26.3%;
    height: auto;
  }
  .detail__content__spec {
    flex-basis: 100%;
  }
  .detail__content__spec .spec--block {
    width: 100%;
    margin-bottom: 25px;
    margin-bottom: 6.6666666667vw;
  }
  .detail__content__spec .spec--block:last-of-type {
    margin-bottom: 0;
  }
  .detail__content__spec .spec--block h4 {
    position: relative;
    background-color: #f7f7f3;
    border: #383834 solid 1px;
    border: #383834 solid 0.2666666667vw;
    box-sizing: border-box;
    font-family: "noto-sans-cjk-jp", 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: 13px;
    font-size: 3.4666666667vw;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    padding: 2px 15px 4px 15px;
    padding: 0.5333333333vw 4vw 1.0666666667vw 4vw;
    margin-bottom: 12.5px;
    margin-bottom: 3.3333333333vw;
  }
  .detail__content__spec .spec--block h4::before {
    content: "";
    display: block;
    width: 7px;
    width: 1.8666666667vw;
    height: 100%;
    background-color: #383834;
    position: absolute;
    left: 0;
    top: 0;
  }
  .detail__content__spec .spec--block__text {
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.75em;
    letter-spacing: 0.05em;
  }
  .detail__content__spec .spec--block__text h5 {
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    margin-bottom: 5px;
    margin-bottom: 1.3333333333vw;
  }
  .detail__content__spec .spec--block__text ol li {
    margin-left: 1.5em;
    margin-bottom: 10px;
    margin-bottom: 2.6666666667vw;
  }
  .detail__content__spec .spec--block__text ol li:last-of-type {
    margin-bottom: 0;
  }
  .detail__content__spec .spec--block__text ol .head {
    text-indent: -1.5em;
    margin-bottom: 5px;
    margin-bottom: 1.3333333333vw;
  }
  .detail__content__spec .spec--block__text.bg--red,
.tokutenbox {
    background-color: #fce8e6;
    padding: 15px;
    padding: 4vw;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    font-size: 11px;
    font-size: 2.9333333333vw;
    line-height: 1.66em;
  }
  .detail__content__spec .spec--block__text.bg--red .head {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
  .detail__content__spec .spec--block__text.bg--gray {
    border: #383834 solid 1px;
    border: #383834 solid 0.2666666667vw;
    box-sizing: border-box;
    background-color: #f7f7f3;
    padding: 15px;
    padding: 4vw;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    font-size: 11px;
    font-size: 2.9333333333vw;
    line-height: 1.66em;
  }
  .detail__content__spec .spec--block__text .head {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.7em;
    margin-bottom: 10px;
    margin-bottom: 2.6666666667vw;
  }
  .detail__content__spec .spec--block__text .small {
    font-size: 11px;
    font-size: 2.9333333333vw;
    line-height: 1.7em;
    display: inline-block;
  }
  .detail__content__spec .spec--block__text .button {
    width: 100%;
  }
  .detail__content__spec .spec--block__text .button a {
    border: #383834 solid 0.2666666667vw;
    font-size: 2.9333333333vw;
    line-height: 6.6666666667vw;
    padding: 0 2.6666666667vw;
    transition: none;
  }
  .detail__content__spec .spec--block__text .button a::after {
    width: 1.0666666667vw;
    height: 1.8666666667vw;
    right: 2.1333333333vw;
    transition: none;
  }
  .detail__foot {
    background-color: #f7f7f3;
    border-bottom: #383834 solid 1px;
    border-bottom: #383834 solid 0.2666666667vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .detail__foot .foot--back {
    flex-basis: 100%;
    height: 70px;
    height: 18.6666666667vw;
    border-right: none;
    border-bottom: #383834 solid 1px;
    border-bottom: #383834 solid 0.2666666667vw;
  }
  .detail__foot .foot--back a {
    font-family: "Oranienbaum", serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 25px;
    font-size: 6.6666666667vw;
    letter-spacing: 0.05em;
    color: #383834;
    text-decoration: none;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: none;
  }
  .detail__foot .foot--back a::before {
    content: "";
    display: block;
    background: url("../img/common/arrow_prev.png") center center no-repeat;
    background-size: contain;
    width: 6px;
    width: 1.6vw;
    height: 10.5px;
    height: 2.8vw;
    position: absolute;
    left: 10px;
    left: 2.6666666667vw;
    top: 50%;
    transform: translateY(-50%);
    transition: none;
  }
  .detail__foot .foot--back a:hover {
    color: #383834;
  }
  .detail__foot .foot--back a:hover::before {
    transform: translate(0px, -50%);
  }
  .detail__foot .foot--share {
    flex-basis: 100%;
    height: 70px;
    height: 18.6666666667vw;
    display: flex;
    align-content: center;
    text-align: center;
  }
  .detail__foot .foot--share__title {
    flex-basis: 36%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: none;
    border-right: #383834 solid 1px;
    border-right: #383834 solid 0.2666666667vw;
    font-family: "Oranienbaum", serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 25px;
    font-size: 6.6666666667vw;
    letter-spacing: 0.05em;
    line-height: 1em;
  }
  .detail__foot .foot--share__list {
    flex-basis: 64%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .detail__foot .foot--share__list ul {
    display: flex;
    justify-content: center;
  }
  .detail__foot .foot--share__list li {
    margin: 0 15px;
    margin: 0 4vw;
  }
  .detail__foot .foot--share__list img {
    height: 30px;
    height: 8vw;
    width: auto;
  }
  .detail__foot .foot--share__list a {
    display: block;
    transition: none;
  }
  .detail__foot .foot--share__list a:hover {
    opacity: 1;
  }
}



.artist {
	padding: 0 0 0 .5em;
	position: relative;
	margin-left: .5em;
}
.artist:not(.nokakko)::before {
	content: '[';
	display: inline-block;
	width: .5em;
	margin-left: -.5em;
	text-align: left;
}
.artist:not(.nokakko)::after {
	content: ']';
	display: inline-block;
	width: .5em;
	text-align: right;
}
.artist span {
	display: inline-block;
}



.disc {
	display: block;
	background-color: #eee;
	padding-left: .5em;
	font-weight: 600;
	margin-bottom: 10px;
}
.track {
	margin-bottom: 10px;
}
.jacket--image--inner {
	margin-bottom: 10px;
}
.tokutenbox {
	margin-top: 35px;
}
.followbtn.line a.link,
a.link .followbtn.line {
	display: block;
	background-color: #ffffff;
	color: #383834;
	border: #383834 solid 1px;
	box-sizing: border-box;
	font-family: "noto-sans-cjk-jp", sans-serif;
	font-weight: 400;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: "palt" 1;
	font-size: 14px;
	line-height: 40px;
	padding: 0 20px;
	position: relative;
	transition: all 0.2s;
}
.followbtn.line a::after,
a .followbtn.line::after {
	content: "";
	display: block;
	width: 5px;
	height: 8px;
	background: url("../img/common/arrow_next2.png") center center no-repeat;
	background-size: contain;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0px, -50%);
	transition: all 0.2s;
}
.followbtn.line a.link:hover,
a.link:hover .followbtn.line {
	background-color: #383834;
	color: #f7f7f3;
}
.followbtn.line a:hover::after,
a:hover::after .followbtn.line {
	background-image: url("../img/common/arrow_next2_w.png");
	background-size: contain;
	transform: translate(5px, -50%);
}
.tokutenbox a.link {
	text-decoration: none;
}
@media screen and (max-width: 1199px) {
	.disc {
		margin-bottom: 4vw;
	}
	.track {
		margin-bottom: 4vw;
	}
	.jacket--image--inner {
		margin-bottom: 4vw;
	}
	.tokutenbox {
		margin-top: 6.6666666667vw;
	}
	.followbtn.line a.link,
	a.link .followbtn.line {
		border: #383834 solid 0.2666666667vw;
		font-size: 2.9333333333vw;
		line-height: 6.6666666667vw;
		padding: 0 2.6666666667vw;
		transition: none;
	}
	.followbtn.line a::after,
	a .followbtn.line::after {
		width: 1.0666666667vw;
		height: 1.8666666667vw;
		right: 2.1333333333vw;
		transition: none;
	}
}
