/* color */
/* text-color */
/* cat-color */
.c-beginner {
  color: #f0959b;
}

.c-agent {
  color: #ba5c82;
}

.c-weapon {
  color: #1aa3c6;
}

.c-topics {
  color: #3cb296;
}

.c-map {
  color: #ae81ff;
}

.c-esports {
  color: #ef8e4c;
}

/* block-style */
#wrapper {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
}

.b-section {
  width: 100%;
  height: auto;
  padding: 20px 0;
}

@media (min-width: 1120px) {
  .b-section {
    padding: 0;
  }
}

.b-section.border {
  border-bottom: 1px solid #efefef;
}

@media (min-width: 1120px) {
  .b-section.border {
    border-bottom: none;
  }
}

@media (min-width: 1120px) {
  .b-section.border-wrap {
    border: 1px solid #bdbcb7;
    padding: 0;
  }
}

.content-wrap {
  padding: 0 20px;
}

/* text-style */
.section-ttl {
  /*background-image: url("../images/layout/ttl-bar.svg");
  background-size: auto 28px;
  background-repeat: no-repeat;
  background-position: center left 20px;*/
  color: #0f1923;
  font-family: 'Anton', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 26px;
  padding: 2px 20px 0 30px;
  position: relative;
  margin-bottom: 5px;
}

.section-ttl:before {
  content: "";
  width: 4px;
  height: 100%;
  background: #ff4654;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 20px;
}

.section-ttl span {
  font-size: 12px;
  font-weight: bold;
  padding-left: 10px;
  vertical-align: middle;
}

@media (min-width: 1120px) {
  .section-ttl {
    font-size: 30px;
    padding-left: 15px;
    margin-bottom: 15px;
  }
  .section-ttl span {
    font-size: 14px;
  }
  .section-ttl:before {
    border-radius: 5px;
    width: 5px;
    left: 0;
  }
}

@media (min-width: 1120px) {
  .border-wrap .section-ttl {
    border-bottom: 1px solid #bdbcb7;
    background-position: center left 15px !important;
    padding: 15px 15px 15px 25px !important;
    margin-bottom: 0 !important;
  }
}

/* btn-style */
.btn {
  margin-top: 20px;
  padding: 0 20px;
}

@media (min-width: 1120px) {
  .btn {
    width: 400px;
    margin: 30px auto;
    padding: 0;
  }
}

.primary-wrap {
  position: relative;
}

.primary-wrap:before {
  content: "";
  width: calc(100% - 40px);
  height: 40%;
  border-top: 1px solid #bdbcb7;
  border-left: 1px solid #bdbcb7;
  border-right: 1px solid #bdbcb7;
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 1;
}

.primary-wrap:after {
  content: "";
  width: calc(100% - 40px);
  height: 40%;
  border-bottom: 1px solid #bdbcb7;
  border-left: 1px solid #bdbcb7;
  border-right: 1px solid #bdbcb7;
  position: absolute;
  bottom: 0;
  left: 20px;
  z-index: 1;
}

@media (min-width: 1120px) {
  .primary-wrap:before,
  .primary-wrap:after {
    width: 100%;
    left: -1px;
  }
  .primary-wrap:before {
    top: -1px;
  }
  .primary-wrap:after {
    bottom: -1px;
  }
}

.btn-primary {
  background-color: #ff4654;
  border: 6px solid #ece8e1;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  padding: 20px 0;
  position: relative;
  transition: background-color .2s ease-in;
}

@media (min-width: 1120px) {
  .btn-primary {
    z-index: 2;
  }
  .btn-primary:hover {
    background-color: #0f1923;
  }
}

.btn-primary:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #ece8e1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.btn-primary:after {
  content: "";
  width: 4px;
  height: 4px;
  background: #0f1923;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.btn-bar {
  background-color: #ff4654;
  border-radius: 50%;
  cursor: pointer;
  width: 46px;
  height: 46px;
  position: fixed;
  top: 10px;
  right: 15px;
  z-index: 9;
}

.btn-bar_in {
  position: relative;
}

.btn-bar_item {
  background-color: #fff;
  border-radius: 3px;
  height: 2px;
  position: absolute;
}

.btn-bar_item:nth-child(1) {
  width: 15px;
  top: 16px;
  right: 14px;
}

.btn-bar_item:nth-child(2) {
  width: 16px;
  top: 22px;
  right: 16px;
}

.btn-bar_item:nth-child(3) {
  width: 14px;
  top: 28px;
  right: 14px;
}

/* btn-style */
.breadcrumb {
  background-color: #0f1923;
  width: 100%;
  height: auto;
  padding: 0 20px;
}

@media (min-width: 500px) and (max-width: 1120px) {
  .breadcrumb {
    padding: 0 5%;
  }
}

@media (min-width: 1120px) {
  .breadcrumb {
    padding: 0;
  }
}

.breadcrumb-list {
  font-size: 0;
  padding: 10px 0;
  height: 100%;
}

@media (min-width: 1120px) {
  .breadcrumb-list {
    width: 1080px;
    margin: 0 auto;
  }
}

.breadcrumb-item {
  background-image: url("../images/icon/bread-arrow.svg");
  background-size: 5px;
  background-repeat: no-repeat;
  background-position: left;
  display: inline-block;
  margin-right: 8px;
  padding-left: 12px;
}

.breadcrumb-item span {
  color: #ece8e1;
  font-size: 10px;
}

.breadcrumb-item.bread-top {
  background-image: none;
  padding-left: 0;
}

.breadcrumb-item a span {
  font-size: 10px;
  color: #2da7cf;
  line-height: 1.6;
}

/*ページネーション*/

.pagination {
  clear: both;
  padding-top: 30px;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.pager-top .pagination {
  padding-top: 15px;
  margin-bottom: 15px;
}

.pagination-box {
  margin: 0 auto; }
  .pagination-box:after {
    content: "";
    clear: both;
    display: block; }

.pagination span, .pagination a {
  background: #fff;
  box-sizing: border-box;
  border-radius: 50%;
  color: #0f1923;
  display: inline-block;
  width: 36px;
  height: 36px;
  font-size: 13px;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  margin-right: 7px }

.pagination span:last-child, 
.pagination a:last-child {
  margin-right: 0;
}

.pagination a:hover{
  color: #fff;
  background: #ff4654; }

.pagination .current{
  background-color: #ff4654;
  color: #fff;
  height: 36px;
  line-height: 36px; }

.pagination .page-of {
  display: none; }

/*sns-box*/
.sns-box {
  text-align: center;
  padding-bottom: 30px;
}

.sns-box_ttl {
  margin-bottom: 15px;
  padding: 0 20px;
}

.sns-box_ttl span {
  font-size: 13px;
  font-weight: 700;
  padding: 0 10px;
  position: relative;
  line-height: 1;
}

.sns-box_ttl span:before, .sns-box_ttl span:after {
  content: "";
  background-color: #282a29;
  border-radius: 10px;
  width: 2px;
  height: 14px;
  position: absolute;
  bottom: 2px;
}

.sns-box_ttl span:before {
  left: 0;
  transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
}

.sns-box_ttl span:after {
  right: 0;
  transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
}

.sns-box_share {
  display: inline-block;
}

.sns-box_share__item {
  float: left;
  margin-left: 10px;
  width: 50px;
  height: 50px;
}

.sns-box_share__item a {
  display: block;
}

.sns-box_share__item a img {
  display: block;
  width: 100%;
  height: auto;
}

/*お問い合わせ*/

.contact-form {
  margin: 30px 0 20px 0;
}

.contact-form textarea {
  width: 100% !important;
}

.contact-form_head {
  font-size: 14px;
  font-weight: bold;
  margin: 24px 0 10px;
}

.contact-form_input {
  background-color: #f2f2f2;
  border-radius: 5px;
  width: 100%;
  font-size: 13px;
  padding: 15px;
}

.wpcf7-submit {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}