@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;
}

hr {
  position: absolute;
  bottom: -25px;
  height: 3px;
  width: 100%;
  margin: 0 0 24px;
  padding: 0;
  background: linear-gradient(to right, #4e422a, #e3c685, #4e422a);
  border: none;
  z-index: 2;
}

hr::before {
  position: relative;
  content: "";
  display: inline-block;
  width: 100%;
  height: 51px;
  margin: -24px 0 0;
  background: url(/games/castlevania/gos/s/img/line_icn_sp.png) left no-repeat, url(/games/castlevania/gos/s/img/line_icn2_sp.png) right no-repeat;
}
@media screen and (min-width: 768px) {
  hr::before {
    background: url(/games/castlevania/gos/s/img/line_icn_pc.png) left no-repeat, url(/games/castlevania/gos/s/img/line_icn2_pc.png) right no-repeat;
  }
}

img {
  vertical-align: top;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "ＭＳ Ｐゴシック", Arial, Meiryo, sans-serif;
  line-height: 1.4;
  background-color: #000;
  color: #eeeeee;
  /*aaa*/
  font-size: 0.9375rem;
  background-image: url(/games/castlevania/gos/s/img/bg_01_sp.jpg);
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (min-width: 768px) {
  body {
    background-image: url(/games/castlevania/gos/s/img/bg_01_pc.jpg);
  }
}

html {
  overflow: auto;
}

.word-block {
  display: inline-block;
}

.site-header {
  position: relative;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 37px;
  width: 100%;
  background: #000;
}
.site-header .konami-logo {
  display: block;
  width: 130px;
}
.site-header .konami-logo img {
  width: 100%;
}
.site-header .region {
  width: 160px;
  height: 34px;
  margin: 5px 0 5px auto;
  float: right;
}
.site-header .region:hover ul li {
  overflow: visible;
  height: 35px;
}
.site-header .region p {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
.site-header .region p a {
  display: block;
  margin: 0;
  padding: 0 10px;
  color: #fff;
  /*aaa*/
  font-size: 0.75rem;
  line-height: 34px;
  height: 34px;
}
.site-header .region p:before {
  content: "▼";
  position: absolute;
  top: 6px;
  right: 10px;
  color: #FFF;
}
.site-header .region ul {
  position: relative;
}
.site-header .region ul li {
  width: 100%;
  overflow: hidden;
  height: 0;
  transition: 0.2s;
}
.site-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;
}
.site-header .region ul li a:hover {
  background-color: #890600;
}
.site-header::after {
  display: block;
  content: "";
  clear: both;
}
@media screen and (min-width: 768px) {
  .site-header {
    position: absolute;
    background: linear-gradient(to left, #000, rgba(73, 141, 224, 0) 30%, #000);
  }
}

.page {
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page {
    box-shadow: 0 20px 40px 0 white;
  }
}

.product {
  /*aaa*/
  font-size: 0.8125rem;
  margin-top: 5%;
  padding: 2% 0 0;
}
.product .product-main {
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  text-align: center;
}
.product .product-main li {
  position: relative;
  width: 96%;
  margin: 2%;
}
.product .product-main li .icn-app {
  max-width: 25%;
  float: left;
}
.product .product-main li .product-txt {
  margin: 8px;
  float: left;
  text-align: left;
}
.product .product-main li .product-txt::after {
  display: block;
  content: "";
  clear: both;
}
.product .product-main li .icn-appArcade {
  display: block;
  max-width: 40%;
  margin: auto;
}
.product .product-main li .icn-appArcade img {
  width: 100%;
}
.product .product-note {
  text-indent: -1em;
  padding-left: 1em;
  /*aaa*/
  font-size: 0.75rem;
  margin-bottom: 2%;
  color: #ccc;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .product {
    /*aaa*/
    font-size: 0.9375rem;
    max-width: 980px;
    margin: 0 auto;
    padding: 2% 0 0;
  }
  .product .product-main {
    width: 500px;
    margin: 20px auto;
  }
  .product .product-main li {
    margin: 2%;
  }
  .product .product-main li .icn-app {
    max-width: 100px;
  }
  .product .product-main li .btn-cbt-ftr img {
    max-width: 60%;
  }
}

.apple-arcade {
  margin: 15px;
}
.apple-arcade .aa-inner {
  margin: 0 auto;
  padding: 15px;
  border: 1px rgba(255, 255, 255, 0.6) solid;
  border-radius: 10px;
}
.apple-arcade .aa-inner h1 {
  text-align: center;
  /*aaa*/
  font-size: 0.9375rem;
  font-weight: normal;
}
.apple-arcade .aa-inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.apple-arcade .aa-inner ul li {
  width: 100%;
  margin-top: 15px;
}
.apple-arcade .aa-inner ul li a {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  text-align: left;
}
.apple-arcade .aa-inner ul li a .aa-img {
  width: 30%;
}
.apple-arcade .aa-inner ul li a .aa-img img {
  max-width: 100%;
}
.apple-arcade .aa-inner ul li a p {
  width: 70%;
  padding: 0 5%;
  color: #ffffff;
  /*aaa*/
  font-size: 0.8125rem;
}
.apple-arcade .aa-inner ul li a p span {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .apple-arcade .aa-inner {
    max-width: 800px;
  }
  .apple-arcade .aa-inner ul li {
    width: 50%;
  }
  .apple-arcade .aa-inner ul li a .aa-img {
    width: 34%;
  }
  .apple-arcade .aa-inner ul li a p {
    width: 66%;
  }
}
@media screen and (min-width: 980px) {
  .apple-arcade .aa-inner ul li {
    width: 33%;
  }
  .apple-arcade .aa-inner ul li a .aa-img {
    width: 40%;
  }
  .apple-arcade .aa-inner ul li a p {
    width: 60%;
  }
}
.home-link-ftr {
  margin: 0 0 5%;
  text-align: center;
}
.home-link-ftr a img {
  max-width: 35%;
}
@media screen and (min-width: 768px) {
  .home-link-ftr {
    margin: 0 0 2%;
  }
  .home-link-ftr a img {
    max-width: 100%;
  }
}

.page-footer {
  /*aaa*/
  font-size: 0.75rem;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
}
.page-footer .to-pagetop {
  display: block;
  padding: 2% 0;
  border-top: 1px solid #fff;
  color: #FFF;
  background: linear-gradient(90deg, #1a1cbf, #1781d9);
  text-align: center;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
  transition: color 0.2s ease, text-shadow 0.2s ease 0.1s;
}
.page-footer .to-pagetop:hover {
  color: #fff;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
}
.page-footer .to-pagetop span {
  /*aaa*/
  font-size: 1.0625rem;
}
.page-footer .to-pagetop span::before {
  display: inline-block;
  content: "";
  width: 26px;
  height: 26px;
  background: url(/pawa/2018/s/img/btn_icn_b.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.5em;
}
.page-footer .ftr-cont {
  padding: 0 0 4%;
}
.page-footer .share {
  display: flex;
  justify-content: center;
  padding-top: 2%;
  margin: 0 auto;
}
.page-footer .share li {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 8px;
}
.page-footer .share li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background-size: 100% auto;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  transition: box-shadow 0.2s ease;
}
.page-footer .share li a:hover {
  box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.3);
}
.page-footer .share li.twitter a {
  background-image: url("/games/castlevania/gos/s/img/icn_x_w.png");
}
.page-footer .share li.facebook a {
  background-image: url("/games/castlevania/gos/s/img/sns_icon_facebook.svg");
}
@media screen and (min-width: 768px) {
  .page-footer .share li.line {
    display: none;
  }
}
.page-footer .share li.line a {
  background-image: url("/games/castlevania/gos/s/img/sns_icon_line.svg");
}
.page-footer .share li.google-plus a {
  background-image: url("/games/castlevania/gos/s/img/sns_icon_google_plus.svg");
}
.page-footer .copyright {
  padding: 0 4%;
}
.page-footer .copyright:not(:first-child) {
  margin-top: 2%;
}
.page-footer .copyright span {
  display: inline-block;
}
.page-footer .copyright .img-npb {
  height: 2em;
  padding-right: 1%;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .page-footer .to-pagetop {
    padding: 1% 0;
  }
  .page-footer .ftr-cont {
    margin: 0 auto;
  }
  .page-footer .copyright {
    text-align: center;
  }
  .page-footer .copyright:not(:first-child) {
    margin-top: 1%;
  }
}

.ftr-line img {
  width: 100%;
  vertical-align: bottom;
}

.site-footer {
  padding: 4% 0;
  background-color: #000;
  /*aaa*/
  font-size: 0.75rem;
}
.site-footer .share {
  display: flex;
  justify-content: center;
  padding-top: 10px;
  margin: 0 auto;
}
.site-footer .share li {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 8px;
}
.site-footer .share li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background-size: 100% auto;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  transition: box-shadow 0.2s ease;
}
.site-footer .share li a:hover {
  box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.3);
}
.site-footer .share li.twitter a {
  background-image: url("/games/castlevania/gos/s/img/icn_x_w.png");
}
.site-footer .share li.facebook a {
  background-image: url("/games/castlevania/gos/s/img/sns_icon_facebook.svg");
}
@media screen and (min-width: 768px) {
  .site-footer .share li.line {
    display: none;
  }
}
.site-footer .share li.line a {
  background-image: url("/games/castlevania/gos/s/img/sns_icon_line.svg");
}
.site-footer .share li.google-plus a {
  background-image: url("/games/castlevania/gos/s/img/sns_icon_google_plus.svg");
}
.site-footer .ftr-link {
  padding: 30px 0;
}
.site-footer .ftr-link li {
  text-align: center;
}
.site-footer .ftr-link li a {
  padding: 12px;
  color: #e0e0e0;
  background: #2f2d29;
  border-radius: 3px;
}
.site-footer .ftr-link li a::before {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  border-left: 0.5em solid #e0e0e0;
  border-top: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  vertical-align: middle;
}
.site-footer .ftr-link li a:hover {
  background: #851812;
  transition: background 0.2s ease;
}
.site-footer .kde-nav {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .site-footer .kde-nav {
    max-width: 980px;
  }
}
.site-footer .kde-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0 5%;
}
.site-footer .kde-nav li {
  flex: 45% 1 1;
  line-height: 32px;
}
.site-footer .kde-nav li::before {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  border-left: 0.5em solid #e0e0e0;
  border-top: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  vertical-align: middle;
}
.site-footer .kde-nav li a {
  color: #e0e0e0;
  text-shadow: 0 0 0 rgba(224, 224, 224, 0.5);
  transition: color 0.2s ease, text-shadow 0.2s ease 0.1s;
}
.site-footer .kde-nav li a:hover {
  color: #fff;
  text-shadow: 0 0 2px rgba(224, 224, 224, 0.5);
}
.site-footer .site-copyright {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  padding: 12px;
  /*aaa*/
  font-size: 0.6875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .site-footer .site-copyright {
    max-width: 980px;
  }
}
@media screen and (min-width: 768px) {
  .site-footer .site-copyright {
    padding: 0.5% 0 3%;
  }
}
@media screen and (min-width: 768px) {
  .site-footer {
    /*aaa*/
    font-size: 0.6875rem;
    padding: 0;
  }
  .site-footer .kde-nav {
    max-width: 700px;
    padding-top: 1%;
  }
  .site-footer .kde-nav ul {
    justify-content: center;
    flex-wrap: nowrap;
  }
  .site-footer .kde-nav ul li {
    display: inline-block;
    text-align: center;
  }
  .site-footer .kde-nav ul li:first-child {
    padding-left: 0;
  }
  .site-footer .kde-nav ul li:last-child {
    border: none;
  }
  .site-footer .kde-nav ul li a {
    padding: 0;
    line-height: 1.3em;
  }
}

.main-visual {
  position: relative;
  padding-top: 86.71875%;
  background: url(/games/castlevania/gos/s/img/mainv_sp.jpg) center 0/100% auto no-repeat;
}
.main-visual .main-element {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.main-visual .main-element .logo-gos {
  max-width: 55%;
}
.main-visual .main-element .btn-cbt img {
  max-width: 37%;
}
.main-visual .main-element .txt_ios {
  max-width: 17%;
  margin: 2% auto;
  border: #635c57 1px solid;
  background: #201d18;
  order-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.main-visual .main-element .txt_ios img {
  max-width: 100%;
  padding: 0 5px 5px;
  vertical-align: middle;
}
.main-visual .main-element .icn-appArcade {
  display: block;
  max-width: 30%;
  margin: 10px auto 0;
}
.main-visual .main-element .icn-appArcade img {
  width: 100%;
}
@media screen and (min-width: 980px) {
  .main-visual {
    align-items: center;
    padding-top: 53.5416666667%;
    background: url(/games/castlevania/gos/s/img/mainv_pc.jpg) top center/100% auto no-repeat;
  }
  .main-visual .main-element .logo-gos {
    max-width: 38%;
  }
  .main-visual .main-element .btn-cbt img {
    max-width: 20%;
  }
  .main-visual .main-element .txt_ios {
    max-width: 8%;
    margin: 1% auto;
    border: #635c57 2px solid;
    order-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
  }
  .main-visual .main-element .txt_ios img {
    padding: 8px;
  }
  .main-visual .main-element .icn-appArcade {
    max-width: 15%;
    margin: 10px auto 0;
  }
}

.contents-area {
  overflow: hidden;
}

.info-important {
  position: relative;
  padding: 8% 0;
  box-shadow: 0 3px 2px 2px rgba(0, 0, 0, 0.6);
  background: rgba(10, 50, 184, 0.3);
}
.info-important h1 {
  margin: 0 4%;
}
.info-important h1 img {
  max-width: 50%;
}
@media screen and (min-width: 980px) {
  .info-important {
    padding: 3% 0;
  }
  .info-important h1 {
    max-width: 980px;
    margin: auto;
  }
  .info-important h1 img {
    max-width: 100%;
  }
}
.info-important dl {
  margin: 0 4%;
  line-height: 1.2em;
}
.info-important dl dt {
  margin-bottom: 5px;
  /*aaa*/
  font-size: 0.8125rem;
}
.info-important dl dt h1 {
  margin: 10px 0 0;
  color: #efe922;
  /*aaa*/
  font-size: 0.9375rem;
}
.info-important dl dd h2 {
  color: #99c6ff;
  /*aaa*/
  font-size: 0.875rem;
}
.info-important dl dd p {
  margin: 10px 0;
  /*aaa*/
  font-size: 0.8125rem;
}
.info-important .youtube_outer .youtube_inner {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  margin-top: 30px;
}
.info-important .youtube_outer .youtube_inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 980px) {
  .info-important dl {
    max-width: 980px;
    margin: auto;
  }
  .info-important dl dt {
    margin-bottom: 5px;
  }
  .info-important dl dt h1 {
    /*aaa*/
    font-size: 1.125rem;
  }
  .info-important dl dd h2 {
    /*aaa*/
    font-size: 0.9375rem;
  }
  .info-important .youtube_outer {
    max-width: 800px;
    margin: auto;
  }
}

.info {
  position: relative;
  padding: 8% 0;
  box-shadow: 0 3px 2px 2px rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.5);
}
.info h1 {
  margin: 0 4%;
}
.info h1 img {
  max-width: 50%;
}
@media screen and (min-width: 980px) {
  .info {
    padding: 3% 0;
  }
  .info h1 {
    max-width: 980px;
    margin: auto;
  }
  .info h1 img {
    max-width: 100%;
  }
}
.info p {
  margin: 0 4%;
  /*aaa*/
  font-size: 0.875rem;
  line-height: 1.5em;
}
.info .youtube_outer .youtube_inner {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  margin-top: 30px;
}
.info .youtube_outer .youtube_inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.info .info-btn-report {
  display: block;
  margin: 2% auto 0;
  max-width: 300px;
}
@media screen and (min-width: 980px) {
  .info p {
    max-width: 980px;
    margin: auto;
  }
  .info .youtube_outer {
    max-width: 800px;
    margin: auto;
  }
}

.story {
  position: relative;
  padding: 8% 0;
  box-shadow: 0 3px 2px 2px rgba(0, 0, 0, 0.6);
  background: #000 url(/games/castlevania/gos/s/img/bg_illust_sp.jpg) center 0/100% auto no-repeat;
  z-index: -1;
}
.story h1 {
  margin: 0 4%;
}
.story h1 img {
  max-width: 50%;
}
@media screen and (min-width: 980px) {
  .story {
    padding: 3% 0;
  }
  .story h1 {
    max-width: 980px;
    margin: auto;
  }
  .story h1 img {
    max-width: 100%;
  }
}
.story p {
  margin: 0 4% 1%;
  /*aaa*/
  font-size: 0.875rem;
  line-height: 1.7em;
}
.story p + p {
  margin-top: 20px;
}
@media screen and (min-width: 980px) {
  .story {
    background: #000 url(/games/castlevania/gos/s/img/bg_illust_pc.jpg) center 0/100% auto no-repeat;
  }
  .story p {
    max-width: 980px;
    margin: 1% auto 0;
  }
}

.gameplay, .bountyhunt {
  position: relative;
  padding: 8% 0;
  box-shadow: 0 3px 2px 2px rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.5);
}
.gameplay h1, .bountyhunt h1 {
  margin: 0 4%;
}
.gameplay h1 img, .bountyhunt h1 img {
  max-width: 50%;
}
@media screen and (min-width: 980px) {
  .gameplay, .bountyhunt {
    padding: 3% 0;
  }
  .gameplay h1, .bountyhunt h1 {
    max-width: 980px;
    margin: auto;
  }
  .gameplay h1 img, .bountyhunt h1 img {
    max-width: 100%;
  }
}
.gameplay .game-read-txt, .bountyhunt .game-read-txt {
  margin: 0 4%;
  /*aaa*/
  font-size: 0.875rem;
  line-height: 1.5em;
}
.gameplay .game-ss-txt, .bountyhunt .game-ss-txt {
  margin: 2% auto;
  border: #635c57 1px solid;
  background: #201d18;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.gameplay .game-ss-txt p, .bountyhunt .game-ss-txt p {
  padding: 2%;
  /*aaa*/
  font-size: 0.75rem;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .gameplay .game-read-txt, .bountyhunt .game-read-txt {
    max-width: 980px;
    margin: 1% auto 0;
  }
  .gameplay .game-ss-txt, .bountyhunt .game-ss-txt {
    margin: 1% auto;
    border: #635c57 2px solid;
  }
  .gameplay .game-ss-txt p, .bountyhunt .game-ss-txt p {
    padding: 1%;
    /*aaa*/
    font-size: 0.875rem;
  }
}

.ss-view {
  margin: 4% 2% 8%;
}
.ss-view .main {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: auto;
  border: 2px solid #000;
  box-shadow: 0 0 2px 2px #000;
  border-radius: 2px;
}
.ss-view .main img {
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.ss-view .main img.active {
  position: relative;
  opacity: 1;
}
.ss-view .thumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.ss-view .thumbnails li {
  flex-basis: 23%;
  flex-shrink: 1;
  flex-grow: 1;
  max-width: 112px;
  margin: 8px 6px 0;
  border: #635c57 1px solid;
  border-radius: 2px;
}
.ss-view .thumbnails li.current {
  border: none;
  box-shadow: 0 0 5px 2px #ff0000;
}
.ss-view .thumbnails li:empty {
  box-shadow: none;
}
.ss-view .thumbnails li a {
  display: block;
  width: 100%;
  height: 100%;
}
.ss-view .thumbnails li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.ss-view .thumbnails li img {
  max-width: 100%;
}

@media screen and (min-width: 980px) {
  .ss-view {
    max-width: 980px;
    margin: 2% auto;
  }
  .ss-view .thumbnails {
    flex-wrap: nowrap;
  }
  .ss-view .thumbnails li {
    flex-basis: 10%;
    margin: 0 6px;
  }
  .ss-view .thumbnails li:empty {
    display: none;
  }
  .ss-view .thumbnails li:first-of-type {
    margin-left: 0;
  }
  .ss-view .thumbnails li:last-of-type {
    margin-right: 0;
  }
  .ss-view .thumbnails li:last-child {
    margin-right: 0;
  }
}
.character {
  position: relative;
  padding: 8% 0;
  box-shadow: 0 3px 2px 2px rgba(0, 0, 0, 0.6);
  color: #3d2d0b;
  background: #000 url(/games/castlevania/gos/s/img/bg_paper_sp.jpg) top center/cover no-repeat;
  z-index: -2;
}
.character h1 {
  margin: 0 4%;
}
.character h1 img {
  max-width: 50%;
}
@media screen and (min-width: 980px) {
  .character {
    padding: 3% 0;
  }
  .character h1 {
    max-width: 980px;
    margin: auto;
  }
  .character h1 img {
    max-width: 100%;
  }
}
.character .character-read-txt {
  margin: 0 4%;
  /*aaa*/
  font-size: 0.875rem;
  line-height: 1.5em;
}
.character .character-main {
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  padding-top: 2%;
}
.character .character-main li {
  position: relative;
  width: 96%;
  margin: 2%;
}
.character .character-main li img {
  display: block;
  max-width: 100%;
  margin: auto;
}
.character .character-main li dl dt {
  position: relative;
  padding-bottom: 1%;
  text-align: right;
  border-bottom: 1px #8e7c65 solid;
}
.character .character-main li dl dt .character-name {
  width: 60%;
  margin-right: 20px;
}
.character .character-main li dl dt .character-line {
  position: absolute;
  right: 0;
  bottom: -12px;
}
.character .character-main li dl dd {
  margin-top: 3%;
  padding: 0 15px;
  /*aaa*/
  font-size: 0.875rem;
  line-height: 1.5em;
}
.character .character-list {
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2% 0 0;
}
.character .character-list li {
  position: relative;
  width: 31%;
  margin: 1%;
}
.character .character-list li img {
  width: 100%;
}
@media screen and (min-width: 980px) {
  .character {
    background: #000 url(/games/castlevania/gos/s/img/bg_paper_pc.jpg) top center/cover no-repeat;
  }
  .character .character-read-txt {
    max-width: 980px;
    margin: 1% auto 0;
  }
  .character .character-main {
    max-width: 520px;
    margin: auto;
    padding: 0;
  }
  .character .character-main li dl dt .character-name {
    max-width: 60%;
  }
  .character .character-list {
    max-width: 980px;
    margin: auto;
    padding: 0 0 3%;
  }
  .character .character-list li {
    width: 18%;
    margin: 1%;
  }
}

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