@charset "UTF-8";
#menu-global .menu-global-wrap {
  display: block;
}
#menu-global .menu-global-wrap .menu .menu-global-list li {
  width: calc(100% / 3);
}
#menu-global .menu-global-wrap .menu-recommend {
  width: 100%;
}
#menu-global .menu-global-wrap .menu-recommend .menu-global-list li {
  width: calc(100% / 3);
  float: left;
}
#menu-global .menu-global-wrap .menu-login {
  width: 60%;
  margin: 0 auto 40px;
  border: none;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
}
#menu-global .menu-global-wrap .menu-login .login-face {
  margin: 0 20px 0 0;
  width: 100px;
  height: 100px;
}
#menu-global .menu-global-wrap .menu-login .login-text-area {
  -webkit-flex: 1;
  flex: 1;
}
#menu-global .menu-global-wrap .menu-login .login-text-area .login-name {
  text-align: left;
}
#menu-global .menu-global-wrap .menu-login .login-text-area .login-btn {
  width: 100%;
}

body {
  padding-top: 60px;
}

#site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
#site-header .header-menu-area .header-menu-recommend {
  display: none;
}

#site-footer .footer-list li {
  width: calc(100% / 5);
}
#site-footer .footer-list li.main-site {
  width: calc(100% / 5);
}
#site-footer .footer-list li a {
  padding: 8px 0;
}

/*-----------------------------------
Side Contents
-----------------------------------*/
.sub-area .sub-area-item {
  margin: 0 0 10px;
}

/* おすすめ スケジュールなど */
html, body {
  font-size: 100%;
}

/*------------------------------
Title
------------------------------*/
.title-category {
  font-size: 1.6rem;
}

/*------------------------------
Wrapper
------------------------------*/
#site-contents .container {
  padding: 0 20px;
}
#site-contents .container ~ .container {
  margin-bottom: 40px;
}

.site-punk {
  margin: -11px 0 10px;
  padding: 5px 10px;
}
.site-punk ul {
  white-space: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.site-punk ul::-webkit-scrollbar {
  display: none;
}
.site-punk ul li {
  line-height: 1;
}

.link-circle li {
  width: calc(100% / 3);
}

/*------------------------------
News List
------------------------------*/
/* ReadMore */
.btn-read-more {
  width: 80%;
}

.news-list .news-item {
  width: 100%;
  margin: 0 0 5px;
}
.news-list .news-item:nth-child(n+6) {
  display: none;
}
.news-list .news-item .news-img {
  width: 80px;
  height: 80px;
}
.news-list .news-item .news-text .news-title {
  line-height: 1.2;
}
.news-list.news-list-col-3 .news-item, .news-list.news-list-col-4 .news-item, .news-list.news-list-col-5 .news-item, .news-list.news-list-col-6 .news-item {
  width: calc(100% / 2);
}
.news-list.news-item-fast-large .news-item:nth-child(1) a:after {
  display: none;
}
.news-list.news-item-fast-large .news-item:nth-child(1) .news-img {
  width: 100px;
  height: 100px;
}
.news-list.news-item-fast-large .news-item:nth-child(1) .news-text {
  margin: 0;
  overflow: hidden;
}
.news-list.news-item-fast-large .news-item:nth-child(1) .news-text .news-title {
  font-size: 1.2rem;
}
.news-list.news-item-fast-large .news-item:nth-child(1) .news-text .news-title .news-title-sub {
  font-size: 1rem;
}
.news-list.news-item-fast-large .news-item:nth-child(1) .news-text .news-paragraph {
  font-size: 0.8rem;
  margin: 5px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news-list-pagination .news-item:nth-child(n+6) {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
}

/*------------------------------
Result Area
------------------------------*/
.game-schedule-result {
  margin: 30px 0;
}

/*------------------------------
Tab Item
------------------------------*/
/*----------------------------------------
コラム
----------------------------------------*/
.category-column .column-article a .column-text .column-paragraph {
  display: none;
}

/*-------------------------
記事
-------------------------*/
.article {
  font-size: 0.9rem;
}
.article .article-img {
  width: 40%;
}
.article .article-title {
  font-size: 1.6rem;
}
.article .article-title .article-sub-title {
  font-size: 1.2rem;
}

#article-img-slider-wrap .article-img-slider .slider-for .slick-prev:before, #article-img-slider-wrap .article-img-slider .slider-for .slick-next:before {
  display: none;
}
#article-img-slider-wrap .article-img-slider .slider-for .slide-item .slide-img {
  height: 300px;
}
#article-img-slider-wrap .article-img-slider .slider-nav .slide-item {
  height: 80px;
}

/*-----------------------------------
チームデータ一覧
-----------------------------------*/
.team-list-wrap .team-list .team-list-item {
  width: 100%;
}
