@charset "UTF-8";
body {
  background: url(../images/dvd/bg.webp) no-repeat center top;
  background-color: #fff;
  background-size: 100% auto;
  color: #000;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  height: 100%;
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

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

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

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}
.container__inner {
  padding: 0 4.6875%;
}

.banner {
  padding-bottom: 10px;
}
.banner img {
  height: 50px;
}

.yt {
  padding: 4rem 2.5862068966% 0;
}
.yt__inner {
  background: #ccc;
  aspect-ratio: 16/9;
}
.yt__inner iframe {
  border: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  .yt {
    padding-top: 1rem;
  }
}

.content {
  color: #666;
  padding-top: 4rem;
}
.content-title {
  background: #e5d84b;
  border-radius: 0.8rem;
  padding: 1rem;
}
.content-title img {
  display: block;
  margin: 0 auto;
}
.content-desc {
  font-weight: bold;
  line-height: 1.8;
  padding-top: 2rem;
  text-align: center;
}
.content-flex {
  display: flex;
  margin: 0 auto;
  padding: 3rem 0;
  width: 80%;
  align-items: center;
  justify-content: center;
}
.content-flex figure {
  padding: 0 2rem;
  flex-shrink: 0;
}
@media only screen and (max-width: 750px) {
  .content figure {
    margin: 0;
    padding-top: 2rem;
  }
  .content-title img {
    height: 1.8rem;
  }
  .content-flex {
    flex-direction: column;
    padding-top: 0;
    width: 100%;
  }
  .content-flex figure {
    margin: 0 auto;
    padding-bottom: 1rem;
    width: 60%;
  }
}

.spec-flex {
  display: flex;
  padding-top: 2rem;
  align-items: flex-start;
  justify-content: space-between;
}
.spec-flex .spec-item {
  width: 48%;
}
.spec-item {
  font-size: 0.9rem;
  line-height: 1.6;
}
.spec-item > dt img {
  display: block;
  margin: 0 auto;
}
.spec-item dl dt {
  font-weight: bold;
  padding-top: 0.5rem;
}
.spec-price {
  display: block;
  font-weight: bold;
}
.spec-price span {
  font-size: 2.5rem;
}
@media only screen and (max-width: 750px) {
  .spec-flex {
    flex-direction: column;
  }
  .spec-flex .spec-item {
    padding-bottom: 2rem;
    width: 100%;
  }
  .spec-item {
    width: 100%;
  }
}

.tokuten {
  background: #fdfae0;
  border: 1px solid #e5d84b;
  border-radius: 1rem;
  margin-top: 4rem;
  padding: 2rem;
}
.tokuten-title {
  background: #e5d84b;
  border-radius: 0.8rem;
  padding: 0.8rem;
}
.tokuten-title img {
  display: block;
  margin: 0 auto;
}
.tokuten ul {
  padding: 1.5rem 1rem 1rem;
}
.tokuten ul li {
  padding-bottom: 1rem;
}
@media only screen and (max-width: 750px) {
  .tokuten {
    padding: 2rem 1rem;
  }
  .tokuten-title img {
    height: 1.3rem;
  }
  .tokuten ul li {
    line-height: 1.4;
  }
}

.present {
  background: #ffe9f4;
  border: 1px solid #e5d84b;
  border-radius: 1rem;
  margin-top: 0rem;
  padding: 3rem 4rem 2rem;
  text-align: center;
}
.present-flex {
  display: flex;
  padding-top: 3rem;
  align-items: center;
  justify-content: space-between;
}
.present-flex .present-item {
  width: 48%;
}
.present .note {
  line-height: 1.8;
  padding-top: 2rem;
}
@media only screen and (max-width: 750px) {
  .present {
    padding: 2rem 2rem;
  }
  .present-flex {
    flex-direction: column;
  }
  .present-flex .present-item {
    padding-bottom: 2rem;
    width: 100%;
  }
  .present .note {
    padding-top: 0;
  }
}

.rental {
  padding: 4rem 0;
}
.rental img {
  display: block;
  margin: 0 auto;
}

footer {
  line-height: 2;
  padding: 0rem 0 3rem;
  text-align: center;
}

.note {
  font-size: 0.8em;
  padding-top: 1rem;
}