@charset "utf-8";
/* CSS Document */

/**********module-contact***********/

.contact-lead {
  font-size: 200%;
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 20px;
}

.contact-tel,
.contact-mail {
  width: auto !important;
  float: none !important;
}

.contact-tel {
  padding-bottom: 30px;
  color: #222;
}

.contact-inner {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 50px;
  margin-top: 20px;
}

.contact-tel .conversion-tel-lead {
  color: #222;
}

.contact-tel .conversion-tel-number {
  color: #222;
}

.contact-tel .conversion-tel-text {
  color: #222;
}

.contact-mail .conversion-mail-lead {
  color: #222;
}

/**********module-contact***********/

.contact {
  background-color: #fff;
  padding: 50px 50px;
  background-color: #f0f0f0;
  margin-top: 30px;
}



.form-table {
  border-top: 1px solid #ccc;
  background-color: #fff;

}

.form-table th {
  text-align: left;
  vertical-align: top;
  width: 18em;
  padding-top: 25px;
  padding-bottom: 20px;
  padding-left: 70px;
  border-bottom: 1px solid #ccc;
  font-size: 108%;
  font-feature-settings: "palt";
  position: relative;
}

.form-table td {
  text-align: left;
  vertical-align: top;
  padding: 20px 20px 20px 1em;
  border-bottom: 1px solid #ccc;
  position: relative;
  font-size: 116%;
}

.form-table td hr {
  border: solid #ccc;
  border-width: 1px 0px 0px 0px;
  height: 1px;
  overflow: hidden;
  margin: 20px 0;
  clear: both;
}

.form-single {
  padding-left: 1em;
}
.form-single:not(:last-child) {
  border-bottom: 1px solid #aaa;
  padding-bottom: 2em;
  margin-bottom: 1.5em;
}
.form-single-title {
  font-size: 131%;
  font-weight: bold;
  font-feature-settings: "palt";
  padding-bottom: 0.5em;
}



.form-title {
  background-color: #1c1c1c;
  color: #fff;
  font-size: 154%;
  padding: 0.4em 1em;
}

.form-table-caution{
  border: 2px solid #f00;
  padding: 1em 1.5em;
  background-color: rgba(255, 0, 0, 0.05)
}
.form-table-tips {
  padding-top: 0.5em;
}
.form-table-accent {
  background: linear-gradient(to bottom, transparent 60%, #ff0 60%);
}


.form-section {
}
.form-section-item:nth-child(odd) .form-table {
  background: #fdf8e3;
  border: 2px solid #f0d96c;
}
.form-section-item:nth-child(even) .form-table {
  background: #f9eef0;
  border: 2px solid #e2aeb4;
}



input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.input-icon {
  display: inline-block;
  background-color: #fc3e3e;
  color: #ffffff;
  width: 40px;
  padding: 5px 0px;
  font-size: 12px;
  border-radius: 2px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  position: absolute;
  left: 20px;
  top: 24px;
}

.input-icon.must {
  background-color: #fc3e3e;
}

.input-icon.any {
  background-color: #aaa;
}

.input-text,
.input-textarea {
  font-size: 16px;
  padding: 5px 15px;
  border: 1px solid #999;
  border-radius: 3px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.input-select {
  font-size: 16px;
  padding: 5px 10px;
  border: 1px solid #999;
  background-color: #fff;
  border-radius: 3px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.input-text:focus,
.input-textarea:focus {
  box-shadow: 0 0 5px #60bde3;
}

.input-text {
  width: 50%;
  box-sizing: border-box;
}

.input-full {
  width: 100%;
  box-sizing: border-box;
}

.input-half {
  width: 50%;
  box-sizing: border-box;
}

.input-small {
  width: 130px;
  box-sizing: border-box;
}

.input-heading {
  display: inline-block;
  position: absolute;
  left: 18px;
  margin-top: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #999;
}

.input-zip {
  width: 180px;
  padding-left: 35px;
}

.input-qnt {
  width: 90px;
  box-sizing: border-box;
}

.zip-get-btn {
  display: inline-block;
  margin-left: 10px;
  color: #fff;
  text-decoration: none;
  padding: 5px 8px;
  font-weight: bold;
  background-color: #222;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
}

.input-text {}

.label-list-inline {}

.label-list-inline label {
  display: inline-block;
  font-size: 16px;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 4px;
  margin-right: 5px;
}

.label-list-inline label:hover {
  background-color: #eee;
}

.label-list-inline label input {
  vertical-align: middle;
  margin-right: 0.3em;
}

.submit-box {
  padding: 50px 0 30px 0;
  text-align: center;
}

.submit-btn {
  display: inline-block;
  text-decoration: none;
  font-size: 154%;
  text-align: center;
  padding: 20px 100px;
  color: #fff;
  background-color: #00491e;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  font-weight: bold;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.submit-btn:hover {
  background-color: #fff;
  box-shadow: 0 0 0 2px #00491e inset;
  color: #00491e;
}

.error {
  background: #f0f0f0;
  padding: 30px 5%;
  font-size: 116%;
  line-height: 1.8;
}

.form-error {
  padding-bottom: 12px;
}

.error_messe {
  color: #c00;
}

.ui-datepicker-trigger {
  margin-left: 5px;
  vertical-align: middle;
  cursor: pointer;
}

/*確認*/

.confirm {}

.confirm p {
  font-size: 124%;
  padding-bottom: 5px;
}

.confirm-submit-box {
  text-align: center;
  padding-top: 30px;
}

.confirm-submit-back,
.confirm-submit-send {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  font-size: 131%;
  padding: 15px 40px;
  margin: 0 10px;
  border-radius: 0;
  font-weight: bold;
  cursor: pointer;
}

.confirm-submit-back {
  background-color: #ccc;
}

.confirm-submit-send {
  background-color: #00491e;
  color: #fff;
}

.confirm-submit-back:hover,
.confirm-submit-send:hover {
  opacity: 0.7;
}

.confirm-table {
  border: 1px solid #ccc;
  width: 100%;
  margin-bottom: 30px;
}

.confirm-table th {
  border: 1px solid #ccc;
  font-size: 116%;
  padding: 12px 3%;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  background-color: #e0e0e0;
  width: 30%;
}

.confirm-table td {
  border: 1px solid #ccc;
  font-size: 116%;
  padding: 12px 3%;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  background-color: #fff;
}

@media screen and (max-width:768px) {
  .contact {
    padding: 30px 3%;
    margin-top: 25px;
  }
  .form-table,
  .form-table tbody,
  .form-table tr,
  .form-table th,
  .form-table td {
    display: block;
    width: 100%;
    min-width: 100%;
    height: auto !important;
    box-sizing: border-box;
    text-align: left;
    background-color: transparent;
  }
  .form-table {
    border-top: none;
  }
  .form-table th {
    text-align: left;
    padding-right: 0px;
    width: 100%;
    padding-top: 15px;
    padding-left: 40px;
    padding-bottom: 5px;
    border-bottom: none;
    font-size: 124%;
  }
  .form-table td {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #eee;
    font-size: 100%;
  }



  .form-single {
    padding-top: 1.5em;
    padding-left: 1em;
  }
  .form-single:not(:last-child) {
  }
  .form-single-title {
    font-size: 116%;
  }



  .form-title {
    font-size: 131%;
  }

  .form-section {
  }
  .form-section-item  .form-table {
    padding: 1em;
  }




  .input-half {
    width: 80%;
    box-sizing: border-box;
  }
  .submit-box {
    padding: 20px 0 20px 0;
  }
  .submit-btn {
    display: block;
    width: 100%;
    text-decoration: none;
    font-size: 124%;
    padding: 20px 0;
  }
  .input-icon {
    width: 34px;
    padding: 5px 0px;
    font-size: 10px;
    left: 0;
    top: 17px;
  }
  /*確認*/
  .confirm {}
  .confirm p {
    font-size: 108%;
  }
  .confirm-submit-box {
    padding-top: 10px;
  }
  .confirm-submit-back,
  .confirm-submit-send {
    width: 100%;
    margin-bottom: 5px;
    font-size: 131%;
    padding: 12px 10px;
    margin: 0 0;
  }
  .confirm-submit-back.is-sp-hide {
    display: none !important;
  }
  .confirm-table {
    border: 1px solid #ccc;
    width: 100%;
    margin-bottom: 10px;
  }
  .confirm-table th {
    font-size: 85%;
    padding: 8px 2%;
    width: 25%;
  }
  .confirm-table td {
    font-size: 85%;
    padding: 8px 2%;
  }

  .label-list-inline label {
    font-size: 14px;
    padding: 5px 5px;
  }

}

/**********module-box***********/

.box {
  background-color: #f0f0f0;
  padding: 30px 40px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.comingsoon {
  text-align: center;
  padding: 50px 0;
}

.comingsoon span {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  transform: skewX(-5deg);
  color: #00491e;
  font-size: 450%;
}

.comingsoon small {
  font-size: 124%;
  display: block;
  padding-top: 20px;
}

@media screen and (max-width:768px) {
  .box {
    padding: 8px 10px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .comingsoon {
    padding: 50px 0;
  }
  .comingsoon span {
    font-size: 200%;
  }
  .comingsoon small {
    font-size: 100%;
    padding-top: 10px;
  }
}

/**********module-player-list***********/

.player-list {}

.player-list li {
  padding-bottom: 25px;
}

.player-list a,
.player-list span.player-list-block {
  display: block;
  background-color: #1c1c1c;
  color: #fff;
  text-decoration: none;
}

.player-list a:hover {
  opacity: 0.7;
}

.player-list-img {}

.player-list-img img {
  width: 100%;
}

.player-list-inner {
  display: table;
  margin: 25px 10px 25px 20px;
}

.player-list-number {
  display: table-cell;
  white-space: nowrap;
  padding-right: 15px;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 54px;
  line-height: 1;
  vertical-align: top;
}

.player-list-number small {
  display: none;
}
.player-list-number span {
  display: inline-block;
  transform: skewX(-5deg);
  line-height: 1;
  letter-spacing: 0;
}

.player-list-data {
  display: table-cell;
  vertical-align: top;
}

.player-list-name {
  font-size: 170%;
  font-feature-settings: "palt";
  font-weight: 500;
  line-height: 1.2;
}

.player-list-name small {
  display: block;
  font-size: 0.77rem;
  font-weight: normal;
  padding-top: 8px;
}

.player-section-staff_division {
  display: none;
}

@media screen and (max-width:768px) {
  .player-list {
    margin-left: 0;
  }
  .player-list li {
    margin-left: 0;
    width: auto;
    float: none;
    padding-bottom: 0;
    border-bottom: 1px solid #333;
  }
  .player-list a,
  .player-list span.player-list-block {
    display: table;
    width: 100%;
  }
  .player-list-img {
    display: table-cell;
    width: 30%;
    max-width: 150px;
  }
  .player-list-img img {}
  .player-list-box {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
  }
  .player-list-inner {
    display: table;
    margin: 10px 5px 10px 15px;
    vertical-align: middle;
  }
  .player-list-number {
    padding-right: 10px;
    min-width: 50px;
    font-size: 40px;
    text-align: center;
  }
  .player-list-number span {}
  .player-list-data {}
  .player-list-name {
    /*font-size: 154%;*/
  }
  .player-list-name small {
    font-size: 0.77rem;
    padding-top: 6px;
  }
}

/**********module-special-player***********/

.special-player {
  background: url(../../img/bg02.jpg) no-repeat center center / 100% 100%;
}

/**********module-player-haeading***********/

.player-heading {
  background-image: url(../../img/page_heading01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 60px;
}

.player-heading::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}

.player-heading::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../img/grange01.png) no-repeat right -100px top 30px;
  position: relative;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
}

.player-name {
  font-weight: 500;
  vertical-align: middle;
  line-height: 1.2;
  padding-bottom: 20px;
}

.player-name span {
  display: inline-block;
  font-size: 80px;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  transform: skewX(-5deg);
  vertical-align: middle;
  padding-right: 20px;
  letter-spacing: 0;
}

.player-name small {
  display: inline-block;
  font-size: 260%;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  transform: skewX(-5deg);
  vertical-align: middle;
  padding-top: 10px;
}

.player-name-en {
  line-height: 1.2;
  padding-bottom: 30px;
  position: relative;
  z-index: 10;
}

.player-name-en span {
  display: inline-block;
  font-size: 60px;
  font-weight: 600;
  transform: skewX(-5deg);
  letter-spacing: 0;
}
.player-name-en small{
  font-size: clamp(11px,1.8vw, 18px);
}

.player-lead {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, serif;
  font-size: 185%;
  font-weight: 400;
}

.player-sign {
  text-align: center;
  margin-top: -20px;
}

.player-sign img {
  height: 220px;
}

.player-img {
  position: absolute;
  right: -50px;
  top: 0;
  z-index: 5;
}

.player-img img {}

.player-name,
.player-name-en,
.player-lead,
.player-sign {
  position: relative;
  z-index: 9;
}

@media screen and (max-width:768px) {
  .player-heading {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .player-heading::before {}
  .player-heading::after {
    background-size: 400px auto;
    background-position: right -50px top 30px;
  }
  .player-name {
    padding-bottom: 10px;
    padding-top: 20px;
  }
  .player-name span {
    font-size: 36px;
    padding-right: 5px;
  }
  .player-name small {
    font-size: 131%;
    padding-top: 0;
  }
  .player-name-en {
    line-height: 1.2;
    padding-bottom: 10px;
  }
  .player-name-en span {
    font-size: 36px;
  }
  .player-lead {
    font-size: 124%;
  }
  .player-sign {
    text-align: left;
    margin-top: 0;
  }
  .player-sign img {
    height: 110px;
  }
  .player-img {
    width: 120px;
    position: absolute;
    right: 0px;
  }
  .player-img img {}
}


/**********module-player-tips***********/

.cheer-tips{
  margin-top: 50px;
  background: url(../../img/ggg_bg.png) repeat 0 0 / 300px auto;
  color: #fff;
}
.cheer-tips-title {
  display: inline-block;
  background-color: #00491e;
  color: #fff;
  padding: 5px 30px;
  margin-bottom: 30px;
  font-size: 260%;
  transform: rotate(-5deg);
  margin-top: -60px;
  box-shadow: 0 0 0 12px #000;
  white-space: nowrap;
}
.cheer-tips-title small{
  display: inline-block;
  font-size: 130%;
  font-family: "Hiragino Mincho ProN","游明朝",YuMincho,serif;
}
.cheer-tips-title span {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-family: "Hiragino Mincho ProN","游明朝",YuMincho,serif;
  padding-left: 0.2em;
}
.cheer-tips-title strong{
  color: #ff0;
  font-size: 145%;
}

.cheer-tips-text{
  font-size: 116%;
  line-height: 1.8;
}



.cheer-tips-visual {
  display: inline-block;
  margin-bottom: 80px;
  position: relative;
  margin-left: -100px;
  margin-right: -100px;
}

/*
.cheer-tips-gallery {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
  padding-top: 40px;
}
.cheer-tips-gallery:empty {
  display: none;
}
.cheer-tips-gallery li {
  width: 31.3333%;
  margin-left: 2%;
  margin-bottom: 30px;
}
.cheer-tips-gallery li p {
  padding-top: 10px;
}
*/



.cheer-tips-visual .bx-pager {
  width: 100%;
  position: absolute;
  bottom: -30px;
  left: 0;
  text-align: center;
}

.cheer-tips-visual .bx-pager-item {
  display: inline-block;
  padding: 0 5px;
}

.cheer-tips-visual .bx-pager-item a {
  display: block;
  width: 50px;
  height: 7px;
  background-color: #ccc;
  text-indent: -1000vw;
  overflow: hidden;
}

.cheer-tips-visual .bx-pager-item a.active {
  background-color: #00491e;
}

@media screen and (max-width:768px) {
  .cheer-tips-visual {
    margin-bottom: 40px;
    margin-left: -200px;
    margin-right: -200px;
  }
  .cheer-tips-visual .bx-pager {
    width: 100%;
    position: absolute;
    bottom: -30px;
    left: 0;
    text-align: center;
  }
  .cheer-tips-visual .bx-pager-item {
    display: inline-block;
    padding: 0 2px;
  }
  .cheer-tips-visual .bx-pager-item a {
    width: 30px;
    height: 4px;
  }
}


@media screen and (max-width:768px) {

  .cheer-tips{
    margin-top: 40px;
  }
  .cheer-tips-title {
    padding: 5px 20px;
    margin-bottom: 20px;
    font-size: 200%;
    margin-top: -50px;
    box-shadow: 0 0 0 5px #000;
  }
  .cheer-tips-title small{
    font-size: 120%;
  }
  .cheer-tips-title span {
  }

  .cheer-tips-text{
    font-size: 116%;
    line-height: 1.7;
  }


/*
  .cheer-tips-gallery {
    margin-left: -2%;
    padding-top: 30px;
  }
  .cheer-tips-gallery li {
    width: 48%;
    margin-left: 2%;
    margin-bottom: 30px;
  }
  .cheer-tips-gallery li p {
    padding-top: 10px;
    font-size: 85%;
  }
*/

}


/**********module-player-profile***********/

.player-profile {
  padding-right: 260px;
  font-size: 93%;
}

@media screen and (max-width:768px) {
  .player-profile {
    padding-right: 0;
  }
}

/**********module-results***********/

.results-wrap {
  background-color: #1c1c1c;
  color: #fff;
}

.results-table {
  letter-spacing: 0;
}

.results-table tr {
  border-bottom: 1px solid #333;
}

.results-table thead th {
  padding: 10px 0;
  text-align: center;
  font-size: 116%;
}

.results-table-link tbody tr {
  transition: all 0.2s ease;
  cursor: pointer;
}

.results-table-link tbody tr:hover {
  background-color: #00491e;
}

/*日程からのリンクも追加 (スタメン後利用) */
.matchlist-table-link tbody > .is-link-row {
  transition: all 0.2s ease;
  cursor: pointer;
}

.matchlist-table-link tbody > .is-link-row:hover{
  background-color: #00491e;
}

.results-table thead th:nth-child(1) {
  width: 35%;
}

.results-table thead th:nth-child(2) {
  width: 40%;
}

.results-table thead th:nth-child(3) {}

.results-table tbody th {
  text-align: left;
  padding: 20px 20px 20px 20px;
}

.results-table tbody td {}

.results-table-venue {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-size: 116%;
  font-weight: 500;
  background-color: #e67e22;
  padding: 3px 8px;
  line-height: 1.2;
  vertical-align: middle;
  margin-right: 5px;
}

.results-table-title {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-size: 185%;
  line-height: 1.3;
  vertical-align: middle;
}

.results-table-stage {
  font-size: 93%;
  font-weight: bold;
}

.results-table-stage a {
  color: #fff;
}

.results-table-sublink {
  font-size: 93%;
  font-weight: bold;
}

.results-table-sublink a {
  color: #fff;
  text-decoration: none;
}

.results-table-number {
  display: inline-block;
}

.results-table-number::after {
  content: "|";
  display: inline-block;
  padding: 0 0.5em;
}

.results-table-block {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}

.results-table-reverse {
  flex-direction: row-reverse;
}

.results-table-team {}

.results-table-box {
  display: table;
  text-align: center;
}

.results-table-img {
  display: table-cell;
  vertical-align: middle;
  min-width: 150px;
}

.results-table-img img {
  width: 80px;
}

.results-table-img figcaption {
  white-space: nowrap;
  vertical-align: middle;
  font-size: 85%;
  padding: 0 2px;
}

.results-table-score {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}

.results-table-score span {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  transform: skewX(-5deg);
  font-size: 400%;
  vertical-align: middle;
  min-width: 1em;
  letter-spacing: 0;
}

.results-table-vs {
  width: 10%;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 450%;
  text-align: center;
  vertical-align: middle;
}

.results-table-casts {
  text-align: center;
}

.results-table-cast {
  display: inline-block;
  background-color: #bbb;
  color: #000;
  padding: 1px 5px;
  margin: 0 2px 2px 0;
  font-weight: bold;
}

/*詳細ページ*/

.results-table.results-table-wide {
  letter-spacing: 0;
}

.results-table.results-table-wide tr {
  border-bottom: 1px solid #333;
  border-bottom: none;
  margin-bottom: 0;
}

.results-table.results-table-wide thead th {
  display: none;
}

.results-table.results-table-wide,
.results-table.results-table-wide tbody,
.results-table.results-table-wide thead,
.results-table.results-table-wide tfoot,
.results-table.results-table-wide tr,
.results-table.results-table-wide th,
.results-table.results-table-wide td,
.results-table.results-table-wide {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
}

.results-table-link tbody tr {
  transition: all 0.2s ease;
  cursor: pointer;
}

.results-table-link tbody tr:hover {
  background-color: #00491e;
}

.results-table.results-table-wide thead th:nth-child(1) {
  width: auto;
}

.results-table.results-table-wide thead th:nth-child(2) {
  width: 40%;
}

.results-table.results-table-wide thead th:nth-child(3) {}

.results-table.results-table-wide tbody th {
  text-align: left;
  padding: 40px 20px 20px 20px;
  text-align: center;
}

.results-table.results-table-wide tbody td {
  padding-bottom: 20px;
}

.results-table.results-table-wide .results-table-img {
  min-width: 150px;
}

.results-table.results-table-wide .results-table-img img {
  width: 160px;
}

.results-table.results-table-wide .results-table-img figcaption {
  font-size: 108%;
}

.results-table.results-table-wide .results-table-score {}

.results-table.results-table-wide .results-table-score span {
  font-size: 600%;
}

.results-table.results-table-wide .results-table-vs {
  font-size: 600%;
  padding-top: 0.2em;
}

.resuts-table-ran {
  padding-bottom: 5px;
}

.results-table-runnum {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  transform: skewX(-5deg);
  font-size: 139%;
  line-height: 1;
  width: 2em;
}

.results-table-runsec {
  display: inline-block;
  padding: 0 8px;
  margin: 0 20px;
  font-weight: bold;
  background-color: #555;
  transform: translate(0, -3px);
}

.results-table-shoot {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.results-table-shootbox {
  padding: 5px 30px;
  width: 50%;
}

.results-table-shootbox p {
  display: inline-block;
  text-align: left;
}

.results-table-shootbox:first-child {
  border-right: 0.5px solid rgba(255, 255, 255, 0.5);
  text-align: right;
}

.results-table-shootbox:last-child {
  border-left: 0.5px solid rgba(255, 255, 255, 0.5);
  text-align: left;
}

.results-report-link{
  text-align: center;
  padding-bottom: 20px;
}

.results-report-link a{
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width:768px) {
  .results-table {
    letter-spacing: 0;
  }
  .results-table,
  .results-table tbody,
  .results-table thead,
  .results-table tfoot,
  .results-table tr,
  .results-table th,
  .results-table td,
  .results-table {
    display: block;
    width: 100%;
    text-align: center;
  }
  .results-table thead {
    display: none;
  }
  .results-table tr {
    border-bottom: 1px solid #333;
  }
  .results-table tbody tr {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .results-table tbody th {
    text-align: center;
    padding: 0;
  }
  .results-table tbody td {}
  .results-table-stage {
    font-size: 85%;
  }
  .results-table-img {
    min-width: 110px !important;
  }
  .results-table-img img {
    width: 60px !important;
  }
  .results-table-img figcaption {
    font-size: 77% !important;
  }
  .results-table-score {}
  .results-table-score span {
    font-size: 300% !important;
  }
  .results-table-vs {
    width: 5%;
    font-size: 300% !important;
    padding-top: 5px;
  }
  .results-table-casts {
    text-align: center;
  }
  .results-table-cast {
    font-size: 77%;
    padding: 1px 5px;
  }
  .results-table-shoot {}
  .results-table-shootbox {
    padding: 5px 10px;
    font-size: 11px;
  }
}

/**********module-category-list-horizontal***********/

.category-list-horizontal {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.category-list-horizontal li {
  padding: 2px;
}

.category-list-horizontal li a {
  display: block;
}

.category-list-horizontal li a {
  display: block;
  font-family: 'Oswald', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-decoration: none;
  font-size: 170%;
  text-align: center;
  padding: 15px 0;
  color: #fff;
  background-color: #00491e;
  position: relative;
}

.category-list-horizontal.category-list-jp li a {
  font-size: 131%;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.category-list-horizontal li a i {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -0.5em;
  font-size: 12px;
}

.category-list-horizontal li a:hover {
  background-color: #fff;
  box-shadow: 0 0 0 2px #00491e inset;
  color: #00491e;
}

.category-list-fifth li {
  width: 20%;
}

.category-list-trisect li {
  width: 33.3%;
}

@media screen and (max-width:768px) {
  .category-list-horizontal {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .category-list-horizontal li {
    padding: 1px;
  }
  .category-list-horizontal li a {
    display: block;
  }
  .category-list-horizontal li a {
    font-size: 139%;
    padding: 13px 15px 13px 10px;
    color: #fff;
  }
  .category-list-horizontal.category-list-jp li a {
    font-size: 100%;
  }
  .category-list-horizontal li a i {
    right: 5px;
    font-size: 8px;
  }
  .category-list-horizontal li a:hover {}
}

/**********module-results-anther***********/

.results-anther {
  background: url(../../img/bg02.jpg) center center no-repeat / 100% 100%;
  background: #eee;
}

@media screen and (max-width:768px) {
  .results-anther-list li {
    width: 50%;
    padding: 2px;
  }
  .results-anther-list li a {
    font-size: 108%;
  }
  .results-anther-list li a i {
    font-size: 8px;
  }
}

/**********module-ranking***********/

.ranking-credit {
  text-align: center;
  padding-bottom: 15px;
}

.ranking-credit img {
  width: 190px;
}

.ranking-date {
  font-size: 116%;
  text-align: right;
  padding-bottom: 10px;
}

.ranking-table {
  table-layout: fixed;
  letter-spacing: 0;
}

.ranking-table thead {
  background-color: #1c1c1c;
}

.ranking-table thead th {
  color: #fff;
  padding: 12px 12px;
  text-align: center;
  border-right: 1px solid #333;
}

.ranking-table thead th:hover {
  background-color: #333;
}

.ranking-table thead th:nth-child(1) {}

.ranking-table thead th:nth-child(2) {
  width: 25%;
}

.ranking-table tbody tr {
  background-color: #f0f0f0;
}

.ranking-table tbody tr:nth-child(even) {
  background-color: #e0e0e0;
}

.ranking-table tbody tr:hover {
  opacity: 0.8;
}

.ranking-table tbody tr.is-current {
  background-color: #00491e;
  color: #fff;
}

.ranking-table tbody td {
  text-align: center;
  font-size: 1.16rem;
}

.ranking-table tbody td:nth-child(1) {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  transform: skewX(-5deg);
  font-size: 200%;
}

.ranking-table tbody td:nth-child(2) {
  font-size: 1.24rem;
  text-align: left;
  font-weight: bold;
}

/*tablesorter*/

.tablesorter-default .header,
.tablesorter-default .tablesorter-header {
  background: url(../../img/sort.png) no-repeat right center;
  cursor: pointer;
}

.tablesorter-default thead .headerSortUp,
.tablesorter-default thead .tablesorter-headerSortUp,
.tablesorter-default thead .tablesorter-headerAsc {
  background: url(../../img/sort_upper.png) no-repeat right center;
  cursor: pointer;
}

.tablesorter-default thead .headerSortDown,
.tablesorter-default thead .tablesorter-headerSortDown,
.tablesorter-default thead .tablesorter-headerDesc {
  background: url(../../img/sort_lower.png) no-repeat right center;
  cursor: pointer;
}

@media screen and (max-width:768px) {
  .ranking-credit {
    text-align: center;
    padding-bottom: 5px;
    margin-top: -15px;
  }
  .ranking-credit img {
    width: 130px;
  }
  .ranking-date {
    font-size: 85%;
    padding-bottom: 5px;
  }
  .ranking-table {
    font-size: 2.5vw;
  }
  .ranking-table thead th {
    padding: 8px 2px 18px 2px;
  }
  .ranking-table thead th span {
    writing-mode: vertical-rl;
    white-space: nowrap;
  }
  .ranking-table thead th:nth-child(2) {
    width: 35%;
  }
  .ranking-table tbody td {
    text-align: center;
    font-size: 93%;
  }
  .ranking-table tbody td:nth-child(1) {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    transform: skewX(-5deg);
    font-size: 130%;
  }
  .ranking-table tbody td:nth-child(2) {
    font-size: 110%;
  }
  .tablesorter-default .header,
  .tablesorter-default .tablesorter-header {
    background-position: center bottom 8px;
  }
  .tablesorter-default thead .headerSortUp,
  .tablesorter-default thead .tablesorter-headerSortUp,
  .tablesorter-default thead .tablesorter-headerAsc {
    background-position: center bottom 8px;
  }
  .tablesorter-default thead .headerSortDown,
  .tablesorter-default thead .tablesorter-headerSortDown,
  .tablesorter-default thead .tablesorter-headerDesc {
    background-position: center bottom 8px;
  }
}

/**********module-History***********/

.history-block {
  background-color: #f0f0f0;
  padding: 20px 30px 20px 30px;
  margin-bottom: 40px;
}

.history-img {
  width: 45%;
  float: right;
  padding-left: 2%;
  padding-bottom: 15px;
}

.history-inner {}

.history-title {
  padding-bottom: 10px;
  margin-top: -45px;
}

.history-title span {
  display: inline-block;
  color: #00491e;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  transform: skewX(-5deg);
  font-size: 300%;
}

.history-lead {
  font-size: 154%;
  font-weight: bold;
  padding-bottom: 15px;
}

.history-text {
  font-size: 116%;
  line-height: 2;
}

@media screen and (max-width:768px) {
  .history-block {
    padding: 10px;
    margin-bottom: 10px;
    background-color: transparent;
  }
  .history-img {
    width: auto;
    float: none;
  }
  .history-inner {
    width: auto;
    float: none;
  }
  .history-title {
    padding-bottom: 0;
    margin-top: -20px;
  }
  .history-title span {}
  .history-lead {
    font-size: 131%;
    padding-bottom: 5px;
  }
  .history-text {
    font-size: 108%;
    line-height: 1.5;
  }
}

/**********module-History***********/

.uniform-history-block {
  padding-bottom: 50px;
}

.uniform-history-table {}

.uniform-history-table th {
  white-space: nowrap;
  color: #00491e;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  transform: skewX(-5deg);
  font-size: 154%;
  text-align: left;
  padding-right: 15px;
}

.uniform-history-table td {
  font-size: 131%;
}

/**********module-clubhouse***********/

.clubhouse-map {}

.map-canvas iframe {
  width: 100%;
  height: 450px;
}

@media screen and (max-width:768px) {}

/**********module-mascot***********/

.mascot-list {}

.mascot-list > li {
  padding-bottom: 0;
  margin-bottom: 30px;
  background-color: #1c1c1c;
  color: #fff;
}

.mascot-list-img {
  background-color: #f6f6f6;
}

.mascot-list-img img {}

.mascot-list-inner {
  padding: 10px 10px;
}

.mascot-title {
  text-align: center;
  font-size: 170%;
  font-weight: 500;
  padding-bottom: 5px;
}

.mascot-text {
  text-align: center;
  font-size: 93%;
  letter-spacing: 0;
  padding-bottom: 15px;
}

.sns-icons {
  display: flex;
  justify-content: flex-start;
}

.sns-icons li {
  margin-right: 3px;
  overflow: hidden;
}

.sns-icons li a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: #666;
}

.sns-icons li a:hover {
  opacity: 0.8;
}

.sns-icons li a i {
  transform: scale(1.2);
}

.sns-icons li a.sns-icon-x {
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 0 1px #555 inset;
}
.sns-icons li a.sns-icon-x img {
  width: 70%;
  margin: 0 auto;
}
.sns-icons li a.sns-icon-tw {
  background-color: #3497d4;
}

.sns-icons li a.sns-icon-fb {
  background-color: #3b5a9a;
}

.sns-icons li a.sns-icon-hp {
  background-color: #bb711a;
}

.sns-icons li a.sns-icon-at {
  background-color: #d43469;
}

.sns-icons li a.sns-icon-blog {
  background-color: #00491e;
}


.sns-icons li a.sns-icon-diary{
  background-color: #e15d84;
  width: 74px;
}

.sns-icons li a.sns-icon-tic{
  background-color: #ff1b56;
}

.sns-icons li a.sns-icon-youtube{
  background-color: #ff0000;
}

.sns-icons li a.sns-icon-insta {
  background: url(../../img/instagram_bg.png) no-repeat center center /100% 100%;
}

@media screen and (max-width:768px) {
  .mascot-list {
    margin-left: 0;
    background-color: #1c1c1c;
  }
  .mascot-list > li {
    display: table;
    width: 100%;
    margin-left: 0;
    width: auto;
    float: none;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #333;
  }
  .mascot-list-img {
    display: table-cell;
    width: 30%;
  }
  .mascot-list-img img {}
  .mascot-list-inner {
    display: table-cell;
    width: 70%;
    padding: 8px 10px;
    vertical-align: middle;
  }
  .mascot-title {
    text-align: left;
    font-size: 139%;
    padding-bottom: 2px;
  }
  .mascot-text {
    text-align: left;
    font-size: 85%;
    padding-bottom: 6px;
  }
  .sns-icons {
    transform-origin: left top;
    transform: scale(0.8);
  }
}

.mascot-detail {
  padding-top: 20px;
  padding-bottom: 80px;
}

.mascot-detail-img {
  width: 50%;
  float: left;
}

.mascot-detail-inner {
  width: 45%;
  float: right;
}

.mascot-detail-title span {
  display: inline-block;
  color: #00491e;
  font-family: 'Oswald', sans-serif;
  transform: skewX(-5deg);
  font-size: 400%;
  line-height: 1;
}

.mascot-detail-lead {
  color: #00491e;
  font-size: 139%;
  padding-top: 10px;
  padding-bottom: 15px;
}

@media screen and (max-width:768px) {
  .mascot-detail {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .mascot-detail-img {
    width: auto;
    float: none;
    padding-bottom: 20px;
  }
  .mascot-detail-inner {
    width: auto;
    float: none;
  }
  .mascot-detail-title span {
    font-size: 200%;
  }
  .mascot-detail-lead {
    font-size: 100%;
    padding-top: 5px;
    padding-bottom: 15px;
  }
}

/**********module-partner***********/

.partner-text-list {
  display: flex;
  flex-wrap: wrap;
}

.partner-text-list li {
  width: 33%;
  font-size: 116%;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 8px;
}

.partner-text-list li::before {
  content: "・";
  margin-left: -1em;
}

.partner-text-list li a {
  color: #000;
  text-decoration: none;
}

.partner-text-list li a:hover {
  text-decoration: underline;
}

@media screen and (max-width:768px) {
  .partner-text-list {
    display: block;
  }
  .partner-text-list li {
    width: auto;
    font-size: 100%;
    padding-left: 1em;
    padding-right: 0;
    padding-bottom: 0;
  }
}

/**********module-staff***********/

.staff {
  margin-bottom: 50px;
}

.staff-block {
  width: 23%;
  float: left;
  background-color: #1c1c1c;
  color: #fff;
}

.staff-img {}

.staff-img img {}

.staff-inner {
  padding: 10px 10px;
}

.staff-name {
  text-align: center;
  font-size: 170%;
  font-weight: 500;
  padding-bottom: 15px;
}

.staff-name small {
  display: block;
  font-size: 0.77rem;
  font-weight: normal;
  padding-top: 4px;
}

.staff-text {
  text-align: center;
  font-size: 93%;
  letter-spacing: 0;
  padding-bottom: 10px;
}

.staff-box {
  width: 73%;
  float: right;
}

.staff-division {
  font-size: 139%;
  color: #00491e;
  padding-bottom: 15px;
}

@media screen and (max-width:768px) {
  .staff {
    margin-bottom: 20px;
  }
  .staff-block {
    width: auto;
    float: none;
    display: table;
    width: 100%;
  }
  .staff-img {
    display: table-cell;
    width: 30%;
    max-width: 150px;
  }
  .staff-img img {}
  .staff-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
  }
  .staff-name {
    font-size: 154%;
    text-align: left;
    padding-bottom: 10px;
  }
  .staff-name small {
    padding-top: 2px;
  }
  .staff-text {
    text-align: left;
    font-size: 85%;
    padding-bottom: 0px;
  }
  .staff-box {
    width: auto;
    float: none;
    padding: 15px 3%;
  }
  .staff-division {
    font-size: 131%;
    padding-bottom: 10px;
  }
}

/**********module-minplayer-list***********/

.minplayer-list {}

.minplayer-list li {
  background-color: #1c1c1c;
  color: #fff;
  margin-bottom: 30px;
}

.minplayer-list-img {}

.minplayer-list-img img {}

.minplayer-list-box {
  padding: 15px 15px 15px 15px;
}

.minplayer-list-name {
  font-size: 185%;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.minplayer-list-name small {
  display: block;
  font-size: 0.77rem;
  font-weight: normal;
  padding-top: 8px;
  text-align: center;
}

.minplayer-text {
  padding-top: 15px;
  text-align: left;
  font-size: 90%;
  line-height: 1.4;
  margin-bottom: -10px;
}

.minplayer-list-division {
  padding-bottom: 12px;
  text-align: center;
  font-size: 124%;
}

@media screen and (max-width:768px) {
  .minplayer-list {
    margin-left: 0;
  }
  .minplayer-list li {
    display: table;
    width: 100%;
    margin-left: 0;
    width: auto;
    float: none;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #333;
  }
  .minplayer-list-img {
    display: table-cell;
    width: 30%;
    max-width: 150px;
  }
  .minplayer-list-img img {}
  .minplayer-list-box {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 10px 10px 10px 10px;
  }
  .minplayer-list-name {
    font-size: 139%;
    text-align: left;
    padding-bottom: 5px;
  }
  .minplayer-list-name small {
    display: inline-block;
    padding-left: 8px;
    font-size: 0.77rem;
    padding-top: 6px;
    text-align: left;
  }
  .minplayer-text {
    text-align: left;
    font-size: 77%;
    line-height: 1.2;
    padding-top: 6px;
    margin-bottom: 0;
  }
  .minplayer-list-division {
    padding-bottom: 6px;
    text-align: left;
    font-size: 108%;
  }
}

/**********module-slider***********/

.slider-wrap .bx-pager {
  width: 100%;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.slider-wrap .bx-pager-item {
  display: inline-block;
  padding: 0 5px;
}

.slider-wrap .bx-pager-item a {
  display: block;
  width: 50px;
  height: 7px;
  background-color: #ccc;
  text-indent: -1000vw;
  overflow: hidden;
}

.slider-wrap .bx-pager-item a.active {
  background-color: #00491e;
}

@media screen and (max-width:768px) {
  .slider-wrap .bx-pager {
    padding-top: 0;
    padding-bottom: 0;
  }
  .slider-wrap .bx-pager-item {
    display: inline-block;
    padding: 0 2px;
  }
  .slider-wrap .bx-pager-item a {
    width: 30px;
    height: 4px;
  }
}

/**********module-faq***********/

.faq-title {
  font-size: 139%;
  position: relative;
  padding: 12px 20px 12px 50px;
  background-color: #f0f0f0;
  border-bottom: 1px dotted #ccc;
  position: relative;
  transition: all 0.2s ease;
  cursor: pointer;
}

.faq-title::before {
  content: "Q.";
  color: #00491e;
  position: absolute;
  left: 20px;
  top: 10px;
  font-size: 120%;
}

.faq-title::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  font-size: 26px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -0.5em;
  opacity: 0.5;
  transition: all 0.5s ease;
}

.faq-title.is-open {
  background-color: #e0e0e0;
}

.faq-title.is-open::after {
  transform: rotate(180deg);
}

.faq-title:hover {
  background-color: #e0e0e0;
}

.faq-answer {
  font-size: 1.16rem;
  line-height: 1.8;
}

.faq-answer p {
  font-size: 1.16rem;
}

.faq-answer-inner {
  padding: 15px 20px;
  margin-bottom: 20px;
}

@media screen and (max-width:768px) {
  .faq-title {
    font-size: 124%;
    position: relative;
    padding: 12px 10px 12px 35px;
  }
  .faq-title::before {
    left: 10px;
    top: 10px;
    font-size: 120%;
  }
  .faq-title::after {
    font-size: 16px;
    right: 5px;
  }
  .faq-answer {
    font-size: 1.16rem;
    line-height: 1.5;
  }
  .faq-answer p {
    font-size: 1.16rem;
  }
  .faq-answer-inner {
    padding: 8px 10px;
    margin-bottom: 20px;
  }
}

/**********module-ticket***********/

/*seat*/

.seat-list {}

@media screen and (max-width:768px) {
  .seat-list li {
    width: 50%;
  }
  .seat-list li a {
    font-size: 93% !important;
    letter-spacing: 0;
  }
}

/**********module-purchase***********/

.ticket-list {
  margin-left: -1%;
  padding-top: 30px;
}

.ticket-list li {
  margin-left: 1%;
  float: left;
  padding-bottom: 10px;
}

@media screen and (max-width:768px) {
  .ticket-list li {
    width: 49%;
  }
}

/*handling*/

.handling {
  background-color: #f0f0f0;
  margin-bottom: 20px;
}

.handling-title {
  background-color: #1c1c1c;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  font-size: 139%;
}

.handling-inner {
  padding: 20px;
}

.handling-text {
  font-size: 108%;
  line-height: 1.8;
}

.handling-subtitle {
  font-size: 131%;
  padding-top: 15px;
  padding-bottom: 5px;
  color: #00491e;
}

.handling-tel {
  padding-bottom: 15px;
}

.handling-tel a {
  display: inline-block;
  color: #00491e;
  font-family: 'Oswald', sans-serif;
  transform: skewX(-5deg);
  font-size: 170%;
  text-decoration: none;
  margin-right: 20px;
}

.handling-tel a i {
  width: 1.5em;
  text-align: center;
  font-size: 130%;
}

@media screen and (max-width:768px) {
  .handling {
    margin-bottom: 10px;
  }
  .handling-title {
    padding: 2px 0;
    font-size: 131%;
  }
  .handling-inner {
    padding: 10px;
  }
  .handling-text {
    font-size: 108%;
    line-height: 1.5;
  }
  .handling-subtitle {
    font-size: 124%;
    padding-top: 10px;
    padding-bottom: 5px;
  }
}

/**********module-season seat***********/

.season-block {
  background-color: #f0f0f0;
}

/**********module-conversion-block***********/

.conversion-block {
  background: url(../../img/bg02.jpg) center center no-repeat / cover;
}

/**********module-gourmet***********/

.gourmet-anker {
  padding: 15px 20px;
  background-color: #f0f0f0;
  margin-bottom: 20px;
}

.gourmet-list {
}

.gourmet-list li {
  padding-bottom: 3px;
}

.gourmet-list a {
  display: block;
  font-size: 131%;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  position: relative;
  padding: 3px 0 3px 65px;
}

.gourmet-list-number {
  display: inline-block;
  width: 55px;
  height: 28px;
  border-radius: 50%;
  background-color: #00491e;
  color: #fff;
  text-align: center;
  line-height: 28px;
  font-size: 85%;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  transform: skewX(-5deg);
  position: absolute;
  left: 0;
  top: 0;
  letter-spacing: 0;
}

.gourmet-title {
  font-size: 185%;
  position: relative;
  padding: 25px 0 30px 120px;
}

.gourmet-title-number {
  display: inline-block;
  width: 110px;
  height: 80px;
  border-radius: 50%;
  background-color: #00491e;
  color: #fff;
  text-align: center;
  line-height: 80px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 24x;
  transform: skewX(-5deg);
  position: absolute;
  left: 0;
  top: 0;
  letter-spacing: 0;
}

.gourmet-title-number small {
  font-size: 15px;
}

.gourmet-subtitle {
  display: inline-block;
  background-color: #ff9000;
  font-size: 116%;
  padding: 1px 12px;
  color: #fff;
  margin-top: 15px;
  transform: skewX(-8deg);
}

.gourmet-table {
  border-top: 1px solid #ccc;
  margin-top: -1px;
}

.gourmet-table tr {
  border-bottom: 1px solid #ccc;
}

.gourmet-table th {
  font-size: 108%;
  padding: 5px 10px;
  text-align: left;
}

.gourmet-table td {
  white-space: nowrap;
  font-size: 108%;
  padding: 5px 10px;
  text-align: right;
}

@media screen and (max-width:768px) {
  .gourmet-anker {
    padding: 10px;
    margin-bottom: 10px;
  }
  .gourmet-list {
    margin-left: 0;
  }
  .gourmet-list li {
    padding-bottom: 2px;
    margin-left: 0;
    width: auto;
    float: none;
  }
  .gourmet-list a {
    font-size: 116%;
    padding: 1px 0 2px 45px;
  }
  .gourmet-list-number {
    width: 40px;
    height: 22px;
    line-height: 22px;
    font-size: 70%;
  }
  .gourmet-inner {
    padding: 5px 3% 20px 3%;
  }
  .gourmet-title {
    font-size: 139%;
    padding: 10px 0 15px 75px;
  }
  .gourmet-title-number {
    transform-origin: left top;
    transform: scale(0.6);
  }
  .gourmet-subtitle {
    margin-top: 10px;
  }
  .gourmet-table {}
  .gourmet-table tr {}
  .gourmet-table th {
    font-size: 100%;
    padding: 2px 10px;
  }
  .gourmet-table td {
    font-size: 100%;
    padding: 2px 10px;
  }
}

/**********module-article***********/

.article {}

.article-heading {
  border-bottom: 1px solid #333;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.article-data {
  padding-bottom: 20px;
}

.article-time {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 154%;
  transform: skewX(-5deg);
  float: left;
  color: #00491e;
}

.article-category {
  display: inline-block;
  background-color: #333;
  color: #fff;
  font-size: 108%;
  text-align: center;
  padding: 2px 10px;
  margin-top: -2px;
  margin-left: 2px;
  float: right;
}

.article-title {
  font-size: 250%;
}

.article-contact {
  margin-top: 100px;
}

@media screen and (max-width:768px) {
  .article {}
  .article-heading {
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  .article-data {
    padding-bottom: 10px;
  }
  .article-time {
    font-size: 116%;
  }
  .article-category {
    font-size: 93%;
    text-align: center;
    padding: 1px 6px;
    margin-top: -1px;
    margin-left: 1px;
  }
  .article-title {
    font-size: 154%;
    line-height: 1.3;
  }
  .article-contact {
    margin-top: 40px;
  }
}

/*.article-post*/

.article-post {
  padding-top: 15px;
}

.article-post,
.article-post p {
  font-size: 1.24rem;
  line-height: 2;
}

.article-post img {
  padding-bottom: 20px;
}

.article-post table {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
}

.article-post table th,
.article-post table td {
  border: 1px solid #ccc;
  font-size: 1.16rem;
}

.article-post table thead th {
  background-color: #f0f0f0;
  text-align: center;
  padding: 15px 10px;
  color: #00491e;
}

.article-post table tbody th {
  background-color: #f0f0f0;
  text-align: left;
  padding: 15px 25px;
  color: #00491e;
  line-height: 1.7;
}

.article-post table tbody td {
  padding: 15px 25px;
  line-height: 1.7;
}

@media screen and (max-width:768px) {
  .article-post {
    padding-top: 10px;
  }
  .article-post,
  .article-post p {
    font-size: 1.24rem;
    line-height: 1.5;
  }
  .article-post img {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    float: none !important;
    clear: both;
    margin: 0 auto;
  }
  .article-post table {}
  .article-post table th,
  .article-post table td {
    font-size: 0.93rem;
  }
  .article-post table thead th {
    padding: 8px 6px;
  }
  .article-post table tbody th {
    padding: 8px 6px;
  }
  .article-post table tbody td {
    padding: 8px 6px;
  }
}

/*mr-post 試合結果のtable*/

.mr-post table {}

.mr-post table tbody tr td:first-child {
  background-color: #f0f0f0;
}

.mr-post table tbody tr:first-child td {
  background-color: #00491e;
  color: #fff;
}

/**********module-news-category***********/

.news-category {
  margin-bottom: 50px;
}

.news-category-block {
  display: table;
  margin-bottom: 10px;
}

.news-category-title {
  display: table-cell;
  background-color: #1c1c1c;
  vertical-align: middle;
  width: 154px;
  text-align: center;
}

.news-category-title span {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 154%;
  transform: skewX(-5deg);
  color: #fff;
  padding: 0 15px;
}

.news-category-box {
  display: table-cell;
  vertical-align: middle;
}

.news-category-list {
  padding: 10px 0 10px 15px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.news-category-list li {
  padding-right: 2px;
  padding-bottom: 2px;
}

.news-category-list li a {
  display: block;
  font-size: 124%;
  font-weight: bold;
  padding: 3px 10px;
  text-decoration: none;
  color: #000;
}

.news-category-list li a:hover,
.news-category-list li a.is-current {
  background-color: #00491e;
  border-radius: 3px;
  color: #fff;
}

.news-category-archive {
  padding: 10px 0 10px 25px;
}

.news-category-select {
  padding: 5px 12px;
  font-size: 16px;
}

@media screen and (max-width:768px) {
  .news-category {
    margin-bottom: 30px;
  }
  .news-category-block {
    display: block;
    margin-bottom: 1px;
  }
  .news-category-title {
    display: block;
    width: auto;
    padding: 5px 0;
  }
  .news-category-title span {
    font-size: 131%;
    padding: 0;
  }
  .news-category-box {
    display: block;
    display: none;
  }
  .news-category-list {
    padding: 0;
    display: block;
  }
  .news-category-list li {
    padding-right: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #ccc;
  }
  .news-category-list li a {
    font-size: 124%;
    padding: 5px 10px;
  }
  .news-category-archive {
    padding: 10px 0 10px 0;
  }
  .news-category-select {
    width: 100%;
  }
}

/**********module-volunteer***********/

.volunteer-logo {
  text-align: center;
  padding-bottom: 30px;
  max-width: 320px;
  margin: 0 auto;
}

.volunteer-block {
  padding-bottom: 30px;
}

.volunteer-img {
  float: right;
  width: 35%;
}

.volunteer-inner {}

.volunteer-title {
  font-size: 139%;
  color: #00491e;
  margin-bottom: 15px;
}

.volunteer-title time {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  transform: skewX(-5deg);
  font-size: 140%;
  margin-right: 15px;
}

@media screen and (max-width:768px) {
  .volunteer-logo {
    padding-bottom: 20px;
    max-width: 260px;
  }
  .volunteer-block {
    padding-bottom: 10px;
  }
  .volunteer-img {
    float: right;
    width: 32%;
    padding-left: 2%;
  }
  .volunteer-title {
    font-size: 124%;
    margin-bottom: 10px;
  }
  .volunteer-title time {
    font-size: 120%;
    margin-right: 10px;
  }
}

/**********module-school***********/

.school-slogan {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 30px;
}

.school-concept {
  padding-top: 20px;
  padding-bottom: 30px;
}

.school-concept-img {
  width: 40%;
  float: right;
  padding-left: 3%;
}

.school-concept-title {
  font-size: 185%;
  padding-bottom: 15px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, serif;
  letter-spacing: 0;
}

.school-rule {
  text-align: center;
  margin: 20px 0;
  padding: 20px;
  background-color: #f0f0f0;
}

.school-rule-title {
  font-size: 185%;
  color: #00491e;
  padding-bottom: 15px;
}

.school-rule-title span {
  display: block;
  font-family: 'Oswald', sans-serif;
  transform: skewX(-5deg);
  font-size: 140%;
  margin-right: 15px;
}

.school-section01 {
  background: url(/img/school/school_info/school_bg01.jpg) no-repeat center center / cover;
  color: #fff;
}

.gallery-grid-list {
  display: inline-flex;
  flex-wrap: wrap;
}

.gallery-grid-list li {
  width: 25%;
}

@media screen and (max-width:768px) {
  .school-slogan {
    padding-bottom: 20px;
  }
  .school-concept {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .school-concept-title {
    font-size: 139%;
    padding-bottom: 10px;
  }
  .school-rule {
    margin: 10px 0;
    padding: 15px 10px;
  }
  .school-rule-title {
    font-size: 154%;
    padding-bottom: 15px;
  }
  .school-rule-title span {}
  .school-rule-title small {
    display: block;
    line-height: 1.3;
  }
}

/**********module-media***********/

.media-list {}

.media-list li {
  padding-bottom: 40px;
}

.media-list a {
  display: block;
  color: #000;
  text-decoration: none;
}

.media-list a:hover {
  opacity: 0.7;
}

.media-list-img {
  text-align: center;
  padding-bottom: 20px;
}

.media-list-img img {
  width: 100px;
}

.media-list-title {
  text-align: center;
  padding-bottom: 15px;
  font-size: 139%;
}

.media-list-text {
  font-size: 108%;
  line-height: 1.8;
}

@media screen and (max-width:768px) {
  .media-list {
    margin-left: 0;
  }
  .media-list li {
    padding-bottom: 40px;
    margin-left: 0;
    width: auto;
    float: none;
  }
  .media-list a {}
  .media-list a:hover {
    opacity: 0.7;
  }
  .media-list-img {
    text-align: center;
    padding-bottom: 10px;
  }
  .media-list-img img {
    width: 80px;
  }
  .media-list-title {
    padding-bottom: 10px;
  }
  .media-list-text {
    line-height: 1.5;
  }
}

/**********module-academy***********/

.mission-list {
  text-align: center;
}

.mission-list li {
  font-size: 200%;
  font-weight: bold;
  line-height: 2.5;
}

.mission-list-number {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  transform: skewX(-5deg);
  color: #00491e;
  font-size: 130%;
  width: 1em;
  vertical-align: -0.1em;
}

.mission-text {
  font-size: 200%;
  line-height: 2;
  font-weight: bold;
  text-align: center;
}

/**********module-gallery***********/

.gallery-list {}

.gallery-list li {
  padding: 0 10px 30px 10px;
}

.gallery-list-img {
  position: relative;
}

.gallery-list-img figcaption {
  width: 100%;
  font-size: 108%;
  padding: 10px 15px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: left;
  letter-spacing: 0;
}

@media screen and (max-width:768px) {
  .gallery-list {
    margin-left: 0;
  }
  .gallery-list li {
    width: auto;
    float: none;
    margin-left: 0;
    padding: 0 0 15px 0;
  }
  .gallery-list-img {}
  .gallery-list-img figcaption {
    font-size: 85%;
    padding: 5px 8px;
    position: static;
    background-color: #000;
  }
}

/**********module-guide***********/

.guide-block {}

.guide-character01 {
  position: absolute;
  right: 0;
  top: 80px;
}

.guide-character02 {
  position: absolute;
  right: 50px;
  top: 20px;
}

.guide-character03 {
  position: absolute;
  right: 0;
  top: -52px;
}

.guide-block01 {
  background: url(/img/watching/guide/character02.jpg) no-repeat left 100px;
  margin-top: 150px;
}

.guide-block01-inner {
  padding-left: 370px;
  min-height: 650px;
}

.guide-block02 {
  background: url(/img/watching/guide/character04.jpg) no-repeat right 100px;
}

.guide-block02-inner {
  padding-right: 370px;
  min-height: 1150px;
}

.guide-block03 {
  background: url(/img/watching/guide/character06.jpg) no-repeat left 100px;
}

.guide-block03-inner {
  padding-left: 370px;
  min-height: 560px;
}

.guide-block04 {
  background: url(/img/watching/guide/character07.jpg) no-repeat right 100px;
}

.guide-block04-inner {
  padding-right: 370px;
  min-height: 640px;
}

.guide-block05 {
  background: url(/img/watching/guide/character08.jpg) no-repeat left 100px;
}

.guide-block05-inner {
  padding-left: 370px;
  min-height: 560px;
}

.guide-block06 {
  background: url(/img/watching/guide/character09.jpg) no-repeat right 100px;
}

.guide-block06-inner {
  padding-right: 370px;
  min-height: 640px;
}

.guide-block07 {
  background: url(/img/watching/guide/character10.jpg) no-repeat left 100px;
}

.guide-block07-inner {
  padding-left: 420px;
  min-height: 560px;
}

@media screen and (max-width:768px) {
  .guide-block {
    padding: 0 3%;
    margin-bottom: 40px;
  }
  .guide-character01 {
    top: 40px;
  }
  .guide-character01 img {
    width: 200px;
  }
  .guide-character02 {
    display: none;
  }
  .guide-character03 {
    display: none;
  }
  .guide-block01 {
    background: url(/img/watching/guide/character02.jpg) no-repeat left 50px / 120px auto;
    margin-top: 60px;
  }
  .guide-block01-inner {
    padding-left: 80px;
    min-height: initial;
    min-height: auto;
  }
  .guide-block02 {
    background: url(/img/watching/guide/character04.jpg) no-repeat right 50px / 100px auto;
  }
  .guide-block02-inner {
    padding-right: 80px;
    min-height: initial;
    min-height: auto;
  }
  .guide-block03 {
    background: url(/img/watching/guide/character06.jpg) no-repeat left 50px / 100px auto;
  }
  .guide-block03-inner {
    padding-left: 80px;
    min-height: initial;
    min-height: auto;
  }
  .guide-block04 {
    background: url(/img/watching/guide/character07.jpg) no-repeat right 50px / 100px auto;
  }
  .guide-block04-inner {
    padding-right: 80px;
    min-height: initial;
    min-height: auto;
  }
  .guide-block05 {
    background: url(/img/watching/guide/character08.jpg) no-repeat left 50px / 100px auto;
  }
  .guide-block05-inner {
    padding-left: 80px;
    min-height: initial;
    min-height: auto;
  }
  .guide-block06 {
    background: url(/img/watching/guide/character09.jpg) no-repeat right 50px / 100px auto;
  }
  .guide-block06-inner {
    padding-right: 80px;
    min-height: initial;
    min-height: auto;
  }
  .guide-block07 {
    background: url(/img/watching/guide/character10.jpg) no-repeat left 50px / 100px auto;
  }
  .guide-block07-inner {
    padding-left: 80px;
    min-height: initial;
    min-height: auto;
  }
}

.guide-title {
  font-size: 200%;
  color: #00491e;
  border-bottom: 2px solid #00491e;
  padding: 10px 0 15px 0;
  text-align: center;
  margin-bottom: 30px;
}

.guide-faq {
  padding-bottom: 30px;
  position: relative;
}

.guide-faq dt {
  font-size: 154%;
  color: #00491e;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}

.guide-faq dd {
  background: url(/img/watching/guide/guide_a.png) no-repeat right center;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
}

.guide-q {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  transform: skewX(-5deg);
  color: #00491e;
  font-size: 200%;
  margin-right: 0.2em;
  vertical-align: middle;
  margin-top: -8px;
}

.guide-seat-table {
  margin-top: 20px;
}

.guide-seat-table th {
  border-bottom: 2px solid #f0f0f0;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  letter-spacing: 0;
  padding: 15px 10px;
  white-space: nowrap;
}

.guide-seat-table td {
  background-color: #fff;
  border-bottom: 2px solid #f0f0f0;
  padding: 15px 10px;
}

.guide-seat-th01 {
  background-color: #204f9f;
}

.guide-seat-th02 {
  background-color: #c90014;
}

.guide-seat-th03 {
  background-color: #da960f;
}

.guide-seat-th04 {
  background-color: #a0c238;
}

.guide-seat-th05 {
  background-color: #0099f4;
}

.guide-seat-th06 {
  background-color: #f470b8;
}

@media screen and (max-width:768px) {
  .guide-title {
    font-size: 139%;
    padding: 10px 0 5px 0;
    margin-bottom: 15px;
  }
  .guide-faq {
    padding-bottom: 20px;
  }
  .guide-faq dt {
    font-size: 124%;
    margin-bottom: 3px;
  }
  .guide-faq dd {
    padding: 10px 10px;
    font-size: 93%;
  }
  .guide-q {}
  .guide-seat-table,
  .guide-seat-table thead,
  .guide-seat-table tbody,
  .guide-seat-table td,
  .guide-seat-table tr,
  .guide-seat-table th {
    display: block;
    width: 100%;
  }
  .guide-seat-table {
    margin-top: 10px;
  }
  .guide-seat-table th {
    border-bottom: 1px solid #f0f0f0;
    padding: 5px 10px;
  }
  .guide-seat-table td {
    border-bottom: 1px solid #f0f0f0;
    padding: 8px 8px;
  }
}

/**********module-price***********/

.price-table {
  border: 1px solid #ccc;
  font-size: 124%;
  width: 100%;
  margin-bottom: 15px;
}

.price-table th,
.price-table td {
  border: 1px solid #ccc;
}

.price-table thead th {
  border: 1px solid #ccc;
  text-align: center;
  background-color: #e2efda;
  padding: 8px 10px;
}

.price-table tbody th {
  border: 1px solid #ccc;
  text-align: left;
  background-color: #e2efda;
  padding: 8px 10px;
}

.price-table tbody td {
  border: 1px solid #ccc;
  text-align: center;
  padding: 8px 10px;
  width: 20%;
}

.price-table-wide tbody td {
  width: 16%;
}

.price-table-accent {
  font-weight: bold;
  color: #ee0000;
}

.price-table-th01 {
  background-color: #204f9f !important;
  color: #fff;
  !important
}

.price-table-th02 {
  background-color: #c90014 !important;
  color: #fff;
  !important
}

.price-table-th03 {
  background-color: #da960f !important;
  color: #fff;
  !important
}

.price-table-th04 {
  background-color: #a0c238 !important;
  color: #fff;
  !important
}

.price-table-th05 {
  background-color: #0099f4 !important;
  color: #fff;
  !important
}

.price-table-th06 {
  background-color: #f470b8 !important;
  color: #fff;
  !important
}

.price-table-th07 {
  background-color: #873a79 !important;
  color: #fff;
  !important
}

@media screen and (max-width:768px) {
  .price-table {
    font-size: 85%;
  }
  .price-table th,
  .price-table td {}
  .price-table thead th {
    padding: 5px 3px;
  }
  .price-table tbody th {
    padding: 5px 3px;
  }
  .price-table tbody td {
    padding: 5px 3px;
  }
}

/**********module-ともちけ***********/

.table-tomo {}

.table-tomo tbody tr td:nth-child(1),
.table-tomo tbody tr td:nth-child(5) {
  text-align: center;
}

.table-tomo .btn {
  font-size: 80% !important;
}

/**********module-販売schedule***********/

.ticket-schedule-table {
  font-size: 124%;
  width: 100%;
  background-color: #fafafa;
}

.ticket-schedule-table thead th {
  background-color: #00491e;
  text-align: center;
  color: #fff;
  padding: 8px 0;
}

.ticket-schedule-table tbody td {
  border: 1px solid #ccc;
  text-align: center;
  padding: 8px 10px;
}

@media screen and (max-width:768px) {
  .ticket-schedule-table {
    font-size: 85%;
  }
  .ticket-schedule-table thead th {
    padding: 5px 3px;
  }
  .ticket-schedule-table tbody td {
    padding: 5px 3px;
  }
}

/**********module-onetouch***********/

.onetouch-visual {
  background: url(../../img/bg02.jpg) no-repeat center center / cover;
  border: 6px solid #e2f5ef;
  padding: 40px 50px;
  margin-bottom: 60px;
}

.onetouch-visual-img {
  float: left;
}

.onetouch-visual-title {
  float: right;
  font-size: 250%;
  text-align: center;
  color: #00491e;
}

@media screen and (max-width:768px) {
  .onetouch-visual {
    padding: 20px 20px;
    margin-bottom: 30px;
    text-align: center;
  }
  .onetouch-visual-img {
    float: none;
    width: 180px;
    margin-bottom: 20px;
  }
  .onetouch-visual-title {
    float: none;
    font-size: 154%;
  }
}

/**********module-youtuve***********/

.youtube-box {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width:768px) {
  .youtube-box iframe {
    width: 100%;
    height: auto;
  }
}

/**********module-rule***********/

.rule-block {
  padding-bottom: 30px;
}

.rule-block-title {
  display: inline-block;
  border-bottom: 1px solid #e00;
  color: #e00;
  font-size: 154%;
  margin-bottom: 15px;
}

.rule-block-title i {
  font-size: 150%;
  color: #e00;
  padding-right: 10px;
}

@media screen and (max-width:768px) {
  .rule-block {
    padding-bottom: 20px;
  }
  .rule-block-title {
    font-size: 131%;
    margin-bottom: 10px;
  }
  .rule-block-title i {
    padding-right: 5px;
  }
}

/**********module-cheer***********/

.cheer-map {
  padding-top: 15px;
}

.cheer-map iframe {
  width: 100%;
  height: 400px;
}

.cheer-price {
  color: #c90014;
}

.cheer-lesson {
  display: flex;
  justify-content: space-between;
}

.cheer-lesson li {}

.cheer-lesson img {}

@media screen and (max-width:768px) {
  .cheer-map {
    padding-top: 15px;
  }
  .cheer-map iframe {
    width: 100%;
    height: 300px;
  }
  .cheer-price {
    color: #c90014;
  }
  .cheer-lesson {
    display: block;
  }
  .cheer-lesson li {
    text-align: center;
    padding-bottom: 15px;
  }
  .cheer-lesson img {}
}

/**********module-fanclub***********/

.fan-rule-title {
  display: inline-block;
  font-size: 124%;
  padding: 0 5px;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #00491e;
  border-bottom: 1px solid #00491e;
}

.fan-rule-box {}

.fan-rule-box dt {
  width: 80px;
  float: left;
  line-height: 1.8;
}

.fan-rule-box dd {
  padding-left: 80px;
  line-height: 1.8;
}

@media screen and (max-width:768px) {
  .fan-img {
    width: 30%;
  }
  .fan-rule-title {
    font-size: 108%;
    padding: 0 5px;
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .fan-rule-box {}
  .fan-rule-box dt {
    width: auto;
    float: none;
    line-height: 1.5;
  }
  .fan-rule-box dd {
    padding-left: 0;
    line-height: 1.5;
  }
}

/**********module-transfer***********/

.transfer {
  background-color: #f0f0f0;
  padding: 25px 25px 50px 25px;
  margin-bottom: 50px;
}

.transfer-title {
  background-color: #333;
  color: #fff;
  font-size: 170%;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 30px;
}

.transfer-title.transfer-title01 {
  background-color: #253e7c;
}

.transfer-title.transfer-title02 {
  background-color: #2f9776;
}

.transfer-subtitle {
  font-size: 131%;
  font-weight: bold;
  color: #00491e;
  border-bottom: 2px solid #00491e;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.transfer-qr {
  padding-top: 20px;
}

.transfer-qr img {
  vertical-align: middle;
}

/**********module-link***********/

.link-list {
  padding-top: 20px;
}

.link-list li {
  text-align: center;
  padding-bottom: 80px;
}

.link-list a {
  font-size: 116%;
  text-align: center;
}

.link-list-img {
  padding-bottom: 15px;
}

.link-list-img img {}

@media screen and (max-width:768px) {
  .link-list a {
    font-size: 77%;
    line-height: 1.3;
  }
  .link-list-img {
    padding-bottom: 5px;
  }
}

/**********module-dreampass***********/

.dreampass-title {
  padding-top: 40px;
  padding-bottom: 15px;
  font-size: 154%;
  color: #00491e;
}

.dreampass-title img {
  width: 150px;
  vertical-align: middle;
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (max-width:768px) {}

/**********module-slogan***********/

.slogan-text {
  text-align: center;
  font-size: 131%;
  line-height: 2;
}

@media screen and (max-width:768px) {
  .slogan-text {
    text-align: left;
    font-size: 124%;
    line-height: 1.5;
  }
}

/**********module-nagara***********/

.nagara-img {
  padding-bottom: 20px;
  text-align: center;
}

.nagara-img figcaption {
  padding-top: 15px;
  text-align: center;
  font-size: 108%;
  line-height: 1.8;
}

.nagara-member-list {
  padding-top: 50px;
}

@media screen and (max-width:768px) {

}

/*密着*/

.nagara-block {
  padding-bottom: 100px;
}

.nagara-heading {
  position: relative;
  color: #00491e;
  z-index: 9;
}
.nagara-heading-number {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  transform: skewX(-5deg);
  font-size: 750%;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}
.nagara-heading-en {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  transform: skewX(-5deg);
  font-size: 420%;
  line-height: 1;
  padding: 8px 0 5px 130px;
}
.nagara-heading-title {
  padding-left: 130px;
  font-size: 154%;
}

.nagara-item {
  padding-bottom: 15px;
}
.nagara-item a {
  display: block;
  color: #000;
  display: table;
  width: 100%;
  text-decoration: none;
}
.nagara-item-img {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  padding-right: 15px;
}
.nagara-item-inner {
  display: table-cell;
  vertical-align: middle;
}
.nagara-item-title {
  color: #00491e;
  font-weight: bold;
  font-size: 116%;
  text-decoration: underline;
  margin-bottom: 5px;
}

.nagara-item-title-none {
  color: #00491e;
  font-weight: bold;
  font-size: 116%;
  margin-bottom: 5px;
}
.nagara-item-price {
}


@media screen and (max-width:768px) {



  .nagara-block {
    padding-bottom: 40px;
  }

  .nagara-heading {
  }
  .nagara-heading-number {
    font-size: 350%;
  }
  .nagara-heading-en {
    font-size: 220%;
    padding: 0px 0 0 65px;
  }
  .nagara-heading-title {
    padding-left: 65px;
    font-size: 93%;
  }

  .nagara-item {
    padding-bottom: 10px;
  }
  .nagara-item a {
  }
  .nagara-item-img {
  }
  .nagara-item-inner {
  }
  .nagara-item-title {
    font-size: 116%;
    margin-bottom: 2px;
  }
  .nagara-item-price {
  }


}


/*
密着個別
*/

.nagara-ph01 {
  text-align: right;
}
.nagara-ph01 img {
  margin-top: -40px;
}

.nagara-ph02 {
}
.nagara-ph02 img {
  margin-top: -100px;
}

.nagara-ph03 {
  padding-top: 40px;
}
.nagara-ph02 img {
}

.nagara-box04_1 {
  padding-top: 40px;
}
.nagara-box04_1-img {
  width: 70%;
  float: left;
}
.nagara-box04_1-inner {
  width: 26%;
  float: right;
}
.nagara-box04-text{
  display: inline-block;
  position: relative;
  font-size: 108%;
  padding-bottom: 80px;
}
.nagara-box04-text img{
  position: absolute;
  right: -40px;
  top: -20px;
}


.nagara-box04_2 {
  padding-top: 40px;
}
.nagara-box04_2-img {
  width: 68%;
  float: right;
}
.nagara-box04_2-inner {
  width: 30%;
  float: left;
}

.nagara-ph05 {
  padding-top: 40px;
  padding-bottom: 30px;
}
.nagara-ph06 {
  padding-top: 40px;
}
.nagara-ph07 {
}


@media screen and (max-width:768px) {

  .nagara-ph01 {
    text-align: center;
  }
  .nagara-ph01 img {
    margin-top: 10px;
  }

  .nagara-ph02 {
  }
  .nagara-ph02 img {
    margin-top: 10px;
  }

  .nagara-ph03 {
    padding-top: 10px;
  }
  .nagara-ph02 img {
  }

  .nagara-box04_1 {
    padding-top: 10px;
  }
  .nagara-box04_1-img {
    width: auto;
    float: none;
  }
  .nagara-box04_1-inner {
    width: auto;
    float: none;
  }
  .nagara-box04-text{
    font-size: 108%;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .nagara-box04-text img{
    position: absolute;
    right: -40px;
    top: -20px;
  }


  .nagara-box04_2 {
    padding-top: 10px;
  }
  .nagara-box04_2-img {
    width: auto;
    float: none;
  }
  .nagara-box04_2-inner {
    width: auto;
    float: none;
  }

  .nagara-ph05 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nagara-ph06 {
    padding-top: 10px;
  }
  .nagara-ph07 {
  }
}

/**********module-search-result***********/

.search-result {
  padding-bottom: 30px;
}

.search-result a {
  color: #000;
  text-decoration: none;
}

.search-result-title {
  font-size: 154%;
  font-weight: bold;
  color: #0066cc;
  text-decoration: underline;
}

.search-result-url {
  color: #008000;
  font-size: 93%;
  padding-bottom: 10px;
  white-space: wrap;
  white-space: normal;
  word-wrap: break-word;
}

.search-result-summary {
  color: #555;
  font-size: 93%;
}

a[href]:hover {
  opacity: 0.7;
}

a:hover .search-result-title {
  text-decoration: none;
}

a:visited .search-result-title {
  color: purple;
}

@media screen and (max-width:768px) {
  .search-result-title {
    font-size: 131%;
  }
  .search-result-url {
    font-size: 77%;
    padding-bottom: 5px;
  }
  .search-result-summary {
    font-size: 85%;
  }
}

/**********module-uniform***********/

.uniform-size {
  border: 1px solid #ccc;
}

.uniform-size th {
  border: 1px solid #ccc;
  padding: 5px 8px;
}

.uniform-size td {
  border: 1px solid #ccc;
  padding: 5px 8px;
  text-align: center;
}

.uniform-size thead {
  background-color: #00491e;
  color: #fff;
}

.uniform-size tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}

/**********module-song-block***********/

.song-block {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.song-block01 {
  background-image: url(../../img/fan/song/bg01.jpg);
}

.song-block02 {
  background-image: url(../../img/fan/song/bg02.jpg);
}

.song-block03 {
  background-image: url(../../img/fan/song/bg03.jpg);
}

.song-block04 {
  background-image: url(../../img/fan/song/bg04.jpg);
}

.song-block05 {
  background-image: url(../../img/fan/song/bg05.jpg);
}

.song-youtube {
  text-align: center;
  float: left;
  width: 80%;
}

.song-youtube iframe {
  max-width: 100%;
}

.song-heading {
  padding-bottom: 50px;
}

.song-title {
  font-size: 280%;
  text-align: center;
  padding-bottom: 5px;
}

.song-title span {
  display: inline-block;
  font-weight: 600;
  transform: skewX(-5deg);
}

.song-title-en {
  font-family: 'Oswald', sans-serif;
}

.song-artist {
  text-align: center;
  font-size: 108%;
}

.song-artist-list {
  float: right;
  text-align: center;
  width: 20%;
}

.song-artist-list li {
  padding-bottom: 30px;
}

.song-artist-list li a {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.song-artist-list li a:hover {
  opacity: 0.7;
}

.song-artist-list figure {}

.song-artist-list img {
  border-radius: 50%;
  max-width: 100px;
}

.song-artist-list figcaption {
  text-align: center;
  font-size: 93%;
  padding-top: 5px;
}

@media screen and (max-width:768px) {
  .song-heading {
    padding-bottom: 20px;
  }
  .song-title {
    font-size: 154%;
    padding-bottom: 2px;
  }
  .song-title span {}
  .song-title-en {}
  .song-artist {
    text-align: center;
    font-size: 85%;
  }
  .song-youtube {
    float: none;
    width: auto;
    padding-bottom: 10px;
  }
  .song-youtube iframe {
    width: 300px;
    height: 170px;
  }
  .song-artist-list {
    float: none;
    text-align: center;
    width: auto;
    display: flex;
    justify-content: center;
  }
  .song-artist-list li {
    padding: 0 5px;
  }
  .song-artist-list figure {}
  .song-artist-list img {
    max-width: 70px;
  }
  .song-artist-list figcaption {
    font-size: 77%;
    padding-top: 3px;
  }
}

/**********module-partner-flyer***********/

.partner-flyer{
  height: 480px;
}


.partner-flyer-img {
  position: absolute;
  left: 0;
  top: 0;
}
.partner-flyer-upper {
  padding-top: 80px;
}

.partner-flyer-upper li:nth-of-type(2){
}

.partner-flyer-list{
  text-align: center;
}

.partner-flyer-list li {
  text-align: center;
  padding-bottom: 40px;
}

.partner-flyer-list a{
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 108%;
  text-align: center;
}
.partner-flyer-list figcaption{
  padding-top: 10px;
}


@media screen and (max-width:768px) {


  .partner-flyer{
    height: auto;
  }


  .partner-flyer-img {
    position: static;
    text-align: center;
  }
  .partner-flyer-img img{
    width: 160px;
  }
  .partner-flyer-upper {
    padding-top: 10px;
  }

  .partner-flyer-upper li:nth-of-type(2){
    padding-left: 0;
  }


  .partner-flyer-list li {
    text-align: center;
    padding-bottom: 30px;
  }

  .partner-flyer-list a{
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 85%;
    text-align: center;
  }
  .partner-flyer-list figcaption{
    padding-top: 5px;
  }


}

/**********module-match-results-detail***********/

.mr-article {
  padding-top: 20px;
}

.mr-block {
  padding-bottom: 40px;
}

.mr-block-first,
.mr-block-second {
  width: 28%;
}

.mr-block-first {
  float: left;
}

.mr-block-second {
  float: right;
}

.mr-block-third {
  width: 40%;
  margin: 0 auto;
}

.mr-block-title {
  background-color: #00491e;
  color: #fff;
  padding: 5px 15px;
}

.mr-block-title span {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  transform: skewX(-5deg);
  font-size: 139%;
}

@media screen and (max-width:768px) {
  .mr-article {
    padding-top: 10px;
  }
  .mr-block {
    padding-bottom: 10px;
  }
  .mr-block-first,
  .mr-block-second {
    width: 49%;
    margin-bottom: 10px;
  }
  .mr-block-first {
    float: left;
  }
  .mr-block-second {
    float: right;
  }
  .mr-block-third {
    clear: both;
    width: auto;
  }
  .mr-block-title {
    padding: 3px 10px;
  }
  .mr-block-title span {
    font-size: 124%;
  }
}

/*mr-member*/

.mr-member {
  background-color: #1c1c1c;
  margin-bottom: 20px;
}

.mr-member-inner {
  color: #fff;
  padding: 15px 20px 15px;
  font-size: 131%;
  line-height: 1.8;
}

@media screen and (max-width:768px) {
  .mr-member {
    margin-bottom: 0;
  }
  .mr-member-inner {
    padding: 10px 10px 10px;
    font-size: 100%;
    line-height: 1.5;
  }
}

/*mr-stats*/

.mr-stats {
  padding-bottom: 20px;
}

.mr-stats-inner {
  background-color: #f0f0f0;
  padding: 15px 30px;
}

.mr-stats-table {
  font-size: 116%;
}

.mr-stats-table tr th {
  width: 40%;
  text-align: center;
}

.mr-stats-table tr td:first-of-type {
  text-align: left;
}

.mr-stats-table tr td:last-of-type {
  text-align: right;
}

.mr-stats-table td,
.mr-stats-table th {
  padding-bottom: 12px;
  font-weight: 500;
}

.mr-stats-table td span {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  transform: skewX(-5deg);
  font-size: 124%;
  width: 2em;
  text-align: right;
}

@media screen and (max-width:768px) {
  .mr-stats {
    padding-bottom: 10px;
  }
  .mr-stats-inner {
    padding: 10px 10px;
  }
  .mr-stats-table tr th {
    width: 50%;
    font-size: 13px;
  }
  .mr-stats-table td,
  .mr-stats-table th {
    padding-bottom: 5px;
  }
  .mr-stats-table td span {
    font-size: 108%;
  }
}

/*member-change*/

.mr-change {
  padding-bottom: 20px;
}

.mr-change-inner {
  background-color: #f0f0f0;
  padding: 15px 10px;
}

.mr-change-table {
  text-align: center;
  font-size: 116%;
}

.mr-change-table tr th {
  width: 10%;
  font-size: 93%;
}

.mr-change-table tr td {
  width: 38%;
  padding: 10px 0;
  letter-spacing: 0;
}

.mr-change-table tr:not(:last-child) td {
  border-bottom: 1px solid #ccc;
}

.mr-change-table tr td:first-of-type {
  text-align: left;
  border-right: 1px solid #ccc;
}

.mr-change-table tr td:last-of-type {
  text-align: right;
  border-left: 1px solid #aaa;
}

.mr-change-minutes {
  display: inline-block;
  width: 2.5em;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  background-color: #1c1c1c;
  text-align: center;
  font-size: 12px;
  margin: 0 0;
}

.mr-change-table tr td:first-of-type .mr-change-minutes{
  float: left;
}
.mr-change-table tr td:first-of-type small{
  display: block;
  padding-left: 36px;
  font-size: 93%;
}

.mr-change-table tr td:last-of-type .mr-change-minutes{
  float: right;
}
.mr-change-table tr td:last-of-type small{
  display: block;
  padding-right: 36px;
  font-size: 93%;
}

.mr-change-minutes.in {
  background-color: #ff6600;
}

.mr-change-minutes.out {
  background-color: #226807;
}

@media screen and (max-width:768px) {
  .mr-change {
    padding-bottom: 10px;
  }
  .mr-change-inner {
    padding: 5px 5px;
  }
  .mr-change-table {
    text-align: center;
    font-size: 93%;
  }
  .mr-change-table tr th {
    width: 12%;
  }
  .mr-change-table tr td {
    width: 38%;
    padding: 10px 0;
  }
}

/*member-card*/

.mr-card {
  padding-bottom: 20px;
}

.mr-card-inner {
  background-color: #f0f0f0;
  padding: 15px 10px;
}

.mr-card-box {
  width: 50%;
  float: left;
}

.mr-card-box:first-child {
  text-align: left;
  border-right: 1px solid #ccc;
}

.mr-card-box:last-child {
  text-align: right;
  border-left: 1px solid #ccc;
  margin-left: -1px;
}

.mr-card-text {
  font-size: 116%;
  margin-bottom: 10px;
}

.mr-card-color {
  display: inline-block;
  width: 15px;
  height: 20px;
  vertical-align: middle;
  transform: skewX(-5deg);
  background-color: #888;
  margin: 0 8px 5px 8px;
}

.mr-card-color.yellow {
  background-color: #ffcc00;
}

.mr-card-color.red {
  background-color: #ff0000;
}

.mr-card-box:first-child .mr-card-color {
  float: left;
}

.mr-card-box:last-child .mr-card-color {
  float: right;
}

@media screen and (max-width:768px) {
  .mr-card {
    padding-bottom: 10px;
  }
  .mr-card-inner {
    padding: 10px 5px;
  }
  .mr-card-box {}
  .mr-card-text {
    font-size: 100%;
    margin-bottom: 6px;
  }
}

/*mr-referee*/

.mr-data {
  background-color: #f0f0f0;
  margin-bottom: 20px;
}

.mr-data-block {
  padding: 20px 40px;
}

.mr-dl {
  float: left;
  display: flex;
  padding-right: 20px;
  flex-wrap: wrap;
}

.mr-dl dt {
  background-color: #1c1c1c;
  padding: 3px 10px;
  color: #fff;
  font-weight: bold;
}

.mr-dl dd {
  font-size: 124%;
  padding: 0 10px;
}

@media screen and (max-width:768px) {
  .mr-data {
    margin-bottom: 10px;
  }
  .mr-data-block {
    padding: 10px 10px;
  }
  .mr-dl {
    float: none;
    padding-right: 0px;
    margin-bottom: 5px;
  }
  .mr-dl dt {
    padding: 1px 0px;
    font-size: 100%;
    width: 90px;
    text-align: center;
  }
  .mr-dl dd {
    font-size: 100%;
    padding: 0 10px;
  }
}


.mr-gallery{
  margin-left: -1%;
}

.mr-gallery li{
  width: 24%;
  float: left;
  margin-left: 1%;
  padding-bottom: 0;
}

@media screen and (max-width:768px) {


  .mr-gallery{
  }

  .mr-gallery li{
    width: 49%;
  }

}



/**********module-season-data***********/

.sdata-block{
  margin-left: -2%;
}

.sdata-item {
  width: 14.66666%;
  margin-left: 2%;
  float: left;
}

.sdata-dl {
}
.sdata-dl dt {
  background-color: #b09814;
  color: #fff;
  font-size: 124%;
  font-weight: bold;
  padding: 3px 0;
  text-align: center;
}
.sdata-dl dd {
  text-align: center;
}
.sdata-dl span {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  transform: skewX(-5deg);
  font-size: 550%;
}

@media screen and (max-width:768px) {


  .sdata-block{
    margin-left: -2%;
  }

  .sdata-item {
    width: 31.33333%;
  }

  .sdata-dl {
    padding-bottom: 20px;
  }
  .sdata-dl dt {
    font-size: 100%;
    padding: 2px 0;
  }
  .sdata-dl dd {
    text-align: center;
  }
  .sdata-dl span {
    font-size: 350%;
  }

}


/*
sdata-box
*/
.sdata-box{
  padding-bottom: 80px;
}


.sdata-table{

}
.sdata-table thead th:nth-child(1){
  width: 80px;
}
.sdata-table thead th:nth-child(3){
  width: 90px;
}
.sdata-table thead th:nth-child(4){
  width: 90px;
}

.sdata-table thead th{
  padding: 15px 15px;
  text-align: left;
  font-size: 116%;
  font-weight: 500;
}

.sdata-table tbody tr{
  background-color: #f0f0f0;
  border-bottom: 1px solid #fff;
}

.sdata-table tbody th{
  text-align: left;
  padding-left: 20px;
  padding-right: 30px;
}
.sdata-table tbody th span{
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  transform: skewX(-5deg);
  font-size: 220%;
  color: #00491e;
}

.sdata-table tbody td{
  font-size: 1.24rem;
}

.sdata-table tbody td:nth-child(3){
  text-align: right;
  padding-right: 20px;
}
.sdata-table tbody td:last-child{
  text-align: right;
  padding-right: 20px;
}
.sdata-table tbody td span{
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  transform: skewX(-5deg);
  font-size: 147%;
  text-align: right;
}


@media screen and (max-width:768px) {



  .sdata-box{
    padding-bottom: 30px;
  }

  .sdata-table{

  }
  .sdata-table thead th:nth-child(1){
    width: 40px;
  }
  .sdata-table thead th:nth-child(3){
    width: 50px;
  }
  .sdata-table thead th:nth-child(4){
    width: 50px;
  }

  .sdata-table thead th{
    padding: 5px 5px;
    font-size: 93%;
  }

  .sdata-table tbody tr{
  }

  .sdata-table tbody th{
    padding-left: 10px;
    padding-right: 20px;
  }
  .sdata-table tbody th span{
    font-size: 139%;
  }

  .sdata-table tbody td{
    font-size: 1.00rem;
  }

  .sdata-table tbody td:nth-child(3){
    padding-right: 10px;
  }
  .sdata-table tbody td:last-child{
    padding-right: 10px;
  }
  .sdata-table tbody td span{
    font-size: 116%;
  }


}

/*
sdata-ranking
*/

.sdata-ranking-table {
  table-layout: fixed;
  letter-spacing: 0;
}

.sdata-ranking-table thead {
  background-color: #1c1c1c;
}

.sdata-ranking-table thead th {
  color: #fff;
  padding: 12px 12px 12px 5px;
  text-align: center;
  border-right: 1px solid #333;
}

.sdata-ranking-table thead th:hover {
  background-color: #333;
}

.sdata-ranking-table thead th:nth-child(1) {
  width: 8%;
}

.sdata-ranking-table thead th:nth-child(2) {
  width: 16%;
}

.sdata-ranking-table tbody tr {
  background-color: #f0f0f0;
}

.sdata-ranking-table tbody tr:nth-child(even) {
  background-color: #e0e0e0;
}

.sdata-ranking-table tbody tr:hover {
  opacity: 0.8;
}


.sdata-ranking-table tbody td {
  text-align: center;
  font-size: 1.08rem;
  padding: 5px 0;
  font-weight: bold;
}

.sdata-ranking-table tbody td:nth-child(1) {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  transform: skewX(-5deg);
  font-size: 124%;
}

.sdata-ranking-table tbody td:nth-child(2) {
  text-align: left;
  font-weight: bold;
}


.sdata-ranking-accent{
  color: #c00;
}

.sdata-ranking-default{
  color: #888;
}




@media screen and (max-width:768px) {

  .sp-table-wrap{
    overflow: auto;
  }

  .sdata-ranking-table {
    width: 1000px;
  }

  .sdata-ranking-table thead {
  }

  .sdata-ranking-table thead th {
    padding: 5px 12px 5px 5px;
    font-size: 85%;
  }

  .sdata-ranking-table thead th:hover {
    background-color: #333;
  }

  .sdata-ranking-table thead th:nth-child(1) {
    width: 8%;
  }

  .sdata-ranking-table thead th:nth-child(2) {
    width: 16%;
  }


  .sdata-ranking-table tbody td {
    font-size: 0.93rem;
    padding: 3px 0;
  }

  .sdata-ranking-table tbody td:nth-child(1) {
    font-size: 108%;
  }

  .sdata-ranking-table tbody td:nth-child(2) {
  }


}


/**********uchiwa-rany***********/

.uchiwa-title {
  text-align: center;
  font-size: 220%;
  clear: #00491e;
  padding-bottom: 20px;
}
.uchiwa-title img {
  padding-top: 15px;
}

.uchiwa-lead {
  font-size: 131%;
  text-align: center;
  line-height: 1.8;
  padding-bottom: 40px;
}


.uchiwa-subtitle {
  border-bottom: 2px solid #00491e;
  color: #00491e;
  font-size: 170%;
  position: relative;
  background: url(../../img/partner/uchiwa/icon_light.png) no-repeat left top;
  padding: 12px 0 10px 45px;
  margin-bottom: 15px;
}
.uchiwa-subtitle-horn {
  padding: 12px 0 10px 65px;
  background: url(../../img/partner/uchiwa/icon_horn.png) no-repeat left top;
}

.uchiwa-summary {
  font-size: 185%;
  font-weight: bold;
  padding-bottom: 10px;
}
.uchiwa-summary small {
}


@media screen and (max-width:768px) {


  .uchiwa-title {
    text-align: center;
    font-size: 124%;
    clear: #00491e;
    padding-bottom: 20px;
  }
  .uchiwa-title img {
    padding-top: 5px;
  }


  .uchiwa-subtitle {
    font-size: 139%;
    background: url(../../img/partner/uchiwa/icon_light.png) no-repeat left top / 26px auto;
    padding: 5px 0 5px 30px;
    margin-bottom: 10px;
  }
  .uchiwa-subtitle-horn {
    font-size: 139%;
    background: url(../../img/partner/uchiwa/icon_horn.png) no-repeat left 5px / 26px auto;
    padding: 5px 0 5px 30px;
    margin-bottom: 10px;
  }


  .uchiwa-lead {
    font-size: 124%;
    text-align: left;
    line-height: 1.5;
    padding-bottom: 20px;
  }

  .uchiwa-summary {
    font-size: 154%;
    padding-bottom: 10px;
  }
  .uchiwa-summary small {
  }

}


/**********module-rany***********/

.rany-lead{
  text-align: center;
  font-size: 131%;
  line-height: 2;
  font-weight: normal;
  font-family: "Yasashisa_tegaki" , "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
}

.rany-intro{
  background: url(/img/watching/ranyday/bg01.png) no-repeat center 50px;
  padding-bottom: 70px;
}

.rany-index {
  background: url(/img/watching/ranyday/bg02.png) no-repeat right top;
  padding-top: 100px;
  padding-bottom: 200px;
  margin-top: -40px;
}

.rany-index-list {
}
.rany-index-list li {
}
.rany-index-box {
  display: table;
  width: 100%;
  color: #1c1c1c;
  text-decoration: none;
}
.rany-index-number {
  display: table-cell;
  width: 150px;
  padding-right: 10px;
  text-align: left;
  vertical-align: middle;
}
.rany-index-text {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 0 10px 0;
  text-align: left;
  font-size: 147%;
  font-weight: bold;
  font-family: "Yasashisa_tegaki" , "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.rany-index-text img{
  vertical-align: middle;
  padding-left: 10px;
}


.rany-strike{
  display: inline-block;
  position: relative;
}
.rany-strike::after{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #c00;
  position: absolute;
  left: 0;
  top: 48%;
  transform-origin:center center;
  transform:rotate(10deg);
}


.rany-number-img{
  margin-bottom: -10px;
  margin-right: 15px;
  padding-top: 15px;
  width: 120px;
}

.rany-poncho {
  padding-top: 20px;
  font-size: 147%;
  font-weight: bold;
  font-family: "Yasashisa_tegaki" , "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.rany-poncho-img {
  position: absolute;
  left: 500px;
  top: 150px;
}


.rany-spa {
  padding-top: 40px;
}
.rany-spa-img {
  padding-bottom: 10px;
}


@media screen and (max-width:768px) {

  .rany-lead{
    text-align: left;
    font-size: 124%;
    line-height: 1.6;
  }

  .rany-intro{
    background: url(/img/watching/ranyday/bg01.png) no-repeat center top / 100% auto;
    padding-bottom: 20px;
  }

  .rany-index {
    background: url(/img/watching/ranyday/bg02.png) no-repeat right top;
    background: none;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -0;
  }

  .rany-index-list {
    padding-bottom: 50px;
  }
  .rany-index-list li {
  }
  .rany-index-box {
    display: table;
    width: 100%;
    color: #1c1c1c;
    text-decoration: none;
  }
  .rany-index-number {
    width: 120px;
    padding-right: 10px;
    vertical-align: top;
  }
  .rany-index-text {
    padding: 10px 0 10px 0;
    font-size: 131%;
  }
  .rany-index-text img{
    padding-left: 5px;
  }


  .rany-number-img{
    margin-bottom: -0;
    margin-right: 0;
    padding-top: 0;
    width: 130px;
    display: block;
    margin: 0 auto 5px;
  }

  .rany-poncho {
    padding-top: 10px;
  }

  .rany-poncho-img {
    position: absolute;
    right: 0px;
    left: auto;
    top: 220px;
    width: 60px;
    z-index: -1;
  }


  .rany-spa {
    padding-top: 40px;
  }
  .rany-spa-img {
    width: 30%;
    float: right;
    padding-bottom: 10px;
  }


}



/**********module-nobori***********/

.nobori-block{
  display: flex;
  width: 100%;
}

.nobori-block-img {
  text-align: center;
}
.nobori-block-inner {
  width: 300px;
  padding-left: 25px;
}
.nobori-block-title {
  background-color: #00491e;
  color: #fff;
  font-size: 185%;
  padding: 8px 0;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 20px;
}
.nobori-block-text {
  font-size: 131%;
  font-weight: bold;
  line-height: 1.4;
}
.nobori-block-price {
  color: #c90014;
  font-family: "Roboto";
  font-weight: 700;
}
.nobori-block-price strong{
  font-size: 160%;
}


@media screen and (max-width:768px) {


  .nobori-block{
    padding-bottom: 30px;
  }

  .nobori-block-img {
    width: 80px;
    text-align: center;
  }
  .nobori-block-inner {
    width: 100%;
    padding-left: 10px;
  }
  .nobori-block-title {
    font-size: 129%;
    padding: 2px 0;
    border-radius: 8px;
    margin-bottom: 5px;
  }
  .nobori-block-text {
    font-size: 108%;
  }
  .nobori-block-price {
  }
  .nobori-block-price strong{
    font-size: 140%;
  }


}


/*
special
*/



.nobori-special {
  background-color: #ffdf60;
  border-radius: 15px;
  position: relative;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 20px 0 20px 4%;
}
.nobori-special-img {
  position: absolute;
  right: -50px;
  top: 0px;
}

/*


.nobori-special {
  background-color: #ffdf60;
  border-radius: 15px;
  position: relative;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
  padding: 20px 0 20px 8%;
}
.nobori-special-img {
  position: absolute;
  left: 100px;
  top: -20px;
}
*/

@media screen and (max-width:768px) {


  .nobori-special {
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 10px 0 10px 50px;
  }
  .nobori-special-img {
    left: 0px;
    top: auto;
    bottom: 0;
    width: 50px;
  }


}




/**********module-machine***********/


.machine-title {
  border-bottom: 2px solid #00491e;
  color: #00491e;
  font-size: 170%;
  position: relative;
  background: url(../../img/partner/machine/icon.png) no-repeat left top;
  padding: 20px 0 10px 50px;
  margin-bottom: 30px;
  font-family: "Yasashisa_tegaki" , "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.machine-character{
  position: absolute;
  right: 0;
  bottom: -1px;
  z-index: -1;
}

.machine-design-title {
  text-align: center;
  font-size: 139%;
  padding-top: 20px;
  padding-bottom: 8px;
}

@media screen and (max-width:768px) {

  .machine-title {
    font-size: 139%;
    background: url(/img/partner/machine/icon.png) no-repeat left top / 26px auto;
    padding: 15px 0 5px 30px;
    margin-bottom: 15px;
  }

  .machine-character{
    display: none;
  }

  .machine-design-title {
    font-size: 124%;
    padding-top: 20px;
    padding-bottom: 5px;
  }


}




/**********educational-machine***********/

.educational-map{
  width: 700px;
  margin: 0 auto 50px;

}

.educational-map-bg {
  display: inline-block;
  background: url(../../img/educational/map.png) no-repeat left top;
  width: 700px;
  height: 650px;
  position: relative;
}

.educational-map-list {
  font-feature-settings: "palt";
  letter-spacing: 0;
}
.educational-map-list li {
  position: absolute;
}
.educational-map-list a {
  display: block;
  border: 2px solid #00491e;
  background-color: #fff;
  color: #00491e;
  padding: 5px 0;
  height: 36px;
  font-size: 116%;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.educational-map-list a:hover {
  color: #fff;
  background-color: #00491e;
  opacity: 1;
}

.educational-map-list01 {
  width: 8em;
  left: 320px;
  top: 355px;
}
.educational-map-list02 {
  width: 10em;
  left: 40px;
  top: 485px;
}
.educational-map-list03 {
  width: 12em;
  left: 320px;
  top: 540px;
}
.educational-map-list04 {
  width: 8em;
  left: 120px;
  top: 425px;
}
.educational-map-list05 {
  width: 10em;
  left: 350px;
  top: 450px;
}
.educational-map-list06 {
  width: 12em;
  top: 555px;
}
.educational-map-list07 {
  width: 14em;
  left: 150px;
  top: 115px;
}
.educational-map-list08 {
  width: 10em;
  left: 420px;
  top: 490px;
}
.educational-map-list09 {
  width: 13em;
  left: 170px;
  top: 316px;
}
.educational-map-list10 {
  width: 15em;
  left: 310px;
  top: 448px;
}



@media screen and (max-width:768px) {

  .educational-map{
    width: 280px;
    height: 300px;
    overflow: hidden;
    text-align: center;
    padding-top: 30px;
  }

  .educational-map-bg {
    transform-origin:left top;
    transform:scale(0.4);
  }
}



/**********vtuber***********/
.vtuber {
  position: relative;
  padding-bottom: 200px;
  overflow: hidden;
}
.vtuber::before {
  content: "";
  display: block;
  width: 100%;
  height: 85%;
  background-color: #f1f8d9;
  position: absolute;
  left: 0;
  top: 100px;
  transform:skewY( -3deg);
  z-index: -1;
}

.vtuber-title {
  position: relative;
  z-index: 9;
}
.vtuber-title img {
}
.vtuber-logo {
  padding-bottom: 30px;
  padding-top: 20px;
  position: relative;
  z-index: 9;
}
.vtuber-logo img {
}

.vtuber-character {
  position: absolute;
  right: -150px;
  top: 0;
}

.vtuber-character img {
}


.vtuber-prof {
  max-width: 510px;
  position: relative;
  z-index: 9;
}

.vtuber-subtitle {
  text-align: center;
  padding-bottom: 30px;
}

.vtuber-twitter{
  position: absolute;
  font-size: 36px;
  color: #1da1f2;
  text-decoration: none;
  margin-left: 20px;

}


.vtuber-prof-table{
}
.vtuber-prof-table th{
  white-space: nowrap;
  text-align: right;
  font-size: 124%;
  font-weight: 500;
  line-height: 1.8;
  vertical-align: top;
}
.vtuber-prof-table th::after{
  content: "：";
  padding-left: 0.5em;
}
.vtuber-prof-table td{
  font-size: 124%;
  padding-left: 0.5em;
  line-height: 1.8;
  vertical-align: top;
}

@media screen and (max-width:768px) {

  .vtuber {
    padding-bottom: 50px;
    margin-bottom: 40px;
  }
  .vtuber::before {
  }

  .vtuber-title {
  }
  .vtuber-title img {
  }
  .vtuber-logo {
    padding-bottom: 20px;
    padding-top: 10px;
    position: relative;
    z-index: 9;
    text-align: left;
  }
  .vtuber-logo img {
    width: 220px;
  }

  .vtuber-character {
    position: absolute;
    right: -50px;
    top: 80px;
  }

  .vtuber-character img {
    width: 250px;
  }


  .vtuber-prof {
    text-align: left;
  }

  .vtuber-subtitle {
    text-align: center;
    padding-bottom: 10px;
  }
  .vtuber-prof .vtuber-subtitle {
    text-align: left;
  }

  .vtuber-subtitle img {
    height: 40px;
  }

  .vtuber-twitter{
    font-size: 24px;
    margin-left: 10px;

  }


  .vtuber-prof-table{
    width: 70%;
  }
  .vtuber-prof-table th{
    font-size: 85%;
  }
  .vtuber-prof-table th::after{
  }
  .vtuber-prof-table td{
    font-size: 85%;
  }

}



/**********ske48***********/

.ske{
  background-color: #fbf2db;
}


.ske-title {
  text-align: center;
  color: #f9ba00;
  position: relative;
  z-index: 2;
}

.ske-title span {
  display: inline-block;
  position: relative;
  padding: 0 60px 10px;
  font-size: 220%;
  transform: skewX(-5deg);
  z-index: 2;
  line-height: 1.2;
}

.ske-title span::before,
.ske-title span::after {
  content: "";
  display: block;
  width: 50px;
  height: 17px;
  background: url(../../img/heading_motif_yellow.png) no-repeat center center / 50px auto;
  position: absolute;
  top: 8px;
}
.ske-title span::before {
  left: 0;
}

.ske-title span::after {
  right: 0;
}


.ske-logo {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
}
.ske-logo img {
}



.ske-lead {
  text-align: center;
  padding-bottom: 30px;
}
.ske-lead span {
  display: inline-block;
  background: url(../../img/ske/ribbon01.png) no-repeat center center / 100% 100%;
  padding: 10px 40px;
  font-size: 154%;
  font-weight: bold;
  color: #fff;
}

.ske-text {
  font-size: 131%;
  line-height: 2;
  margin-bottom:40px;
}

.ske-visual {
  padding-right: 10px;
  position: relative;
  margin-top: 40px;
  margin-bottom: 80px;
}
.ske-visual img {
  position: relative;
  z-index: 9;
}
.ske-visual::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../img/ske/pattern01.png);
  position: absolute;
  right: 0;
  bottom: -10px;
}



.skeProf {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}
.skeProf-img{
  width: 48%;
  padding-top:5%;
}
.skeProf-inner {
  width: 48%;
}


.skeProf-heading {
}
.skeProf-ribbon {
  padding-bottom: 10px;
}
.skeProf-ribbon img {
  height: 50px;
}
.skeProf-title {
  padding-bottom: 15px;
}
.skeProf-title img {
}


.skeProf-detail {
  font-size: 108%;
  line-height: 1.8;
  padding-top: 30px;
}



.skeProf-message {
  padding: 50px 0;
  position: relative;
}
.skeProf-message::before,
.skeProf-message::after {
  content: "";
  display: block;
  width: 46px;
  height: 38px;
  position: absolute;
}
.skeProf-message::before {
  background: url(../../img/ske/balloon01.png) no-repeat;
  left: -30px;
  top: 15px;
}
.skeProf-message::after {
  background: url(../../img/ske/balloon02.png) no-repeat;
  right: 0;
  bottom: 0;
}
.skeProf-message-text {
  font-size: 108%;
  line-height: 1.8;
}


.skeAbout{
  background-color: #fff;
  position: relative;
  background-color: #fff;
  padding: 30px 60px;
}
.skeAbout::before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: url(../../img/ske/pattern01.png);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.skeAbout-logo {
  padding-bottom: 30px;
}
/*.skeAbout-logo img {
  width: 200px;
}*/
.skeAbout-text {
  line-height: 1.8;
}
.skeAbout-text br {
}
.skeAbout-sns {
  position: absolute;
  right: 50px;
  top: 40px;
}

@media screen and (max-width:768px) {

  .ske{
  }

  .ske-title {
  }

  .ske-title span {
    padding: 0 40px 10px;
    font-size: 154%;
  }

  .ske-title span::before,
  .ske-title span::after {
    width: 36px;
    background: url(../../img/heading_motif_yellow.png) no-repeat center center / 36px auto;
    top: 3px;
  }

  .ske-logo {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .ske-logo img {
    width: 200px;
  }



  .ske-lead {
    padding-bottom: 20px;
  }
  .ske-lead span {
    padding: 10px 20px;
    font-size: 131%;
  }

  .ske-text {
    font-size: 116%;
    line-height: 1.8;
  }


  .skeProf {
    display: block;
    padding-bottom: 40px;
  }
  .skeProf-img{
    width: auto;
  }
  .skeProf-inner {
    width: auto;
  }


  .skeProf-heading {
    padding-top: 20px;
    text-align: center;
  }
  .skeProf-ribbon {
    padding-bottom: 5px;
  }
  .skeProf-ribbon img {
    height: 40px;
  }
  .skeProf-title {
    padding-bottom: 10px;
  }
  .skeProf-title img {
  }


  .skeProf-detail {
    font-size: 100%;
    line-height: 1.7;
    padding-top: 20px;
  }



  .skeProf-message {
    padding: 35px 0;
  }
  .skeProf-message::before,
  .skeProf-message::after {
    width: 36px;
    height: 28px;
    background-size: 100% auto;
  }
  .skeProf-message::before {
    left: -10px;
    top: 10px;
  }
  .skeProf-message::after {
  }
  .skeProf-message-text {
    font-size: 100%;
    line-height: 1.7;
  }


  .skeAbout{
    padding: 15px 20px;
  }
  .skeAbout-logo {
    padding-bottom: 20px;
  }
  .skeAbout-logo img {
    width: 200px;
  }
  .skeAbout-text {
    line-height: 1.7;
  }
  .skeAbout-text br {
  }
  .skeAbout-sns {
    position: absolute;
    right: 0px;
    top: 30px;
  }

}

/**********giffyInfo***********/

.giffyInfo {
  margin-top: 0px;
  padding-bottom: 80px;
}
.giffyInfo-list {
  display: flex;
  padding-bottom: 60px;
  justify-content: space-between;
}
.giffyInfo-list li {
  width: 32.5%;
}
.giffyInfo-list li img{
  border: 3px solid #00491e;
}

.giffyInfo-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.giffyInfo-gallery li {
  width: 12%;
  margin-bottom: 8px;
}
.giffyInfo-gallery:hover img {
  opacity: 0.7;
}
.giffyInfo-gallery img {
  position: relative;
}
.giffyInfo-gallery img:hover {
  transform: scale(1.5);
  z-index: 9;
  opacity: 1;
}
.giffyInfo-gallery a:hover {
  opacity: 1;
}

@media screen and (max-width:768px) {

  .giffyInfo {
    margin-top:0px;
    padding-bottom: 50px;
  }
  .giffyInfo-list {
    display: block;
    padding-bottom: 50px;
  }
  .giffyInfo-list li {
    width: auto;
    text-align: center;
    margin-bottom: 10px;
  }

  .giffyInfo-gallery {
  }
  .giffyInfo-gallery li {
    width: 15.6%;
    margin-bottom: 5px;
  }
  .giffyInfo-gallery:hover li img {
    opacity: 1;
  }
  .giffyInfo-gallery img:hover {
    transform: scale(1.3);
    z-index: 9;
    opacity: 1;
  }
  .giffyInfo-gallery a:hover img {
    opacity: 1;
  }

}


/**********pageNavi***********/

.pageNavi {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1%;
  margin-bottom: -1%;
}
.pageNavi > li {
  width: 32.3%;
  margin-left: 1%;
  margin-bottom: 1%;
}
.pageNavi > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: #019610;
  color: #fff;
  font-size: 154%;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-decoration: none;
  height: 4.5em;
  line-height: 1.3;
  border-radius: 8px;
}
.pageNavi > li > a:hover {
  background-color: #00491e;
  opacity: 1;
}

@media screen and (max-width:768px) {

  .pageNavi > li {
    width: 49%;
  }
  .pageNavi > li > a {
    font-size: 124%;
  }

}
@media screen and (max-width:520px) {

  .pageNavi > li > a {
    font-size: 100%;
    letter-spacing: 0;
  }
}


/**********separate***********/


.separate {
  display: flex;
  justify-content: space-between;
}
.separate-large {
  width: 55%;
}
.separate-small {
  width: 40%;
}
.separate-xlarge {
  width: 60%;
}
.separate-xxlarge {
  width: 65%;
}
.separate-xsmall {
  width: 35%;
}
.separate-xxsmall {
  width: 30%;
}
.separate-half {
  width: 47.5%;
}
.separate.is-reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width:768px) {

  .separate {
    display: block;
  }
  .separate-large,
  .separate-small,
  .separate-xlarge,
  .separate-xsmall,
  .separate-xxlarge,
  .separate-xxsmall,
  .separate-half {
    width: auto
  }
  .separate-large:first-child,
  .separate-small:first-child,
  .separate-xlarge:first-child,
  .separate-xsmall:first-child,
  .separate-xxlarge:first-child,
  .separate-xxsmall:first-child,
  .separate-half:first-child {
    padding-bottom: 2em;
  }

}

/**********playerNavi***********/

.playerNavi {
  max-width: 980px;
  margin: 0 auto 5em;
  background: #e0e0e0;
  display: flex;
}
.playerNavi li {
  flex: 1;
}
.playerNavi li a {
  color: #000;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 4em;
  font-size: 131%;
}
.playerNavi:not(:hover) li a.is-active,
.playerNavi li a:hover {
  background: #00491e;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 0 0 5px #00491e inset, 0 0 0 7px #fff inset;
  opacity: 1;
  transition: font 0s ease;
}

@media screen and (max-width:834px) {

  .playerNavi {
    margin: 0 auto 3em;
    margin-left: 2vw;
    margin-right: 2vw;
  }
  .playerNavi li a {
    height: 4em;
    font-size: 116%;
  }
  .playerNavi:not(:hover) li a.is-active,
  .playerNavi li a:hover {
    box-shadow: 0 0 0 4px #00491e inset, 0 0 0 5px #fff inset;
  }

}



/**********playerMap***********/


.playerMap {
  position: relative;
  padding-bottom: 8em;
}
.playerMap-img {
  position: absolute;
  padding-top: 80px;
}

.playerMap-column {
  display: flex;
  justify-content: space-between;
}
.playerMap-column-left {
}
.playerMap-column-right {
  text-align: right;
}


.playerMap-section {
  position: relative;
  z-index: 2;
}
.playerMap-section.playerMap-section01 {
}
.playerMap-section.playerMap-section02 {
  padding-top: 480px;
}
.playerMap-section.playerMap-section03 {
  padding-top: 400px;
}


.playerMap-block {
  padding-bottom: 20px;
  text-align: left;
}
.playerMap-box {
  display: inline-block;
  text-align: left;
}
.playerMap-separate{
  display: flex;
}
.playerMap-separate.is-reverse{
  justify-content: flex-end;
}
.playerMap-separate .playerMap-block {
  padding-right: 10px;
}
.playerMap-column-right .playerMap-block{
  text-align: right;
}

.playerMap-pref {
  display: inline-block;
  background-color: #137d54;
  color: #fff;
  font-size: 108%;
  padding: 0.2em 1em;
  margin-bottom: 10px;
}
.playerMap-list {
  display: flex;
  flex-wrap: wrap;
}
.playerMap-list li {
  width: 100px;
  margin-right: 10px;
}
.playerMap-list li a {
  display: block;
  height: 100%;
  background: #1c1c1c;
  color: #fff;
  text-decoration: none;
}
.playerMap-list-img {
  width: 100%;
  height: 100px;
  overflow: hidden;
}
.playerMap-list-img img:not(.is-normal) {
  transform: scale(1.5);
  transform-origin: top;
}
.playerMap-list-box {
  padding: 5px 5px;
}
.playerMap-list-inner {
}
.playerMap-list-number {
  line-height: 1;
  padding-top: 0.2em;
  padding-bottom: 0.4em;
}
.playerMap-list-number span {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 93%;
  transform: skewX(-5deg);
}
.playerMap-list-data {
}
.playerMap-list-name {
  font-size: 108%;
  font-weight: 600;
  font-feature-settings: "palt";
  line-height: 1.1;
}
.playerMap-list-name small {
  display: none;
}


@media screen and (max-width:1024px) {

  .playerMap {
    padding-left: 1vw;
    padding-right: 1vw;
  }
  .playerMap-img {
    padding-top: 10vw ;
  }

  .playerMap-section.playerMap-section02 {
    padding-top: 45vw;
  }
  .playerMap-section.playerMap-section03 {
    padding-top: 40vw;
  }


  .playerMap-block {
    padding-bottom: 2vw;
  }
  .playerMap-separate .playerMap-block {
    padding-right: 1vw;
  }

  .playerMap-pref {
    font-size: 1.4vw;
    margin-bottom: 1vw;
  }
  .playerMap-list {
  }
  .playerMap-list.is-rental{
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .playerMap-list li {
    width: 10vw;
    margin-right: 1vw;
  }
  .playerMap-list-img {
    width: 10vw;
    height: 10vw;
  }
  .playerMap-list-box {
    padding: 0.5vw 0.5vw;
  }
  .playerMap-list-number span {
    font-size: 1.1vw;
  }
  .playerMap-list-data {
  }
  .playerMap-list-name {
    font-size: 1.4vw;
  }

}

@media screen and (max-width:640px) {

  .playerMap {
    padding-bottom: 4em;
  }
  .playerMap-separate {
  }
  .playerMap-separate.is-spBlock{
  }

  .playerMap {
  }
  .playerMap-img {
    padding-left: 20vw;
    padding-right: 5vw;
    padding-top: 40vw ;
  }

  .playerMap-section.playerMap-section02 {
    padding-top: 0;
  }
  .playerMap-section.playerMap-section03 {
    padding-top: 0;
  }


  .playerMap-block {
    padding-bottom: 2vw;
  }
  .playerMap-separate .playerMap-block {
    padding-right: 1vw;
  }

  .playerMap-pref {
    font-size: 2.5vw;
    margin-bottom: 1vw;
  }
  .playerMap-list {
  }
  .playerMap-list li {
    width: 12.5vw;
    margin-right: 1vw;
    margin-bottom: 1vw;
  }
  .playerMap-list-img {
    width: 12.5vw;
    height: 12.5vw;
  }
  .playerMap-list-box {
    padding: 0.8vw 0.5vw;
  }
  .playerMap-list-number {
    padding-top: 0em;
    padding-bottom: 0.2em;
  }
  .playerMap-list-number span {
    font-size: 2.5vw;
  }
  .playerMap-list-name {
    font-size: 2.3vw;
  }


}





/**********module-bg***********/

.bg01 {
  background: url(../../img/bg02.jpg) no-repeat center center / 100% 100%;
}

.bg02 {
  background-color: #1c1c1c;
  color: #fff;
}

.bg03 {
  background: url(../../img/bg05.jpg) repeat center center / 100% auto;
}

.bg04 {
  background: url(../../img/bg06.jpg) repeat center center / 100% auto;
}

.bg05 {
  background: url(../../img/bg07.jpg) repeat center center / 100% auto;
}
