@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

[v-cloak] {
  display: none;
}

img {
  vertical-align: top;
}

li {
  list-style: none;
}

a {
  color: #FFF;
  text-decoration: none;
}

.note {
  /*aaa*/
  font-size: 0.8125rem;
}

html {
  overflow: auto;
}

body {
  position: relative;
  height: 100%;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", Arial, Verdana, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #eee;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background: #000;
}

body:before {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background: url("/games/castlevania/s/img/mainvisual_sp.jpg") top center/contain no-repeat fixed;
  z-index: -1;
}

@media only screen and (min-width: 980px) {
  body:before {
    background: url("/games/castlevania/s/img/mainvisual_pc.jpg") top center/cover no-repeat fixed;
  }
}
.wrapper {
  overflow: hidden;
  position: relative;
}

.contents {
  font-family: "Hiragino Mincho ProN", Georgia, "Yu Mincho", serif;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 5%);
}

@media only screen and (min-width: 980px) {
  .contents {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 300px, rgba(0, 0, 0, 0.5) 500px);
  }
  .contents .contents-in {
    max-width: 980px;
    margin: 0 auto;
  }
}
h1 {
  /*aaa*/
  font-size: 1.625rem;
  border-bottom: 1px solid #adadad;
  vertical-align: bottom;
}
h1 span {
  /*aaa*/
  font-size: 1.25rem;
}

@media only screen and (min-width: 980px) {
  h1 {
    padding-bottom: 2px;
    /*aaa*/
    font-size: 2rem;
  }
  h1 span {
    /*aaa*/
    font-size: 1.625rem;
  }
}
header .hdr-konami {
  width: 100%;
  max-width: 130px;
  margin: 4px;
}
header .region {
  width: 160px;
  height: 34px;
  margin: 5px;
  float: right;
  border-bottom: #222 1px solid;
}
header .region:hover ul li {
  overflow: visible;
  height: 35px;
}
header .region p {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
header .region p a {
  display: block;
  margin: 0;
  padding: 0 10px;
  color: #fff;
  /*aaa*/
  font-size: 0.75rem;
  line-height: 34px;
  height: 34px;
}
header .region p:before {
  content: "▼";
  position: absolute;
  top: 6px;
  right: 10px;
}
header .region ul {
  position: relative;
}
header .region ul li {
  width: 100%;
  overflow: hidden;
  height: 0;
  transition: 0.2s;
}
header .region ul li a {
  display: block;
  padding: 0 10px;
  border-top: 1px solid #000;
  background: #600602;
  text-align: left;
  color: #fff;
  font-size: 75%;
  line-height: 34px;
  width: 100%;
  box-sizing: border-box;
}
header .region ul li a:hover {
  background-color: #890600;
}
header::after {
  display: block;
  content: "";
  clear: both;
}

.returnTop {
  position: fixed;
  bottom: 14px;
  right: 14px;
}
.returnTop a {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  background: rgba(50, 50, 50, 0.8);
  color: #9c8147;
  border-radius: 100%;
  text-align: center;
  font-size: 75%;
  line-height: 80px;
}
.returnTop a:hover {
  background: rgba(93, 31, 10, 0.8);
  transition: 0.8s ease-out;
}
.returnTop a:after {
  content: "";
  position: absolute;
  top: 35%;
  right: 41%;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid #9c8147;
  border-right: 2px solid #9c8147;
  transform: rotate(-45deg);
}

footer {
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  border-top: 1px solid #9c8147;
}
footer p {
  margin: 2%;
  /*aaa*/
  font-size: 0.625rem;
  line-height: 1.5em;
}
footer .share {
  display: flex;
  justify-content: center;
}
footer .share li {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 6px;
}
footer .share li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background-size: 100% auto;
  box-shadow: 0 0 0 0 rgba(85, 85, 85, 0.3);
  transition: box-shadow 0.2s ease;
}
footer .share li a:hover {
  box-shadow: 0 0 2px 2px rgba(85, 85, 85, 0.3);
}
footer .share li.tw a {
  background-image: url("/games/castlevania/s/img/icn_x_w.png");
}
footer .share li.fb a {
  background-image: url("/games/castlevania/s/img/sns_icon_facebook.svg");
}
@media screen and (min-width: 980px) {
  footer .share li.line {
    display: none;
  }
}
footer .share li.line a {
  background-image: url("/games/castlevania/s/img/sns_icon_line.svg");
}
footer .share li.ggl a {
  background-image: url("/games/castlevania/s/img/sns_icon_google_plus.svg");
}
footer .footer-link {
  padding-top: 20px;
}
footer .footer-link li {
  display: inline-block;
  /*aaa*/
  font-size: 0.625rem;
}
footer .footer-link li:not(:last-child) {
  border-right: 1px solid #fff;
  padding-right: 10px;
}

@media only screen and (min-width: 980px) {
  footer p {
    /*aaa*/
    font-size: 0.75rem;
  }
  footer .footer-link li {
    /*aaa*/
    font-size: 0.75rem;
  }
}
.main-logo {
  width: 70%;
  margin: 34% 0 6% 0;
}
.main-logo img {
  max-width: 100%;
}

@media only screen and (min-width: 980px) {
  .main-logo {
    width: 90%;
    margin: 6% 0;
  }
}
nav {
  margin: 0 5px;
}
nav ul {
  display: flex;
  flex-wrap: wrap;
}
nav ul li {
  margin: 0 8px 8px 0;
  /*aaa*/
  font-size: 0.9375rem;
}
nav ul li a {
  display: block;
  padding: 10px;
  color: #ccc;
  border: 1px solid #ccc;
  background: rgba(0, 0, 0, 0.5);
  transition: color 0.5s ease-out;
}
nav ul li a:hover {
  color: #890600;
  border: 1px solid #890600;
  background: rgba(0, 0, 0, 0.8);
}
nav ul li.current a {
  background: rgba(137, 6, 0, 0.5);
  border: 1px solid #890600;
  text-shadow: 0 0 10px #c10800;
}
nav ul li.current a:hover {
  color: #ccc;
  border: 1px solid #890600;
}
nav ul li:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 980px) {
  nav {
    margin: 0 10px;
  }
  nav ul li {
    margin: 0 5px 0 0;
    /*aaa*/
    font-size: 1.25rem;
  }
  nav ul li a {
    padding: 15px;
    background: rgba(0, 0, 0, 0.2);
  }
}
.slider .slick-prev {
  left: -5px;
}
.slider .slick-next {
  right: -5px;
}

.btn-ps {
  border: 1px solid #214197;
}
.btn-ps a {
  display: block;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
}
.btn-ps:hover {
  background: rgba(33, 65, 151, 0.5);
}

.btn-xbox,
.btn-android {
  border: 1px solid #206B19;
}
.btn-xbox a,
.btn-android a {
  display: block;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
}
.btn-xbox:hover,
.btn-android:hover {
  background: rgba(32, 107, 25, 0.5);
}

.btn-steam,
.btn-ios {
  border: 1px solid #888;
}
.btn-steam a,
.btn-ios a {
  display: block;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
}
.btn-steam:hover,
.btn-ios:hover {
  background: rgba(136, 136, 136, 0.5);
}

.btn-wiiware {
  border: 1px solid #a3101b;
}
.btn-wiiware a {
  display: block;
  height: 100%;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
}
.btn-wiiware:hover {
  background: rgba(163, 16, 27, 0.5);
}

.btn-vc {
  border: 1px solid #a3101b;
}
.btn-vc a {
  display: block;
  height: 100%;
  padding: 9px;
  background: rgba(0, 0, 0, 0.5);
}
.btn-vc:hover {
  background: rgba(163, 16, 27, 0.5);
}

.btn-switch {
  border: 1px solid #a3101b;
}
.btn-switch a {
  display: block;
  height: 100%;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
}
.btn-switch:hover {
  background: rgba(163, 16, 27, 0.5);
}

.history-main {
  padding: 10% 2%;
}
.history-main .time-line {
  padding: 15px 0;
}
.history-main .time-line li {
  position: relative;
}
.history-main .time-line li .time-line-year {
  position: relative;
  padding-left: 10px;
}
.history-main .time-line li .time-line-year:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 10px;
  height: 6px;
  border-top: 2px solid #6b592e;
}
.history-main .time-line li .time-line-year img {
  width: 25%;
  max-width: 160px;
}
.history-main .time-line li dl {
  margin: 2%;
}
.history-main .time-line li dl dt {
  margin-bottom: 10px;
  /*aaa*/
  font-size: 1.0625rem;
}
.history-main .time-line li dl dt a {
  transition: color 0.5s ease-out;
}
.history-main .time-line li dl dt a:hover {
  color: #890600;
}
.history-main .time-line li dl dd img {
  width: 36%;
  max-width: 200px;
  margin-right: 2%;
  padding-bottom: 30px;
  float: left;
}
.history-main .time-line li dl dd .time-line-description {
  position: relative;
}
.history-main .time-line li dl dd .time-line-description:after {
  display: block;
  content: "";
  clear: both;
}
.history-main .time-line li dl dd .time-line-description p {
  /*aaa*/
  font-size: 0.875rem;
}
.history-main .time-line li dl dd .time-line-description .time-line-release {
  margin: 8px 0;
  color: #ccc;
  /*aaa*/
  font-size: 0.75rem;
}
.history-main .time-line li dl dd .time-line-description .time-line-link {
  /*aaa*/
  font-size: 0.75rem;
  text-align: right;
}
.history-main .time-line li dl dd .time-line-description .time-line-link a {
  position: relative;
  padding-right: 20px;
  transition: color 0.5s ease-out;
}
.history-main .time-line li dl dd .time-line-description .time-line-link a:after {
  position: absolute;
  content: "";
  top: 5px;
  right: 5px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.history-main .time-line li dl dd .time-line-description .time-line-link a:hover {
  color: #890600;
}
.history-main .time-line li dl dd .time-line-description .time-line-link a:hover:after {
  border-top: 1px solid #890600;
  border-right: 1px solid #890600;
}
.history-main .time-line li dl dd .time-line-store {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  /*aaa*/
  font-size: 0.8125rem;
  line-height: 1em;
  text-align: center;
}
.history-main .time-line li dl dd .time-line-store li {
  width: 47%;
  height: 46px;
  margin: 0 10px 10px 0;
}
.history-main .time-line li dl dd .time-line-license {
  padding-bottom: 10px;
  color: #ccc;
  /*aaa*/
  font-size: 0.625rem;
  line-height: 1em;
}

@media only screen and (min-width: 980px) {
  .history-main {
    padding: 60px 10px;
  }
  .history-main .time-line {
    padding: 50px 0;
  }
  .history-main .time-line li .time-line-year {
    padding-left: 0;
    top: -30px;
  }
  .history-main .time-line li .time-line-year:before {
    left: 130px;
    width: 23px;
  }
  .history-main .time-line li .time-line-year img {
    width: 120px;
  }
  .history-main .time-line li dl {
    margin: -60px 0 0 140px;
    padding-bottom: 80px;
    border-left: 3px solid #6b592e;
  }
  .history-main .time-line li dl dt {
    margin: 0 0 0 30px;
    padding: 20px 0;
    /*aaa*/
    font-size: 1.5625rem;
    line-height: 1.2em;
    border-top: 1px solid #543f21;
  }
  .history-main .time-line li dl dd {
    margin-left: 30px;
  }
  .history-main .time-line li dl dd:after {
    display: block;
    content: "";
    clear: both;
  }
  .history-main .time-line li dl dd img {
    margin-right: 20px;
  }
  .history-main .time-line li dl dd .time-line-description:after {
    display: none;
  }
  .history-main .time-line li dl dd .time-line-description p {
    /*aaa*/
    font-size: 1rem;
  }
  .history-main .time-line li dl dd .time-line-description .time-line-release {
    margin: 20px 0;
    /*aaa*/
    font-size: 0.8125rem;
  }
  .history-main .time-line li dl dd .time-line-description .time-line-link {
    position: absolute;
    top: -45px;
    right: 10px;
    /*aaa*/
    font-size: 0.875rem;
  }
  .history-main .time-line li dl dd .time-line-store li {
    width: 31%;
  }
}
.history-detail {
  padding: 10% 2%;
}
.history-detail .history-detail-main {
  margin: 20px 0;
}
.history-detail .history-detail-main dt {
  margin-bottom: 10px;
  /*aaa*/
  font-size: 1.1875rem;
  text-shadow: 0 0 10px #c10800, 0 0 10px #c10800;
}
.history-detail .history-detail-main dd > img {
  display: block;
  max-width: 225px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.history-detail .history-detail-main dd .history-detail-description p {
  /*aaa*/
  font-size: 1rem;
}
.history-detail .history-detail-main dd .history-detail-description .history-detail-release {
  margin: 15px 0 0;
}
.history-detail .history-detail-main dd .history-detail-description .history-detail-release li {
  /*aaa*/
  font-size: 0.8125rem;
}
.history-detail .history-detail-main dd .history-detail-description .history-detail-release li.history-detail-bonus {
  margin: 10px 0;
}
.history-detail .history-detail-main dd .history-detail-description .history-detail-release li.history-detail-bonus img {
  max-width: 100%;
  margin-top: 5px;
}
.history-detail .history-detail-main dd .history-detail-store {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  /*aaa*/
  font-size: 0.8125rem;
  line-height: 1em;
  text-align: center;
}
.history-detail .history-detail-main dd .history-detail-store li {
  width: 47%;
  height: 46px;
  margin: 0 10px 10px 0;
}
.history-detail .history-detail-notice {
  margin-bottom: 20px;
  background: rgba(232, 0, 0, 0.2);
}
.history-detail .history-detail-notice h2 {
  padding: 10px 10px 0 10px;
  color: #e80000;
  /*aaa*/
  font-size: 0.875rem;
  border-bottom: 1px solid #e80000;
}
.history-detail .history-detail-notice p {
  padding: 10px;
  /*aaa*/
  font-size: 0.75rem;
}
.history-detail .history-detail-more {
  padding-bottom: 20px;
}
.history-detail .history-detail-more h2 {
  margin-bottom: 10px;
  /*aaa*/
  font-size: 1.1875rem;
  color: #97713d;
}
.history-detail .history-detail-more h2 span {
  position: relative;
  display: inline-block;
  width: 100%;
}
.history-detail .history-detail-more h2 span:before {
  position: absolute;
  top: 50%;
  left: 60px;
  z-index: 1;
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background: linear-gradient(to right, #97713d, rgba(151, 113, 61, 0.2));
}
.history-detail .history-detail-more .video li .youtube_outer {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  margin-top: 30px;
}
.history-detail .history-detail-more .video li .youtube_outer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.history-detail .history-detail-more h3 {
  margin-top: 15px;
  /*aaa*/
  font-size: 1.0625rem;
  color: #b5a287;
}
.history-detail .history-detail-more p {
  margin: 5px 0 20px;
  color: #eee;
  /*aaa*/
  font-size: 0.75rem;
  line-height: 1.5em;
}
.history-detail .history-detail-more .slider {
  margin: 10px 0;
}
.history-detail .history-detail-more .video_info {
  margin-top: 20px;
  color: #eee;
}
.history-detail .history-detail-more .history-faq {
  margin-top: 30px;
  /*aaa*/
  font-size: 0.875rem;
  line-height: 1.5em;
}
.history-detail .history-detail-more .history-faq dt {
  margin-bottom: 10px;
  color: #b5a287;
  text-indent: -2em;
  padding-left: 2em;
}
.history-detail .history-detail-more .history-faq dt:before {
  margin-right: 8px;
  padding: 3px 6px;
  color: #000;
  content: "Q";
  background: #b5a287;
}
.history-detail .history-detail-more .history-faq dd {
  margin-bottom: 30px;
  text-indent: -2em;
  padding-left: 2em;
}
.history-detail .history-detail-more .history-faq dd:before {
  margin-right: 8px;
  padding: 3px 6px;
  content: "A";
  background: #1c4e8c;
}
.history-detail .history-detail-more .history-faq dd table {
  width: 100%;
  margin: 0 0 10px;
  padding-left: 0;
  text-indent: 0;
  border-spacing: 0;
  border-collapse: collapse;
  border-top: #888 1px solid;
  border-left: #888 1px solid;
}
.history-detail .history-detail-more .history-faq dd table caption {
  margin-bottom: 10px;
  text-align: left;
}
.history-detail .history-detail-more .history-faq dd table tr th {
  padding: 4px 8px;
  border-right: #888 1px solid;
  border-bottom: #888 1px solid;
  background: #222;
}
.history-detail .history-detail-more .history-faq dd table tr td {
  padding: 4px 8px;
  border-right: #888 1px solid;
  border-bottom: #888 1px solid;
}
.history-detail .rating-seal {
  margin-bottom: 20px;
}
.history-detail .rating-seal ul {
  display: flex;
  flex-wrap: wrap;
}
.history-detail .rating-seal ul li img {
  max-width: 40px;
  margin-right: 5px;
  float: left;
}
.history-detail .rating-seal ul li p {
  width: 150px;
  padding: 5px;
  /*aaa*/
  font-size: 0.75rem;
  line-height: 1.2em;
  color: #888;
}
.history-detail .rating-seal ul li:after {
  display: block;
  content: "";
  clear: both;
}
.history-detail .return_index {
  /*aaa*/
  font-size: 0.9375rem;
  text-align: center;
}
.history-detail .return_index a {
  transition: 0.5s ease-out;
}
.history-detail .return_index a:hover {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 30px rgba(255, 255, 255, 0.5), 0 0 40px rgb(186, 6, 0), 0 0 50px rgb(186, 6, 0), 0 0 60px rgb(186, 6, 0), 0 0 70px rgb(186, 6, 0);
  -webkit-animation: grow 3s ease-in-out infinite alternate;
  animation: grow 3s ease-in-out infinite alternate;
}

@media only screen and (min-width: 980px) {
  .history-detail {
    padding: 60px 10px;
  }
  .history-detail .history-detail-main {
    margin: 40px 0;
  }
  .history-detail .history-detail-main dt {
    margin-bottom: 20px;
    /*aaa*/
    font-size: 1.625rem;
  }
  .history-detail .history-detail-main dd:after {
    display: block;
    content: "";
    clear: both;
  }
  .history-detail .history-detail-main dd > img {
    margin: 0;
    padding-right: 20px;
    float: left;
  }
  .history-detail .history-detail-main dd > img.img-2018_x_son_rob {
    padding-bottom: 102px;
  }
  .history-detail .history-detail-main dd .history-detail-description p {
    /*aaa*/
    font-size: 1.25rem;
    line-height: 1.3em;
  }
  .history-detail .history-detail-main dd .history-detail-description .history-detail-release {
    margin: 15px 0;
  }
  .history-detail .history-detail-main dd .history-detail-description .history-detail-release li {
    /*aaa*/
    font-size: 0.9375rem;
  }
  .history-detail .history-detail-main dd .history-detail-description .history-detail-release li.history-detail-bonus {
    height: 180px;
  }
  .history-detail .history-detail-main dd .history-detail-description .history-detail-release li.history-detail-bonus img {
    display: block;
    max-width: 300px;
  }
  .history-detail .history-detail-main dd .history-detail-store li {
    width: 31%;
  }
  .history-detail .history-detail-notice {
    margin-bottom: 30px;
  }
  .history-detail .history-detail-notice h2 {
    padding: 15px 15px 0 15px;
    /*aaa*/
    font-size: 1.125rem;
  }
  .history-detail .history-detail-notice p {
    padding: 15px;
    /*aaa*/
    font-size: 0.8125rem;
  }
  .history-detail .history-detail-more {
    padding-bottom: 30px;
  }
  .history-detail .history-detail-more h2 {
    /*aaa*/
    font-size: 1.625rem;
  }
  .history-detail .history-detail-more h2 span:before {
    left: 100px;
  }
  .history-detail .history-detail-more .video li {
    max-width: 520px;
    margin: 0 auto;
  }
  .history-detail .history-detail-more h3 {
    margin-top: 30px;
    /*aaa*/
    font-size: 1.375rem;
    line-height: 1.2em;
  }
  .history-detail .history-detail-more p {
    margin: 8px 0 15px;
    /*aaa*/
    font-size: 0.875rem;
  }
  .history-detail .history-detail-more .slider {
    margin: 20px 0;
  }
  .history-detail .history-detail-more .history-faq dd table {
    width: 500px;
  }
}

/*# sourceMappingURL=history.css.map */
