@charset "utf-8";

/* bd-dvd */

body {
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 400;
}
/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
*/

.mincho {
  font-family: YakuHanMP, 'Noto Serif JP', serif;
}
.gothic {
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
}

.release {
  position: relative;
  padding: 80px 0 0;
}
.release * {
  box-sizing: border-box;
}
.release::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../img/bg.jpg") center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
}
.page-release section {
  position: relative;
  z-index: 2;
}

.release .edition {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 80px;
  background: #fff;
}
.release .rental .inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 40px;
  background: none;
}
.release .edition .inner {
  width: 100%;
  max-width: 100%;
  padding: 56px 40px 40px;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
  }
  .release {
    padding: 40px 0 0;
  }
  .release .edition {
    margin: 0 auto 40px;
  }
  .release .edition .inner {
    padding: 30px 20px 20px;
  }
}

@media screen and (max-width: 560px) {
  .release .edition .inner {
    padding: 15px;
  }
}

.release .title {
  width: 100%;
  height: 50px;
  padding: 15px 0;
}
.release .premium  .title {
  background: #ab8d49;
}
.release .collectors .title {
  background: #248cad;
}
.release .standard .title {
  background: #db6a99;
}
.release .title img {
  width: auto;
  height: 20px;
  margin: 0 auto;
}
.release .premium .limited {
  margin: 0 0 50px;
  padding: 10px 0;
  border-top: 1px solid #d63282;
  border-bottom: 1px solid #d63282;
}
.release .premium .limited img {
  display: block;
  width: auto;
  height: 26px;
  margin: 0 auto;
}
.release .premium .lead {
  width: 94%;
  margin: 0 auto;
}
.release .collectors .lead {
  width: 80%;
  margin: 0 auto;
}
.release .premium .inner > .caption {
  margin: 1em 0;
  text-align: center;
}
.release .itemImg {
  margin: 60px 0;
}
.release .collectors .itemImg {
  width: 70%;
  margin: 60px auto;
}
.release .standard .itemImg {
  width: 40%;
  margin: 60px auto;
}
.release .itemDetail .gothic {
  margin: 0;
  padding: 0;
}
.release .itemDetail .leaf {
  text-indent: -1em;
  padding: 0 0 0 1.1em;
  line-height: 1.75;
}
.release .itemDetail .caption {
  text-indent: -1em;
  padding-left: 1.1em;
  font-size: 12px;
  text-align: left;
}
.release .itemDetail .caption span {
  font-size: 12px;
}
.release .discWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0 0;
  padding: 50px 0 0;
}
.release .premium .discWrap {
  border-top: 1px solid #ab8d49;
}
.release .collectors .discWrap {
  border-top: 1px solid #248cad;
}
.release .discWrap .disc {
  width: 47%;
}
.release .discWrap .disc:last-of-type {
  width: 50%;
  padding-left: 3%;
}
.release .premium .discWrap .disc:last-of-type {
  border-left: 2px dotted #ab8d49;
}
.release .collectors .discWrap .disc:last-of-type {
  border-left: 2px dotted #248cad;
}
.release .discWrap .disc .label {
  display: inline-block;
  margin: 0 0 8px;
  padding: 0 0.75em;
  color: #ab8d49;
  border: 1px solid #ab8d49;
}
.release .disc .type {
  color: #ab8d49;
  font-size: 26px;
  line-height: 28px;
}
.release .collectors .disc .type {
  color: #248cad;
}
.release .standard .disc .type {
  color: #db6a99;
}
.release .disc .type span {
  display: inline-block;
  font-size: 60%;
}
.release .disc .price {
  margin-top: 0.25em;
  font-size: 120%;
}
.release .disc .amenity {
  margin: 1.5em 0;
}
.release .disc .detail {
  font-size: 14px;
}
.release .disc .detail span {
  font-weight: 700;
}
.release .buy {
  margin-top: 20px;
}
.release .premium .btn_buy {
  display: block;
  width: 220px;
  height: 50px;
  margin: 40px 0 0;
  font-size: 120%;
  text-align: center;
  line-height: 50px;
  border: 1px solid #ab8d49;
  border-radius: 4px;
  color: #fff;
  background: #ab8d49;
  transition: .25s;
}
.release .premium .btn_buy:hover {
  color: #ab8d49;
  background: #fff;
}
.release .shopWrap {
  display: flex;
  flex-wrap: wrap;
}
.release .shopWrap .shopItem {
  width: 23%;
  margin: 2% 2% 0 0;
}
.release .standard .shopWrap .shopItem {
  width: 11.5%;
  margin: 1% 1% 0 0;
}
.release .shopWrap .btn_store {
  transition: .25s;
}
.release .shopWrap .btn_store:hover {
  opacity: .5;
}
.release .rental .catch {
  width: 45%;
  margin: 0 auto;
}
.release .rental .officialsite {
  display: block;
  width: 220px;
  height: 50px;
  margin: 40px auto 30px;
  font-size: 120%;
  text-align: center;
  line-height: 50px;
  border-radius: 4px;
  color: #fff;
  background: #248cad;
  transition: .25s;
}
.release .rental .officialsite:hover {
  color: #248cad;
  background: #fff;
}
.release .rental .copyright {
  width: 38%;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .release .discWrap .disc {
    width: 100%;
  }
  .release .discWrap .disc:last-of-type {
    width: 100%;
    margin: 30px 0 0;
    padding: 30px 0 0;
  }
  .release .premium .discWrap .disc:last-of-type {
    border-top: 2px dotted #ab8d49;
    border-left: none;
  }
  .release .collectors .discWrap .disc:last-of-type {
    border-top: 2px dotted #248cad;
    border-left: none;
  }
  .release .premium .btn_buy {
    display: block;
    width: 70%;
    min-width: 220px;
    max-width: 400px;
    margin: 40px auto 30px;
    font-size: 15px;
  }
  .release .collectors .lead {
    width: 94%;
  }
  .release .standard .shopWrap .shopItem {
    width: 23%;
    margin: 2% 2% 0 0;
  }
  .release .rental .officialsite {
    display: block;
    width: 70%;
    min-width: 220px;
    max-width: 400px;
    margin: 40px auto 30px;
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .release .premium .inner > .caption {
    font-size: 12px;
  }
  .release .premium .limited img {
    width: 100%;
    height: auto;
  }
  .release .collectors .itemImg {
    width: 100%;
    margin: 0 auto 20px;
  }
  .release .standard .itemImg {
    width: 60%;
    margin: 0 auto 20px;
  }
  .release .disc .type {
    font-size: 22px;
    line-height: 24px;
  }
  .release .rental .catch {
    width: 80%;
  }
  .release .rental .copyright {
    width: 90%;
  }
}

@media screen and (max-width: 480px) {
  .release .disc .type {
    font-size: 18px;
    line-height: 20px;
  }
  .release .shopWrap .shopItem,
  .release .standard .shopWrap .shopItem {
    width: 31.33%;
    margin: 2% 2% 0 0;
  }

}
