a:visited {
  color: #FFFFFF;
}
a:link {
  color: #FFFFFF;
}

* {
  box-sizing: border-box;
}

#header_box .anniv-logo {
  position: relative;
  right: 0;
  margin: 8px 8px 0;
  width: 25%;
  height: auto;
  max-width: 120px;
}
#header_box .anniv-logo img {
  width: 100%;
}
@media screen and (min-width:768px) {
  #header_box .knmlogo {
    position: absolute;
    left: 0;
  }
  #header_box .anniv-logo {
    position: absolute;
    margin: 10px;
    max-width: 150px;
  }
}

.wrapper-in {
  background: url("../_img/main_sp.jpg") no-repeat;
  background-size: contain;
}
@media screen and (min-width:768px) {
  .wrapper-in {
    margin: 0 auto;
    background: url("../_img/main.webp") no-repeat;
    background-position-x: -80px;
    max-width: 980px;
  }
}
@media screen and (min-width:980px) {
  .wrapper-in {
    background-position-x: center;
  }
}

.contents {
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .contents {
    padding-top: 90px;
  }
}

.contents-top {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (min-width:768px) {
  .contents-top {
    padding-top: 198px;
  }
}
.contents-top .logo {
  width: 58%;
  text-align: right;
}
.contents-top .logo img {
  display: block;
  width: 100%;
  max-width: 418px;
}
@media screen and (min-width:768px) {
  .contents-top .logo {
    position: absolute;
    top: -32px;
    right: 18px;
    width: auto;
  }
}
.contents-top .contents-top_text {
  margin: 0 10px;
  padding-top: 18%;
  width: 100%;
  max-width: 580px;
  max-height: 160px;
  background: url("../_img/top_text_sp.png") top right no-repeat;
  background-size: contain;
}
.contents-top .contents-top_text span {
  visibility: hidden;
  height: 0;
}
@media screen and (min-width:768px) {
  .contents-top .contents-top_text {
    margin: 0;
    padding: 0;
    max-width: 598px;
    height: 110px;
    background: url("../_img/top_text_pc.png") top right no-repeat;
  }
}
.contents-top .qr {
  padding: 0 10px 10px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.contents-top .qr li {
  margin: 0 4px;
  border-radius: 12px;
  width: 50%;
  max-width: 301px;
}
.contents-top .qr li span {
  visibility: hidden;
  height: 0;
}
.contents-top .qr a {
  display: block;
  padding-top: 37.8737%;
  border-radius: 12px;
  height: 0;
}
.contents-top .qr .iOS {
  background: url("../_img/qr_ios_sp.png") top center no-repeat;
  background-size: 100% auto;
}
.contents-top .qr .android {
  background: url("../_img/qr_android_sp.png") top center no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width:768px) {
  .contents-top .qr {
    padding: 0 0 10px 10px;
    justify-content: flex-end;
  }
  .contents-top .qr a {
    padding-top: 40.5316%;
  }
  .contents-top .qr .iOS {
    background: url("../_img/qr_ios.png") top center no-repeat;
  }
  .contents-top .qr .android {
    background: url("../_img/qr_android.png") top center no-repeat;
  }
}
.contents-top .device {
  margin: 0 10px 10px;
  width: 100%;
}
.contents-top .device a {
  position: relative;
  display: inline-block;
  padding: 6px;
  color: #fff;
  background-color: #333333;
  border-radius: 22px;
  text-align: center;
  width: 100%;
}
.contents-top .device a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 1px solid #7e7982;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.contents-top .device a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 3px;
  height: 3px;
  border-top: 1px solid #7e7982;
  border-right: 1px solid #7e7982;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width:768px) {
  .contents-top .device {
    text-align: right;
  }
  .contents-top .device a {
    width: 20%;
    max-width: 200px;
  }
}
.contents-top .os_List {
  position: absolute;
  display: flex;
  top: 56%;
  left: 10px;
}
.contents-top .os_List li {
  padding: 4px;
  background-color: #7e7982;
  color: #FFFFFF;
  border-radius: 12px;
  text-align: center;
  font-size: 9px;
}

.contents-main {
  display: flex;
}

.contents-main-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
  width: 100%;
}
@media screen and (min-width:768px) {
  .contents-main-inner {
    flex-direction: column;
    align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    margin: 0 auto;
    width: 100%;
    max-height: 1750px;
  }
}
.contents-main-inner .box_List, .contents-main-inner .bn_List {
  text-align: center;
  width: 100%;
  font-size: 0;
}
.contents-main-inner .box_List img, .contents-main-inner .bn_List img {
  width: 100%;
  height: auto;
}
.contents-main-inner .box_List li, .contents-main-inner .bn_List li {
  padding-bottom: 10px;
  font-size: 13px;
}
@media screen and (min-width:768px) {
  .contents-main-inner .box_List, .contents-main-inner .bn_List {
    width: 50%;
    align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
  }
}
@media screen and (min-width:768px) {
  .contents-main-inner .box_List {
    padding-right: 6px;
    min-height: 0%;
  }
}
.contents-main-inner .bn_List li img {
  border-radius: 12px;
  border: 1px solid #8c8c8c;
}
.contents-main-inner .bn_List .suc img:first-of-type {
  display: block;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
.contents-main-inner .bn_List .suc img:nth-of-type(2) {
  display: block;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}
@media screen and (min-width:768px) {
  .contents-main-inner .bn_List {
    padding-left: 6px;
    min-height: 0%;
  }
}
.contents-main-inner .box_info {
  margin-bottom: 10px;
  padding: 12px;
  overflow: hidden;
  border: 10px solid #d1c53e;
  border-radius: 22px;
  background: url(../_img/base_info_bg.jpg) #f1eb49 repeat-x 0 0;
  width: 100%;
}
@media screen and (min-width:768px) {
  .contents-main-inner .box_info {
    width: calc(50% - 6px);
  }
}
.contents-main-inner .box_info h2 {
  padding-top: 14.3731%;
  background: url(../_img/title_info.png) no-repeat center 0;
  background-size: contain;
  width: 100%;
  max-width: 327px;
  height: 0;
}
.contents-main-inner .box_info h2 span {
  visibility: hidden;
}
.contents-main-inner .box_info .list_wrap {
  margin: 10px auto 20px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  max-height: 250px;
}
@media screen and (min-width:768px) {
  .contents-main-inner .box_info .list_wrap {
    max-width: 447px;
  }
}
.contents-main-inner #info_include .list dl dt {
  font-size: 10px;
}
.contents-main-inner .box_howto {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .contents-main-inner .box_howto {
    width: calc(50% - 6px);
  }
}
.contents-main-inner .box_howto .youtube_box {
  position: relative;
  margin: 0 auto;
  width: 90%;
  height: 0;
  padding-bottom: 50.25%;
  overflow: hidden;
}
.contents-main-inner .box_howto .youtube_box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.contents-main-inner .box_howto h2 {
  padding-top: 15%;
  width: 100%;
  height: 0;
}
.contents-main-inner .box_howto .btn_guide {
  margin: 0 auto;
  padding: 10px 0 20px;
  width: 90%;
}
@media screen and (min-width:768px) {
  .contents-main-inner .box_howto .btn_guide {
    padding: 10px 0 20px;
  }
}
.contents-main-inner .box_howto a {
  display: block;
  padding-top: 19%;
  width: 100%;
  height: 0;
  background: url(../_img/btn_gameguide_sp.jpg) no-repeat 0 100%;
  background-size: 100% auto;
}
@media screen and (min-width:768px) {
  .contents-main-inner .box_howto a {
    padding-top: 19.248%;
    background: url(../_img/btn_gameguide.png) no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
  }
  .contents-main-inner .box_howto a:hover {
    background-position: top center;
  }
}
.contents-main-inner .box_howto a span {
  visibility: hidden;
  height: 0;
}
.contents-main-inner .attention {
  width: 100%;
}
@media screen and (min-width:768px) {
  .contents-main-inner .attention {
    padding-left: 6px;
    width: 50%;
  }
}
.contents-main-inner .attention li {
  margin: 0 0 10px;
  padding: 18px;
  background-color: #878686;
  border-radius: 23px;
  text-align: center;
}
.contents-main-inner .attention a {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width:768px) {
  .contents-main-inner .box_List {
    order: 1;
  }
  .contents-main-inner .bn_List {
    order: 5;
  }
  .contents-main-inner .attention {
    order: 6;
  }
  .contents-main-inner .box_info {
    order: 2;
  }
  .contents-main-inner .box_howto {
    order: 3;
  }
  .contents-main-inner .bn_List.bn_List02 {
    order: 4;
    padding-right: 6px;
  }
}

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