@charset "UTF-8";
#menu-global {
  position: fixed;
  background: #FFF;
  z-index: 5;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -moz-transform: translate3D(0, -200%, 0);
  -ms-transform: translate3D(0, -200%, 0);
  -webkit-transform: translate3D(0, -200%, 0);
  transform: translate3D(0, -200%, 0);
  -moz-transition: -moz-transform, 0.25s;
  -o-transition: -o-transform, 0.25s;
  -webkit-transition: -webkit-transform, 0.25s;
  transition: transform, 0.25s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#menu-global .menu-global-wrap {
  padding: 30px 40px;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
#menu-global .menu-global-wrap .menu {
  padding: 0 10px;
}
#menu-global .menu-global-wrap .menu .menu-global-list {
  list-style: none;
  margin: 0 0 40px;
  padding: 10px 0 0;
  overflow: hidden;
  border-top: 1px solid #DDD;
  font-size: 1rem;
}
#menu-global .menu-global-wrap .menu .menu-global-list:nth-child(1) {
  border-top: none;
}
#menu-global .menu-global-wrap .menu .menu-global-list li {
  display: block;
  width: calc(100% / 3);
  float: left;
}
#menu-global .menu-global-wrap .menu .menu-global-list li a {
  display: block;
  padding: 10px;
  color: #333;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#menu-global .menu-global-wrap .menu-recommend {
  width: 30%;
  margin-right: auto;
}
#menu-global .menu-global-wrap .menu-recommend .menu-global-list li {
  width: 100%;
  float: none;
}
#menu-global .menu-global-wrap .menu-all-genre {
  -webkit-flex: 1;
  flex: 1;
}
#menu-global .menu-global-wrap .menu-login {
  width: 20%;
  border-left: 1px solid #DDD;
  -webkit-order: 3;
  order: 3;
}
#menu-global .menu-global-wrap .menu-login .login-face {
  width: 140px;
  height: 140px;
  display: block;
  background: #F5F5F5;
  background-image: url(../img/common/login.png);
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: 70%;
  -o-background-size: 70%;
  -webkit-background-size: 70%;
  background-size: 70%;
  margin: 0 auto 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#menu-global .menu-global-wrap .menu-login .login-text-area .login-name {
  text-align: center;
  margin: 0 0 10px;
}
#menu-global .menu-global-wrap .menu-login .login-text-area .login-btn {
  display: block;
  color: #FFF;
  padding: 8px 10px;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
  background-color: #377694;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM3NzY5NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJhNGY4NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #377694), color-stop(100%, #2a4f86));
  background-image: -moz-linear-gradient(right, #377694, #2a4f86);
  background-image: -webkit-linear-gradient(right, #377694, #2a4f86);
  background-image: linear-gradient(to left, #377694, #2a4f86);
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#menu-global .menu-global-wrap .menu-login .login-text-area .login-btn:hover {
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  background-image: none;
  background-color: #377694;
  -moz-box-shadow: 0 8px 12px transparent;
  -webkit-box-shadow: 0 8px 12px transparent;
  box-shadow: 0 8px 12px transparent;
  color: #FFF;
}
#menu-global .menu-global-wrap .no-login .login-face {
  background-image: url(../img/common/login-no.png);
  -moz-background-size: 50%;
  -o-background-size: 50%;
  -webkit-background-size: 50%;
  background-size: 50%;
}

.menu-show {
  height: 100vh;
  overflow: hidden;
}
.menu-show #menu-global {
  -moz-transform: translate3D(0, 60px, 0);
  -ms-transform: translate3D(0, 60px, 0);
  -webkit-transform: translate3D(0, 60px, 0);
  transform: translate3D(0, 60px, 0);
  -moz-transition: -moz-transform, 0.25s;
  -o-transition: -o-transform, 0.25s;
  -webkit-transition: -webkit-transform, 0.25s;
  transition: transform, 0.25s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

@supports (-webkit-backdrop-filter: blur(5px)) {
  #menu-global {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
}
#site-header {
  padding: 10px;
  border-top: 5px solid #377694;
  background: #FFF;
  border-bottom: 1px solid #DDD;
  position: relative;
  z-index: 10;
  overflow-x: hidden;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}
#site-header #site-name {
  margin: 0;
  padding: 0;
  margin-right: auto;
}
#site-header #site-name img {
  max-height: 40px;
  width: auto;
}
#site-header .header-menu-area {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transition: -moz-transform 0.25s ease 0.5s;
  -o-transition: -o-transform 0.25s ease 0.5s;
  -webkit-transition: -webkit-transform 0.25s ease;
  -webkit-transition-delay: 0.5s;
  transition: transform 0.25s ease 0.5s;
}
#site-header .header-menu-area .header-menu-recommend {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}
#site-header .header-menu-area .header-menu-recommend li {
  display: block;
  float: left;
}
#site-header .header-menu-area .header-menu-recommend li a {
  display: block;
  padding: 5px 20px;
  text-decoration: none;
  font-weight: bold;
  color: #333;
}
#site-header .header-menu-area .btn {
  border: none;
  overflow: hidden;
  padding: 30px 0 0;
  width: 60px;
  height: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  -moz-background-size: auto 60%;
  -o-background-size: auto 60%;
  -webkit-background-size: auto 60%;
  background-size: auto 60%;
  position: relative;
  z-index: 1000;
  outline: none;
}
#site-header .header-menu-area .btn:blur, #site-header .header-menu-area .btn:focus {
  outline: none;
}
#site-header .header-menu-area .btn#btn-menu {
  background-image: url(../img/common/btn/menu.png);
}
#site-header .header-menu-area .btn#btn-search {
  background-image: url(../img/common/btn/search.png);
}
#site-header #search-area {
  opacity: 0;
  position: absolute;
  top: 15px;
  left: 100%;
  white-space: nowrap;
  -moz-transition: opacity 0.25s ease 0.25s, left 0.75s ease;
  -o-transition: opacity 0.25s ease 0.25s, left 0.75s ease;
  -webkit-transition: opacity 0.25s ease, left 0.75s ease;
  -webkit-transition-delay: 0.25s, 0s;
  transition: opacity 0.25s ease 0.25s, left 0.75s ease;
}
#site-header #search-area .search-input {
  border: none;
  border-bottom: 1px solid #DDD;
  padding: 5px;
  width: 50vw;
  border-radius: 0;
  -webkit-appearance: none;
}
#site-header #search-area .search-input:focus {
  outline: 0;
}
#site-header #search-area .btn-close {
  border: none;
  width: 0.75rem;
  height: 0.75rem;
  background: url(../img/common/close.png) no-repeat center center;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
#site-header #search-area .btn-close:focus {
  outline: 0;
}

/*------------------------------
検索ボタンが押された場合
------------------------------*/
.show-search {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.show-search .search-overlay {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
  pointer-events: auto;
}
.show-search #site-header .header-menu-area {
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -moz-transition: -moz-transform 0.25s ease;
  -o-transition: -o-transform 0.25s ease;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
}
.show-search #site-header #search-area {
  opacity: 1;
  left: 300px;
  left: 50vw;
  margin-left: -25vw;
  -moz-transition: opacity 0.25s ease 0.5s, left 0.5s ease 0.25s;
  -o-transition: opacity 0.25s ease 0.5s, left 0.5s ease 0.25s;
  -webkit-transition: opacity 0.25s ease, left 0.5s ease;
  -webkit-transition-delay: 0.5s, 0.25s;
  transition: opacity 0.25s ease 0.5s, left 0.5s ease 0.25s;
}

#site-footer {
  margin: 80px 0 0;
  background: #2A4F86;
  padding: 20px 20px 0;
  font-size: 0.8rem;
  overflow: hidden;
}
#site-footer a {
  color: #FFF;
  text-decoration: none;
}
#site-footer .footer-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  display: block;
}
#site-footer .footer-list li {
  display: block;
  width: calc(100% / 7);
  float: left;
}
#site-footer .footer-list li.main-site {
  width: calc(100% / 7 * 3);
}
#site-footer .footer-list li a {
  display: block;
  padding: 10px 5px;
}
#site-footer .footer-site-navigation {
  border-bottom: 1px solid #377694;
  margin-bottom: 20px;
}
#site-footer .site-copyright {
  background: #000;
  color: #FFF;
  display: block;
  padding: 20px calc(100% + 10px) 30px;
  text-align: center;
  margin: 20px -100% 0;
}

/*-----------------------------------
Side Contents
-----------------------------------*/
.sub-area {
  width: 300px;
  float: right;
}
.sub-area .ads > div {
  margin-left: auto;
  margin-right: auto;
}
.sub-area .side-link .btn-list-link:nth-last-child(1) {
  margin-bottom: 20px;
}
.sub-area .side-link a {
  text-decoration: none;
  border-radius: 3px;
  padding: 5px 20px 5px 10px;
  line-height: 1.2;
}
.sub-area .sub-area {
  float: none;
  width: auto;
}
.sub-area .sub-area ~ .sub-area .not-login {
  display: none;
}
.sub-area .sub-area-contents ~ .sub-area-contents .not-login {
  display: none;
}
.sub-area .sub-result-title-area {
  background: #377694;
  padding: 5px;
  margin: 0 0 10px;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sub-area .sub-result-title-area .sub-result-title {
  margin: 0 auto 0 0;
  padding: 0;
  font-size: 0.9rem;
  color: #FFF;
}
.sub-area .sub-result-title-area a {
  color: #FFF;
  text-decoration: none;
  font-size: 0.8rem;
  padding-left: 5px;
  padding-right: 5px;
}
.sub-area .sub-area-item {
  margin-bottom: 10px;
}
.sub-area .side-bnr-group {
  padding: 0;
  list-style: none;
}
.sub-area .side-bnr-group li div {
  margin-left: auto;
  margin-right: auto;
}
.sub-area .btn-result-list {
  font-size: 0.9rem;
  clear: both;
  padding: 5px;
  display: block;
  margin: 10px 0 0;
  text-decoration: none;
  text-align: center;
  border: 1px solid #377694;
  color: #377694;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-transition: background 0.25s linear;
  -o-transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  transition: background 0.25s linear;
}
.sub-area .btn-result-list:hover {
  -moz-transition: background 0.25s linear;
  -o-transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  transition: background 0.25s linear;
  background-image: none;
  background-color: #377694;
  color: #FFF;
}
.sub-area #another-page {
  margin-bottom: 40px;
}
.sub-area #another-page li a {
  padding: 5px;
  margin-bottom: 10px;
  background: #E74C3C;
  color: #FFF;
  text-decoration: none;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NlNDIzNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U3NGMzYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #ce4235), color-stop(100%, #e74c3c));
  background-image: -moz-linear-gradient(right, #ce4235, #e74c3c);
  background-image: -webkit-linear-gradient(right, #ce4235, #e74c3c);
  background-image: linear-gradient(to left, #ce4235, #e74c3c);
  -moz-box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -moz-transition: box-shadow 0.25s ease;
  -o-transition: box-shadow 0.25s ease;
  -webkit-transition: box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease;
}
.sub-area #another-page li a:hover {
  -moz-transition: box-shadow 0.25s ease;
  -o-transition: box-shadow 0.25s ease;
  -webkit-transition: box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sub-area #another-page li a .text {
  padding: 0 10px;
  font-weight: bold;
  -webkit-flex: 1;
  flex: 1;
}
.sub-area #another-page li a:after {
  font-size: 0.8rem;
  content: "▶";
  padding: 10px 0;
  width: 3em;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}

/* おすすめ スケジュールなど */
.recommend-schedule {
  font-size: 1rem;
  background: #2c3e50;
  overflow: hidden;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.recommend-schedule .title {
  color: #FFF;
  font-size: 1.2em;
  margin: 0;
  padding: 5px 10px;
  text-align: center;
}
.recommend-schedule .recommend-schedule-list {
  list-style: none;
  margin: 0 10px 10px;
  padding: 0;
  font-size: 0.85rem;
  background: #FFF;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.6);
}
.recommend-schedule .recommend-schedule-list li {
  line-height: 1.2;
  padding-bottom: 5px;
  border-top: 1px dotted #DDD;
  padding: 5px;
  overflow: hidden;
  position: relative;
}
.recommend-schedule .recommend-schedule-list li:hover {
  opacity: 0.6;
}
.recommend-schedule .recommend-schedule-list li:first-child {
  border-top: none;
}
.recommend-schedule .recommend-schedule-list li .data-label {
  margin-right: 5px;
  min-width: 4em;
  text-align: center;
  font-size: 0.8em;
  white-space: pre;
  background: #ecf0f1;
  color: #333;
  font-weight: bold;
  padding: 1px 8px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.recommend-schedule .recommend-schedule-list li .detail-label-state {
  background: #f39c12;
  color: #FFF;
}
.recommend-schedule .recommend-schedule-list li .detail-label-date {
  display: block;
  margin: 0;
  text-align: right;
  color: #95989A;
  font-size: 0.8rem;
}
.recommend-schedule .recommend-schedule-list li .state-result {
  background: #3498db;
}
.recommend-schedule .recommend-schedule-list li .state-flash {
  background: #3498db;
}
.recommend-schedule .recommend-schedule-list li a, .recommend-schedule .recommend-schedule-list li .no-link {
  padding: 3px 0 0;
  display: block;
  color: #333;
  text-decoration: none;
}
.recommend-schedule .recommend-schedule-list li.no-hover:hover {
  opacity: 1;
}
.recommend-schedule .recommend-schedule-most li:after {
  color: #FFF;
  background: #e74c3c;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 95%;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
}

_::-webkit-full-page-media, _:future, :root html,
_::-webkit-full-page-media, _:future, :root body {
  font-feature-settings: "pkna";
  -webkit-font-feature-settings: "pkna";
  -moz-font-feature-settings: "pkna";
}

@-moz-document url-prefix() {
  html, body {
    line-height: 1.6;
  }
}
/* Placeholderの色 */
::-webkit-input-placeholder {
  color: #DDD;
}

::-moz-placeholder {
  color: #DDD;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #DDD;
}

/*------------------------------
Title
------------------------------*/
.title-category, .title-category a {
  font-size: 2.4rem;
  color: #377694;
  display: block;
  text-align: center;
  margin: 0 0 20px;
}
.title-category a {
  text-decoration: none;
  display: inline-block;
}
.title-category a:hover {
  color: #377694;
}

.title-in-category {
  color: #377694;
  font-size: 1.6rem;
  border-bottom: 2px solid #377694;
  margin: -5px 0 20px;
  padding: 0;
}

.title-box {
  background: #2A4F86;
  padding: 5px 10px;
  margin: 0;
  color: #FFF;
  font-size: 1.2rem;
}

.title-name {
  margin: 10px 0 5px;
  font-size: 1rem;
  color: #2A4F86;
}

/*------------------------------
Wrapper
------------------------------*/
.container {
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  display: block;
}

.row {
  width: 980px;
  margin: 0 auto;
  padding: 0;
}

.main-area {
  width: calc(100% - 300px);
  padding-right: 20px;
  float: left;
}

#site-contents {
  margin-top: 20px;
}
#site-contents .container {
  max-width: 980px;
}
#site-contents .container ~ .container {
  margin-bottom: 60px;
  margin-top: 60px;
}

.site-punk {
  background: #F5F5F5;
  display: block;
  padding: 5px 20px;
  margin: -20px 0 20px;
}
.site-punk ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.9rem;
}
.site-punk ul li {
  padding: 8px;
  line-height: 1;
  color: #95989A;
}
.site-punk ul li:after {
  content: ">";
  padding: 3px 10px 3px 20px;
}
.site-punk ul li:last-child:after {
  display: none;
}
.site-punk ul li a {
  color: #95989A;
  text-decoration: none;
}

.paragraph dt {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0 0 5px;
}
.paragraph dt ~ dt {
  margin-top: 20px;
}
.paragraph dt:before {
  content: "■";
  color: #377694;
  font-size: 1.6rem;
  padding-right: 5px;
}
.paragraph dd {
  margin: 0 0 5px;
}
.paragraph dd ul, .paragraph dd ol {
  margin: 20px 0;
  padding: 0 1.5em;
}
.paragraph dd ul li, .paragraph dd ol li {
  margin-bottom: 10px;
}
.paragraph dd ul li strong, .paragraph dd ol li strong {
  display: block;
  margin-bottom: 5px;
}
.paragraph dd ul li ul, .paragraph dd ul li ol, .paragraph dd ol li ul, .paragraph dd ol li ol {
  margin: 20px 0;
  padding: 0 1.5em;
}
.paragraph address {
  display: block;
  background: #f5f5f5;
  border: 1px solid #DDD;
  padding: 10px;
  margin: 10px 0;
  word-break: break-all;
}
.paragraph address strong {
  display: block;
  font-size: 0.9rem;
  margin: 0 0 5px;
  padding: 0;
  line-height: 1.2;
}
.paragraph address strong ~ strong {
  margin-top: 30px;
}

.divider {
  border: none;
  margin: 0  0 40px;
}

#category-news {
  display: none;
}

/*------------------------------
検索結果
------------------------------*/
.search-total {
  font-size: 1rem;
  margin-left: 20px;
  font-weight: normal;
  color: #333;
}

#search-form {
  margin: 0 10px 20px;
  padding: 5px;
  border: 1px solid #DDD;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
}
#search-form:before {
  content: "";
  background: url(../img/common/btn/search.png) no-repeat center center;
  background-size: auto 60%;
  width: 1.1em;
  opacity: 0.2;
  padding: 0 5px;
}
#search-form input[type=search] {
  padding: 5px;
  border: none;
  -webkit-flex: 1;
  flex: 1;
}
#search-form input[type=search]:focus {
  outline: 0;
}
#search-form .btn-search {
  border: none;
  color: #FFF;
  width: 60px;
  background-color: #377694;
  padding: 3px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM3NzY5NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJhNGY4NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #377694), color-stop(100%, #2a4f86));
  background-image: -moz-linear-gradient(right, #377694, #2a4f86);
  background-image: -webkit-linear-gradient(right, #377694, #2a4f86);
  background-image: linear-gradient(to left, #377694, #2a4f86);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.link-circle {
  margin: 0;
  padding: 0;
  list-style: none;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
.link-circle li {
  width: calc(100% / 4);
  padding: 5px;
  margin-bottom: 10px;
  text-align: center;
}
.link-circle li a {
  display: block;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 10px 0;
  border: 1px solid #377694;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #377694;
}
.link-circle li a:hover {
  background: #377694;
  color: #FFF;
}

.grid-1 li {
  width: calc(100% / 1);
}

.grid-2 li {
  width: calc(100% / 2);
}

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

.grid-4 li {
  width: calc(100% / 4);
}

.grid-5 li {
  width: calc(100% / 5);
}

.grid-6 li {
  width: calc(100% / 6);
}

.grid-7 li {
  width: calc(100% / 7);
}

.grid-8 li {
  width: calc(100% / 8);
}

.grid-9 li {
  width: calc(100% / 9);
}

.grid-10 li {
  width: calc(100% / 10);
}

.grid-11 li {
  width: calc(100% / 11);
}

.grid-12 li {
  width: calc(100% / 12);
}

/*------------------------------
News List
------------------------------*/
/* ReadMore */
.btn-read-more, .news-list.news-item-fast-large .news-item:nth-child(1) a:after {
  display: block;
  color: #FFF;
  width: 40%;
  padding: 13px;
  text-decoration: none;
  text-align: center;
  margin: 20px auto;
  background-color: #377694;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM3NzY5NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJhNGY4NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #377694), color-stop(100%, #2a4f86));
  background-image: -moz-linear-gradient(right, #377694, #2a4f86);
  background-image: -webkit-linear-gradient(right, #377694, #2a4f86);
  background-image: linear-gradient(to left, #377694, #2a4f86);
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.btn-read-more:hover, .news-list.news-item-fast-large .news-item:nth-child(1) a:hover:after {
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  background-image: none;
  background-color: #377694;
  -moz-box-shadow: 0 8px 12px transparent;
  -webkit-box-shadow: 0 8px 12px transparent;
  box-shadow: 0 8px 12px transparent;
  color: #FFF;
}

.news-list {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* News Main */
}
.news-list .news-item {
  width: 50%;
  margin: 0 0 20px;
  position: relative;
  z-index: 0;
}
.news-list .news-item a {
  color: #333;
  text-decoration: none;
  width: 100%;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  opacity: 1;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.news-list .news-item a:hover {
  opacity: 0.6;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.news-list .news-item .news-img {
  width: 100px;
  height: 100px;
  display: block;
  background-repeat: no-repeat;
  background-image: url(../img/common/noimg.png);
  background-position: center center;
  background-color: #F5F5F5;
  -moz-background-size: 50%;
  -o-background-size: 50%;
  -webkit-background-size: 50%;
  background-size: 50%;
}
.news-list .news-item .news-img[style^='background-image'] {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.news-list .news-item .news-text {
  padding: 10px;
  -webkit-flex: 1;
  flex: 1;
}
.news-list .news-item .news-text .news-title {
  line-height: 1.2;
  font-size: 1rem;
  margin: 0;
  padding: 0;
}
.news-list .news-item .news-text .news-title .news-title-sub {
  font-size: 1rem;
  margin-left: 0.5rem;
}
.news-list .news-item .news-text .news-category {
  background: #377694;
  display: inline-block;
  margin: 5px 0 0;
  padding: 2px 5px;
  font-size: 0.7rem;
  line-height: 1;
  color: #FFF;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.news-list .news-item .news-text .news-time {
  font-size: 0.8rem;
  margin: 10px 0 0;
  padding: 0;
  display: block;
  color: #95989A;
}
.news-list .news-item .news-text .news-paragraph {
  color: #95989A;
  line-height: 1.4;
  display: none;
}
.news-list.news-list-col-3 .news-item {
  width: calc(100% / 3);
}
.news-list.news-list-col-4 .news-item {
  width: calc(100% / 3);
}
.news-list.news-list-col-5 .news-item {
  width: calc(100% / 5);
}
.news-list.news-list-col-6 .news-item {
  width: calc(100% / 6);
}
.news-list.news-item-fast-large .news-item:nth-child(1) {
  width: 100%;
}
.news-list.news-item-fast-large .news-item:nth-child(1) a {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.news-list.news-item-fast-large .news-item:nth-child(1) a:after {
  content: "続きを読む";
  width: 160px;
  padding: 5px;
  position: absolute;
  right: 0;
  bottom: -10px;
  z-index: -1;
}
.news-list.news-item-fast-large .news-item:nth-child(1) .news-img {
  width: 230px;
  height: 210px;
  -moz-background-size: 30%;
  -o-background-size: 30%;
  -webkit-background-size: 30%;
  background-size: 30%;
}
.news-list.news-item-fast-large .news-item:nth-child(1) .news-img[style^='background-image'] {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.news-list.news-item-fast-large .news-item:nth-child(1) .news-text {
  margin: 0 0 40px;
}
.news-list.news-item-fast-large .news-item:nth-child(1) .news-text .news-title {
  font-size: 1.4rem;
}
.news-list.news-item-fast-large .news-item:nth-child(1) .news-text .news-title .news-title-sub {
  font-size: 1.26rem;
  display: block;
}
.news-list.news-item-fast-large .news-item:nth-child(1) .news-text .news-paragraph {
  display: block;
}

.news-text-only {
  margin: 0;
  padding: 0;
  list-style: none;
}
.news-text-only li {
  margin: 5px 0;
  padding: 5px 0 0;
  border-top: 1px dotted #DDD;
}
.news-text-only li.icon-camera a .news-title:after {
  opacity: 0.6;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.2em;
  margin-left: 10px;
  height: 1.2em;
  background: url(../img/common/camera.png);
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.news-text-only li a {
  color: #333;
  text-decoration: none;
  display: block;
  overflow: hidden;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.news-text-only li a .news-title {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
.news-text-only li a .news-title .news-title-sub {
  font-size: 1rem;
}
.news-text-only li a .news-time {
  margin-left: auto;
  font-size: 0.8rem;
  color: #95989A;
}

/*------------------------------
Result Area
------------------------------*/
.btn-show-result-detail {
  display: block;
  padding: 8px 5px 0;
  text-align: center;
  border-top: 1px solid #DDD;
  margin: 10px 10px 0;
  text-decoration: none;
  color: #333;
  font-size: 0.8rem;
}
.btn-show-result-detail:hover {
  opacity: 0.6;
}

#result-area .btn-show-result-detail {
  padding: 10px;
  font-size: 0.9rem;
  margin: 20px 0 40px;
  border: 1px solid #DDD;
  background: #f5f5f5;
}

.game-schedule-result {
  background: #377694;
  padding: 20px 60px;
  margin: 60px 0 0;
  display: none;
}
.game-schedule-result + .container {
  margin-top: 60px;
}
.game-schedule-result .title-category, .game-schedule-result .title-category a, .title-category .game-schedule-result a {
  color: #FFF;
}
.game-schedule-result .game-schedule-result-table,
.game-schedule-result .results-list-group {
  display: none;
}
.game-schedule-result .game-schedule-result-table .game-schedule-result-item,
.game-schedule-result .results-list-group .game-schedule-result-item {
  margin: 0 10px;
  min-height: 200px;
}
.game-schedule-result .game-schedule-result-table .game-schedule-result-item .detailDescription,
.game-schedule-result .results-list-group .game-schedule-result-item .detailDescription {
  min-height: 90px;
}
.game-schedule-result .slick-initialized {
  display: block;
}

.game-schedule-result-item {
  background: #FFF;
  border: 1px solid #DDD;
  margin: 0;
  font-size: 0.8rem;
  max-width: 400px;
  outline: 0;
  padding-bottom: 10px;
}
.game-schedule-result-item .game-schedule-result-item-header {
  overflow: hidden;
}
.game-schedule-result-item .game-schedule-result-item-header .game-title {
  font-size: 1rem;
  margin: 0;
  min-width: 5em;
  max-width: 15em;
  padding: 10px;
  float: left;
  line-height: 1.2;
}
.game-schedule-result-item .game-schedule-result-item-header .game-title .game-title-sub {
  display: block;
  line-height: 1.2;
  font-weight: normal;
  margin: 5px 0 0;
  color: #95989A;
  font-size: 0.8rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.game-schedule-result-item .game-schedule-result-item-header .game-link-detail {
  float: right;
  color: #333;
  margin: 13px 10px;
  text-decoration: none;
}
.game-schedule-result-item .game-time {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  display: block;
  padding: 3px 10px;
}
.game-schedule-result-item .table-game-schedule-result {
  margin: 0;
}
.game-schedule-result-item .table-game-schedule-result td, .game-schedule-result-item .table-game-schedule-result th {
  padding: 5px 10px;
  text-align: center;
  border-top: none;
}
.game-schedule-result-item .table-game-schedule-result tr:nth-child(2n) {
  background: #F5F5F5;
}
.game-schedule-result-item .table-game-schedule-result thead th {
  border-bottom: none;
}

.results-list .game-schedule-result-item,
.results-list-group .game-schedule-result-item {
  border: none;
  min-width: 300px;
}
.results-list .game-schedule-result-item a,
.results-list-group .game-schedule-result-item a {
  text-decoration: none;
}

.results-list-non-bg {
  background: none;
  margin: 0;
  padding: 10px 30px;
}
.results-list-non-bg ~ .results-list-non-bg {
  border: none;
}
.results-list-non-bg .slick-slide {
  border: 1px solid #DDD;
}
.results-list-non-bg .slick-prev:before,
.results-list-non-bg .slick-next:before {
  color: #333;
}
.results-list-non-bg .game-schedule-result-item .mainTitle {
  margin: 0 0 5px;
  padding: 0;
  border: none;
  background: none;
  font-size: 0.8rem;
  font-weight: normal;
}

/*------------------------------
Tab Item
------------------------------*/
.tab ~ .tab {
  margin-top: 20px;
}
.tab .tab-navigation ul {
  list-style: none;
  margin: 0 0 3px;
  padding: 0;
}
.tab .tab-navigation ul li {
  display: inline-block;
  border: 1px solid #377694;
}
.tab .tab-navigation ul li a {
  font-size: 0.8rem;
  text-align: center;
  color: #377694;
  display: block;
  line-height: 1;
  min-width: 4em;
  padding: 3px 10px;
  text-decoration: none;
}
.tab .tab-navigation ul li a.active {
  color: #FFF;
  background: #377694;
}
.tab .tab-contents {
  margin: 0;
}
.tab .tab-contents .tab-item {
  display: none;
}
.tab .tab-contents .tab-item-active {
  display: block;
}

/*----------------------------------------
コラム
----------------------------------------*/
.category-column {
  background: #F5F5F5;
  padding: 20px 0;
  margin: 0 0 40px;
}
.category-column .title-category, .category-column .title-category a, .title-category .category-column a {
  text-align: left;
  color: #333;
  margin: 0 0 5px;
}
.category-column .news-item a {
  background: #FFF;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
  color: #333;
  opacity: 1;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.category-column .news-item a:hover {
  opacity: 0.6;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.category-column .news-item a .news-img {
  width: 250px;
  height: auto;
  background-repeat: no-repeat;
  background-position: center 30%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.category-column .news-item a .news-text {
  -webkit-flex: 1;
  flex: 1;
  padding: 10px 20px;
}
.category-column .news-item a .news-text:after {
  content: "続きを読む";
  display: inline-block;
  padding: 1px 25px;
  font-size: 0.9rem;
  border: 1px solid #333;
  float: right;
}
.category-column .news-item a .news-text .news-title {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 10px;
  padding: 0;
}
.category-column .news-item a .news-text .news-title .news-title-sub {
  display: block;
  font-size: 1.2rem;
}
.category-column .news-item a .news-text .news-paragraph {
  margin: 0 0 10px;
  padding: 0;
  color: #95989A;
}
.category-column .news-item a .news-text .news-time {
  display: none;
}

/*------------------------------
List Page
------------------------------*/
.pager ul {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.pager ul li:nth-child(1) a:before {
  content: "◀";
  margin-right: 20px;
  margin-left: -20px;
}
.pager ul li:nth-last-child(1) a:after {
  content: "▶";
  margin-left: 20px;
  margin-right: -20px;
}
.pager ul li a {
  display: block;
  color: #FFF;
  padding: 8px 40px;
  text-decoration: none;
  text-align: center;
  margin: 20px auto;
  line-height: 1;
  background-color: #377694;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM3NzY5NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJhNGY4NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #377694), color-stop(100%, #2a4f86));
  background-image: -moz-linear-gradient(right, #377694, #2a4f86);
  background-image: -webkit-linear-gradient(right, #377694, #2a4f86);
  background-image: linear-gradient(to left, #377694, #2a4f86);
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.pager ul li a.btn-pager-hide {
  display: none;
}
.pager ul li a:hover {
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  background-image: none;
  background-color: #377694;
  -moz-box-shadow: 0 8px 12px transparent;
  -webkit-box-shadow: 0 8px 12px transparent;
  box-shadow: 0 8px 12px transparent;
  color: #FFF;
}
.pager ul li a:before, .pager ul li a:after {
  font-size: 0.8em;
  width: 1.4em;
  line-height: 1.4em;
  display: inline-block;
  vertical-align: middle;
  background: #FFF;
  color: #377694;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.dummy-item {
  color: #333;
  text-decoration: none;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.dummy-item:after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -50px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transform: rotate(45deg);
  -moz-animation: reflection 2s ease-in-out infinite;
  -webkit-animation: reflection 2s ease-in-out infinite;
  animation: reflection 2s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dummy-item .news-img {
  background: #F5F5F5 !important;
  background-image: none !important;
  display: block;
}
.dummy-item .news-text .news-title:after {
  background: #F5F5F5;
  content: "　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　";
  word-break: break-all;
}
.dummy-item .news-text .news-time:after {
  background: #F5F5F5;
  content: "　　　　　　　　　　　　　　　";
  word-break: break-all;
}
.dummy-item .news-text .news-paragraph:after {
  background: #F5F5F5;
  content: "                ";
  word-break: break-all;
}

[data-css="results"] .dummy-item {
  width: 100%;
}
[data-css="results"] .dummy-item:nth-last-child(n+4) {
  display: none;
}
[data-css="results"] .dummy-item .news-img {
  display: none;
}
[data-css="results"] .dummy-item .news-text .news-title:after {
  width: 100%;
  display: block;
  height: 30px;
}
[data-css="results"] .dummy-item .news-text .news-time:after {
  width: 100%;
  height: 50px;
  display: block;
}

@-moz-keyframes reflection {
  0% {
    -moz-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -moz-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -moz-transform: scale(4) rotate(45deg);
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(50) rotate(45deg);
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes reflection {
  0% {
    -moz-transform: scale(0) rotate(45deg);
    -ms-transform: scale(0) rotate(45deg);
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -moz-transform: scale(0) rotate(45deg);
    -ms-transform: scale(0) rotate(45deg);
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -moz-transform: scale(4) rotate(45deg);
    -ms-transform: scale(4) rotate(45deg);
    -webkit-transform: scale(4) rotate(45deg);
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(50) rotate(45deg);
    -ms-transform: scale(50) rotate(45deg);
    -webkit-transform: scale(50) rotate(45deg);
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/*-----------------------------------
Grid Item
-----------------------------------*/
.grid-area {
  clear: both;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.grid-area .grid-item {
  width: calc(100% / 4 - 10px);
  border: 1px solid #DDD;
  margin: 0 5px 10px;
  padding: 0 5px;
}
.grid-area .grid-item .grid-title {
  margin: 10px 0;
  padding: 0;
  font-size: 1rem;
}
.grid-area .grid-item .game-schedule-result-item {
  border: none;
}

/*-------------------------
記事
-------------------------*/
.site-article .title-in-category {
  font-size: 0.8rem;
  padding: 1px 10px;
  margin: 0 0 5px;
  background: #377694;
  color: #FFF;
  display: inline-block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-bottom: none;
}
.site-article .title-in-category:empty {
  display: none;
}

.article {
  overflow: hidden;
  color: #333;
  font-size: 1rem;
  margin-bottom: 40px;
}
.article .article-img {
  max-width: 40%;
  float: right;
  margin: 0 0 0 20px;
  padding: 0;
  position: relative;
  z-index: 0;
  user-select: none;
}
.article .article-img:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.article .article-img img {
  max-width: 100%;
  height: auto;
  margin: 0 auto 10px;
  display: block;
}
.article .article-img .article-caption {
  font-size: 0.8em;
  color: #95989A;
  display: block;
  line-height: 1.2;
}
.article .article-title {
  display: block;
  font-size: 2.4rem;
  line-height: 1.2;
  margin: 0 0 20px;
  padding: 0;
}
.article .article-title .article-sub-title {
  font-size: 1.6rem;
  display: block;
  margin-top: 5px;
}
.article .article-paragraph p {
  margin-bottom: 2em;
  line-height: 1.68;
  font-size: 1.1em;
}
.article .article-time {
  text-align: right;
  display: block;
  color: #95989A;
  font-size: 0.9em;
}

#article-related .title-category, #article-related .title-category a, .title-category #article-related a {
  display: none;
}

#article-img-slider-wrap:empty {
  display: none;
}
#article-img-slider-wrap .article-img-slider {
  width: 100%;
  background: #333;
}
#article-img-slider-wrap .article-img-slider .slide-item {
  display: block;
  position: relative;
  z-index: 0;
  outline: 0;
}
#article-img-slider-wrap .article-img-slider .slide-item .slide-caption {
  color: #FFF;
  z-index: 1;
  display: block;
  padding: 3px 10px;
  text-align: center;
  line-height: 1.2;
  font-size: 0.85rem;
}
#article-img-slider-wrap .article-img-slider .slider-for {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}
#article-img-slider-wrap .article-img-slider .slider-for .slick-prev, #article-img-slider-wrap .article-img-slider .slider-for .slick-next {
  width: 30px;
  height: 30px;
  z-index: 100;
}
#article-img-slider-wrap .article-img-slider .slider-for .slick-prev:before, #article-img-slider-wrap .article-img-slider .slider-for .slick-next:before {
  color: #FFF;
  font-size: 30px;
}
#article-img-slider-wrap .article-img-slider .slider-for .slick-prev {
  left: 20px;
}
#article-img-slider-wrap .article-img-slider .slider-for .slick-next {
  right: 20px;
}
#article-img-slider-wrap .article-img-slider .slider-for .slide-item {
  width: 100%;
  margin: 0 10px;
}
#article-img-slider-wrap .article-img-slider .slider-for .slide-item .slide-img {
  width: 100%;
  height: 400px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
#article-img-slider-wrap .article-img-slider .slider-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}
#article-img-slider-wrap .article-img-slider .slider-nav .slide-item {
  height: 120px;
  margin: 10px 0;
  opacity: 0.4;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
#article-img-slider-wrap .article-img-slider .slider-nav .slide-item:after {
  content: '';
  border: 5px solid #333;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 0;
}
#article-img-slider-wrap .article-img-slider .slider-nav .slide-item .slide-caption {
  display: none;
}
#article-img-slider-wrap .article-img-slider .slider-nav .slick-current {
  opacity: 1;
/*   border: 1px solid #FFF; */
}
#article-img-slider-wrap .article-img-slider .slider-nav .slick-current:before {
  content: '';
  border: 1px solid #FFF;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  position: absolute;
  z-index: 1;
}
#article-img-slider-wrap .article-img-slider .slick-initialized {
  display: block;
}

.movie-frame {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 250px;
}
.noLoginTPL + .noLoginTPL {
  display: none;
}

