@charset "UTF-8";
html {
  font-size: 16px;
}
@media only screen and (max-width: 750px) {
  html {
    font-size: 3.4vw;
  }
}

.font {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}

.wrapper {
  background: url(../images/dvd/bg.jpg) repeat-y center top;
  background-size: 100% auto;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
}
.container__main {
  padding: 3.6363636364% 7.2727272727% 7.2727272727%;
}
.container__main-note {
  font-size: 10px;
  line-height: 2;
  padding: 2rem;
  text-align: center;
  color: #666;
}
@media only screen and (max-width: 750px) {
  .container__main {
    padding: 5% 5% 10%;
  }
}
.container__tokuten {
  margin-top: 3rem;
  padding: 2rem 2rem 1rem;
  border: 5px solid #001349;
  background: #bed4f5;
}
@media only screen and (max-width: 750px) {
  .container__tokuten {
    font-size: 0.9rem;
    padding: 1rem 1rem 0.5rem;
  }
}
.container__tokuten-2 {
  padding: 1.5rem;
}
@media only screen and (max-width: 750px) {
  .container__tokuten-2 {
    font-size: 0.8rem !important;
    line-height: 1.4;
    padding: 1rem 0.2rem;
    font-feature-settings: "palt";
  }
}
.container__tokuten dt {
  font-weight: 900;
  padding: 0.8rem;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
  background: #001349;
}
.container__tokuten dd {
  line-height: 1.6;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.container__tokuten dd span {
  font-weight: bold;
}
.container__tokuten dd ul {
  padding-bottom: 1em;
}
.container__tokuten dd li {
  padding-top: 0.3em;
  padding-left: 1em;
}
.container__tokuten dd li:before {
  margin-left: -1em;
  content: "●";
}
.container__tokuten .-bold {
  line-height: 1.8;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 750px) {
  .container__tokuten .-bold {
    text-align: left;
    justify-content: flex-start;
  }
}
.container__tokuten .-bold li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  box-sizing: border-box;
  width: 50%;
  padding: 0 1rem;
  color: #001349;
}
.container__tokuten .-bold li:last-child {
  width: 100%;
  padding-top: 1rem;
}
@media only screen and (max-width: 750px) {
  .container__tokuten .-bold li {
    font-size: 1.1rem;
    line-height: 1.6;
    width: 100%;
  }
  .container__tokuten .-bold li + li {
    padding-top: 1rem;
  }
}
.container__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.container__flex-item {
  width: 48%;
}
.container__flex-item-2-1 {
  width: 40%;
}
.container__flex-item-2-2 {
  width: 60%;
}
@media only screen and (max-width: 750px) {
  .container__flex {
    display: block;
  }
  .container__flex-item {
    width: auto;
    padding-top: 2rem;
  }
  .container__flex-item-2-1 {
    width: auto;
  }
  .container__flex-item-2-2 {
    width: auto;
  }
}
.container__last {
  padding-top: 4rem;
}
@media only screen and (max-width: 750px) {
  .container__last {
    padding-top: 2rem;
  }
}
.container__special {
  margin-top: 5rem;
  background: url(../images/dvd/tokuten-bg.jpg) repeat-y center top;
  background-size: 100% auto;
}
.container__special-inner {
  padding: 3%;
  text-align: center;
  color: #fff;
  background: url(../images/dvd/tokuten-bg-bottom.jpg) no-repeat right bottom;
  background-size: 100% auto;
}
@media only screen and (max-width: 750px) {
  .container__special-inner {
    padding: 10% 10%;
  }
}
@media only screen and (max-width: 750px) {
  .container__special {
    margin-top: 3rem;
  }
}

.-text-midashi-1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.3;
  padding: 1.2rem;
  text-align: center;
  color: #001349;
  background: url(../images/dvd/text-bg.png) no-repeat center top;
  background-size: cover;
  text-shadow: 0 0 1rem white, 0 0 0.5rem white;
}
@media only screen and (max-width: 750px) {
  .-text-midashi-1 {
    font-size: 1.8rem;
  }
}
.-text-midashi-2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
}
.-text-midashi-rental {
  background-image: url(../images/dvd/rental-bg.jpg) !important;
}
.-text-1 {
  background: #001349;
}
.-text-2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.05rem;
  color: #1741cb;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 750px) {
  .-text-2 {
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
.-text-tokuten {
  font-weight: bold;
  line-height: 1.2;
  margin-top: 1rem;
  padding: 0.6rem 1rem;
  text-align: center;
  color: #03004c;
  border: 3px solid #03004c;
}

.-image-center img {
  display: block;
  margin: 0 auto;
}

.-spec-title {
  font-size: 0.9rem;
  padding-top: 1.5rem;
  font-feature-settings: "palt";
}
.-spec-text {
  font-size: 0.8rem;
  line-height: 1.5;
  padding-top: 0.7rem;
}
.-spec-item {
  font-size: 0.8rem;
  line-height: 1.4;
  display: flex;
  padding-top: 0.4rem;
  align-items: flex-start;
}
.-spec-item dt {
  flex-shrink: 0;
  font-feature-settings: "palt";
}
.-spec-item dt:after {
  content: "：";
}
.-spec-item dd {
  line-height: 1.6;
  word-wrap: break-word;
}
.-spec-item-num {
  padding: 0;
}
.-spec-item-price {
  line-height: 1;
  padding-top: 1rem;
  align-items: center;
}
.-spec-item-2 dt::after {
  content: "";
}
.-spec-item-2 dt::after dd {
  padding-left: 1em;
}

.-price {
  font-size: 1.6rem;
}
.-price span {
  font-size: 0.8em;
}

.-special-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
}
@media only screen and (max-width: 750px) {
  .-special-title {
    font-size: 1.4rem;
  }
}
.-special-image {
  padding-top: 2rem;
}
.-special-btn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  display: block;
  width: 50%;
  margin: 1.5rem auto 0;
  padding: 0.5rem 1rem 0.7rem;
  color: #fff;
  border: 3px solid #fff;
}
.-special-note {
  padding-top: 0.5rem;
  text-align: right;
}
@media only screen and (max-width: 750px) {
  .-special-note {
    font-size: 10px;
    padding-top: 3rem;
    text-align: center;
  }
}

.-jacket {
  padding: 0 10%;
}
.-jacket img {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .-jacket {
    padding: 0 30% 4%;
  }
}

.-sp {
  display: none;
}

@media only screen and (max-width: 750px) {
  .-sp {
    display: block;
  }

  .-pc {
    display: none;
  }
}
.footer-link__item a {
  color: #000 !important;
}