/*-------------top-------------*/
.notice {
  background: #000;
  padding: 24px 0;
}

.notice dl {
  width: 1024px;
  margin: auto;
  color: #fff;
}
.notice dt{
  width: 20%;
}
@media screen and (max-width: 959px) {
  .notice dt{
    width: 100%;
  }
}
.notice ul {
  padding: 0;
  margin: 0;
}

.notice li {
  border-bottom: 1px solid #fff;
  list-style-type: none;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.notice li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.notice li span {
  margin-right: 16px;
}

.mainslide {
  background: url(../img/bg_slider.png) no-repeat;
  background-size: cover;
  padding: 24px 0;
}

.mainslide ul {
  padding: 0;
  margin: 0;
}
/*gameDATAtab*/
.containertab {
  width: 100%;
  margin: 0 auto;
}
.containertab ul,
.containertab li{
  margin: 0;
  padding: 0;
}
.tab-list {
  display: flex;
  width: 100%;
  overflow-x: auto;
}
.tab-list li {
  color: #fff;
  padding: 24px 0;
  text-align: center;
  width: 278px;
  padding-right: 1px;
  font-size: 1.4375rem;
  font-weight: 700;
  list-style-type: none;
  margin-right: 1px;
  white-space: nowrap;
  flex-shrink: 0;
}
@media screen and (max-width: 959px) {
  .tab-list li{
    width: 180px;
    font-size: 1.2rem;
  }
}
.tab-list li {
  background: url(../img/top/bg_gametab_01-off.png)no-repeat;
  background-size: cover;
}
.tab-list li.active {
  background: url(../img/top/bg_gametab_01-on.png)no-repeat;
  background-size: cover;
}
.tab-container {
  padding: 40px 0;
  background: url(../img/top/bg_tab.png)no-repeat;
  background-size: cover;
  color: #fff;
}
.tab-content {
  width: 1024px;
  margin: auto;
}
.tab-content h4 {
  font-size: 3rem;
  text-align: center;
  line-height: 130%;
}
.tab-container .tab-content {
  display: none;
}
.tab-container .tab-content.active {
  display: block;
}
/*------------------------------------------------*/

.cd_area {
  text-align: center;
  margin-bottom: 40px;
}

.cd_area .DAY,
.cd_area .HOUR,
.cd_area .MIN,
.cd_area .SECOND {
  background: #fff;
  padding: 16px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  color: #373C44;
  font-weight: 700;
  font-size: 2.5rem;
  margin: 0;
}

.cd_area div {
  text-align: center;
  width: 82px;
}

.cd_area .colon {
  width: inherit;
  color: #373C44;
  font-size: 2.5rem;
  font-weight: 700;
}

.gamedata {
  text-align: center;
  margin-right: 40px;
}

.game_daytm {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  padding: 0 24px 16px 24px;
  border-bottom: 1px solid #fff;
  margin: 0 0 8px 0;
}

.game_daytm span {
  font-size: 1.875rem;
}

.game_sdm {
  font-size: 1.25rem;
  padding: 0;
  margin: 0;
}

.teamlogo .vs {
  font-family: 'Montserrat', sans-serif;
  margin: 0 24px;
  font-size: 1.875rem;
  font-weight: 700;
}

.con_wrap {
  width: 1024px;
  margin: auto;
  padding: 40px 0;
}

.top-title {
  position: relative;
  padding: 16px 0;
  border-bottom: 6px solid #EFEFEF;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
}

.top-title:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 5px;
  content: '';
  background: #C30D23;
}

.top-title span {
  font-size: 0.875rem;
  font-weight: 300;
  margin-left: 24px;
}

.top-title-ce {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 40px;
}

.top-title-ce span {
  display: block;
  font-size: 0.875rem;
  margin-top: 8px;
  font-weight: 300;
}

.top-title-ce:before {
  background: inherit;
}

/*news*/
.news ul {
  margin: 0;
  padding: 0;
}

.news a {
  list-style: none;
  width: calc(100% / 2);
  color: #373C44 !important;
  transition: 0.3s;
}

.news a:hover {
  opacity: 0.8;
}

.news dl {
  margin: 0;
  padding: 0;

}

.news dt {
  width: 136px;
}

.news dt img {
  width: 100%;
}

.news dd {
  margin: 0 0 0 16px;
  flex: 1;
}

.news_dat {
  font-size: 0.625rem;
  color: #818181;
  margin-right: 8px;
}

.news_label {
  font-size: 0.625rem;
  color: #818181;
  border: 1px solid #818181;
  border-radius: 100px;
  width: 88px !important;
  text-align: center;
}

.news .title {
  margin: 8px 0 0 0;
}

/*article*/
.article {
  background: url(../img/top/bg_article.png) no-repeat;
  background-position: bottom;
}

/*article_event*/
.article_event {
  background-position: bottom;
}

.search-area div {
  width: calc(100% / 2);
  font-size: 1.25rem;
}

.search-area div img {
  width: 30px;
  margin-right: 8px;
}

.searchbox div {
  width: inherit;
}

.hstag ul,
.hstag li {
  margin: 0;
  padding: 0;
}

.hstag li {
  border: 1px solid #818181;
  border-radius: 100px;
  padding: 4px 0;
  text-align: center;
  list-style: none;
  width: 144px;
  margin-right: 16px;
}

.hstag a {
  color: #818181;
}

.picuparticle a {
  width: calc(100% / 3);
  background: #fff;
  margin-right: 16px;
  padding-bottom: 16px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.picuparticle a:last-child {
  margin-right: 0;
}

.picuparticle div img {
  width: 100%;
}

.picuparticle p,
.picuparticle ul,
.picuparticle li {
  margin: 0;
  padding: 0;
}

.articleday {
  color: #818181;
  font-size: 0.625rem;
  margin-bottom: 4px;
  padding: 0 16px !important;

}

.articlettl {
  color: #373C44;
  padding: 0 16px !important;
  margin-bottom: 16px !important;
}

.picuparticle ul {
  padding: 0 16px !important;
}

.articletag li {
  border-radius: 100px;
  border: 1px solid #818181;
  color: #373C44;
  list-style-type: none;
  margin-right: 16px;
  font-size: 0.875rem;
  width: 104px;
  text-align: center;
}

/*pointitem*/
.pointitem {
  background: url(../img/top/bg_pointitem.png) no-repeat;
  background-size: cover;
}

.itemlist a {
  width: calc(100% / 4);
  background: #fff;
  margin-right: 16px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  color: #373C44;
}

.itemlist p {
  margin: 0;
  padding: 0;
}

.itemlist ul {
  margin: 0;
  padding: 0;
}

.itemlist li {
  list-style-type: none;
}

.itemlist img {
  width: 100%;
  margin-bottom: 32px;
}

.itemname {
  padding: 0 16px 0 16px !important;
}

.itempoint {
  padding: 16px !important;
  font-weight: 700;
}

/*event*/
.event p,
.event ul,
.event li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.eventlist li{
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.eventlist li:last-child{
  margin-bottom: 0px;
}
.eventlist dt{
  width: 136px;
}
.eventlist dt img{
  width: 100%;
}
.eventlist dd{
  flex: 1;
}

.eventday{
  color: #818181;
  font-size: 0.625rem;
  margin-bottom: 4px;
}
.eventday .label{
  background: #D9D9D9;
  padding: 2px 16px;
  border: none;
  display: inline !important;
  margin-right: 16px;
}
.eventname{
  color: #373C44;
}

#sp-fixed-menu {
  position: fixed;
  width: 100%;
  bottom: 0px;
  font-size: 0;
  opacity: 0.9;
  z-index: 99;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul {
  display: flex;
  list-style: none;
  padding: 16px 0;
  margin: 0;
  width: 100%;
  background: #ffffff;
}

#sp-fixed-menu li {
  justify-content: center;
  align-items: center;
  margin: 0;
  font-size: 8px;
}

#sp-fixed-menu a {
  text-align: center;
  display: block;
  width: calc(100% / 5);
}
#sp-fixed-menu img{
  width: 30px;
}
#sp-fixed-menu span{
  display: block;
}

@media screen and (max-width: 959px) {
  .notice dl {
    width: 100%;
  }

  .notice dd {
    margin: 0;
  }

  .notice dt {
    text-align: center;
    margin-bottom: 8px;
  }

  .notice dl span {
    display: block;
  }

  .notice dl li {
    padding: 0 24px 16px 24px;
  }

  .tabs .tab_area {
    overflow-x: hidden;
    white-space: nowrap;
  }

  .tabs .tab-label {
    white-space: nowrap;
    width: 200px;
  }

  .tab-content {
    width: 90%;
    margin: auto;
  }

  .cd_area .DAY,
  .cd_area .HOUR,
  .cd_area .MIN,
  .cd_area .SECOND {
    font-size: 1.875rem;
  }

  .gamedata {
    margin-right: 0px;
  }

  .con_wrap {
    width: 90%;
  }

  .news_label {
    width: 88px !important;
    display: block;
  }

  .hstag li {
    font-size: 0.875rem;
    width: 104px;
  }

  /*picupslider*/
  .article-slider {
    /*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 94%;
    margin: 0 auto;
  }

  .article-slider img {
    width: 100%;
    /*スライダー内の画像を横幅100%に*/
    height: auto;
  }

  /*slickのJSで書かれるタグ内、スライド左右の余白調整*/

  .article-slider .slick-slide {
    margin: 0 10px;
  }

  /*矢印の設定*/

  /*戻る、次へ矢印の位置*/
  .article-slider .slick-prev {
    position: absolute;
    /*絶対配置にする*/
    top: 42%;
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    /*クリックをしたら出てくる枠線を消す*/
    height: 70px;
    width: 70px;
    background: url(../img/icon_arrow_picup_r.png) no-repeat;
    left: -25px;
  }

  .article-slider .slick-next {
    position: absolute;
    /*絶対配置にする*/
    top: 42%;
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    /*クリックをしたら出てくる枠線を消す*/
    height: 70px;
    width: 70px;
    background: url(../img/icon_arrow_picup_l.png) no-repeat;
    right: -25px
  }

  .itemlist a {
    width: calc(100% / 2);
  }

  .itemlist a:nth-of-type(n + 3) {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .pc_head_btn {
    display: none !important;
  }

  #sp-fixed-menu .btn_primary,
  #sp-fixed-menu .btn_secondary,
  #sp-fixed-menu .btn_tertiary,
  #sp-fixed-menu .btn_delete,
  #sp-fixed-menu .btn_invalid {
    width: 90%;
    margin: auto;
  }
}

@media screen and (min-width: 959px) {
  .slick-dots {
    display: none !important;
  }

  .for-sp {
    display: none;
  }

}

/*-------------entry-01-------------*/
.planselect {
  margin-bottom: 24px;
}

.planselect .plan {
  width: calc(100% / 3);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.plan input[type=radio] {
  display: none;
}

.plan input[type="radio"]:checked+label {
  border: #C30D23 solid 6px;
}

.plan .label:hover {
  background-color: #E2EDF9;
}

.plan .label {
  background: url(../img/bg_plantitle.png) no-repeat;
  padding: 24px 0 24px 24px;
  display: block;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  background-size: cover;
}

.plan .label span {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  display: block;
}

.plan_fee {
  font-size: 1.3rem;
  font-weight: 700;
  padding-bottom: 16px;
  border-bottom: 1px solid #373C44;
}

.plan_overview {
  font-size: 1.125rem;
  font-weight: 300;
}

.plan_fee span,
.plan_overview span {
  font-size: 0.625rem;
}

.cardselect {
  background: #F3F3F3;
  text-align: center;
  padding: 24px 0;
  font-weight: 700;
}

.selectcheck {
  padding: 12px 8px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.selectcheck-Input {
  margin: 0;
  width: 0;
  opacity: 0;
}

.selectcheck-Input:checked+.selectcheck-Input-DummyInput {
  background: #C30D23;
  border: solid 2px #C30D23;
}

.selectcheck-Input:checked+.selectcheck-Input-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/icon_checked.svg) no-repeat center;
  background-size: 70%;
}

.selectcheck-Input-DummyInput {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  border: solid 2px #737373;
  background: #FFFFFF;
}

.selectcheck-Input-LabelText {
  margin-left: 12px;
  display: block;
  font-size: 18px;
  font-weight: bold;
}

/* 959px以下に適用 */
@media screen and (max-width: 959px) {
  .planselect .plan {
    width: 100%;
  }

  .cardselect {
    padding: 16px;
  }
}

/*-------------entry-02-------------*/
.membership__rules {
  background: #F8F8F8;
  padding: 24px;
  height: 540px;
  overflow-y: auto;
}

.membership__rules-inner dt {
  font-weight: 700;
}

.membership__rules-inner dd {
  margin: 16px 0;
}

.membership__rules-inner ol {
  padding: 0 16px;
}

.rule__date {
  text-align: right;
}

.rule__date li {
  list-style-type: none;
}

/*-------------entry-06-------------*/
@media screen and (max-width: 959px) {
  .sp-lastdiv-pd {
    padding: 24px 16px !important;
  }
}

/*-------------mypage-------------*/
.userdata {
  background: url(../img/bg_mypage-userdata.png) no-repeat;
  background-size: cover;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  padding: 40px 0;
}

.membertype {
  font-size: 1.875rem;
}

.username {
  font-size: 2.6rem;
}

.userno {
  font-size: 1.875rem;
  font-family: 'Montserrat', sans-serif;
}

.servicemenu {
  margin: 0;
  padding: 0;
  display: flex;
}

.servicemenu li {
  width: calc(100% / 4);
  list-style-type: none;
  margin-right: 24px;
}

.servicemenu li:last-child {
  margin-right: 0;
}

.servicemenu li img {
  width: 100%;
}

@media screen and (max-width: 959px) {
  .servicemenu {
    flex-wrap: wrap;
  }

  .servicemenu li {
    width: calc(100% / 2 - 8px);
    margin-right: 16px;
  }

  .servicemenu li:nth-of-type(2n) {
    margin-right: 0;
  }

  .continuation-btn img {
    width: 100%;
  }
}

/*-------------faq-------------*/
.faq_category {
  width: 320px;
  margin-right: 24px;
}

.faq_category ul {
  margin: 0 8px 0 8px;
  padding: 0;
}

.faq_category li {
  background: url(../img/icon_arrow_faqcategory.svg) no-repeat;
  list-style-type: none;
  padding: 0 0px 0px 18px;
  margin-bottom: 16px;
  background-position: 0 5px;
}

.faq_category li a {
  display: block;
  height: 100%;
  width: 100%;
  color: #373C44;
  text-decoration: none;
}

.faq_question {
  width: 680px;
}

/*accordion*/
.accordion-container {
  margin: 0px 0 40px 0;
  width: 100%;
}

.accordion-container p {
  margin: 0;
}

.accordion-container dl {
  margin: 0;
}

.accordion-title {
  cursor: pointer;
  padding: 16px 50px 10px 32px;
  position: relative;
}

.accordion-title:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #333;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}

.accordion-title:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #333;
  transition: all .3s ease-in-out;
}

.accordion-title.open:before {
  transform: rotate(180deg);
}

.accordion-title.open:after {
  opacity: 0;
}

.accordion-list dd {
  margin: 0;
}

.accordion-text {
  display: none;
  padding: 0 16px;
}

.accordion-list .bg_gry {
  background: #F3F3F3;
}

.accordion-text div {
  border-top: 1px solid #E3E3E3;
  margin: 0;
  padding: 16px;
}

.contact_announce {
  background: url(../img/bg_contact_announce.png) no-repeat;
  background-size: cover;
  padding: 40px 0;
}

.sp_category {
  display: none;
}

@media screen and (max-width: 959px) {
  .pc_head,
  .pc_nav {
    display: none !important;
  }

  .sp_category {
    display: block;
  }

  .faq_category {
    display: none;
  }

  .faq_question {
    width: 100%;
  }
}