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

@import 'https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700';
/**************ベース**************/

html,
body {
  height: 100%;
  min-height: 100%;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
}

@media all and (-ms-high-contrast:none) {
  body {
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

a {
  color: #2875cc;
  text-decoration: underline;
  transition: all 0.2s ease;
}

a:hover,
a:active {
  color: ;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width:768px) {
  html,
  body {
    letter-spacing: normal;
  }
}

/**************レイアウト**************/

/*******common********/


.l-youtube-screen {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
div.l-youtube-screen{
  margin-bottom:5%;
  }


.l-youtube-screen iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.relative {
  position: relative !important;
}

.right,
.alignright {
  float: right !important;
}

.left,
.alignleft {
  float: left !important;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.floating-right {
  float: right;
  width: 40%;
  padding-left: 3%;
  padding-bottom: 15px;
}

.floating-left {
  float: left;
  width: 40%;
  padding-right: 3%;
  padding-bottom: 15px;
}

.floating-half {
  width: 50%;
}

.img-hover {
  transition: all 0.2s ease;
}

a:hover .img-hover {
  opacity: 0.7;
}

.text-align-center {
  text-align: center !important;
}

.text-align-right {
  text-align: right !important;
}

.text-align-left {
  text-align: left !important;
}

.l-bottom-xxsmall {
  margin-bottom: 5px !important;
}

.l-bottom-xsmall {
  margin-bottom: 10px !important;
}

.l-bottom-small {
  margin-bottom: 15px !important;
}

.l-bottom {
  margin-bottom: 20px !important;
}

.l-bottom-large {
  margin-bottom: 30px !important;
}

.l-bottom-xlarge {
  margin-bottom: 50px !important;
}

.l-bottom-xxlarge {
  margin-bottom: 80px !important;
}

.l-bottom-none {
  margin-bottom: 0px !important;
}

.l-top-xxsmall {
  margin-top: 5px !important;
}

.l-top-xsmall {
  margin-top: 10px !important;
}

.l-top-small {
  margin-top: 15px !important;
}

.l-top {
  margin-top: 20px !important;
}

.l-top-large {
  margin-top: 30px !important;
}

.l-top-xlarge {
  margin-top: 50px !important;
}

.l-top-xxlarge {
  margin-top: 80px !important;
}

@media screen and (max-width:768px) {
  .l-bottom-xxsmall {
    margin-bottom: 5px !important;
  }
  .l-bottom-xsmall {
    margin-bottom: 7px !important;
  }
  .l-bottom-small {
    margin-bottom: 10px !important;
  }
  .l-bottom {
    margin-bottom: 15px !important;
  }
  .l-bottom-large {
    margin-bottom: 20px !important;
  }
  .l-bottom-xlarge {
    margin-bottom: 30px !important;
  }
  .l-bottom-xxlarge {
    margin-bottom: 40px !important;
  }
  .l-top-xxsmall {
    margin-top: 5px !important;
  }
  .l-top-xsmall {
    margin-top: 7px !important;
  }
  .l-top-small {
    margin-top: 10px !important;
  }
  .l-top {
    margin-top: 15px !important;
  }
  .l-top-large {
    margin-top: 20px !important;
  }
  .l-top-xlarge {
    margin-top: 30px !important;
  }
  .l-top-xxlarge {
    margin-top: 40px !important;
  }
}

/*******column********/

.l-column-container {
  margin-left: -2%;
}

.l-grid-01,
.l-grid-02,
.l-grid-03,
.l-grid-04,
.l-grid-05,
.l-grid-06,
.l-grid-07,
.l-grid-08,
.l-grid-09,
.l-grid-10,
.l-grid-11,
.l-grid-12,
.l-grid-06-02,
.l-grid-06-03 {
  float: left;
  padding-left: 2%;
  box-sizing: border-box;
}

.l-grid-01 {
  width: 8.333%;
}

.l-grid-02 {
  width: 16.666%;
}

.l-grid-03 {
  width: 25%;
}

.l-grid-04 {
  width: 33.333%;
}

.l-grid-05 {
  width: 41.666%;
}

.l-grid-06 {
  width: 50%;
}

.l-grid-06-02 {
  width: 50%;
}
.l-grid-06-03 {
  width: 50%;
}

.l-grid-07 {
  width: 58.333%;
}

.l-grid-08 {
  width: 66.666%;
}

.l-grid-09 {
  width: 75%;
}

.l-grid-10 {
  width: 83.333%;
}

.l-grid-11 {
  width: 91.666%;
}

.l-grid-12 {
  width: 100%;
}

.l-separate {}

.l-separate-right {
  float: right;
}

.l-separate-left {
  float: left;
}

.l-separate-half .l-separate-right,
.l-separate-half .l-separate-left {
  width: 48.5%;
}

@media screen and (max-width:768px) {
  .l-column-container {
    margin-left: 0;
  }
  .l-grid-01,
  .l-grid-02,
  .l-grid-03,
  .l-grid-04,
  .l-grid-05,
  .l-grid-06,
  .l-grid-06-03,
  .l-grid-07,
  .l-grid-08,
  .l-grid-09,
  .l-grid-10,
  .l-grid-11,
  .l-grid-12 {
    float: none;
    padding-left: 0;
    box-sizing: border-box;
    width: auto;
  }
  .l-separate-spreset .l-separate-right,
  .l-separate-spreset .l-separate-left {
    width: auto;
    float: none;
  }
}

/*******flex********/

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

.l-flexgrid-01 {
  width: 10%;
}

.l-flexgrid-02 {
  width: 20%;
}

.l-flexgrid-03 {
  width: 30%;
}

.l-flexgrid-04 {
  width: 40%;
}

.l-flexgrid-05 {
  width: 50%;
}

.l-flexgrid-06 {
  width: 60%;
}

.l-flexgrid-07 {
  width: 70%;
}

.l-flexgrid-08 {
  width: 80%;
}

.l-flexgrid-09 {
  width: 90%;
}

/*******grid-list********/

.l-list {
  list-style: none;
}

.l-list > li {
  float: left;
  padding-bottom: 20px;
}

.l-list-half {
  margin-left: -2%;
}

.l-list-half > li {
  width: 48%;
  margin-left: 2%;
}

.l-list-half > li:nth-of-type(2n) {
  margin-right: 0;
}

.l-list-half > li:nth-of-type(2n+1) {
  clear: both;
}

.l-list-trisect {
  margin-left: -3%;
}

.l-list-trisect > li {
  width: 30.3%;
  margin-left: 3%;
}

.l-list-trisect > li:nth-of-type(3n) {
  margin-right: 0;
}

.l-list-trisect > li:nth-of-type(3n+1) {
  clear: both;
}

.l-list-quarter {
  margin-left: -2%;
}

.l-list-quarter > li {
  width: 23%;
  margin-left: 2%;
}

.l-list-quarter > li:nth-of-type(4n) {
  margin-right: 0;
}

.l-list-quarter > li:nth-of-type(4n+1) {
  clear: both;
}

/*******base********/

.l-base-small {
  width: auto;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.l-base {
  width: auto;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.l-base-wide {
  width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.l-base:not(.l-base-no-offset),
.l-base-wide:not(.l-base-no-offset),
.l-base-small:not(.l-base-no-offset) {
  padding-left: 10px;
  padding-right: 10px;
}

.l-base-small {
  width: auto;
  max-width: 800px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

.l-block {
  padding-top: 80px;
  padding-bottom: 80px;
}

.l-block-top {
  padding-top: 80px;
}

.l-block-bottom {
  padding-bottom: 80px;
}

@media screen and (max-width:768px) {
  .l-base {}
  .l-base:not(.l-base-no-offset),
  .l-base-wide:not(.l-base-no-offset),
  .l-base-small:not(.l-base-no-offset) {
    padding-left: 3%;
    padding-right: 3%;
  }
  .l-base-wide .l-base,
  .l-base-wide .l-base-small,
  .l-base .l-base-small {
    padding-left: 0;
    padding-right: 0;
  }
  .l-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .l-block-top {
    padding-top: 40px;
  }
  .l-block-bottom {
    padding-bottom: 40px;
  }
}

/*******contents********/

.l-contents {
  margin-left: 150px;
  position: relative;
}

@media screen and (max-width:1260px) {
  .l-contents {
    margin-left: 0;
  }
}

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

/**************モジュール**************/

/*******common********/

.right-space {
  padding-right: 20px;
}

.left-space {
  padding-left: 20px;
}

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

/*******module-heading********/

/*heading-title*/

.heading-title {
  text-align: center;
  color: #00491e;
  font-weight: normal;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

.heading-title span {
  display: inline-block;
  position: relative;
  padding: 0 70px;
  font-family: 'Oswald', sans-serif;
  font-size: 400%;
  font-weight: 600;
  transform: skewX(-5deg);
  z-index: 2;
  line-height: 1.2;
  padding-bottom: 10px;
}

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

.heading-title span::before {
  left: 0;
}

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

.heading-title small {
  display: block;
  font-size: 1.24rem;
  position: relative;
  z-index: 2;
}

.heading-title.heading-title-white,
.heading-title-jp.heading-title-white {
  color: #fff;
}

.heading-title.heading-title-white a{
  color: #fff;
  text-decoration: none;
}

.heading-title.heading-title-white span::before,
.heading-title.heading-title-white span::after,
.heading-title-jp.heading-title-white span::before,
.heading-title-jp.heading-title-white span::after {
  background-image: url(../../img/heading_motif_white.png);
}

.heading-title-jp {
  text-align: center;
  color: #00491e;
  margin-bottom: 50px;
}

.heading-title-jp > span {
  display: inline-block;
  position: relative;
  padding: 0 15px;
  font-size: 250%;
  transform: skewX(-5deg);
  z-index: 2;
}

.heading-title-jp > span::before,
.heading-title-jp > span::after {
  content: "";
  display: block;
  width: 50px;
  height: 17px;
  background: url(../../img/heading_motif.png) no-repeat center top / 50px auto;
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.heading-title-jp > span::before {
  left: 100%;
  margin-left: 5px;
}

.heading-title-jp > span::after {
  right: 100%;
  margin-right: 5px;
}

@media screen and (max-width:768px) {
  .heading-title {
    margin-bottom: 20px;
  }
  .heading-title span {
    padding: 0 30px;
    font-size: 220%;
  }
  .heading-title span::before,
  .heading-title span::after {
    width: 24px;
    height: 10px;
    background-size: 24px auto;
    top: 12px;
  }
  .heading-title small {
    font-size: 0.93rem;
  }
  .heading-title-jp {
    margin-bottom: 20px;
    line-height: 1.3;
  }
  .heading-title-jp > span {
    font-size: 162%;
    padding: 0 5px;
  }
  .heading-title-jp > span::before,
  .heading-title-jp > span::after {
    width: 24px;
    height: 10px;
    background-size: 24px auto;
    top: 50%;
    margin-top: -2px;
  }
}

/*heading-subtitle*/

.heading-subtitle {
  color: #00491e;
  font-size: 170%;
  line-height: 1.3;
  padding: 10px 0 15px 0;
  border-bottom: 2px solid #00491e;
  margin-bottom: 30px;
}

.subtitle {
  color: #00491e;
  font-size: 170%;
  line-height: 1.3;
  margin-bottom: 15px;
}

.mintitle {
  color: #000;
  font-size: 139%;
  line-height: 1.3;
  margin-bottom: 15px;
  border-left: 5px solid #00491e;
  padding-left: 12px;
}


.bartitle {
  color: #00491e;
  font-size: 200%;
  line-height: 1.3;
  border-bottom: 2px solid #00491e;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}

@media screen and (max-width:768px) {
  .heading-subtitle {
    font-size: 139%;
    line-height: 1.3;
    padding: 3px 0 10px 0;
    margin-bottom: 15px;
  }
  .subtitle {
    font-size: 139%;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .mintitle {
    font-size: 124%;
    margin-bottom: 10px;
    padding-left: 8px;
  }


  .bartitle {
    font-size: 154%;
  }

}

/*******module-text********/

.lead {
  font-size: 170%;
  font-weight: bold;
  padding-bottom: 20px;
}

.lead-center {
  font-size: 170%;
  font-weight: bold;
  padding-bottom: 20px;
  text-align: center;
}

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

.text-main + .text-main {
  padding-top: 1em;
}

.text-sub {
  font-size: 116%;
  line-height: 1.75;
}

.text-small {
}

.text-large {
  font-size: 139%;
  line-height: 1.8;
}

.text-accent {
  background: linear-gradient(to bottom, rgba(255, 246, 0, 0) 0%, rgba(255, 246, 0, 0) 75%, rgba(255, 246, 0, 1) 75%, rgba(255, 246, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fff600', endColorstr='#fff600', GradientType=0);
}

.text-red {
  color: #e00;
}

.list-number {}
.list-number li {
  font-size: 116%;
  line-height: 2;
  /*list-style: lower-alpha;*/
  list-style: lower-decimal;
  margin-left: 1.5em;
}

.list-dot {}
.list-dot li {
  font-size: 116%;
  line-height: 2;
  margin-left: 1em;
}
.list-dot li::before {
  content: "・";
  margin-left: -1em;
}

.list-circle {}
.list-circle li {
  font-size: 116%;
  line-height: 2;
  padding-left: 1.2em;
  padding-bottom: 0.5em;
  position: relative;
}
.list-circle li::before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.6em;
}

.list-ball {}

.list-ball li {
  font-size: 131%;
  line-height: 2;
  padding-left: 30px;
  font-weight: bold;
  padding-bottom: 5px;
  background: url(../../img/ball.png) no-repeat left 6px / 20px 20px;
}

.list-asterisk {}

.list-asterisk li {
  font-size: 116%;
  line-height: 2;
  margin-left: 1em;
}

.list-asterisk li::before {
  content: "※";
  margin-left: -1em;
}

.list-asterisk.is-num {
  counter-reset : asterisk_num;
}
.list-asterisk.is-num li {
  margin-left: 2em;
}
.list-asterisk.is-num li::before {
  display: marker;
  counter-increment:asterisk_num;
  content: '※'counter(asterisk_num)'. ' ;
  margin-left: -2em;
}
.list-asterisk.is-num.is-red li::before {
  color: #f00;
  font-weight: bold;
}



.ranking-list {
}

.ranking-list > li::before{
}

@media screen and (max-width:768px) {
  .lead {
    font-size: 139%;
    padding-bottom: 15px;
  }
  .lead-center {
    font-size: 139%;
    padding-bottom: 15px;
    text-align: left;
  }
  .text-main {
    font-size: 116%;
    line-height: 1.5;
  }

  .text-large {
    font-size: 116%;
    line-height: 1.5;
  }
  .text-sub {
    font-size: 108%;
    line-height: 1.5;
  }
  .list-number li,
  .list-asterisk li,
  .list-dot li {
    font-size: 116%;
    line-height: 1.5;
  }
  .list-ball {}
  .list-ball li {
    font-size: 116%;
    line-height: 1.5;
    padding-left: 25px;
    padding-bottom: 3px;
    background: url(../../img/ball.png) no-repeat left 4px / 16px 16px;
  }

  .list-circle li {
    font-size: 116%;
    line-height: 1.5;
  }

}

/*******module-btn********/

.btn {
  display: inline-block;
  font-family: 'Oswald', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-decoration: none;
  font-size: 170%;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  padding: 20px 0;
  min-width: 320px;
  color: #fff;
  background-color: #00491e;
  position: relative;
  box-shadow: 0 0 0 2px #00491e inset;
}

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

@media all and (-ms-high-contrast:none) {
  .btn,
  .btn-jp {
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

.btn i {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -0.5em;
  font-size: 12px;
}

.btn i.btn-icon-left {
  right: auto;
  left: 15px;
}

.btn:hover {
  background-color: #fff ;
  box-shadow: 0 0 0 2px #00491e inset;
  color: #00491e;
  opacity: 1;
}
.btn-orange {
  color: #000;
  background-color: #e67e22;
  box-shadow: 0 0 0 2px #1c1c1c inset;
}

.btn-orange:hover {
  color: #fff;
  background-color: #e67e22;
  box-shadow: 0 0 0 2px #fff inset;
}

.btn-white {
  color: #fff;
  background-color: transparent;
  box-shadow: 0 0 0 2px #fff inset;
}
.btn-white:hover {
  color: #000;
  background-color: #fff;
  box-shadow: 0 0 0 2px #fff inset;
}

.btn-black {
  color: #000;
  background-color: transparent;
  box-shadow: 0 0 0 2px #000 inset;
}
.btn-black:hover {
  color: #fff;
  background-color: #000;
  box-shadow: 0 0 0 2px #000 inset;
}

.btn-small {
  min-width: initial;
  min-width: auto;
  padding: 13px 40px;
  min-width: 200px;
  font-size: 131%;
  font-weight: 500;
}

.btn-small i {
  right: 10px;
  font-size: 10px;
}

.btn-xsmall {
  display: inline-block;
  font-size: 100%;
  text-align: center;
  padding: 8px 15px 8px 10px;
  min-width: initial;
  min-width: auto;
}

.btn-xsmall i {
  font-size: 8px;
  right: 4px;
  transform: scale(0.8);
}

.btn-block {
  display: block;
}

.btn-inner-jp {
  display: block;
  font-size: 11px;
  line-height: 1.2;
  padding-bottom: 2px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

@media all and (-ms-high-contrast:none) {
  .btn-inner-jp {
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

@media screen and (max-width:768px) {
  .btn {
    display: block;
    font-size: 139%;
    text-align: center;
    padding: 14px 0;
    min-width: initial;
    min-width: auto;
  }
  .btn i {
    right: 8px;
    font-size: 10px;
  }
  .btn-small {
    min-width: initial;
    min-width: auto;
    padding: 14px 0;
    font-size: 139%;
  }
  .btn-xsmall {
    display: block;
    font-size: 139%;
    text-align: center;
    padding: 14px 0;
    min-width: initial;
    min-width: auto;
  }
  .btn-xsmall i {
    position: absolute;
    right: 8px;
    font-size: 10px;
    top: 50%;
    margin-top: -0.5em;
  }
  .btn-jp {
    font-size: 116%;
  }
}

/*******module-header********/

.header {
  width: 150px;
  height: 100vh;
  background-color: #00491e;
  color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

body.home .header {
  opacity: 0.80;
  transition: all 0.3s ease;
}

body.home .header:hover {
  opacity: 0.98;
}

.home.is-fixed .header {
  opacity: 1;
}

.header-inner {
  width: 100%;
  height: 100vh;
  position: relative;
}

.header-logo {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-logo img {
  width: 60px;
}

/*header-sns-list*/

.header-sns-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  padding: 0 10px 10px 10px;
}

.header-sns-list li {}

.header-sns-list a {
  font-size: 2.1rem;
  color: #fff;
  text-decoration: none;
}

.header-sns-list img {
  width: 2.1rem;
  vertical-align: middle;
}

.header-sns-large {
  transform: scale(1.3);
}

/*eader-language*/

.header-language {
  text-align: center;
}

/*header-trigger*/

.header-trigger {
  display: none;
}

@media screen and (max-width:1260px) {
  .header {
    left: -150px;
    transition: all 0.4s ease;
  }
  .is-header-open .header {
    left: 0px;
  }
  .header-trigger {
    display: block;
    position: absolute;
    right: -50px;
    z-index: 9999;
    top: 0;
    background: #00491e;
    width: 50px;
    height: 50px;
    padding-top: 14px;
    padding-left: 10px;
    transition: all 0.4s ease;
    cursor: pointer;
  }
  .btn-header-trigger,
  .btn-header-trigger span {
    display: inline-block;
    transition: all .4s;
  }
  .btn-header-trigger {
    border: none;
    background: none;
    cursor: pointer;
    display: block;
    position: relative;
    width: 30px;
    height: 23px;
  }
  .btn-header-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
  }
  .btn-header-trigger span:nth-of-type(1) {
    top: 0;
  }
  .btn-header-trigger span:nth-of-type(2) {
    top: 10px;
  }
  .btn-header-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .btn-header-trigger.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(135deg);
  }
  .btn-header-trigger.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .btn-header-trigger.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(-135deg);
  }
}

@media screen and (max-width:768px) {
  .header {
    display: none;
  }
}

@media screen and (max-height:700px) {
  .header-logo {
    padding-bottom: 20px;
  }
  .header-logo img {
    width: 80px;
  }
  .header-lower {
    display: none;
  }
}

/*******module-navi********/

.navi {
  font-feature-settings: "palt";
}

.navi-list {}

.navi-list > li {
  color: #fff;
}

.navi-list > li > a {
  display: block;
  padding: 8px 10px 0 10px;
  height: 40px;
  text-align: center;
  font-size: 1.16rem;
  color: inherit;
  text-decoration: none;
  letter-spacing: 0;
}

.navi-list > li:hover {
  background-color: #f0f0f0;
}

.navi-list > li:hover > a,
.navi-list > li > a:hover {
  color: #00491e;
}

/*nest*/

.navi-list ul {
  position: fixed;
  left: 150px;
  top: 0;
  z-index: 999;
  width: 250px;
  height: 100vh;
  overflow: auto;
  box-sizing: border-box;
  background-color: #f0f0f0;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
  padding-top: 80px;
}

.navi-list ul li {}

.navi-list ul li a {
  display: block;
  padding: 11px 10px;
  text-align: center;
  font-size: 1.16rem;
  color: #00491e;
  text-decoration: none;
  letter-spacing: 0;
}

.navi-list ul li a:hover {
  background-color: #e0e0e0;
}

/*.navi-list li:nth-child(8) ul,.navi-list li:nth-child(9) ul,.navi-list li:nth-child(10) ul,.navi-list li:nth-child(11) ul,.navi-list li:nth-child(12) ul,.navi-list li:nth-child(13) ul,.navi-list li:nth-child(14) ul,.navi-list li:nth-child(15) ul {padding-top: 45vh;}*/

/*hover action*/

.navi-list .navi-list-nest:hover ul {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-height:768px) {
  .navi-list > li > a {
    padding: 8px 10px 0 10px;
    height: 40px
  }
  .navi-list ul {
    padding-top: 115px;
  }
  .navi-list ul li a {
    padding: 8px 10px;
  }
}

/*******module-jleague********/

.jleague {
  background-color: #fff;
  width: 100%;
  height: 80px;
  transition: all 0.2s ease;
  position: absolute;
  top: -80px;
  left: 0;
  z-index: 99;
}

.jleague.is-open {
  top: 0;
}

.jleague-inner {
  position: relative;
  height: 80px;
}

.jleague-inner iframe {
  vertical-align: bottom;
}

.jleague-trigger {
  width: 100px;
  height: 30px;
  padding: 2px 10px;
  background-color: #fff;
  position: absolute;
  left: 30px;
  bottom: -30px;
  cursor: pointer;
}

@media screen and (max-width:1260px) {
  .jleague-trigger {
    left: 60px;
  }
}

/*******module-mainvisual********/

.mainvisual {
  position: relative;
  background-color: #1c1c1c;
  overflow: hidden;
}


.mainvisual-slider-wrapper {
  position: relative;
  left: 50%;
  width: 4200px;
  margin-left: -2100px;
}


.mainvisual-movie {
  width: 100%;
  height: 100vh;
}

.mainvisual-video {
  min-width: 100%;
  height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  vertical-align: top;
}

.mainvisual-slider {
  background-color: #1c1c1c;
}

.mainvisual-slider img {
  width: 100%;
  max-width: initial;
  max-width: auto;
}
.mainvisual-slider li {
  visibility: hidden;

}

.is-loaded .mainvisual-slider li {
  visibility: visible;
}

.mainvisual .bx-pager {
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
  text-align: center;
}

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

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

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

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

/*******module-home-intro********/

.home-intro {
  position: relative;
}

.home-intro::before {
  content: "";
  display: block;
  background: linear-gradient(to bottom, rgba(28,28,28,1) 0%,rgba(0,0,0,1) 100%);
  background-color: #1c1c1c;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.home-intro::after {
  content: "";
  display: block;
  background: url(../../img/bg04.jpg) no-repeat center center / cover;
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.home-intro-inner {
  position: relative;
  z-index: 2;
  color: #fff;
  display: flex;
  padding-top: 40px;
  padding-bottom: 50px;
}

@media screen and (max-width:1000px) {
  .home-intro {}
  .home-intro::before {
    display: none;
  }
  .home-intro::after {
    display: none;
  }
  .home-intro-inner {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
}

/*ranking*/

.home-ranking {
  width: 50%;
  padding-right: 30px;
}

.home-ranking-title {
  text-align: right;
  padding-bottom: 20px;
}

.home-ranking-title span {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  transform: skewX(-5deg);
  font-size: 350%;
  vertical-align: middle;
}

.home-ranking-title img {
  width: 190px;
  vertical-align: middle;
  padding-right: 20px;
  padding-top: 5px;
}

.home-ranking-block {
  display: flex;
  justify-content: flex-end;
}

.home-ranking-box {
  font-size: 300%;
  padding-right: 30px;
}

.home-rainking-number {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  transform: skewX(-5deg);
  font-size: 100px;
  letter-spacing: 0.05em;
  line-height: 1;
}

.home-ranking-inner {
  text-align: right;
  padding-right: 0;
}

.home-ranking-data {
  font-size: 124%;
}

.home-ranking-link {
  padding-top: 15px;
  padding-bottom: 15px;
}

.home-ranking-text {}

@media screen and (max-width:1000px) {
  .home-ranking {
    width: auto;
    padding: 20px 3%;
    background-color: #1c1c1c;
  }
  .home-ranking-title {
    text-align: center;
    padding-bottom: 10px;
  }
  .home-ranking-title span {}
  .home-ranking-title img {
    width: 150px;
    display: block;
    margin: 0 auto;
    padding-right: 0;
    padding-top: 0;
  }
  .home-ranking-block {
    display: flex;
    justify-content: center;
  }
  .home-ranking-box {
    font-size: 300%;
    padding-right: 30px;
  }
}

@media screen and (max-width:768px) {
  .home-ranking {
    padding: 20px 3%;
  }
  .home-ranking-title {
    text-align: center;
    padding-bottom: 10px;
  }
  .home-ranking-title span {
    font-size: 230%;
  }
  .home-ranking-title img {
    width: 150px;
    display: block;
    margin: 0 auto;
    padding-right: 0;
    padding-top: 0;
  }
  .home-ranking-block {}
  .home-ranking-box {
    font-size: 154%;
    padding-right: 10px;
    width: 40%;
    text-align: center;
    padding-top: 10px;
  }
  .home-rainking-number {
    font-size: 60px;
  }
  .home-ranking-inner {
    text-align: right;
    padding-right: 0;
    width: 60%;
    text-align: center;
  }
  .home-ranking-data {
    font-size: 108%;
  }
  .home-ranking-link {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .home-ranking-link .btn.btn-small {
    font-size: 100%;
    width: auto;
  }
  .home-ranking-text {
    font-size: 85%;
  }
}

/*lastest*/

.home-lastest {
  width: 50%;
  padding-left: 30px;
  position: relative;
}

.home-lastest-title {
  padding-bottom: 20px;
}

.home-lastest-title span {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  transform: skewX(-5deg);
  font-size: 350%;
  vertical-align: middle;
}

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

.home-lastest-team {}

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

.home-lastest-img {
  display: table-cell;
  vertical-align: middle;
}

.home-lastest-img img {
  width: 120px;
}

.home-lastest-name {
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
  font-size: 139%;
  padding: 0 5px;
}

.home-lastest-score {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}

.home-lastest-score span {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  transform: skewX(-5deg);
  font-size: 400%;
  vertical-align: middle;
}

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

.home-lastest-text {
  text-align: center;
}

.home-lastest-link {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  right: 0;
  top: 18px;
}

.home-lastest-link li {
  padding-right: 3px;
}

@media screen and (max-width:1000px) {
  .home-lastest {
    width: auto;
    padding: 20px 3%;
    background: url(../../img/bg04.jpg) no-repeat center center / cover;
  }
  .home-lastest-title {
    padding-bottom: 0px;
    text-align: center;
  }
  .home-lastest-title span {}
  .home-lastest-link {
    right: 10px;
    top: 38px;
  }
  .home-lastest-link li {}
}

@media screen and (max-width:768px) {
  .home-lastest {
    padding: 10px 3% 15px 3%;
  }
  .home-lastest-title {}
  .home-lastest-title span {
    font-size: 230%;
  }
  .home-lastest-block {
    padding-bottom: 0;
  }
  .home-lastest-img img {
    width: 120px;
  }
  .home-lastest-name {
    font-size: 116%;
    padding: 0 3px;
  }
  .home-lastest-score {
    padding: 0 10px;
  }
  .home-lastest-score span {
    font-size: 300%;
  }
  .home-lastest-vs {
    padding-top: 15px;
    font-size: 350%;
  }
  .home-lastest-text {
    font-size: 85%;
    padding-bottom: 15px;
  }
  .home-lastest-link {
    justify-content: center;
    position: static;
  }
  .home-lastest-link li {
    padding-right: 3px;
    width: 50%;
    font-size: 80%;
  }
}

/*******module-home-next********/

.home-next {
  color: #fff;
  text-align: center;
  border-top: 1px solid #000;
}

.home-next-block {
  background: url(../../img/bg01.jpg) no-repeat center center / cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.home-next-heading {
  padding-bottom: 20px;
}

.home-next-venue {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  background-color: #e67e22;
  padding: 5px 15px;
  line-height: 1.2;
  vertical-align: middle;
  margin-top: 10px;
  margin-right: 10px;
}

.venue-away {
  background-color: #555 !important;
}

.home-next-title {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-size: 4rem;
  line-height: 1.3;
  vertical-align: middle;
}

.home-next-credit {
  display: inline-block;
  margin-top: 10px;
  margin-left: 10px;
  vertical-align: middle;
}

.home-next-credit img {
  width: 190px;
}

.home-next-stage {
  font-size: 1.54rem;
  font-weight: bold;
  padding-bottom: 20px;
}

.home-next-number {
  display: inline-block;
}

.home-next-number::after {
  content: "|";
  display: inline-block;
  padding: 0 1em;
}

.home-next-box {
  display: table;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.home-next-team {
  display: table-cell;
  width: 40%;
  vertical-align: middle;
}

.home-next-vs {
  display: table-cell;
  width: 20%;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 3.5rem;
  vertical-align: middle;
}

.home-next-logo {}

.home-next-logo img {
  height: 220px;
}

.home-next-logo figcaption {
  font-weight: bold;
  font-size: 1.31rem;
}

.home-next-subvenue {
  font-family: 'Oswald', sans-serif;
  font-size: 1.7rem;
}

.home-next-ticket {
  position: relative;
  display: inline-block;
}

.home-next-link {
  position: absolute;
  width: 150px;
  right: -165px;
  top: 0;
  text-align: left;
  padding-top: 5px;
}

.home-next-link li {
  padding: 4px 0;
}

.home-next-link a {
  color: #fff;
  font-size: 1.31rem;
  text-decoration: none;
}

.home-next-link a i {
  font-size: 120%;
  width: 1.2em;
  text-align: center;
  margin-right: 0.2em;
}

.home-next-link a:hover {
  text-decoration: underline;
}

@media screen and (max-width:768px) {
  .home-next {}
  .home-next-block {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .home-next-heading {
    padding-bottom: 10px;
  }
  .home-next-venue {
    font-size: 1.16rem;
    background-color: #e67e22;
    padding: 3px 10px;
    margin-top: 4px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .home-next-title {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  .home-next-credit {
    display: block;
    margin-top: 6px;
    margin-left: 0;
  }
  .home-next-credit img {
    width: 150px;
  }
  .home-next-stage {
    font-size: 1.08rem;
    padding-bottom: 10px;
  }
  .home-next-box {
    display: table;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .home-next-team {
    display: table-cell;
    width: 45%;
    vertical-align: middle;
  }
  .home-next-vs {
    width: 10%;
    font-size: 2rem;
  }
  .home-next-logo {}
  .home-next-logo img {
    width: 100px;
    height: auto;
  }
  .home-next-logo figcaption {
    font-size: 1rem;
  }
  .home-next-subvenue {
    font-size: 0.85rem;
  }
  .home-next-ticket {
    position: relative;
    display: block;
  }
  .home-next-link {
    position: static;
    width: auto;
    text-align: left;
    padding-top: 5px;
    padding: 8px 20px;
    text-align: center;
  }
  .home-next-link li {
    padding: 4px 0;
    display: inline-block;
    width: 48%;
  }
  .home-next-link a {
    font-size: 1.08rem;
  }
}




/*******module-home-match********/


.home-match {
  background-color: #002d12;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
  text-align: center;
  overflow: hidden;
}



.home-match-wrap {
  display: inline-block;
  margin-bottom: 80px;
  position: relative;
  margin-left: -150px;
  margin-right: -150px;
}


.home-match-wrap .bx-pager {
  width: 100%;
  position: absolute;
  bottom: -50px;
  left: 0;
  text-align: center;
}

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

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

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

@media screen and (max-width:768px) {
  .home-match-wrap {
    margin-bottom: 40px;
    margin-left: -200px;
    margin-right: -200px;
  }

  .home-match-wrap .bx-pager {
    width: 100%;
    position: absolute;
    bottom: -30px;
    left: 0;
    text-align: center;
  }
  .home-match-wrap .bx-pager-item {
    display: inline-block;
    padding: 0 2px;
  }
  .home-match-wrap .bx-pager-item a {
    width: 30px;
    height: 4px;
  }
}



/*morenext*/

.home-morenext {
  display: block;
  background-color: #1c1c1c;
  padding: 30px 30px;
  text-align: center;
}

.home-morenext-box {
  display: inline-block;
}

.home-morenext-team {
  display: table-cell;
  vertical-align: top;
}

.home-morenext-sub {
  display: table;
  margin: 20px auto 0;
}

.home-morenext-vs {
  display: table-cell;
  white-space: nowrap;
  padding-right: 20px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  vertical-align: middle;
}

.home-morenext-heading {
  display: table;
  width: 100%;
  margin: 0 auto 10px;
}

.home-morenext-venue {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
}

.home-morenext-venue span {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-size: 1.47rem;
  font-weight: 500;
  background-color: #e67e22;
  padding: 7px 20px;
  line-height: 1.2;
}

.home-morenext-stage {
  display: table-cell;
  line-height: 1.4;
  vertical-align: middle;
  text-align: left;
  font-size: 116%;
}

.home-morenext-title {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
  line-height: 1.3;
  text-align: center;
}

.home-morenext-opposite {
  font-size: 1.85rem;
  font-weight: bold;
}

.home-morenext-opposite img {
  height: 80px;
  vertical-align: middle;
}

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

  .home-morenext {
    padding: 15px 15px;
  }

  .home-morenext-box {
  }

  .home-morenext-sub {
    display: table;
    margin: 20px auto 0;
  }

  .home-morenext-team {
    display: table-cell;
    vertical-align: top;
  }

  .home-morenext-vs {
    padding-right: 8px;
    font-size: 1rem;
    vertical-align: middle;
  }

  .home-morenext-heading {
    display: table;
    margin: 0 auto 10px;
  }

  .home-morenext-venue {
    padding-right: 10px;
  }

  .home-morenext-venue span {
    font-size: 1rem;
    font-weight: 500;
    padding: 5px 8px;
  }

  .home-morenext-stage {
    font-size: 77%;
    line-height: 1.3;
  }

  .home-morenext-title {
    font-size: 1.85rem;
  }

  .home-morenext-opposite {
    font-size: 1.16rem;
    white-space: nowrap;
    letter-spacing: 0;
  }

  .home-morenext-opposite img {
    height: 50px;
  }
}

/*******module-home-news********/

.grid-list {
  margin-bottom: 40px;
}

.grid-list li {}

.grid-list li a {
  display: block;
  background-color: #1c1c1c;
  color: #fff;
  text-decoration: none;
  position: relative;
}

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

.grid-list-img img {}

.grid-list-inner {
  padding: 15px 15px 40px 18px;
}

.grid-list-time {
  display: block;
  padding-bottom: 15px;
}

.grid-list-title {
  font-size: 1.08rem;
}

.grid-list-category {
  display: inline-block;
  background-color: #333;
  color: #fff;
  font-size: 93%;
  min-width: 80px;
  text-align: center;
  padding: 2px 10px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width:768px) {
  .grid-list {
    margin-bottom: 0;
    margin-left: 0;
  }
  .grid-list li {
    width: auto;
    margin-left: 0;
    padding-bottom: 0;
    float: none;
    border-bottom: 1px solid #333;
  }
  .grid-list li a {
    display: block;
    background-color: #1c1c1c;
    color: #fff;
    text-decoration: none;
    position: relative;
  }
  .grid-list-img {
    float: left;
    width: 40%;
  }
  .grid-list-inner {
    float: right;
    width: 60%;
    padding: 8px 8px 20px 8px;
  }
  .grid-list-time {
    font-size: 77%;
    padding-bottom: 5px;
  }
  .grid-list-title {
    font-size: 1.08rem;
    line-height: 1.3;
  }
  .grid-list-category {
    font-size: 77%;
    min-width: 70px;
    text-align: center;
    padding: 1px 5px;
  }
}

/*news-list*/

.news-list {
  border-top: 1px solid #ddd;
  margin-bottom: 40px;
}

.news-list li {
  border-bottom: 1px solid #ddd;
}

.news-list a {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 20px 20px;
  font-size: 1.24rem;
}

.news-list a:hover {
  background-color: #f0f0f0;
}

.news-list-time {
  display: inline-block;
  width: 160px;
  float: left;
}

.news-list-category {
  display: inline-block;
  width: 150px;
  float: left;
  display: inline-block;
  background-color: #333;
  color: #fff;
  font-size: 93%;
  min-width: 80px;
  text-align: center;
  padding: 2px 2px;
  margin-top: -2px;
  letter-spacing: 0;
}

.news-list-title {
  padding-left: 340px;
}

.link-wrap {
  text-align: center;
}

.link-half {
  display: flex;
  justify-content: center;
}
.link-half li {
  padding: 0 10px;
}

@media screen and (max-width:768px) {
  .news-list {
    margin-bottom: 10px;
  }
  .news-list li {}
  .news-list a {
    padding: 10px 10px;
    font-size: 1.08rem;
  }
  .news-list a:hover {}
  .news-list-time {
    display: inline-block;
    width: auto;
    float: none;
    padding-right: 1em;
    font-size: 85%;
  }
  .news-list-category {
    width: auto;
    float: none;
    font-size: 77%;
    min-width: 70px;
    padding: 1px 5px;
  }
  .news-list-title {
    padding-left: 0;
    padding-top: 5px;
    line-height: 1.4;
  }



  .link-half {
    display: block;
    text-align: center;
  }
  .link-half li {
    padding: 3px 0;
  }

}

/*******module-home-instagram********/

.home-instagram {
  height: 300px;
  overflow: hidden;
  position: relative;
}

.home-instagram-wrap {
  width: 3000px;
  height: 300px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1350px;
}

.instagram-slider {}

.instagram-slider img {
  width: 300px;
  height: 300px;
  object-fit: cover;
}

.home-instagram-heading {
  width: 300px;
  height: 300px;
  background: url(../../img/instagram_bg.png) no-repeat center center / 100% 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -150px;
  z-index: 9;
  color: #fff;
}

.home-instagram-title {
  text-align: center;
  font-weight: normal;
  padding-top: 30px;
  padding-bottom: 20px;
}

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

.home-instagram-title small {
  display: block;
  font-size: 100%;
  padding-top: 8px;
}

.home-instagram-icon {
  font-size: 48px;
}

.home-instagram-link {
  padding: 20px 40px 0 40px;
}

@media screen and (max-width:768px) {
  .home-instagram {
    height: auto;
  }
  .home-instagram-wrap {
    width: auto;
    height: auto;
    position: static;
    margin-left: 0;
  }
  .instagram-slider {}
  .instagram-slider img {
    width: 260px;
    height: 130px;
    object-fit: cover;
  }
  .home-instagram-heading {
    width: auto;
    height: auto;
    position: static;
    margin-left: 0;
    padding: 20px 0;
  }
  .home-instagram-title {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .home-instagram-title span {
    font-size: 170%;
  }
  .home-instagram-title small {
    font-size: 85%;
    padding-top: 5px;
  }
  .home-instagram-icon {
    font-size: 36px;
  }
  .home-instagram-link {
    padding: 0 3%;
  }
}

/*******module-home-movie********/

.home-movie {
  background-color: #1c1c1c;
  overflow-x: hidden;
  text-align: center;
  position: relative;
}

.home-movie-wrap {
  display: inline-block;
  margin-bottom: 80px;
  position: relative;
  margin-left: -100px;
  margin-right: -100px;
}

.movie-slider iframe {
  width: 100%;
}

.home-movie-wrap .bx-pager {
  width: 100%;
  position: absolute;
  bottom: -30px;
  left: 0;
  text-align: center;
}

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

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

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

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

/*******module-home-shop********/

.home-shop {}

.shop-list {
  padding-bottom: 30px;
}

.shop-list li {}

.shop-list a {
  display: block;
  color: #222;
  text-decoration: none;
}

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

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

.shop-list-img img {
  border: 1px solid #ddd;
}

.shop-list-img figcaption {
  display: inline-block;
  width: 60px;
  height: 60px;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  line-height: 60px;
  background-color: #e67e22;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  top: -10px;
}

.shop-list-title {
  padding-top: 15px;
  text-align: center;
}

@media screen and (max-width:768px) {
  .home-shop {}
  .shop-list {
    padding-bottom: 10px;
  }
  .shop-list li {}
  .shop-list a {
    display: block;
    color: #222;
    text-decoration: none;
  }
  .shop-list a:hover {
    opacity: 0.7;
  }
  .shop-list-img {
    position: relative;
  }
  .shop-list-img img {
    border: 1px solid #ddd;
  }
  .shop-list-img figcaption {
    transform: scale(0.5);
    transform-origin: left top;
    left: 2px;
    top: -3px;
  }
  .shop-list-title {
    padding-top: 5px;
    text-align: center;
    font-size: 77%;
  }
}

/*******module-home-schedule********/

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

.calendar-wrap {}

.home-schedule-trigger {
  display: flex;
  justify-content: center;
}

.home-schedule-trigger li a{
  margin: 0 10px;
  margin-bottom: 30px;
}

.home-schedule-trigger li a{
  display: inline-block;
  cursor: pointer;
  padding: 5px 10px;
  font-family: 'Oswald', sans-serif;
  transform: skewX(-5deg);
  font-size: 200%;
  color: #00491e;
  text-decoration: none;
  opacity: 0.7;
}

.home-schedule-trigger li.is-active a {
  opacity: 1;
  border-bottom: 2px solid #00491e;
}

@media screen and (max-width:768px) {
  .home-schedule-trigger {
    display: flex;
    justify-content: center;
  }
  .home-schedule-trigger li a{
    margin: 0 4px;
    margin-bottom: 30px;
  }
  .home-schedule-trigger li a{
    padding: 2px 5px;
    font-size: 139%;
  }
  .home-schedule-trigger li.is-active {}
}

/*******module-home-sns********/

.home-sns {
  position: relative;
  color: #fff;
}

.home-sns::before,
.home-sns::after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}

.home-sns::before {
  background-color: #3b5a9a;
  left: 0;
}

.home-sns::after {
  background-color: #fff;
  right: 0;
}

.home-sns-box {
  padding: 30px 20px;
  position: relative;
}

.home-sns-fb {
  padding-left: 80px;
}

.home-sns-tw {
  padding-right: 80px;
}

.home-sns-title {
  position: absolute;
  top: 80px;
}

.home-sns-title i {
  font-size: 54px;
}
.home-sns-title img {
  width: 54px;
  vertical-align: middle;
}

.home-sns-fb .home-sns-title {
  left: 0;
}

.home-sns-tw .home-sns-title {
  right: 0;
}

.home-sns-time {
  display: block;
  padding-bottom: 15px;
  font-size: 1.16rem;
}

.home-sns-summary {
  font-size: 1.16rem;
  line-height: 1.8;
  margin-bottom: 30px;
}

.home-sns-summary a {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width:768px) {
  .home-sns {
    position: relative;
    color: #fff;
  }
  .home-sns::before,
  .home-sns::after {
    display: none;
  }
  .home-sns-box {
    padding: 20px 3%;
    position: relative;
  }
  .home-sns-fb {
    padding-left: 3%;
    background-color: #3b5a9a;
  }
  .home-sns-tw {
    padding-right: 3%;
    background-color: #fff;
  }
  .home-sns-title {
    position: static;
    top: 80px;
    font-size: 124%;
    text-align: center;
  }
  .home-sns-title i {
    font-size: 24px;
    padding-bottom: 8px;
    vertical-align: middle;
  }
  .home-sns-title img {
    width: 24px;
    vertical-align: middle;
  }
  .home-sns-fb .home-sns-title {
    left: 0;
  }
  .home-sns-tw .home-sns-title {
    right: 0;
    padding-bottom: 0.5em;
  }
  .home-sns-time {
    display: block;
    padding-bottom: 8px;
    font-size: 0.77rem;
  }
  .home-sns-summary {
    font-size: 0.93rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}


/*******module-fixBnr********/

.fixBnr{
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 999;
/*
  transform: translateX(300px);
  opacity: 0;
  transition: all 0.2s ease;
*/
}

.fixBnr-inner {
  position: relative;
  margin-top: 15px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px;
}

.fixBnr-close{
  width: 40px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  position: absolute;
  right: 100%;
  top: 0;
  text-align: center;
  font-size: 16px;
  padding-top: 10px;
  cursor: pointer;
}
.fixBnr-close span{
  display: block;
  white-space: nowrap;
  font-family: 'Oswald', sans-serif;
  font-size: 10px;
}


/*
.is-loaded .fixBnr{
  transform: translateX(0);
  opacity: 1;
}
*/

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

  .fixBnr{
    width: 200px;
    right: 5px;
    bottom: 5px;
  }
  .fixBnr-inner {
    margin-top: 5px;
    padding: 4px;
  }

  .fixBnr-close{
    width: 30px;
    height: 40px;
    text-align: center;
    font-size: 13px;
    padding-top: 3px;
  }
  .fixBnr-close span{
    font-size: 8px;
  }

}

/*******module-footer********/

.footer {
  background: url(../../img/bg03.jpg) no-repeat right top;
  background-color: #1c1c1c;
  color: #fff;
}

/*partner*/

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

.partner-bnr-list li {
  display: inline-block;
  width: 20%;
  padding-right: 5px;
  padding-bottom: 14px;
}

.partner-bnr-list li img {
  vertical-align: middle;
}

.partner-bnr-list a {
  display: block;
}

.partner-bnr-list a:hover {
  display: block;
  opacity: 0.8;
}

/* 3-2 で表示する*/
.partner-bnr-list-trisect{
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.partner-bnr-list-trisect li{
  width: 30%;
}

/* 1-3-3-2 で表示する*/
.partner-top-list li:nth-child(1){
  flex-grow: 1;
  text-align: center;
}
.partner-top-list li:nth-child(2),
.partner-top-list li:nth-child(3),
.partner-top-list li:nth-child(4){
  text-align: center;
}


/*// 1-3-3-2 で表示する*/

.partner-bnr-border img {
  box-shadow: 0px 0px 0px 1px #ddd;
}

.home-partner-title {
  padding-top: 15px;
  font-family: 'Oswald', sans-serif;
  font-size: 185%;
  font-weight: 600;
  transform: skewX(-5deg);
  text-align: center;
}

.footer-partner-link {
  padding-top: 60px;
}

@media screen and (max-width:768px) {
  .partner-bnr-list {
    margin-left: 0;
    margin-right: 0;
  }
  .partner-bnr-list li {
    padding: 2px;
    width: 33%;
  }
  .home-partner-title {
    padding-top: 10px;
    font-size: 131%;
  }
  .footer-partner-link {
    padding-top: 10px;
  }

  /* 3-2 で表示する*/
  .partner-bnr-list-trisect{
    max-width: initial;
    max-width: auto;
  }
  .partner-bnr-list-trisect li{
    width: 33%;
  }


}

/*sitemap*/

.footer-sitemap {
  padding-bottom: 40px;
}

.footer-sitemap-title {
  overflow-x: hidden;
  position: relative;
  font-family: 'Oswald', sans-serif;
  font-size: 240%;
  font-weight: 600;
  opacity: 0.7;
  text-align: center;
  margin-bottom: 30px;
}

.footer-sitemap-title i {
  padding-left: 10px;
}

.footer-sitemap-title span {
  display: inline-block;
  transform: skewX(-5deg);
}

.footer-sitemap-title::before,
.footer-sitemap-title::after {
  content: "";
  display: block;
  width: calc(50% - 100px);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 50%;
}

.footer-sitemap-title::before {
  left: 0;
}

.footer-sitemap-title::after {
  right: 0;
}

@media screen and (max-width:768px) {
  .footer-sitemap {
    padding-bottom: 20px;
  }
  .footer-sitemap-title {
    display: block;
    font-size: 154%;
    margin-bottom: 10px;
  }
  .footer-sitemap-title::before,
  .footer-sitemap-title::after {
    display: none;
  }
  .footer-sitemap-title::before {
    left: 0;
  }
  .footer-sitemap-title::after {
    right: 0;
  }
}

/*footer-navi*/

.footer-navi {}

.footer-navi a {
  color: #fff;
  text-decoration: none;
}

.footer-navi a:hover {
  text-decoration: underline;
}

.footer-navi-list {}

.footer-navi-list > li {
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 108%;
}

.footer-navi-list > li > a {}

.footer-navi-list ul {
  padding-top: 15px;
  padding-left: 20px;
}

.footer-navi-list ul li {
  padding-bottom: 8px;
  font-weight: normal;
  font-size: 100%;
}

.footer-navi-list ul li a::before {
  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: "\f054";
  font-size: 10px;
  transform: scale(0.8);
  vertical-align: middle;
  opacity: 0.7;
  padding-right: 1em;
}

@media screen and (max-width:768px) {
  .footer-navi a {
    color: #fff;
    text-decoration: none;
  }
  .footer-navi a:hover {
    text-decoration: underline;
  }
  .footer-navi-list {
    border-top: 1px solid #333;
  }
  .footer-navi-list > li {
    padding-bottom: 0;
    font-size: 108%;
    border-bottom: 1px solid #333;
  }
  .footer-navi-list > li > a {
    display: block;
    padding: 10px 15px;
  }
  .footer-navi-list ul {
    padding-top: 0;
    padding-left: 30px;
    padding-bottom: 8px;
    font-size: 85%;
  }
  .footer-navi-list ul li {
    padding-bottom: 0;
  }
  .footer-navi-list ul li a {
    display: block;
    padding: 4px 0;
  }
}

/*.footer-subnavi*/

.footer-subnavi {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.footer-subnavi-list {
  display: flex;
  justify-content: center;
}

.footer-subnavi-list li {
  padding: 0 1em;
}

.footer-subnavi-list a {
  color: #fff;
  text-decoration: none;
}

.footer-subnavi-list a:hover {
  text-decoration: underline;
}

@media screen and (max-width:768px) {
  .footer-subnavi {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0;
    margin-top: 40px;
  }
  .footer-subnavi-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer-subnavi-list li {
    padding: 0;
    width: 50%;
    box-shadow: 1px 1px 0 #333;
  }
  .footer-subnavi-list a {
    display: block;
    padding: 10px 0;
    color: #fff;
    font-size: 77%;
    text-align: center;
    text-decoration: none;
  }
  .footer-subnavi-list a:hover {
    text-decoration: underline;
  }
}

/*sns*/

.footer-sns {
  background-color: #002d12;
  padding-top: 20px;
}

.footer-sns-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0 10px 10px 10px;
}

.footer-sns-list li {
  width: 40px;
  text-align: center;
}

.footer-sns-list a {
  font-size: 2.1rem;
  color: #fff;
  text-decoration: none;
}

.footer-sns-list img {
  width: 2.1rem;
  vertical-align: middle;
}

.footer-sns-large {
  transform: scale(1.3);
}

/*copyright*/

.footer-copyright {
  background-color: #002d12;
  padding: 0 0 20px 0;
  text-align: center;
  position: relative;
}

.footer-copyright-text {
  font-size: 93%;
}

.footer-copyright-creator {
  position: absolute;
  right: 36px;
  top: 50%;
  margin-top: -13px;
}

.footer-copyright-creator img {
  width: 26px;
}

@media screen and (max-width:768px) {
  .footer-copyright {
    padding: 20px 0;
  }
  .footer-copyright-text {
    font-size: 77%;
  }
  .footer-copyright-creator {
    position: static;
    margin-top: 5px;
  }
  .footer-copyright-creator img {
    width: 18px;
  }
}

/*******module-overview********/

.overview {
  pointer-events: none;
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
}

.overview > div {
  width: 100vw;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  opacity: 0;
  transition: all 0.4s ease;
}

.overview-news {
  background-image: url(../../img/overview_news.jpg);
}

/*******module-jump********/

/*jump-top*/

.jump-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
}

.jump-top a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 999;
  position: relative;
  background-color: #000;
  opacity: 0.3
}

.jump-top a::after {
  content: "";
  display: block;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 22px;
  top: 25px;
  width: 15px;
  height: 15px;
}

.jump-top a:hover {
  opacity: 1;
  background-color: #00491e;
}

@media screen and (max-width:768px) {
  .jump-top {
    display: none !important;
  }
}

/**************スマホ用ヘッダー**************/

.mobile {
  width: 100%;
  color: #fff;
}

.mobile-inner {}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
  z-index: 9999;
}

.mobile-menu-inner {
  width: 70px;
  height: 70px;
  background-color: rgba(28, 28, 28, 0.90);
  transform: skewX(45deg);
  transform-origin: left top;
}

.mobile-logo {
  position: absolute;
  left: 3px;
  top: 0;
}
body.home .mobile-logo {
  translate: 0 -100%;
}
/* body.home.is-loaded .mobile-logo {
  transition-delay: 0.6s;
  translate: 0 -100%;
} */

.mobile-logo img {
  width: 60px;
}

.mobile-title {
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding: 12px 0 0 65px;
}

.mobile-contents {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #00491e;
  opacity: 0;
  transition: all 0.2s ease;
  z-index: 999;
}

.is-mobile-open .mobile-contents {
  opacity: 1;
}

.mobile-contents-inner {
  height: 98%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*mobile-navi*/

.mobile-navi {
  padding-bottom: 100px;
}

.mobile-navi-list {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
}

.mobile-navi-list > li {}

.mobile-navi-list > li > a {
  display: block;
  padding: 12px 0;
  font-size: 131%;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-navi-list ul {
  display: none;
}

.mobile-navi-list ul a {
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 5%;
  font-size: 108%;
  text-decoration: none;
  color: #fff;
}

/*開閉trigger*/

.mobile-navi-list .navi-list-nest {
  position: relative;
}

.mobile-navi-list .mobile-navi-trigger {
  display: block;
  width: 44px;
  height: 44px;
  /*border: 1px solid rgba(255, 255, 255, 0.1);background-color: rgba(255, 255, 255, 0.1);border-radius: 50%;*/
  text-align: center;
  line-height: 44px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  transition: all 0.2s ease;
}

.mobile-navi-list .mobile-navi-trigger.is-open {
  transform: rotate(180deg);
}

/*
search
*/

.mobile-search {
  padding: 15px 60px 15px 20px;
}
.mobile-searchform{
  position: relative;
}
.mobile-search-input{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: #fff;
  box-shadow: none;
  border-radius: 4px;
  width: 100%;
  height: 40px;
  font-size: 16px;
  padding: 4px 10px;
  padding-right: 40px;
}
.mobile-search-submit{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  box-shadow: none;
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 5px;
  padding-top: 8px;
}
.mobile-search-submit i{
  font-size: 22px;
}


/*******module-accordion********/

@media screen and (max-width:768px) {
  .mobile-trigger {
    position: fixed;
    right: 0;
    top: 2px;
    z-index: 9998;
    cursor: pointer;
    background: none;
    border: none;
    padding: 8px;
  }
  .btn-mobile-trigger,
  .btn-mobile-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .btn-mobile-trigger {
    border: none;
    background: none;
    cursor: pointer;
    display: block;
    position: relative;
    width: 30px;
    height: 16px;
  }
  .btn-mobile-trigger span {
    position: absolute;
    left: 15%;
    width: 70%;
    height: 2px;
    background-color: #fff;
  }
  .btn-mobile-trigger span:nth-of-type(1) {
    top: 0;
  }
  .btn-mobile-trigger span:nth-of-type(2) {
    top: 7px;
  }
  .btn-mobile-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .btn-mobile-trigger.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(135deg);
  }
  .btn-mobile-trigger.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .btn-mobile-trigger.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(-135deg);
  }
}

/*******module-page-visual********/

.page-visual {
  background-image: url(../../img/page_heading01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

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

.page-visual-block {
  display: table;
  width: 100%;
}

.page-visual-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 800px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}

.page-visual-title {
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 40px;
  font-size: 330%;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #fff;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, serif;
}

.page-visual-lead {
  font-size: 131%;
  line-height: 2.2;
}

@media screen and (max-width:768px) {
  .page-visual {}
  .page-visual::before {}
  .page-visual-block {
    display: block;
  }
  .page-visual-inner {
    display: block;
    vertical-align: middle;
    width: 100%;
    height: auto;
    color: #fff;
    padding: 100px 0;
  }
  .page-visual-title {
    margin-bottom: 20px;
    font-size: 170%;
  }
  .page-visual-lead {
    font-size: 100%;
    line-height: 1.5;
  }
}

/*******module-page-heading********/

.page-heading {
  background-image: url(../../img/page_heading01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 200px 0;
  position: relative;
  overflow: hidden;
}

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

/* チーム */

.page-heading-team {
  background-image: url(../../img/page_heading01.jpg);
}

/* 試合 */

.page-heading-game {
  background-image: url(../../img/page_heading02.jpg);
}

/* 選手 */

.page-heading-player {
  background-image: url(../../img/page_heading03.jpg);
}

/* ニュース */

.page-heading-news {
  background-image: url(../../img/page_heading04.jpg);
}

/* チケット */

.page-heading-ticket {
  background-image: url(../../img/page_heading05.jpg);
}

/* 観戦 */

.page-heading-viewing {
  background-image: url(../../img/page_heading06.jpg);
}

/* スケジュール */

.page-heading-schedule {
  background-image: url(../../img/page_heading07.jpg);
}

/* クラブ */

.page-heading-club {
  background-image: url(../../img/page_heading08.jpg);
}

/* パートナー */

.page-heading-partner {
  background-image: url(../../img/page_heading09.jpg);
}

/* パートナー */

.page-heading-partner2 {
  background-image: url(../../img/page_heading27.jpg);
}

/* グッズ */

.page-heading-goods {
  background-image: url(../../img/page_heading10.jpg);
}

/* ファンクラブ */

.page-heading-fanclub {
  background-image: url(../../img/page_heading11.jpg);
}

/* アカデミー */

.page-heading-academy {
  background-image: url(../../img/page_heading12.jpg);
}

/* スクール */

.page-heading-school {
  background-image: url(../../img/page_heading13.jpg);
}

/* ホームタウン */

.page-heading-hometown {
  background-image: url(../../img/page_heading14.jpg);
}

/* ファンゾーン */

.page-heading-fanzone {
  background-image: url(../../img/page_heading15.jpg);
}

/* チア */

.page-heading-cheer {
  background-image: url(../../img/page_heading16.jpg);
}

/* セカンド選手 */

.page-heading-second {
  background-image: url(../../img/page_heading17.jpg);
}

/* FAQ */

.page-heading-faq {
  background-image: url(../../img/page_heading18.jpg);
}

/* 試合日程 */

.page-heading-match {
  background-image: url(../../img/page_heading19.jpg);
}

/* グリーンエンジェルズ */

.page-heading-greenangels {
  background-image: url(../../img/page_heading20.jpg);
}

/* 試合結果 */

.page-heading-match2 {
  background-image: url(../../img/page_heading21.jpg);
}

/* アンダー */

.page-heading-under {
  background-image: url(../../img/page_heading22.jpg);
}

.page-heading-U-18 {
  background-image: url(../../img/page_heading23.jpg);
}

.page-heading-U-15 {
  background-image: url(../../img/page_heading24.jpg);
}

.page-heading-U-14 {
  background-image: url(../../img/page_heading25.jpg);
}

.page-heading-U-13 {
  background-image: url(../../img/page_heading26.jpg);
}

/* チアガールズ */

.page-heading-cheergirls {
  background-image: url(../../img/page_heading28.jpg);
}

/* マッチデープログラム */
.page-heading-matchday {
  background-image: url(../../img/page_heading29.jpg);
}

/* シーズンデータ */
.page-heading-seasondata {
  background-image: url(../../img/page_heading30.jpg);
}

/* 天皇杯 */

.page-heading-emperorscup {
  background-image: url(../../img/page_heading31.jpg);
}

/* ルヴァンカップ */

.page-heading-leaguecup {
  background-image: url(../../img/page_heading31.jpg);
}


@media screen and (max-width:768px) {
  .page-heading {
    padding: 50px 0 30px 0;
    font-size: 110%;
  }
}

/*******module-breadcrumb********/

.breadcrumb {
  position: absolute;
  right: 300px;
  top: 15px;
  color: #fff;
  z-index: 999;
}

.breadcrumb-lists {}

.breadcrumb-lists li {
  display: inline-block;
  opacity: 0.7;
  transition: all 0.2s ease;
}

.breadcrumb-lists li:not(:last-child):hover {
  opacity: 1;
}

.breadcrumb-lists li a {
  color: #fff;
  text-decoration: underline;
}

.breadcrumb-lists li:not(:last-child)::after {
  content: "/";
  padding: 0 0.5em;
}

@media screen and (max-width:768px) {
  .breadcrumb {
    display: none;
  }
}

/*******module-upper********/

.upper {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  display: flex;
}

.upper-navi {
  display: flex;
  justify-content: flex-end;
}

.upper-navi a {
  width: 36px;
  padding: 5px 0;
  display: inline-block;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}

.upper-navi a img {
  width: 24px;
  vertical-align: middle;
}

.upper-navi a:hover {
  opacity: 0.7;
}

/*
language
*/

.language{
  min-width: 140px;
  padding-right: 10px;
  padding-top: 10px;
}
/*search*/

.search {
  position: absolute;
  right: 0;
  top: 45px;
  width: 400px;
  height: 50px;
  background: #ddd;
  display: none;
  z-index: 9900;
}

.search.is-open {
  display: block;
}

.search-inner {
  position: relative;
}

.search-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 50px;
  padding: 15px 40px 15px 10px;
  font-size: 18px;
  line-height: 1;
  border: none;
  background-color: transparent;
}

.search-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 22px;
  cursor: pointer;
  background: none;
  border: none;
  box-shadow: none;
}

.search-toggle .fa-times {
  display: none;
}

.search-toggle.is-open .fa-times {
  display: inline-block;
  ;
}

.search-toggle.is-open .fa-search {
  display: none;
}

/*******module-index-list********/

.index-block {
  background-color: #1c1c1c;
}

.index-list {
  text-align: center;
  flex-wrap: wrap;
}

.index-list li {
  padding-bottom: 0;
  width: 50%;
  float: left;
}

.index-list li a {
  display: table;
  width: 100%;
  color: #fff;
  text-decoration: none;
  /*  background-image: url(../../img/noimg.jpg);*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.index-list-box {
  display: table-cell;
  width: 100%;
  height: 300px;
  padding: 0 15px;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.2s ease;
}

.index-list li a:hover {
  opacity: 1;
}

.index-list li a:hover .index-list-box {
  background-color: rgba(0, 0, 0, 0.1);
}

.index-list-en {
  font-size: 200%;
}

.index-list-en span {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  transform: skewX(-5deg);
}

.index-list-title {
  font-size: 116%;
  font-weight: bold;
}

.index-list-more {
  margin-top: 15px;
}

.index-list-more span {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  transform: skewX(-5deg);
  border: 1px solid #fff;
  padding: 2px 20px 4px 20px;
  transition: all 0.2s ease;
}

a:hover .index-list-more span {
  background-color: #fff;
  color: #002d12;
}

@media screen and (max-width:768px) {
  .index-block {
    padding: 0;
  }
  .index-list {
    margin-left: 0;
  }
  .index-list li {
    padding-bottom: 0;
    margin-left: 0;
    float: none;
    width: auto;
  }
  .index-list li a {}
  .index-list-box {
    height: 200px;
    padding: 0 10px;
    font-size: 124%;
  }
  .index-list-en {
    font-size: 154%;
  }
  .index-list-en span {}
  .index-list-title {
    font-size: 93%;
  }
  .index-list-more {
    margin-top: 10px;
  }
  .index-list-more span {
    padding: 2px 20px 4px 20px;
    font-size: 85%;
  }
}

/*******module-dl********/

.dl-separate {}

.dl-separate dt {
  font-size: 108%;
  padding: 7px 5px;
  width: 100px;
  background-color: #ddd;
  text-align: center;
  float: left;
  clear: both;
  margin-bottom: 7px;
}

.dl-separate dd {
  margin-left: 115px;
  font-size: 116%;
  padding-top: 7px;
}

@media screen and (max-width:768px) {
  .dl-separate {}
  .dl-separate dt {
    font-size: 100%;
    padding: 5px 0;
    width: 80px;
    margin-bottom: 4px;
  }
  .dl-separate dd {
    margin-left: 90px;
    font-size: 108%;
    padding-top: 5px;
  }
}

/*******module-table********/

/*table-normal*/

.table-normal {
  background-color: #fff;
  border: 1px solid #ccc;
}

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

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

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

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

@media screen and (max-width:768px) {
  .table-normal {}
  .table-normal th,
  .table-normal td {
    font-size: 0.93rem;
  }
  .table-normal thead th {
    padding: 8px 6px;
  }
  .table-normal tbody th {
    padding: 8px 6px;
  }
  .table-normal tbody td {
    padding: 8px 6px;
  }
  /*スマホ時、縦組みになる*/
  .table-normal-sp,
  .table-normal-sp thead,
  .table-normal-sp tbody,
  .table-normal-sp tr,
  .table-normal-sp th,
  .table-normal-sp td {
    display: block;
    width: 100% !important;
    border: none;
  }
  .table-normal-sp th,
  .table-normal-sp td {
    border: none;
    font-size: 1.16rem;
  }
  .table-normal-sp thead th {
    background-color: #f0f0f0;
    text-align: center;
    padding: 5px 10px;
    color: #00491e;
    margin-bottom: 8px;
  }
  .table-normal-sp tbody th {
    background-color: #f0f0f0;
    text-align: left;
    padding: 5px 10px;
    color: #00491e;
  }
  .table-normal-sp tbody td {
    padding: 8px 0px 15px 0;
  }
}

/*table-white*/

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

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

.table-white th,
.table-white td {
  font-size: 1.16rem;
}

.table-white tbody th {
  text-align: left;
  padding: 15px 25px;
  color: #00491e;
}

.table-white tbody td {
  padding: 15px 25px;
}

@media screen and (max-width:768px) {
  .table-white {}
  .table-white th,
  .table-white td {
    font-size: 0.93rem;
  }
  .table-white thead th {
    padding: 8px 6px;
  }
  .table-white tbody th {
    padding: 8px 6px;
  }
  .table-white tbody td {
    padding: 8px 6px;
  }
}

/*centering*/

.table-center tbody td {
  text-align: center;
}

/*cell size*/

.cell-quarter {
  width: 25%;
}

.cell-trisect {
  width: 33.3%;
}

.cell-half {
  width: 50%;
}

/*******module-pagination********/

.pagination {
  text-align: left;
  padding: 20px 0;
}

.page-numbers {
  display: inline-block;
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  margin: 0px 3px;
  text-align: center;
  line-height: 36px;
  font-size: 124%;
  color: #222;
  border: 1px solid #1c1c1c;
  background-color: #fff;
  text-decoration: none !important;
  font-family: 'Oswald', sans-serif;
  transition: all 0.15s ease;
  transform: skewX(-5deg);
}

a.page-numbers:hover {
  background-color: #1c1c1c;
  color: #ffffff;
}

.page-numbers.current {
  color: #ffffff;
  background-color: #1c1c1c;
}

.page-numbers.prev,
.page-numbers.next {
  border: none;
  background: none;
  font-size: 18px;
}

/*paging*/

.paging {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 80px;
}

.paging a {
  display: inline-block;
  font-family: 'Oswald';
  text-decoration: none;
  font-size: 139%;
  text-align: center;
  padding: 15px 70px;
  color: #fff;
  background-color: #00491e;
  box-shadow: 0 0 0 2px #00491e inset;
  position: relative;
}

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

.paging a i {
  font-size: 12px;
}

.paging .paging-prev {
  position: absolute;
  left: 0px;
  top: 0;
}

.paging .paging-prev i {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -0.5em;
}

.paging .paging-next {
  position: absolute;
  right: 0px;
  top: 0;
}

.paging .paging-next i {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.5em;
}

.paging .paging-back {}

@media screen and (max-width:768px) {
  .paging {
    padding: 10px 0;
    margin-bottom: 50px;
    margin-top: 30px;
  }
  .paging a {
    width: auto;
    padding: 10px 30px;
    font-size: 116%;
  }
  .paging a i {
    font-size: 8px;
  }
  .paging .paging-prev {
    position: absolute;
    left: 0;
    top: 10px;
  }
  .paging .paging-prev a {
    padding-left: 35px;
  }
  .paging .paging-next {
    position: absolute;
    right: 0;
    top: 10px;
  }
  .paging .paging-next a {
    padding-right: 35px;
  }
}

/*******module-category-color********/

/*新着情報のカテゴリーアイコンカラー*/

.category-color-news_information {
  background-color: #00491e !important;
}

.category-color-news_game {
  background-color: #e33232 !important;
}

.category-color-news_team {
  background-color: #002d12 !important;
}

.category-color-news_event {
  background-color: #3497d4 !important;
}

.category-color-news_partner {
  background-color: #3b5a9a !important;
}

.category-color-news_goods {
  background-color: #698a45;
  !important
}

.category-color-news_academy {
  background-color: #e67e22 !important;
}

.category-color-news_school {
  background-color: #dac40f !important;
}

.category-color-news_hometown {
  background-color: #d92f6f !important;
}

.category-color-news_cheer {
  background-color: #d92faf !important;
}

.category-color-news_photogallery {
  background-color: #289eb3 !important;
}

.category-color-news_peersupport {
  background-color: #0bade2 !important;
}

.category-color-news_other {
  background-color: #111 !important;
}

/*******module-googlecalendar********/

.gcalendar-wrap {}

.gcalendar-wrap iframe {
  width: 100%;
}

@media screen and (max-width:768px) {
  .gcalendar-wrap {
    overflow: auto;
  }
  .gcalendar-wrap iframe {
    min-width: 380px;
  }
}


/*******ambassador********/

.ambassador {
}
.ambassador-section {
  padding-bottom: 5em;
}
.ambassador-section-heading {
  background-color: #f0f0f0;
  border-bottom: 3px solid #000;
  font-size: 154%;
  line-height: 1.35;
  padding: 0.5em 1em;
  margin-bottom: 1.2em;
}

.ambassador-section.-gifu .ambassador-section-heading {
  background-color: #f5d3da;
  border-color: #c6236f;
}
.ambassador-section.-seino .ambassador-section-heading {
  background-color: #f3dab6;
  border-color: #cd5517;
}
.ambassador-section.-chuno .ambassador-section-heading {
  background-color: #f4f3c1;
  border-color: #ddb311;
}
.ambassador-section.-tono .ambassador-section-heading {
  background-color: #dbe9d5;
  border-color: #1c8448;
}
.ambassador-section.-hida .ambassador-section-heading {
  background-color: #d3e8f4;
  border-color: #0c5da5;
}

/*
list
*/

.ambassador-player {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1%;
  margin-bottom: -2em;
}
.ambassador-player li {
  width: 16.6%;
  padding-left: 1%;
  margin-bottom: 2em;
}
.ambassador-player li > a {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.ambassador-player li .player-list-img {
}
.ambassador-player li .player-list-box {
}
.ambassador-player li .player-list-inner {
  display: block;
  margin: 10px ;
  font-feature-settings: "palt";
}
.ambassador-player li .player-list-number {
  display: block;
  font-size: 17px;
  transform: skewX(-8deg);
  margin-bottom: 0.5em;
}
.ambassador-player li .player-list-number small{
  display: inline-block;
  font-size: 100%;
  padding-right: 0.2em;
}
.ambassador-player li .player-list-data {
  display: block;
}
.ambassador-player li .player-list-name {
  display: block;
  font-size: 19px;
  font-weight: 600;
}
.ambassador-player li .player-list-name small {
  display: none;
}

.ambassador-pref {
  text-align: center;
  padding-top: 0.8em;
}
.ambassador-pref a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  font-size: 116%;
  font-weight: 600;
  border-bottom: 1px solid #000;
  line-height: 1.3;
  margin-bottom: 0.4em;
}
.ambassador-pref a:hover {
  opacity: 0.7;
}
.ambassador-pref-tips {
  padding-top: 0.2em;
}

/*
activity
*/

.ambassador-activity {
}
.ambassador-activity-heading {
  border: 2px solid #9abd45;
  border-radius: 5px;
  padding: 0.4em 1em;
  font-size: 154%;
  margin-bottom: 1em;
}

.ambassador-gallery {
  display: flex;
  justify-content: space-between;
  padding-top: 3em;
}
.ambassador-gallery-img {
  width: 32%;
  text-align: center;
}

/*
navi
*/

.ambassador-navi {
  display: none;
  padding-bottom: 3em;
}
.ambassador-navi li {
  margin-bottom: 10px;
}
.ambassador-navi a {
  display: block;
  padding: 1em 2em;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 124%;
  border-radius: 5px;
  background-color: #000;
  color: #fff;
  position: relative;
}
.ambassador-navi a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
  rotate: 135deg;
}

.ambassador-navi a.-gifu {
  background-color: #c6236f;
}
.ambassador-navi a.-seino {
  background-color: #cd5517;
}
.ambassador-navi a.-chuno {
  background-color: #ddb311;
}
.ambassador-navi a.-tono {
  background-color: #1c8448;
}
.ambassador-navi a.-hida {
  background-color: #0c5da5;
}

/*
map
*/

.ambassador-map {
  max-width: 640px;
  margin: 0 auto;
  padding-top: 1em;
  padding-bottom: 4em;
  text-align: center;
}
.ambassador-map svg {
  width: clamp(180px,90vw, 640px);
}


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

  .ambassador {
  }
  .ambassador-section {
    padding-bottom: 3em;
  }
  .ambassador-section-heading {
    font-size: 131%;
  }


  /*
  list
  */

  .ambassador-player {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1%;
    margin-bottom: -1em;
  }
  .ambassador-player li {
    width: 32.3%;
    padding-left: 1%;
    margin-bottom: 1em;
  }
  .ambassador-player li > a {
    display: block;
    text-align: left;
  }

  .ambassador-player li .player-list-img {
  }
  .ambassador-player li .player-list-box {
    display: block;
    text-align: left;
  }
  .ambassador-player li .player-list-inner {
    margin: 8px ;
    text-align: left;
  }
  .ambassador-player li .player-list-number {
    font-size: 12px;
    text-align: left;
  }
  .ambassador-player li .player-list-number small{
  }
  .ambassador-player li .player-list-data {
    display: block;
  }
  .ambassador-player li .player-list-name {
    font-size: 15px;
  }
  .ambassador-player li .player-list-name small {
    display: none;
  }

  .ambassador-pref {
    text-align: center;
    padding-top: 0.5em;
  }
  .ambassador-pref a {
    font-size: 100%;
  }
  .ambassador-pref a:hover {
    opacity: 0.7;
  }
  .ambassador-pref-tips {
    padding-top: 0em;
    font-size: 85%;
  }

  /*
  activity
  */

  .ambassador-activity {
  }
  .ambassador-activity-heading {
    font-size: 131%;
  }

  .ambassador-gallery {
    padding-top: 1em;
  }
  .ambassador-gallery-img {
  }

  /*
  navi
  */

  .ambassador-navi {
    display: block;
    padding: 15px;
    border: 5px solid #eee;
    margin-bottom: 3em;
  }

  /*
  map
  */

  .ambassador-map {
    padding-bottom: 2em;
  }
  .ambassador-map svg {
    width: clamp(180px,90vw, 640px);
  }

}



/*******module-blockquote********/

blockquote {
  position: relative;
  padding: 70px 35px 30px 35px !important;
  box-sizing: border-box;
  font-style: normal;
  background: #f0f0f0;
  margin: 15px 0;
}

blockquote:before {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 35px;
  vertical-align: middle;
  content: "\f10d";
  font-family: FontAwesome;
  color: #cfcfcf;
  font-size: 35px;
  line-height: 1;
  font-style: italic;
}

.blockquote-text {
  text-align: right;
  padding-top: 15px;
}

@media screen and (max-width:768px) {
  blockquote {
    padding: 40px 10px 10px 10px !important;
    margin: 10px 0;
  }
  blockquote:before {
    top: 10px;
    left: 15px;
    font-size: 25px;
  }
  .blockquote-text {
    padding-top: 10px;
  }
}

/**************ステータス**************/

.is-hide {
  display: none;
}

.is-pc-hide {
  display: none;
}

.is-pc-inline {
  display: inline;
}

.is-sp-inline ,
.sp-br{
  display: none;
}

.is-inlineBlock {
  display: inline-block;
}


.is-pc-noevent {
  pointer-events: none;
}

.is-first-hide > *:first-child{
  display: none;
}

@media screen and (max-width:768px) {
  .is-pc-hide {
    display: block;
  }
  .is-sp-hide {
    display: none;
  }
  .is-sp-inline {
    display: inline;
  }
  .sp-br {
    display: inline;
  }
  .is-pc-inline,
  .pc-br {
    display: none;
  }
  .is-pc-noevent {
    pointer-events: auto;
  }
}

/**************アニメーション関係**************/

.fadein {
  transform: translate(0, 20px);
  transition: all 1s ease;
  opacity: 0;
}

.fadein.is-visible {
  transform: translate(0, 0);
  opacity: 1 !important;
  top: 0;
}

.fadein-group > * {
  opacity: 0;
}

@media screen and (max-width:768px) {
  .fadein-group > * {
    opacity: 1;
  }
}

/**************loading**************/

.loading {
  background-color: rgba(255, 255, 255, 1);
  position: fixed;
  top: -5vh;
  left: 0;
  width: 100%;
  height: 110vh;
  z-index: 10000;
  transition: all 0.6s cubic-bezier(0.6, -0.0, 0.735, 0.045);
}

.is-loaded .loading {
  top: -110vh;
  opacity: 0;
}

.loading-inner {
  position: relative;
  top: 42vh;
}

.loading-emblem {
  text-align: center;
  padding-bottom: 5px;
}

.loading-emblem img {
  width: 90px;
}

.loading-text {
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 124%;
  letter-spacing: 0.1em;
}

.loading-text span {
  display: inline-block;
  margin: 0 -.05em;
  animation: loading 0.6s infinite alternate;
}

.loading-text span:nth-child(2) {
  animation-delay: .1s;
}

.loading-text span:nth-child(3) {
  animation-delay: .2s;
}

.loading-text span:nth-child(4) {
  animation-delay: .3s;
}

.loading-text span:nth-child(5) {
  animation-delay: .4s;
}

.loading-text span:nth-child(6) {
  animation-delay: .5s;
}

.loading-text span:nth-child(7) {
  animation-delay: .6s;
}

@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}

/*/プリント用CSS///////////////////////////////////////////////**/

@media print {
  .header {
    display: none !important;
  }
  .l-contents {
    margin-left: 0 !important;
  }
}
