@charset "UTF-8";
/* +++++++++++
  common
+++++++++++ */
html, body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, osaka, sans-serif;
  font-size: 20px;
}

section {
  padding-left: 10px;
  padding-right: 10px;
}

img {
  width: 100%;
}

a:hover {
  opacity: 0.8;
}

h3 {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.margin-main {
  margin-bottom: 70px;
}

.margin-sub {
  margin-bottom: 40px;
}

.bg-cmn {
  padding: 50px;
}

.bg-white {
  background-color: white;
}

.text-center {
  text-align: center;
}

.only-pc {
  display: block !important;
}

.only-sp {
  display: none !important;
}

.hd-sub img {
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
}

/* +++++++++++
  contents
+++++++++++ */
#contents-main {
  background: url(../img/bg_main.png) repeat;
}

#mv {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

#bluray-dvd h2 {
  margin-bottom: 2%;
}
#bluray-dvd .flex {
  justify-content: space-between;
}
#bluray-dvd .flex-wrap {
  width: 49%;
}

#benefit .container {
  background: url(../img/bg_benefit.png) no-repeat;
  background-size: cover;
}
#benefit .flex-wrap {
  width: 50%;
}

#corporation .container {
  background: url(../img/bg_dot.png) no-repeat;
  background-size: cover;
}
#corporation .flex {
  justify-content: space-between;
}
#corporation .flex-wrap {
  width: 48.5%;
}
#corporation .notes {
  text-align: center;
}
#corporation .notes small {
  display: inline-block;
  margin: 0 0.5em;
}

#buy h3 {
  color: #ef7c00;
}
#buy .container {
  border: solid 4px #e4c082;
  background-color: #fff7d9;
}
#buy li {
  width: 18%;
  margin: 0 2.5% 2% 0;
}
#buy li:nth-child(5n) {
  margin: 0 0 2% 0;
}
#buy li:nth-child(n+6) {
  margin: 0 2.5% 0 0;
}

#digital {
  background: url(../img/bg_deco.png) center bottom no-repeat;
  background-size: 95%;
  padding-bottom: 140px;
}
#digital h3 {
  color: #ef7c00;
}
#digital .img-bnr {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}

footer {
  position: relative;
  background: url(../img/bg_footer.png) no-repeat;
  background-size: cover;
  text-align: center;
  color: white;
  padding: 60px 10px 30px;
}
footer a {
  position: absolute;
  display: block;
  max-width: 432px;
  width: 100%;
  top: -50%;
  left: 0;
  right: 0;
  margin: auto;
}
footer small {
  display: inline-block;
  font-size: 0.6em;
  margin: 0 0.5em;
}

/* +++++++++++
  media
+++++++++++ */
@media screen and (max-width: 768px) {
  html, body {
    font-size: 12px;
  }
  h2 {
    font-size: 2.6em;
  }
  h3 {
    font-size: 1.8em;
  }
  .only-pc {
    display: none !important;
  }
  .only-sp {
    display: block !important;
  }
  .margin-main {
    margin-bottom: 40px;
  }
  .margin-sub {
    margin-bottom: 20px;
  }
  .flex-wrap {
    width: 100% !important;
  }
  .bg-cmn {
    padding: 20px;
  }
  #bluray-dvd h2, #bluray-dvd .flex-wrap:first-child {
    margin-bottom: 20px;
  }
  #benefit .container {
    background: url(../img/bg_benefit_sp.png) no-repeat;
    background-size: cover;
  }
  #corporation .flex-wrap:first-child {
    margin-bottom: 40px;
  }
  #corporation .notes {
    text-align: left;
  }
  #buy li {
    width: 48%;
  }
  #buy li:nth-child(odd) {
    margin: 0 4% 4% 0;
  }
  #buy li:nth-child(even) {
    margin: 0 0 4% 0;
  }
  #digital {
    background: url(../img/bg_deco.png) center bottom no-repeat;
    background-size: 235%;
    padding-bottom: 90px;
  }
  #digital .img-bnr {
    width: 70%;
  }
  footer {
    padding-top: 30px;
  }
  footer a {
    max-width: 240px;
    width: 65%;
  }
  footer small {
    font-size: 0.8em;
  }
}/*# sourceMappingURL=main.css.map */