@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 */
/* ------------------------------------------------------------------------------------------ */
.support-link .ot-sdk {
  display: inline;
}

.support-link .ot-sdk #ot-sdk-btn {
  color: #ff6000;
  text-decoration: none;
  transition: 0.3s;
  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;
  font-size: 12px;
  outline: none;
  text-align: left;
}

.support-link .ot-sdk #ot-sdk-btn:hover {
  color: #ff6000;
  opacity: 0.6;
  background: transparent;
  text-decoration: none;
}

/* ------------------------------------------------------------------------------------------ */
/* body */
/* ------------------------------------------------------------------------------------------ */
html {
  width: 100%;
  overflow-x: hidden;
}

body {
  width: 100%;
  overflow-x: hidden;
  color: #694a39;
  font-size: 14px;
  line-height: 22px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", arial, Meiryo, メイリオ, "游ゴシック", "Yu Gothic UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  position: relative;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

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

@media screen and (min-width:760px) {
  .is-view-tab {
    display: none;
  }
  .is-view-pc {
    display: block;
  }
}
.contents {
  position: relative;
  z-index: 10;
}

.sub-menu-btn {
  width: 20vw;
  height: 20vw;
  max-width: 145px;
  max-height: 145px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
@media screen and (min-width:760px) {
  .sub-menu-btn {
    cursor: pointer;
    transition: 0.3s;
  }
  .sub-menu-btn:hover {
    opacity: 0.6;
  }
}
.sub-menu-btn img {
  width: 100%;
}

.cnt-line {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 10% 0;
}
@media screen and (min-width:760px) {
  .cnt-line {
    width: 90%;
    padding: 5% 0;
  }
}
.cnt-line img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width:760px) {
  .cnt-line img {
    width: auto;
    max-width: 100%;
  }
}

/* ------------------------------------------------------------------------------------------ */
/* title */
/* ------------------------------------------------------------------------------------------ */
.page-title {
  position: relative;
  z-index: 10;
  padding: 35px 0 25px;
}
@media screen and (min-width:760px) {
  .page-title {
    padding: 15px 0 25px;
  }
}
@media screen and (min-width:760px) {
  .page-title a {
    cursor: pointer;
    transition: 0.3s;
  }
  .page-title a:hover {
    opacity: 0.6;
  }
}
.page-title .logo {
  width: 200px;
  margin: 0 auto;
}
.page-title .logo img {
  width: 100%;
}
.page-title .title {
  color: #ff7e00;
  font-size: 26px;
  margin-top: 5px;
  font-family: acumin-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  text-align: center;
}
.page-title .title.ja {
  font-size: 20px;
}

.cmn-title {
  max-width: 100%;
  margin: 0 auto;
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  text-align: center;
}
.cmn-title h1, .cmn-title h2 {
  display: inline-block;
  position: relative;
  font-weight: normal;
  padding: 0 65px 10px;
  border-bottom: 2px #ebe4e1 dashed;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (min-width:760px) {
  .cmn-title h1, .cmn-title h2 {
    font-size: 22px;
    line-height: 26px;
  }
}
.cmn-title h1:before, .cmn-title h2:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateX(0) translateY(-75%) rotate(0) rotateZ(0);
  -moz-transform: translateX(0) translateY(-75%) rotate(0) rotateZ(0);
  -ms-transform: translateX(0) translateY(-75%) rotate(0) rotateZ(0);
  transform: translateX(0) translateY(-75%) rotate(0) rotateZ(0);
  width: 35px;
  height: 35px;
  background: url(../img/products/title_icon_le.png) center center no-repeat;
}
.cmn-title h1:after, .cmn-title h2:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateX(0) translateY(-75%) rotate(0) rotateZ(0);
  -moz-transform: translateX(0) translateY(-75%) rotate(0) rotateZ(0);
  -ms-transform: translateX(0) translateY(-75%) rotate(0) rotateZ(0);
  transform: translateX(0) translateY(-75%) rotate(0) rotateZ(0);
  width: 35px;
  height: 35px;
  background: url(../img/products/title_icon_ri.png) center center no-repeat;
}
.cmn-title h1 span, .cmn-title h2 span {
  display: inline-block;
}

.cmn-title-sub {
  padding: 9px 0 0 35px;
  background: url(../img/system/title_icon.png) no-repeat top left;
  min-height: 24px;
  font-size: 16px;
  line-height: 20px;
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width:760px) {
  .cmn-title-sub {
    padding: 7px 0 0 35px;
    font-size: 18px;
    line-height: 24px;
  }
}
.cmn-title-sub span {
  display: inline-block;
}

/* ------------------------------------------------------------------------------------------ */
/* header */
/* ------------------------------------------------------------------------------------------ */
header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
header .logo-konami {
  height: 40px;
}
header .logo-konami img {
  width: 130px;
}

/* ------------------------------------------------------------------------------------------ */
/* footer */
/* ------------------------------------------------------------------------------------------ */
footer {
  padding-top: 10%;
  color: #959595;
  text-align: center;
  background-size: 100% auto;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
@media screen and (min-width:760px) {
  footer {
    padding-top: 5%;
    text-align: left;
  }
}
footer:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/footer_bg.jpg) center bottom no-repeat;
  background-size: 180vw auto;
}
@media screen and (min-width:760px) {
  footer:before {
    background: url(../img/footer_bg.jpg) center bottom no-repeat;
    background-size: 100% auto;
  }
}
footer:after {
  content: "";
  display: block;
  height: 150px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0), #fff);
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0), #fff);
  background: linear-gradient(to top, rgba(255, 255, 255, 0), #fff);
}
footer a {
  color: #959595;
}
@media screen and (min-width:760px) {
  footer a {
    cursor: pointer;
    transition: 0.3s;
  }
  footer a:hover {
    opacity: 0.6;
  }
}
footer .footer-main {
  width: 90%;
  max-width: 750px;
  margin: 0 auto;
  padding: 0 0 40px;
  position: relative;
  z-index: 30;
  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;
}
@media screen and (min-width:760px) {
  footer .footer-main {
    align-items: center;
  }
}
footer .footer-main .footer-menu {
  width: 100%;
  font-family: acumin-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
}
@media screen and (min-width:760px) {
  footer .footer-main .footer-menu {
    font-weight: 100;
    width: 45%;
    order: 2;
    padding-left: 20px;
    margin: 0;
  }
}
footer .footer-main .footer-menu ul {
  border-bottom: 1px #fef5d5 solid;
  text-align: center;
}
footer .footer-main .footer-menu ul li {
  color: #ff7e00;
  font-size: 28px;
  line-height: 1;
  border-top: 1px #fef5d5 solid;
}
@media screen and (min-width:760px) {
  footer .footer-main .footer-menu ul li {
    font-size: 38px;
    line-height: 1;
  }
}
footer .footer-main .footer-menu ul li a {
  color: #ff7e00;
  display: block;
  padding: 10px 0;
}
@media screen and (min-width:760px) {
  footer .footer-main .footer-menu ul li a {
    padding: 8px 0;
  }
}
footer .footer-main .footer-menu ul li.is-none {
  padding: 10px 0;
}
@media screen and (min-width:760px) {
  footer .footer-main .footer-menu ul li.is-none {
    padding: 8px 0;
  }
}
footer .footer-main .footer-menu ul li.is-none span {
  opacity: 0.6;
}
footer .footer-main .information {
  width: 100%;
  margin-top: 20%;
}
@media screen and (min-width:760px) {
  footer .footer-main .information {
    width: 55%;
    order: 1;
    margin: 0;
  }
}
footer .footer-main .information .logo {
  width: 100%;
  text-align: center;
}
footer .footer-main .information .logo img {
  width: 100%;
  max-width: 300px;
}
footer .footer-main .information .logo-text {
  width: 100%;
  text-align: center;
}
footer .footer-main .information .logo-text img {
  max-width: 100%;
  margin: 10px auto 0;
}
footer .footer-main .information .share {
  width: 150px;
  margin: 10px auto 0;
  text-align: center;
  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 .footer-main .information .share a {
  display: block;
  margin: 0 5px;
}
@media screen and (min-width:760px) {
  footer .footer-main .information .share a {
    cursor: pointer;
    transition: 0.3s;
  }
  footer .footer-main .information .share a:hover {
    opacity: 0.6;
  }
}
footer .footer-main .information .info-text {
  margin-top: 20px;
  font-size: 11px;
  line-height: 16px;
}
footer .footer-main .information .info-text p {
  margin-top: 10px;
}
footer .rating {
  position: relative;
  z-index: 10;
  margin: 10px auto 0;
}
footer .fotter-bottom {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 40px;
  text-align: center;
  font-size: 11px;
  position: relative;
  z-index: 50;
}
footer .fotter-bottom .support-link {
  color: #ff6000;
}
footer .fotter-bottom .support-link li {
  display: inline-block;
}
footer .fotter-bottom .support-link li a {
  color: #ff6000;
  display: inline-block;
}
@media screen and (min-width:760px) {
  footer .fotter-bottom .support-link li a {
    cursor: pointer;
    transition: 0.3s;
  }
  footer .fotter-bottom .support-link li a:hover {
    opacity: 0.6;
  }
}

/* ------------------------------------------------------------------------------------------ */
/* accordion */
/* ------------------------------------------------------------------------------------------ */
.accordion-block {
  height: 0;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.accordion-block.is-open {
  height: auto;
  overflow: hidden;
}

/* ------------------------------------------------------------------------------------------ */
/* modal */
/* ------------------------------------------------------------------------------------------ */
.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(255, 255, 255, 0.95);
}
.contents-modal .modal-area {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 2vh auto 30px;
}
.contents-modal .modal-area .modal-inner .modal-close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border: 1px #ff7e00 solid;
}
.contents-modal .modal-area .modal-inner .modal-close-btn p {
  position: relative;
  width: 100%;
  height: 100%;
}
.contents-modal .modal-area .modal-inner .modal-close-btn p span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #ff7e00;
}
.contents-modal .modal-area .modal-inner .modal-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 .modal-inner .modal-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 .modal-inner .modal-block {
  width: 100%;
  display: none;
}
.contents-modal .modal-area .modal-inner .modal-block.is-active {
  display: block;
}
.contents-modal .modal-area .modal-inner .modal-block .modal-news {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 60px;
}
.contents-modal .modal-area .modal-inner .modal-block .modal-news .news-inner {
  padding: 20px;
  border: 2px rgba(255, 114, 0, 0.2) solid;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width:760px) {
  .contents-modal .modal-area .modal-inner .modal-block .modal-news .news-inner {
    padding: 30px;
  }
}
.contents-modal .modal-area .modal-inner .modal-block .modal-news .news-inner .news-info {
  position: relative;
}
.contents-modal .modal-area .modal-inner .modal-block .modal-news .news-inner .news-info .date {
  background: #b29383;
  color: #fff;
  width: 85px;
  border-radius: 5px;
  padding: 12px 0;
  font-size: 13px;
  line-height: 0;
  text-align: center;
}
@media screen and (min-width:760px) {
  .contents-modal .modal-area .modal-inner .modal-block .modal-news .news-inner .news-info .date {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.contents-modal .modal-area .modal-inner .modal-block .modal-news .news-inner .news-info .title {
  padding-top: 5px;
  font-size: 15px;
  line-height: 20px;
}
@media screen and (min-width:760px) {
  .contents-modal .modal-area .modal-inner .modal-block .modal-news .news-inner .news-info .title {
    padding-top: 3px;
    padding-left: 95px;
  }
}
.contents-modal .modal-area .modal-inner .modal-block .modal-news .news-inner .news-info .title a {
  color: #ff7301;
  text-decoration: underline;
}
@media screen and (min-width:760px) {
  .contents-modal .modal-area .modal-inner .modal-block .modal-news .news-inner .news-info .title a {
    cursor: pointer;
    transition: 0.3s;
  }
  .contents-modal .modal-area .modal-inner .modal-block .modal-news .news-inner .news-info .title a:hover {
    opacity: 0.6;
  }
}
.contents-modal .modal-area .modal-inner .modal-block .modal-news .news-inner .news-text > .title {
  font-size: 14px;
  margin-top: 20px;
}
.contents-modal .modal-area .modal-inner .modal-block .modal-news .news-inner .news-text .list li {
  margin-top: 5px;
  padding-left: 1em;
  line-height: 20px;
  position: relative;
}
.contents-modal .modal-area .modal-inner .modal-block .modal-news .news-inner .news-text .list li:not(:first-child) {
  margin-top: 10px;
}
.contents-modal .modal-area .modal-inner .modal-block .modal-news .news-inner .news-text .list li:after {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.contents-modal .modal-area .modal-inner .modal-block .modal-news .news-inner .news-text .list li .news-table {
  margin-top: 10px;
  width: 100%;
  border: 1px #c7b8b0 solid;
  font-size: 13px;
  line-height: 20px;
}
.contents-modal .modal-area .modal-inner .modal-block .modal-news .news-inner .news-text .list li .news-table:last-child {
  margin-bottom: 10px;
}
.contents-modal .modal-area .modal-inner .modal-block .modal-news .news-inner .news-text .list li .news-table tr:not(:last-child) {
  border-bottom: 1px #c7b8b0 solid;
}
.contents-modal .modal-area .modal-inner .modal-block .modal-news .news-inner .news-text .list li .news-table tr td {
  padding: 5px 10px;
}
.contents-modal .modal-area .modal-inner .modal-block .modal-news .news-inner .news-text .list li .news-table tr td.title {
  width: 70px;
  color: #fff;
  background: #694a39;
}
.contents-modal .modal-area .modal-inner .modal-block .modal-news .news-inner .news-text .list li .news-table tr td.text {
  width: calc(100% - 70px);
}
.contents-modal .modal-area .modal-inner .modal-block .modal-menu {
  max-width: 600px;
  margin: 0 auto;
  padding-top: 40px;
}
.contents-modal .modal-area .modal-inner .modal-block .modal-menu .logo {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.contents-modal .modal-area .modal-inner .modal-block .modal-menu .logo img {
  margin: 0 auto;
  max-width: 100%;
}
.contents-modal .modal-area .modal-inner .modal-block .modal-menu .menu-list {
  width: 90%;
  margin: 30px auto 0;
  font-family: acumin-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  border-bottom: 2px #fef5d5 solid;
  text-align: center;
}
.contents-modal .modal-area .modal-inner .modal-block .modal-menu .menu-list li {
  color: #ff7e00;
  font-size: 28px;
  line-height: 1;
  border-top: 2px #fef5d5 solid;
}
.contents-modal .modal-area .modal-inner .modal-block .modal-menu .menu-list li a {
  color: #ff7e00;
  display: block;
  padding: 10px 0;
}
.contents-modal .modal-area .modal-inner .modal-block .modal-menu .menu-list li.is-none {
  padding: 10px 0;
}
.contents-modal .modal-area .modal-inner .modal-block .modal-menu .menu-list li.is-none span {
  opacity: 0.6;
}

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