@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
.m-plus-rounded-1c-thin {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.m-plus-rounded-1c-light {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.m-plus-rounded-1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m-plus-rounded-1c-medium {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.m-plus-rounded-1c-bold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.m-plus-rounded-1c-extrabold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.m-plus-rounded-1c-black {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  font-style: normal;
}

body {
  color: #333333;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  margin-top: 140px;
}
.taL {
  text-align: left !important;
}
.taC {
  text-align: center !important;
}
.taR {
  text-align: right !important;
}

#wrapper {
  width: 100%;
  background: url(../img/konami_bg.png) repeat;
  overflow: hidden;
}

.disabledbtn {
  pointer-events: none;
  opacity: 1;
}

/* ヘッダ */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 140px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 999;
  box-sizing: border-box;
  z-index: 1000;
  background-image: url(../img/header_bg.png), url(../img/konami_bg.png);
  background-repeat: repeat-x, repeat;
  background-position: left 40px, left top;
  background-size: auto 34px, auto;
  background-color: #fff;
  padding-top: 70px;
}
.header-top {
  position: fixed;
  top: 0;
  width: 100%;
  height: 40px;
  background-color: #fff;
  z-index: 1001;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: left;
  align-items: flex-start;
}

.header-top img {
  height: 37px;
}
.headerCont {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
}
/* ヘッダロゴ */

.headerCont a.logo {
  position: absolute;
  top: 12px;
  left: 0;
  width: 400px;
  height: 50px;
  background: url(../img/logo.png) left top / auto 100% no-repeat;
  text-indent: -100%;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .headerCont a.logo {
    left: 10px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    margin-top: 118px;
  }
  .header {
    height: 118px;
    background-size: auto 18px, auto;
    background-color: #fff;
    padding-top: 58px;
  }
  .headerCont a.logo {
    /* width: 123px; */
    height: 45px;
    top: 7px;
    left: 5px;
    background: url(../img/logo_sp.png) left top / contain no-repeat;
  }
}

/* ヘッダ右側アイコン */
.headerIcon {
  position: absolute;
  top: 19px;
  right: 0;
}
.headerIcon a {
  display: block;
  float: left;
  margin: 0 9px;
  text-align: center;
  line-height: 150%;
}
.headerIcon a:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 480px) {
  .headerIcon a {
    margin: 0 5px 0;
  }
  .headerIcon a:last-child {
    margin-right: 5px;
  }
}
.headerIcon a i {
  transition: all 300ms 0s ease;
}
.headerIcon a:hover i {
  color: #a20000;
}
.headerIcon a span {
  font-size: 0.6em;
  display: block;
  text-align: center;
  padding-top: 3px;
  line-height: 1.5;
  color: #333333;
}
.headerIcon .fa-shopping-cart,
.headerIcon .fa-user,
.headerIcon .fa-crown,
.headerIcon .fa-sign-in-alt,
.headerIcon .fa-sign-out-alt {
  padding: 0;
  color: #a00000;
  font-size: 40px;
}
.headerIcon .fa-user {
  font-size: 37px;
  padding-bottom: 3px;
}
.headerIcon .fa-crown {
  font-size: 37px;
  padding-bottom: 3px;
}
.headerIcon .fa-sign-in-alt {
  font-size: 40px;
  position: relative;
}
.headerIcon .fa-sign-out-alt {
  font-size: 40px;
  position: relative;
}
.headerIcon .fa-shopping-cart {
  position: relative;
  right: 4px;
  padding-bottom: 3px;
  font-size: 37px;
}
@media only screen and (max-width: 768px) {
  .headerIcon {
    position: absolute;
    top: 8px;
    right: 5px;
  }
  .headerIcon a span {
    font-size: 0.6em;
    display: block;
    text-align: center;
    line-height: 0.7;
  }
  .headerIcon .fa-shopping-cart,
  .headerIcon .fa-user,
  .headerIcon .fa-crown,
  .headerIcon .fa-sign-in-alt,
  .headerIcon .fa-sign-out-alt {
    padding: 0 0 6px;
    font-size: 30px;
  }
  .headerIcon .icon-outline-login {
    padding-right: 10px;
    font-size: 32px;
  }
}

@media only screen and (max-width: 480px) {
  .headerIcon {
    top: 15px;
    right: 0px;
  }
  .headerIcon a span {
    padding-top: 1px;
  }
  .headerIcon .fa-shopping-cart {
    font-size: 30px;
    position: relative;
    right: 3px;
  }
  .headerIcon .fa-user {
    font-size: 30px;
  }
  .headerIcon .fa-crown {
    font-size: 30px;
    padding-left: 0;
  }
}

/* 緊急お知らせ */
.caution_box {
  padding: 15px;
  background: #fff;
  margin: 0 15px 50px;
  border: 1px solid #000;
}
@media only screen and (max-width: 480px) {
  .caution_box {
    margin-bottom: 20px;
  }
  .caution_box p {
    text-align: left;
  }
}

/* 遊び方 */
.howtoplayArea {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 40px 12px 0;
  /* background: url(../img/info_h_pc.png) no-repeat center bottom / 100% auto; */
  box-sizing: border-box;
}
.howtoplayArea h2 {
  line-height: 0;
  text-align: center;
  margin-bottom: 10px;
}
.howtoplayArea h2 img {
  /* height:50px; */
  margin: 0 auto;
}

.howto_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
}
.howto_list li {
  width: 28%;
  margin-top: 20px;
}
.howto_list li h3 {
  font-size: 1em;
  font-feature-settings: "palt";
}
.howto_list li h3 span {
  margin-right: 3px;
  font-size: 1.1em;
}
.howto_list li .howtoimg {
  display: flex;
  align-items: center;
  /* width: 200px; */
  /* height: 170px; */
}
.howto_list li:nth-child(1) .howtoimg img {
  width: 100%;
}
.howto_list li:nth-child(2) .howtoimg img {
  width: 124%;
}
.howto_list li:nth-child(3) .howtoimg img {
  width: 124%;
}
.howto_list li:nth-child(4) .howtoimg img {
  width: 124%;
}
.howto_list li:nth-child(5) .howtoimg img {
  width: 124%;
}
.howto_list li:nth-child(6) .howtoimg img {
  width: 124%;
}
.howto_list li p {
  font-size: 12px;
  transform: rotateZ(0.03deg);
}
@media only screen and (max-width: 768px) {
  .howto_list {
    padding: 0 0 0 40px;
    width: 100%;
  }
  .howtoplayArea h2 img {
    /* height: 40px; */
  }
}
@media only screen and (max-width: 480px) {
  .howtoplayArea {
    margin: 0 auto;
    padding: 15px 12px;
    box-sizing: border-box;
  }
  .howtoplayArea h2 {
    margin-bottom: 0px;
  }
  .howtoplayArea h2 img {
    /* height: 20px; */
  }
  .howto_list {
    padding: 0px 4%;
  }
  .howto_list li h3 {
    font-size: 1em;
    font-feature-settings: "palt";
  }
  .howto_list li {
    width: 47%;
  }
  .howto_list li .howtoimg {
    display: flex;
    align-items: center;
    /* height: 100px; */
  }
  .howto_list li .howtoimg img {
    width: 100%;
  }
  .howto_list li p {
    font-size: 10px;
  }
}

/* information部分 */
.infoArea {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.infoArea h2 img {
  height: 50px;
  margin: 0 auto;
}

.title_Info img {
  height: 35px;
}

.title_Info {
  margin-bottom: 5px;
}

.infoAreaInner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 50px 0 25px;
  overflow: hidden;
  padding-top: 70px;
  background: url(../img/info_h_pc.png) no-repeat center top / 100% auto;
}
.infoAreaInner > li {
  float: left;
}
.infoArea i {
  color: #a20000;
  padding-right: 4px;
}
@media only screen and (max-width: 768px) {
  .infoArea h2 img {
    height: 40px;
    margin: 0 auto;
  }

  .title_Info img {
    height: 30px;
  }

  .infoAreaInner {
    padding: 50px 0 50px;
    background-size: calc(100% - 24px) auto;
  }
  .infoAreaInner > li {
    display: block;
    clear: both;
  }
}
@media only screen and (max-width: 480px) {
  .infoArea {
    width: 100%;
    overflow: hidden;
    margin-top: 0px;
  }
  .infoArea h2 img {
    height: 20px;
    margin: 0 auto;
  }

  .title_Info img {
    height: 22.5px;
  }

  .infoAreaInner {
    padding: 34px 0 50px;
  }
}
.infoAreaInner .infoSpace {
  width: 48%;
  margin-right: 4%;
}
@media only screen and (max-width: 768px) {
  .infoAreaInner .infoSpace {
    width: 98%;
    margin: 0 1% 30px;
  }
}

.title_Info {
  position: relative;
  padding: 0.3em 0.3em 0.3em;
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 1.2;
  font-weight: normal;
  text-align: left;

  /* background:#fedfd8; */
}

.title_Info .icon-outline-info {
  position: relative;
  top: 3px;
  right: 3px;
  font-size: 1.2em;
}
@media only screen and (max-width: 768px) {
  .title_Info {
    padding: 12px;
  }
  .title_Info span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .title_Info {
    padding: 5px 0 5px 10px;
    margin-bottom: 0px;
    font-size: 1px;
    line-height: 1.6;
  }
  .title_Info:after {
    left: 10px;
    right: 10px;
    width: 96%;
  }
  .title_Info span {
    font-size: 24px;
  }
}

.infoMenu {
  margin: -10px 5px 26px 5px;
}
.infoMenu dl {
  border-bottom: dotted 1px #999999;
}
.infoMenu dl a {
  color: #000;
}
.infoMenu dl a:hover {
  color: #1a1a1a;
  text-decoration: none;
}
.infoMenu dt {
  margin: 6px 0 12px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  transform: rotateZ(0.03deg);
}
.infoMenu .icon-outline-mail {
  padding-right: 5px;
  font-size: 1.3em;
  position: relative;
  top: 3px;
}
.infoMenu .icon-outline-help {
  padding-right: 5px;
  font-size: 1.3em;
  position: relative;
  top: 3px;
  right: 1px;
}
.infoMenu .icon-outline-price {
  padding-right: 5px;
  font-size: 1.2em;
  position: relative;
  top: 2px;
}
.infoMenu dd {
  padding-bottom: 20px;
  line-height: 24px;
  font-size: 14px;
  transform: rotateZ(0.03deg);
}
.infoMenu dd.qaBlank {
  padding-bottom: 3px;
}
@media only screen and (max-width: 768px) {
  .infoMenu {
    margin: 25px 10px;
  }
  .infoMenu dt {
    padding-left: 10px;
    font-size: 22px;
  }
  .infoMenu dd {
    padding-left: 10px;
    line-height: 24px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .infoMenu {
    margin: 5px 2%;
  }
  .infoMenu dt {
    padding-left: 5px;
    font-size: 17px;
  }
  .infoMenu dd {
    padding-left: 5px;
    font-size: 12.5px;
    line-height: 21px;
  }
}

.qaSpace:after {
  font-family: FontAwesome;
  content: "\f0da";
  margin: 0 0 10px;
  padding: 0 0 0 14px;
  color: #a20000;
  font-size: 30px;
}

.qaSpace_2:after {
  font-family: FontAwesome;
  content: "\f0da";
  margin: 0 0 10px;
  padding: 0 0 0 5px;
  color: #a20000;
  font-size: 17px;
}

/* お支払方法部分 */
.accMenu > dt,
.qaMenu > dt,
.qaSpace dt {
  /* padding-top: 23px; */
  margin: 6px 0 12px 0;
  line-height: 1;
  font-size: 18px;
  cursor: pointer;
}

.accMenu > dt:after {
  font-family: FontAwesome;
  content: "\f0da";
  margin: 0 0 10px;
  padding: 0 0 0 5px;
  color: #a20000;
  font-size: 17px;
}

.qaMenu a:after {
  font-family: FontAwesome;
  content: "\f0da";
  margin: 0 0 10px;
  padding: 0 0 0 5px;
  color: #a20000;
  font-size: 30px;
}

.accMenu > dt:after {
  font-family: FontAwesome;
  content: "\f0d7";
  margin: 0 0 10px;
  padding: 0 0 0 14px;
  color: #a20000;
  font-size: 30px;
}

.accMenu > dt.open:after {
  content: "\f0d8";
}
.accMenu > dd,
.qaMenu > dd {
  display: none;
  margin-top: 10px;
  font-size: 13px;
  font-weight: bold;
}
.accMenu dd ul li,
.qaMenu dd ul li {
  font-weight: normal;
  line-height: 26px;
}

.qaMenu dd ul li:after {
  font-family: FontAwesome;
  content: "\f0da";
  margin: 0 0 10px;
  padding: 0 0 0 10px;
  color: #a20000;
  font-size: 17px;
}

.accMenu dd ul li ul.paymentList,
.qaMenu dd ul li ul.paymentList {
  padding-left: 25px;
}
.payNotice {
  line-height: 18px;
  font-size: 12px;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .accMenu > dt,
  .qaMenu > dt,
  .qaSpace dt {
    padding: 0 0 0 5px;
    line-height: 60px;
    font-size: 20px;
  }

  .accMenu > dt:after,
  .qaMenu > dt:after {
    font-size: 20px;
  }
  .accMenu > dd,
  .qaMenu > dd {
    margin-top: 8px;
    font-size: 14px;
  }
  .accMenu dd ul,
  .qaMenu dd ul {
    margin-top: 20px;
  }
  .accMenu dd ul li,
  .qaMenu dd ul li {
    line-height: 20px;
  }
  .payNotice {
    margin-top: 0;
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .accMenu > dt,
  .qaMenu > dt,
  .qaSpace dt {
    line-height: 46px;
    font-size: 17px;
    margin: 0;
  }
  .accMenu > dt:after,
  .qaMenu > dt:after {
    font-size: 30px;
  }
  .accMenu dd ul li,
  .qaMenu dd ul li {
    line-height: 20px;
  }
  .accMenu > dd,
  .qaMenu > dd {
    margin-top: 10px;
    font-size: 13px;
  }
  .payNotice {
    font-size: 13px;
  }
}

.ip_inquiryMenu dt {
  margin-top: 12px;
}

@media only screen and (max-width: 768px) {
  .qaMenu dt,
  .inquiryMenu dt {
    margin-top: 0;
    padding: 0 0 0 5px;
    line-height: 60px;
    font-size: 20px;
  }
  .ip_inquiryMenu dt {
    margin-top: 10px;
    padding: 0 0 0 5px;
  }

  .qaSpace:after {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .qaMenu dt,
  .inquiryMenu dt {
    line-height: 50px;
    font-size: 18px;
    margin: 0;
  }
  .ip_inquiryMenu dt {
    line-height: 50px;
    font-size: 18px;
  }

  .qaSpace:after {
    font-size: 30px;
  }
}

/* Twitter部分 */
.infoAreaInner .twitterSpace {
  width: 48%;
  padding-right: 1px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.twitter-follow-button {
  display: block;
  margin: 0 auto;
  padding: 10px 0;
}
@media only screen and (max-width: 768px) {
  .infoAreaInner .twitterSpace {
    width: 96%;
    margin: 0 2%;
  }
}

/* Link部分 */
.infoAreaInner .linkSpace {
  width: 48%;
  padding-right: 1px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .infoAreaInner .linkSpace {
    width: 96%;
    margin: 0 2%;
  }
}
.snslink p {
  font-weight: bold;
  font-size: 18px;
  margin: 23px 0 17px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .snslink p {
    font-size: 17px;
  }
}
.snslink i {
  margin: 0 3px 0 7px;
}
.sns_x i {
  margin: 0 0px 0 7px;
  font-size: 2em;
  transition: background-color 0.3s, color 0.3s;
}
.snslink a {
  padding: 0.8em 1em;
  border: solid 3px #a20000;
  border-radius: 10px;
  font-weight: bold;
  margin: 5px;
  display: flex;
  cursor: pointer;
  background-color: transparent;
  transition: background-color 0.3s, color 0.3s;
  align-items: center;
  font-size: 18px;
  line-height: normal;
}
.snslink a:hover {
  background-color: #a20000;
  color: #fff;
}
.snslink a:hover i {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .snslink a {
    font-size: 15px;
  }
}
.shoplink p {
  font-weight: bold;
  margin: 2em 0 5px;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .shoplink p {
    font-size: 17px;
  }
}
.shoplink i {
  margin: 0 3px 0 7px;
}
.shoplink ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 5px;
}
.shoplink li {
  margin: 3px;
  width: calc(50% - 6px);
}
.shoplink img {
  width: 100%;
  height: auto;
  display: block;
  border: solid 1px #ccc;
}

/* フッタ */
footer {
  width: 100%;
  background: url(../img/bg_footer.png) repeat;
  color: #fff;
  padding: 20px 0 15px;
  border-top: 6px solid #a58b3d;
}
footer ul {
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}
footer ul li {
  display: inline;
  padding: 0 10px;
  font-size: 12.5px;
}
footer ul li:last-child {
  border-right: none;
}

footer ul li a {
  color: #fff;
}
footer ul li a:hover {
  color: #fff;
}

footer .footer_logo {
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  footer {
    background-size: 143%;
    border-top: 5px solid #a58b3d;
  }
  footer ul {
    padding: 10px 0;
  }
  footer ul li {
    padding: 0 5px 0 0;
    font-size: 0.65em;
  }
}
/* コピーライト */
.publisher p {
  text-align: center;
  font-size: 12px;
}
.publisher {
  width: 100%;
}
.copyright {
  margin: 0 auto;
  padding-bottom: 30px;
  text-align: center;
}
.copyright p {
  font-size: 12px;
}
@media only screen and (max-width: 480px) {
  .copyright p {
    font-size: 0.6em;
  }
}

/* ページトップへ */
#pageTop {
  position: fixed;
  right: 22px;
  bottom: 15px;
  z-index: 10;
}
#pageTop a {
  width: 100px;
  font-size: 50px;
  color: #a20000;
  vertical-align: bottom;
  line-height: 0;
}
#pageTop a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 480px) {
  #pageTop {
    right: 14px;
  }
}

/* 購入する */
#buyBtnCircle {
  position: fixed;
  width: 62px;
  right: 14px;
  bottom: 171px;
  z-index: 10;
}
#buyBtnCircle a {
  vertical-align: bottom;
  line-height: 0;
}
#buyBtnCircle a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 480px) {
  #buyBtnCircle {
    right: 9px;
    bottom: 160px;
  }
}

/* ボタンエフェクト */
.btn-zoom:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.btn-zoom:hover:after {
  background: #a20000;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.btn-effect:after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*-------------------------------------------------
横向き縦向き設定
----------------------------------------------- */

.landscape {
  width: 100vmax;
  height: 100vmin;
  background: rgba(0, 0, 0, 0.9);
  background-size: cover;
  position: fixed;
  z-index: 10000;
  overflow: hidden;
  display: none;
}

.landscape.is-active {
  display: block;
}
.qaSpace:after .landscape__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.landscape__inner img {
  width: 40vw;
}

.landscape__inner p {
  font-size: 3vw;
  color: #fff;
  letter-spacing: 2px;
}

.singleSentence a {
  color: #a20000;
}

.leftMarginSentence a {
  color: #a20000;
}
