@charset "utf-8";
html[lang="ja"] {
  margin: 0 !important;
}
body {
  font-size: 3.733vw;
}
.sp-only {
  display: block !important;
}
#wpadminbar, .pc-only {
  display: none !important;
}
.inner {
  width: 90%;
  margin: auto;
}
body {
  margin: 60px 0 0;
}
.att_text {
  font-size: 76%;
}
/* == parts ============================================== */
.title_base.type--center {
  text-align: center;
}
.title_base .en {
  color: #c4a747;
  font-weight: 700;
  font-size: 125%;
  line-height: 1;
  margin: 0 0 .5em;
}
.title_base .jp {
  font-size: 170%;
}
.title_page {
  text-align: center;
}
.title_page .en {
  color: #c4a747;
  font-weight: 700;
  font-size: 112.5%;
  line-height: 1;
  margin: 0 0 .5em;
}
.title_page .jp {
  font-size: 160%;
}
/**/
.title_line {
  font-size: 135%;
  border-bottom: solid 2px #c4a747;
  padding: .3em 0;
}
/**/
.title_border {
  font-size: 120%;
  border-left: solid 4px #c4a747;
  padding: 0 0 0 .5em;
}
.btn_base a {
  display: inline-block;
  padding: 1em 2.5em 1em 1em;
  border: solid 1px #333;
  font-weight: 700;
  position: relative;
  box-shadow: 0 5px .3em 1px #efefef;
  box-sizing: border-box;
  min-width: 14em;
  transition: color .3s;
  background: #fff;
}
.btn_base a:not([target="_blank"])::before {
  content: '';
  width: .7em;
  height: .7em;
  box-sizing: border-box;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  z-index: 5;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotateZ(45deg);
  transition: border-color .3s;
}
.btn_base a[target="_blank"]::before {
  content: '';
  width: 1em;
  height: 1em;
  background-image: url("../img/icon_blank.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 5;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: background-image .3s;
}
.btn_base a::after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(51, 65, 85, 1);
  transition: all .3s;
}
.btn_base a span {
  display: block;
  position: relative;
  z-index: 5;
}
/* == header ============================================== */
header {
  background-color: rgba(51, 65, 85, 1);
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 14px !important;
}
header .h_inner {
  width: 96%;
  margin: auto;
}
header .h_logo a {
  display: inline-block;
  overflow: hidden;
  background-image: url("../img/logo.webp");
  background-size: 2em auto;
  background-position: left center;
  padding: .975em 0 .975em 2.5em;
  background-repeat: no-repeat;
  color: #efefef;
  font-size: 114.4%;
  font-weight: 700;
  vertical-align: top;
}
#navTrigger {
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2.5em;
  height: 2.5em;
  border: solid 1px #efefef;
  border-radius: .2em;
}
#navTrigger span {
  position: absolute;
  width: 60%;
  height: 1px;
  background: #efefef;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transition: transform .5s, opacity .3s;
}
#navTrigger span:nth-child(1) {
  top: -14px;
}
#navTrigger span:nth-child(3) {
  bottom: -14px;
}
body.nav--open #navTrigger span:nth-child(1) {
  transform: translateY(7px) rotateZ(35deg);
}
body.nav--open #navTrigger span:nth-child(2) {
  opacity: 0;
}
body.nav--open #navTrigger span:nth-child(3) {
  transform: translateY(-7px) rotateZ(-35deg);
}
header .h_inner nav {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  transition: opacity .5s;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
body.nav--open header .h_inner nav {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.list_hNav {
  background: rgba(51, 65, 85, 1);
}
.list_hNav li {
  border-top: solid 1px #efefef;
}
.list_hNav > li > a {
  display: block;
  padding: 1em;
  align-items: center;
  color: #efefef;
  font-size: 114.3%;
  font-weight: 700;
  position: relative;
}
.list_hNav > li > a::before {
  content: '';
  width: .8em;
  height: .8em;
  box-sizing: border-box;
  border-top: solid 2px #efefef;
  border-right: solid 2px #efefef;
  position: absolute;
  right: 1.5em;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotateZ(45deg);
}
.list_hNav > li.active > a {
  background: #c4a747;
}
/* == footer ============================================== */
footer {
  background-color: rgba(51, 65, 85, 1);
  color: #efefef;
  padding: 1.5em 0;
}
.list_fNavSmall {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em .8em;
}
.list_fNavSmall > li a {
  display: block;
  padding: .5em;
  font-size: 85%;
  text-decoration: underline;
  transition: opacity .3s;
}
footer .copyright {
  font-size: 75%;
  text-align: center;
  padding: 1.5em 0 0;
}
/* == frontpage ==============================================*/
.block_frontTop {
  background: url(../img/bg.webp);
  background-size: cover;
  background-position: center;
}
.block_frontTop .area_title {
  height: calc(100svh - 60px);
  background-color: rgba(0, 0, 0, .95);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.block_frontTop .area_title::before {
  content: '';
  width: 2em;
  height: 2em;
  box-sizing: border-box;
  border-top: solid 3px#c4a747;
  border-right: solid 3px#c4a747;
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 3em;
  left: 0;
  margin: auto;
  transform: rotateZ(135deg);
}
.block_frontTop .area_title .titleBox {
  z-index: 5;
  position: relative;
}
.block_frontTop .area_title .frontTop_title {
  text-align: center;
  color: #c4a747;
  margin: 0 0 2em;
  background: url(../img/logo.webp);
  background-size: 5em auto;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 6em 0 0;
  position: relative;
}
.block_frontTop .area_title .frontTop_title .jp {
  font-size: 200%;
  line-height: 1.5;
}
.block_frontTop .area_title .frontTop_lead {
  text-align: center;
  color: #efefef;
  font-size: 95%;
  line-height: 2;
}
/* == ABOUT
============================================== */
.block_about .area_front {
  padding: 4em 0 3em;
  background: url("../img/cloud01.webp");
  background-repeat: no-repeat;
  background-size: 12em auto;
  background-position: left top 2.6em;
}
.block_about .area_front .about_lead {
  text-align: center;
  margin: 1.5em 0 0;
  line-height: 2;
}
.block_about .area_front .about_lead p + p {
  margin: 1em 0 0;
}
.block_about .area_front .about_img {
  margin: 3em 0 0;
}
.block_about .area_front .btn_base {
  margin: 3em 0 0;
  text-align: center;
}
/* == RULE
============================================== */
.block_rule .area_front {
  padding: 4em 0;
  background: url("../img/cloud02.webp");
  background-repeat: no-repeat;
  background-size: 12em auto;
  background-position: right top 3em;
}
.block_rule .area_front .rule_lead {
  margin: 1.5em 0 0;
  line-height: 2;
}
.block_rule .area_front .rule_lead p + p {
  margin: 1em 0 0;
}
.block_rule .area_front .rule_img {
  margin: 3em 0 0;
}
.block_rule .area_front .btn_base {
  margin: 3em 0 0;
  text-align: center;
}
/*-----*/
.block_rule .area_desc {
  padding: 2em 0;
}
.block_rule .area_desc .desc_text {
  margin: 1.5em 0;
  line-height: 2;
}
.block_rule .area_desc blockquote {
  margin: 0;
}
.block_rule .area_desc .desc_text .right {
  text-align: right;
  font-size: 87.5%;
}
.block_rule .area_desc .rule_set {
  padding: 3em 0 0;
}
.block_rule .area_desc .rule_set + .rule_set {
  margin: 3em 0 0;
  border-top: dashed 3px #efefef;
}
.list_dl {
  margin: 2em 0;
}
.list_dl > li {
  background: #efefef;
  box-sizing: border-box;
  padding: 1em;
  border-radius: .5em
}
.list_dl > li + li {
  margin: 1em 0 0;
}
.list_dl > li dl dt {
  font-weight: 700;
  margin: 0 0 .5em;
  padding: 0 0 .5em 0;
  border-bottom: 2px solid #fff;
}
.list_dl > li dl dd {
  font-size: 95%;
}
.block_rule .area_desc .rule_manege {
  margin: 4em 0 0;
}
.block_rule .area_desc .manege_image {
  margin: 1.5em 0 0;
}
.list_ruleManege {
  margin: 1.5em 0;
  counter-reset: my-section-counter;
}
.list_ruleManege > li {
  box-sizing: border-box;
  border: 2px solid #efefef;
  padding: .8em .8em .8em 2.5em;
  border-radius: .5em;
  position: relative;
  counter-increment: my-section-counter;
  font-size: 90%;
}
.list_ruleManege > li + li {
  margin: 1em 0 0;
}
.list_ruleManege > li::before {
  content: counter(my-section-counter)",";
  position: absolute;
  left: .8em;
  top: .8em;
}
.list_ruleManege .imageFlex {
  margin: 1em 0 0;
}
.list_ruleManege .imageFlex img {
  display: block;
}
.list_ruleManege .imageFlex span {
  display: block;
  text-align: center;
  font-weight: 700;
  transform: rotateZ(90deg);
  margin: 1em 0;
}
.parts_gameIntro {
  padding: 4em 0;
  background: #efefef;
}
.parts_gameIntro .game_desc {
  text-align: center;
  line-height: 2;
  margin: 1.5em 0 0;
  font-size: 88%;
}
.parts_gameIntro .game_img {
  margin: 2em auto 0;
  pointer-events: none;
}
.parts_gameIntro .btn_base {
  margin: 2em auto 0;
  text-align: center;
}
a.text_link {
  color: rgba(0, 58, 108, 1);
  transition: opacity .2s;
  font-weight: 700;
  text-decoration: underline;
}
/**/
.block_rule .area_desc .rule_set .sikou_tensu {
  padding: 1em 0 3em;
  font-size: 95%;
}
.block_rule .area_desc .rule_set .table_sikou {
  width: 100%;
  border: solid 1px #000;
  margin: 1em 0 0;
  text-align: center;
}
.table_sikou th {
  padding: .6em;
  border: solid 1px #000;
}
.table_sikou td {
  padding: .6em;
  border: solid 1px #000;
}
/* == DOWNLOADS
============================================== */
.block_download .area_front {
  padding: 4em 0;
  background-color: rgba(51, 65, 85, .1);
}
.block_download .area_front .download_lead {
  margin: 1.5em 0 0;
  line-height: 2;
}
.block_download .area_front .downloadFlex {
  margin: 2em 0 0;
}
.block_download .area_front .downloadBox {
  box-sizing: border-box;
  background: #fff;
  padding: 2em 1em;
  text-align: center;
}
.block_download .area_front .downloadBox + .downloadBox {
  margin: 2em 0 0;
}
.block_download .area_front .downloadBox .download_name {
  border-bottom: solid 2px #efefef;
  font-size: 130%;
  padding: 0 0 .4em;
}
.block_download .area_front .downloadBox .download_image {
  box-shadow: 0 0 .5em 1px #efefef;
  pointer-events: none;
}
.block_download .area_front .downloadBox .download_desc {
  margin: 1em 0;
  font-size: 86%;
}
.block_download .area_front .btn_base {
  margin: 2em 0 0;
  text-align: center;
}
/**/
.block_download .area_downloadSummary {
  padding: 3em 0;
}
.block_download .area_downloadSummary .downloadSummary_lead {
  margin: 1.5em 0 0;
}
.list_downloadSummary {
  width: 90%;
  margin: 1.5em auto 0;
}
.list_downloadSummary > li {
  box-sizing: border-box;
  padding: 1em;
  border: solid 2px #efefef;
}
.list_downloadSummary > li + li {
  margin: 1em 0 0;
}
.list_downloadSummary > li figcaption {
  text-align: center;
  margin: 1em 0;
  line-height: 1.5;
}
.list_downloadSummary > li figcaption strong {
  font-size: 125%;
}
.list_downloadSummary > li .btn_base {
  margin: 0 auto 1em;
  text-align: center;
}
/* == NEWS
============================================== */
.block_news .area_front {
  padding: 4em 0 8em;
  background: url("../img/cloud03.webp");
  background-repeat: no-repeat;
  background-position: bottom 3em center;
  background-size: 30em auto;
}
.list_newsSummary {
  display: flex;
  flex-wrap: wrap;
  gap: 3em 5%;
  margin: 3em 0 0;
}
.list_newsSummary > li {
  width: 100%;
}
.list_newsSummary > li > a {
  display: block;
}
.list_newsSummary > li .newsSummary_thumb {
  position: relative;
  height: 0;
  padding: 50% 0 0;
  overflow: hidden;
}
.list_newsSummary > li .newsSummary_thumb::before {
  content: '';
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: solid 2px #efefef;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  pointer-events: none;
}
.list_newsSummary > li .newsSummary_thumb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .5s;
}
.list_newsSummary > li .newsSummary_textBox {
  padding: 1em 0;
}
.list_newsSummary > li .newsSummary_info {
  font-size: 87.5%;
  margin: 0 0 1em;
  display: flex;
  justify-content: space-between;
}
.list_newsSummary > li .newsSummary_info .category {
  display: inline-block;
  padding: 0 1em;
  border-radius: 5em;
  background: rgba(51, 65, 85, 1);
  color: #efefef;
  font-weight: 700;
}
.list_newsSummary > li .newsSummary_title {
  font-weight: 700;
  line-height: 1.5;
  transition: color .5s;
}
.block_news .area_front .btn_base {
  margin: 3em auto 0;
  text-align: center;
}
/**/
.block_news .area_newsSummary {
  padding: 2em 0 4em;
}
/* == CONTACT
============================================== */
.parts_contactLinks {
  color: #efefef;
}
.parts_contactLinks .contactLinks_title {
  text-align: center;
}
.parts_contactLinks .contactLinks_title a {
  display: block;
  font-size: 150%;
  box-sizing: border-box;
  padding: 2em 0;
  background: rgba(0, 58, 108, 1);
  transition: all .3s;
}
.block_contact .area_form {
  padding: 3em 0;
}
.block_contact .area_form .wpcf7 {
  width: 90%;
  margin: auto;
}
.list_form > li + li {
  margin: 1.5em 0 0;
}
.list_form .formLabel {
  font-size: 112.5%;
  font-weight: 700;
}
.list_form > li input[type="text"], .list_form > li input[type="email"], .list_form > li textarea {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  border: solid 2px #999;
  padding: .8em;
  border-radius: .3em;
  box-sizing: border-box;
}
.block_contact .area_form .wpcf7-list-item {
  margin: 0;
}
.block_contact .area_confirm {
  margin: 1em 0;
  text-align: center;
}
.block_contact .area_submit {
  margin: 2em 0 0;
  text-align: center;
}
.block_contact .area_submit input[type="submit"] {
  width: 300px;
  -webkit-appearance: none;
  appearance: none;
  color: #fff;
  background: rgba(51, 65, 85, 1);
  border-radius: 5em;
  padding: 1em 0;
  font-size: 16px;
  margin: auto;
  font-weight: 700;
  transition: opacity .3s;
}
.block_contact .area_submit input[type="submit"]:hover {
  opacity: .7;
}
.block_contact .wpcf7-spinner {
  display: none;
}
.block_contact .policy_link {
  margin: 1em 0 0;
}
/* ==================================== 
under
====================================*/
.block_pageTitle {
  padding: 3em 0;
  background: rgba(196, 167, 71, .1);
}
.block_pageBase {
  padding: 3em 0;
}
.block_pageBase h2 {
  font-size: 125%;
  margin: 2em auto .5em;
}
.block_pageBase ul {
  margin: .5em 0;
}
.block_pageBase ul > li {
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.block_pageBase ul > li::before {
  content: "・";
}
.block_pageBase a {
  color: rgba(0, 58, 108, 1);
  transition: opacity .2s;
  font-weight: 700;
  text-decoration: underline;
}
.block_pageBase a:hover {
  opacity: .7;
}
.company-info .info-table {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.company-info .info-table tr {
  border-bottom: solid 1px #efefef;
}
.company-info .info-table th {
  width: 100%;
  display: block;
  padding: 1em 0 0;
  box-sizing: border-box;
}
.company-info .info-table td {
  width: 100%;
  display: block;
  padding: .5em 0 1em;
  box-sizing: border-box;
}
/* ==================================== 
single
====================================*/
.block_single {
  padding: 3em 0;
}
.block_pageBase .related-sites {
  margin: 0;
}
.block_pageBase .related-sites > li {
  text-indent: 0;
  padding: 0;
}
.block_pageBase .related-sites > li + li {
  margin: 1em 0 0;
}