@charset "UTF-8";
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* reset */
/* ------------------------------------------------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ------------------------------------------------------------------------------------------ */
/* cookie button */
/* ------------------------------------------------------------------------------------------ */
footer .ot-sdk #ot-sdk-btn {
  color: #ffb4b4;
  cursor: pointer;
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  text-align: left;
}

footer .ot-sdk #ot-sdk-btn:hover {
  color: #ffb4b4;
  background: transparent;
}

/* ------------------------------------------------------------------------------------------ */
/* body */
/* ------------------------------------------------------------------------------------------ */
body, html {
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
}

body {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", Verdana, "Droid Sans", serif;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background: #000;
}

a {
  color: #fff;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.link-btn {
  color: #fff;
  display: block;
  width: 150px;
  padding: 8px 20px;
  margin: 0 auto;
  border-radius: 50px;
  border: 1px #f85b5b solid;
  position: relative;
  text-align: left;
}
@media screen and (min-width:760px) {
  .link-btn {
    cursor: pointer;
    transition: 0.3s;
  }
  .link-btn:hover {
    opacity: 0.6;
  }
}
.link-btn:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateX(0) translateY(-50%) rotate(45deg) rotateZ(0);
  -moz-transform: translateX(0) translateY(-50%) rotate(45deg) rotateZ(0);
  -ms-transform: translateX(0) translateY(-50%) rotate(45deg) rotateZ(0);
  transform: translateX(0) translateY(-50%) rotate(45deg) rotateZ(0);
  border-top: 1px #f85b5b solid;
  border-right: 1px #f85b5b solid;
}

.is-view-pc {
  display: none;
}

@media screen and (min-width:760px) {
  .is-view-sp {
    display: none;
  }
  .is-view-pc {
    display: block;
  }
}
img {
  -webkit-backface-visibility: hidden;
}

/* ------------------------------------------------------------------------------------------ */
/* header */
/* ------------------------------------------------------------------------------------------ */
header {
  font-size: 10px;
  position: relative;
  z-index: 500;
  background: #000;
}
header .logo-konami img {
  width: 130px;
}
header .header-contents {
  width: 100%;
  margin: 0 auto;
  position: relative;
  line-height: 1;
  /* region */
}
header .header-contents .region {
  position: absolute;
  right: 24%;
  top: 10px;
  width: 130px;
}
@media screen and (min-width:640px) {
  header .header-contents .region {
    right: 110px;
  }
}
header .header-contents .region label {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 3px 0 5px 10px;
  border-right: 1px rgba(255, 255, 255, 0.38) solid;
  border-left: 1px rgba(255, 255, 255, 0.38) solid;
  position: relative;
}
@media screen and (min-width:1500px) {
  header .header-contents .region label {
    padding: 5px 0 5px 15px;
  }
}
header .header-contents .region label:hover {
  background: rgba(255, 255, 255, 0.2);
}
header .header-contents .region label:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: 1px #fff solid;
  border-bottom: 1px #fff solid;
  position: absolute;
  right: 9px;
  top: 40%;
  -webkit-transform: translateX(0) translateY(-50%) rotate(45deg) rotateZ(0);
  -moz-transform: translateX(0) translateY(-50%) rotate(45deg) rotateZ(0);
  -ms-transform: translateX(0) translateY(-50%) rotate(45deg) rotateZ(0);
  transform: translateX(0) translateY(-50%) rotate(45deg) rotateZ(0);
}
@media screen and (min-width:1500px) {
  header .header-contents .region label:after {
    right: 12px;
  }
}
header .header-contents .region input {
  display: none;
}
header .header-contents .region .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  width: 130px;
}
header .header-contents .region .hidden_show ul {
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  border-top: 1px rgba(255, 255, 255, 0.38) solid;
  border-right: 1px rgba(255, 255, 255, 0.38) solid;
  border-left: 1px rgba(255, 255, 255, 0.38) solid;
}
header .header-contents .region .hidden_show li {
  display: block;
  cursor: pointer;
  border-bottom: 1px rgba(255, 255, 255, 0.38) solid;
}
header .header-contents .region .hidden_show li:hover {
  background: rgba(255, 255, 255, 0.2);
}
header .header-contents .region .hidden_show li a {
  display: block;
  padding: 10px;
  text-decoration: none;
}
header .header-contents .region input:checked ~ .hidden_show {
  height: auto;
  opacity: 1;
}
header .header-contents .sns {
  position: absolute;
  right: 3%;
  width: 18%;
  top: 10px;
  display: -webkit-box; /*Android4.3*/
  display: -moz-box; /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
}
@media screen and (min-width:640px) {
  header .header-contents .sns {
    right: 20px;
    width: 80px;
  }
}
header .header-contents .sns p {
  padding: 0 5%;
  width: 33.3333%;
  text-align: center;
}
header .header-contents .sns p img {
  max-width: 100%;
}

/* ------------------------------------------------------------------------------------------ */
footer {
  width: 100%;
  margin: 80px auto 0;
  padding: 20px 0;
  font-size: 11px;
  text-align: center;
  color: #ffb4b4;
  border-top: 2px #a53731 solid;
}
@media screen and (min-width:760px) {
  footer {
    margin-top: 60px;
  }
}
footer a {
  color: #ffb4b4;
}
footer .develop {
  width: 90%;
  margin: 0 auto 20px;
}
footer .notice {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 20px;
  font-size: 11px;
  line-height: 18px;
}
footer .rating p {
  margin-bottom: 15px;
}
footer .rating p span {
  display: block;
  width: 90%;
  font-size: 10px;
  line-height: 18px;
  margin: 0 auto 30px;
  text-align: center;
}
footer .share {
  display: -webkit-box; /*Android4.3*/
  display: -moz-box; /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .share p {
  margin: 0 10px;
}
footer .support {
  margin: 15px auto 5px;
  font-size: 12px;
  line-height: 22px;
}
footer .support li {
  display: inline-block;
  position: relative;
}
footer .support li:not(:first-child):before {
  content: "｜";
  display: inline-block;
  margin: 0 5px;
}
footer .copyright {
  margin-top: 20px;
  font-size: 11px;
  line-height: 19px;
}

/* ------------------------------------------------------------------------------------------ */
/* modal */
/* ------------------------------------------------------------------------------------------ */
.is-modal-open {
  cursor: pointer;
}

.contents-modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 500;
  background: rgba(0, 0, 0, 0.7);
}
.contents-modal .modal-area {
  position: relative;
  width: 100%;
  margin: 100px auto;
}
.contents-modal .modal-area .close-btn {
  position: absolute;
  right: 20px;
  top: -60px;
  width: 40px;
  height: 40px;
}
@media screen and (min-width:760px) {
  .contents-modal .modal-area .close-btn {
    cursor: pointer;
    transition: 0.3s;
  }
  .contents-modal .modal-area .close-btn:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width:760px) {
  .contents-modal .modal-area .close-btn {
    right: 0;
  }
}
.contents-modal .modal-area .close-btn p {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px rgba(255, 255, 255, 0.5) solid;
}
.contents-modal .modal-area .close-btn p span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.contents-modal .modal-area .close-btn p span:nth-child(1) {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg) rotateZ(0);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg) rotateZ(0);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg) rotateZ(0);
  transform: translateX(-50%) translateY(-50%) rotate(45deg) rotateZ(0);
}
.contents-modal .modal-area .close-btn p span:nth-child(2) {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg) rotateZ(0);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg) rotateZ(0);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg) rotateZ(0);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg) rotateZ(0);
}
.contents-modal .modal-area.map {
  max-width: 879px;
}
.contents-modal .modal-area.map img {
  width: 100%;
}
.contents-modal .modal-area .modal-block {
  display: none;
}
.contents-modal .modal-area .modal-block.is-active {
  display: block;
}

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