@charset "utf-8";
/* dvd_bd css 202112 */

body {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.-pc {
    display: inline;
}
.-sp {
    display: none;
}

@media (max-width:768px){
    .-pc {
        display: none;
    }
    .-sp {
        display: inline;
    }
}

/* .yumin {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
} */

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.wrapper {
  position: relative;
}
.inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}

.section-title {
  margin: 0;
  padding: 15px 0 12px;
  text-align: center;
  line-height: 1.25em;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  background: #00184B;
}
.section-title br {
  display: none;
}
.section-body {
  width: 100%;
  padding: 60px;
  box-sizing: border-box;
  background: #fff;
}
.item-img {
  margin: 0 0 55px;
}

.edition-type {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 10px;
  color: #004098;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}
.edition-type p {
  margin: 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.edition-type p br{
  display: none;
}
.edition-type span {
  font-size: 25px;
  line-height: 36px;
}

.edition-data-caption {
  padding: 0 0 0 1em;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  color: #000000;
  text-indent: -1em;
}

.detail {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.25em;
  color: #6F6F6F;
}
.detail-sec {
  margin: 15px 0 0;
  padding: 15px 0 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.25em;
  color: #6F6F6F;
  border-top: 1px dotted #707070;
}
.detail-sec p {
  margin: 0;
  padding: 0 0 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25em;
  color: #6F6F6F;
}
.detail-leaf {
  padding: 0 0 5px 1em;
  text-indent: -1em;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.25em;
  color: #6F6F6F;
}
.detail-disc {
  padding: 0 0 0 3.9em;
  text-indent: -3.9em;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.25em;
  color: #6F6F6F;
}

.edition-ec {
  margin: 0 0 20px 0;
  width: 100%;
  max-width: 478px;
}

.edition-ec-txt {
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: 500;
}

.edition-ec-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.edition-ec-list:after {
  content: "";
  display: block;
  width: 24%;
  margin: 0 0 10px 0;
}

.edition-ec-list-item {
  width: 24%;
  margin: 0 0 10px 0;
  transition: 0.3s;
}

.edition-ec-list-item:hover {
  opacity: 0.8;
}

@media screen and (max-width:768px) {
  .section-title {
    font-size: 28px;
  }
  .section-title br {
    display: inline;
  }
  .section-body {
    padding: 30px;
  }
  .item-img {
    margin: 0 0 35px;
  }
  .edition-type {
    font-size: 28px;
    line-height: 28px;
  }
  .edition-type p br{
    display: inline;
  }
  .edition-type span {
    font-size: 18px;
    line-height: 28px;
  }
  .edition-data-caption {
    font-size: 12px;
  }
  .detail,
  .detail-sec,
  .detail-sec p,
  .detail-leaf,
  .detail-disc {
    font-size: 12px;
  }

  .edition-ec {
    margin: 0 0 10% 0;
  }
  
  .edition-ec-txt {
    margin: 0 0 3% 0;
  }
  
  .edition-ec-list {
  }
  
  .edition-ec-list:after {
    content: "";
    display: block;
    width: 48%;
    margin: 0 0 3% 0;
  }
  
  .edition-ec-list-item {
    width: 48%;
    margin: 0 0 3% 0;
  }

}

@media screen and (max-width:480px) {
  .section-title {
    font-size: 22px;
  }
  .section-body {
    padding: 20px;
  }
  .item-img {
    margin: 0 0 30px;
  }
  .edition-type {
    font-size: 22px;
    line-height: 22px;
  }
  .edition-type span {
    font-size: 15px;
    line-height: 22px;
  }
}

@media screen and (max-width:375px) {
  .section-title {
    font-size: 19px;
  }
  .edition-type {
    font-size: 19px;
    line-height: 19px;
    letter-spacing: 0;
  }
  .edition-type span {
    font-size: 14px;
    line-height: 19px;
  }
}

.header {
  width: 100%;
}

.header-title {
  margin: 0;
  padding: 20px 0 12px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  color: #fff;
  background: rgb(208,18,27);
  background: -moz-linear-gradient(90deg, rgba(208,18,27,1) 0%, rgba(231,116,4,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(208,18,27,1) 0%, rgba(231,116,4,1) 100%);
  background: linear-gradient(90deg, rgba(208,18,27,1) 0%, rgba(231,116,4,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d0121b",endColorstr="#e77404",GradientType=1);
}
.header-title br {
  display: none;
}
.header-title span {
  font-size: 36px;
}

@media screen and (max-width:768px) {
  .header-title {
    font-size: 32px;
    line-height: 1.25em;
  }
  .header-title br {
    display: inline;
  }
  .header-title span {
    font-size: 24px;
  }
}

.mainContents {
  padding: 75px 0;
  background: url(../img/dvd_bd/bg_ptn.jpg) center top no-repeat;
  background-size: cover;
}

@media screen and (max-width:768px) {
  .mainContents {
    padding: 40px 0;
  }
}

.section-premium-title p {
  margin: 0;
  padding: 0;
  color: #FFEC00;
}
.premium-tokuten {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 55px;
}
.premium-label {
  display: inline-block;
  margin: 0 0 10px;
  padding: 6px 10px;
  font-size: 22px;
  color: #004098;
  font-weight: 700;
  line-height: 1em;
  border: 1px solid #004098;
}
.premium-btn-buy {
  display: inline-block;
  margin: 10px 0 15px;
  padding: 6px 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid #004098;
  border-radius: 8px;
  background: #004098;
  transition: .25s;
}
.premium-btn-buy:hover {
  color: #004098;
  background: #fff;
}
.premium-tokuten-detail {
  margin: 40px auto 20px;
  padding: 15px 0 12px;
  text-align: center;
  line-height: 1.25em;
  font-size: 28px;
  font-weight: 700;
  color: #FFEC00;
  background: #00184B;
}
.premium-tokuten-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.premium-tokuten-item {
  width: 48.5%;
  margin: 0 0 3%;
  padding: 3%;
  box-sizing: border-box;
  border-radius: 15px;
  background: #F0F4FA;
}
.premium-tokuten-item:nth-of-type(2),
.premium-tokuten-item:nth-of-type(3),
.premium-tokuten-item:nth-of-type(6),
.premium-tokuten-item:nth-of-type(7) {
  background: #E4EAF4;
}
.premium-tokuten-item:nth-of-type(8) {
  background: none;
}
.premium-tokuten-name {
  height: 5em;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: -0.05em;
  color: #00184B;
}
.premium-tokuten-name br {
  display: inline;
}
.premium-tokuten-name span {
  color: #D50000;
}
.premium-tokuten-caption {
  padding: 0 0 0 1em;
  color: #00184B;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.05em;
  text-indent: -1em;
}

.premium-tokuten-note {
  padding: 0 0 1em 1em;
  color: #00184B;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.05em;
  text-indent: -1em;
}

@media screen and (max-width:1120px) {
  .premium-tokuten-name {
    font-size: 14px;
  }
  .premium-tokuten-name br {
    display: none;
  }
}

@media screen and (max-width:768px) {
  .premium-tokuten {
    margin: 0 auto 35px;
  }
  .premium-label {
    font-size: 18px;
  }
  .premium-tokuten-detail {
    font-size: 22px;
  }
  .premium-tokuten-item {
    width: 100%;
    margin: 0 0 5%;
    padding: 5%;
  }
  .premium-tokuten-item:nth-of-type(2),
  .premium-tokuten-item:nth-of-type(3),
  .premium-tokuten-item:nth-of-type(6),
  .premium-tokuten-item:nth-of-type(7) {
    background: #F0F4FA;
  }
  .premium-tokuten-item:nth-of-type(2),
  .premium-tokuten-item:nth-of-type(4),
  .premium-tokuten-item:nth-of-type(6) {
    background: #E4EAF4;
  }  
  .premium-tokuten-item:nth-of-type(8) {
    padding: 0;
  }
  .premium-tokuten-name {
    height: auto;
  }
  .premium-tokuten-caption {
  }
  .premium-tokuten-note {
    /* text-align: center; */
    font-size: 14px;
  }
  
}

@media screen and (max-width:480px) {
  .premium-tokuten-detail {
    font-size: 17px;
  }
}

.section-rental-title {
  padding: 60px 0 0;
  background: #fff;
}
.section-rental-title img {
  display: block;
  width: 75%;
  max-width: 400px;
  margin: 0 auto;
}
.rental .section-body {
  padding-top: 40px;
}
.rental .item-img {
  margin: 0;
}

@media screen and (max-width:768px) {
  .section-rental-title {
    padding: 30px 0 0;
  }
}

.bottom-text {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  color: #000000;
}

.bottom-btn_website {
  display: block;
  width: 240px;
  margin: 30px auto 0;
  padding: 6px 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: 1px solid #004098;
  border-radius: 8px;
  background: #004098;
  transition: .25s;
}
.bottom-btn_website:hover {
  color: #004098;
  background: #fff;
}


@media screen and (max-width:768px) {

}













