@charset "UTF-8";
/*___Base____________________________________________________________________*/
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* line 7, ../../sass_bb/sass/_base.scss */
body,
div,
dl,
dt,
dd,
ul,
ul li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
section,
nav,
article,
aside,
hgroup,
header,
address,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

/* line 42, ../../sass_bb/sass/_base.scss */
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

/* line 55, ../../sass_bb/sass/_base.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 60, ../../sass_bb/sass/_base.scss */
caption,
th {
  text-align: left;
}

/* line 65, ../../sass_bb/sass/_base.scss */
q:before,
q:after {
  content: '';
}

/* line 70, ../../sass_bb/sass/_base.scss */
object,
embed {
  vertical-align: top;
}

/* line 75, ../../sass_bb/sass/_base.scss */
hr,
legend {
  display: none;
}

/* line 80, ../../sass_bb/sass/_base.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

/* line 90, ../../sass_bb/sass/_base.scss */
img,
abbr,
acronym,
fieldset {
  border: 0;
}

/* line 97, ../../sass_bb/sass/_base.scss */
img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

/* line 102, ../../sass_bb/sass/_base.scss */
ul li {
  list-style-type: none;
}

/* line 106, ../../sass_bb/sass/_base.scss */
a {
  text-decoration: none;
}

/* line 110, ../../sass_bb/sass/_base.scss */
div a {
  word-break: break-all;
}

/*_body_______________________________*/
/* line 117, ../../sass_bb/sass/_base.scss */
body {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 160%;
  text-align: left;
  -webkit-text-size-adjust: none;
  line-height: 1.3;
  letter-spacing: 0.04em;
  overflow-x: hidden;
}

/* clearfix_________________________________ */
/* line 131, ../../sass_bb/sass/_base.scss */
.clearfix {
  display: block;
  clear: both;
  float: none;
}

/* line 137, ../../sass_bb/sass/_base.scss */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  font-size: 0;
}

/* レスポンシブ共通設定____________________________________________________*/
/* line 38, ../../sass_bb/sass/_setting.scss */
#main {
  margin-top: 15px;
  padding: 2em;
  width: calc(100% - 350px);
  padding-top: 3em;
  max-width: 1500px;
  background: #fff;
  padding-bottom: 0;
}
@media screen and (max-width: 749px) {
  /* line 38, ../../sass_bb/sass/_setting.scss */
  #main {
    float: none;
    width: 100%;
    padding: 0;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 2em;
  }
}
@media screen and (min-width: 749px) and (max-width: 961px) {
  /* line 38, ../../sass_bb/sass/_setting.scss */
  #main {
    width: 70%;
  }
}
@media screen and (min-width: 749px) {
  /* line 69, ../../sass_bb/sass/_setting.scss */
  #main.js-header-side-active {
    margin-left: 350px;
    padding-bottom: 0;
  }
}

/* line 81, ../../sass_bb/sass/_setting.scss */
#side {
  width: 350px;
  min-width: 350px;
  background-color: #f3f3f3;
  padding-top: 4em;
}
@media screen and (min-width: 749px) {
  /* line 92, ../../sass_bb/sass/_setting.scss */
  #side.js-header-side-active {
    position: fixed;
    top: 20px;
    left: 0;
    z-index: 0;
    transition: 0.2s;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 749px) {
  /* line 108, ../../sass_bb/sass/_setting.scss */
  #side .side_sp_area {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  /* line 81, ../../sass_bb/sass/_setting.scss */
  #side {
    float: none;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 2em;
    height: inherit;
  }
}
@media screen and (min-width: 749px) and (max-width: 961px) {
  /* line 81, ../../sass_bb/sass/_setting.scss */
  #side {
    width: 27%;
  }
}

/* ------ 色の設定 ---------------------------------- */
/* line 146, ../../sass_bb/sass/_setting.scss */
.u-fc-yellow {
  color: #F8FF46 !important;
}

/* ------ 表示の切り替え ---------------------------------- */
/* line 153, ../../sass_bb/sass/_setting.scss */
.sp-show {
  display: none !important;
}
@media screen and (max-width: 749px) {
  /* line 153, ../../sass_bb/sass/_setting.scss */
  .sp-show {
    display: block  !important;
  }
}

@media screen and (max-width: 749px) {
  /* line 162, ../../sass_bb/sass/_setting.scss */
  .pc-show {
    display: none  !important;
  }
}

/* ------ 箱わけする ---------------------------------- */
/* line 170, ../../sass_bb/sass/_setting.scss */
.col-set {
  width: 850px;
  overflow: hidden;
  margin-bottom: 5px;
  *zoom: 1;
}
@media screen and (max-width: 999px) {
  /* line 170, ../../sass_bb/sass/_setting.scss */
  .col-set {
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  /* line 170, ../../sass_bb/sass/_setting.scss */
  .col-set {
    *margin-bottom: 0;
  }
  /* line 184, ../../sass_bb/sass/_setting.scss */
  .col-set .col2 {
    float: none;
    width: 100%;
  }
  /* line 184, ../../sass_bb/sass/_setting.scss */
  .col-set .col3 {
    float: none;
    width: 100%;
  }
  /* line 184, ../../sass_bb/sass/_setting.scss */
  .col-set .col4 {
    float: none;
    width: 100%;
  }
}
/* line 193, ../../sass_bb/sass/_setting.scss */
.col-set .col2 {
  float: left;
  width: 50%;
  margin-top: 20px;
}
/* line 199, ../../sass_bb/sass/_setting.scss */
.col-set .col3 {
  float: left;
  width: 33%;
  margin-left: 0.5%;
}
/* line 204, ../../sass_bb/sass/_setting.scss */
.col-set .col3:first-child, .col-set .col3:nth-of-type(3n+1) {
  margin-left: 0;
}
/* line 210, ../../sass_bb/sass/_setting.scss */
.col-set .col4 {
  float: left;
  width: 25%;
}
/* line 215, ../../sass_bb/sass/_setting.scss */
.col-set .col5 {
  float: left;
  width: 20%;
}
@media screen and (max-width: 999px) {
  /* line 215, ../../sass_bb/sass/_setting.scss */
  .col-set .col5 {
    width: 30%;
  }
}
@media screen and (max-width: 749px) {
  /* line 225, ../../sass_bb/sass/_setting.scss */
  .col-set .col2 {
    float: none;
    width: 100%;
    text-align: center;
    clear: both;
    margin: 0;
  }
}
@media screen and (max-width: 749px) {
  /* line 225, ../../sass_bb/sass/_setting.scss */
  .col-set .col3 {
    float: none;
    width: 100%;
    text-align: center;
    clear: both;
    margin: 0;
  }
}
@media screen and (max-width: 749px) {
  /* line 237, ../../sass_bb/sass/_setting.scss */
  .col-set .col4 {
    width: 50%;
    text-align: center;
  }
}
@media screen and (max-width: 749px) {
  /* line 237, ../../sass_bb/sass/_setting.scss */
  .col-set .col5 {
    width: 50%;
    text-align: center;
  }
}

@media screen and (max-width: 749px) {
  /* line 246, ../../sass_bb/sass/_setting.scss */
  #con02 {
    display: none;
  }
}

/* ------ 固定 ※以下なるべく触らない----------------------------------------- */
@media screen and (max-width: 749px) {
  /* line 257, ../../sass_bb/sass/_setting.scss */
  html {
    *overflow-x: hidden;
  }
}
/* line 262, ../../sass_bb/sass/_setting.scss */
#wrapper {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 749px) {
  /* line 262, ../../sass_bb/sass/_setting.scss */
  #wrapper {
    overflow: hidden;
  }
}

@media screen and (max-width: 749px) {
  /* line 272, ../../sass_bb/sass/_setting.scss */
  img {
    max-width: 100%;
    height: auto;
    width: auto;
  }
}
@media screen and (min-width: 749px) and (max-width: 961px) {
  /* line 280, ../../sass_bb/sass/_setting.scss */
  img {
    max-width: 100%;
    height: auto;
    width: auto;
  }
}
/* ------ Contents ---------------------------------- */
/* line 289, ../../sass_bb/sass/_setting.scss */
#contents {
  width: 100%;
  *zoom: 1;
  background-color: #f3f3f3;
  /*サイド固定*/
}
@media screen and (max-width: 749px) {
  /* line 289, ../../sass_bb/sass/_setting.scss */
  #contents {
    position: relative;
    min-height: inherit;
    background: #fff;
  }
}

/* line 306, ../../sass_bb/sass/_setting.scss */
.article-containar {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media screen and (max-width: 749px) {
  /* line 306, ../../sass_bb/sass/_setting.scss */
  .article-containar {
    flex-direction: column;
  }
}
@media screen and (min-width: 749px) {
  /* line 318, ../../sass_bb/sass/_setting.scss */
  .article-containar.js-header-side-active {
    background: #000;
    position: fixed;
  }
}

/* line 327, ../../sass_bb/sass/_setting.scss */
.titleWrap {
  padding: 10em 0 3em;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 741px) and (max-width: 1325px) {
  /* line 327, ../../sass_bb/sass/_setting.scss */
  .titleWrap {
    background-size: auto 100%;
  }
}
@media screen and (max-width: 749px) {
  /* line 327, ../../sass_bb/sass/_setting.scss */
  .titleWrap {
    padding: 7em 0 3em;
  }
}
/* line 348, ../../sass_bb/sass/_setting.scss */
.titleWrap:before {
  position: absolute;
  height: 350px;
  background-color: #1e5ca8;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 749px) {
  /* line 348, ../../sass_bb/sass/_setting.scss */
  .titleWrap:before {
    height: 150px;
  }
}
/* line 370, ../../sass_bb/sass/_setting.scss */
.titleWrap:after {
  position: absolute;
  top: 127px;
  left: 100px;
  background-image: url(../images/common/bg_main_ttl.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  background-size: 100% auto;
  display: block;
  content: "";
  height: 275px;
  width: calc(100% - 100px);
  z-index: 2;
  animation-name: c-animation-bg-zoom-x;
  animation-duration: 60s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 749px) {
  /* line 370, ../../sass_bb/sass/_setting.scss */
  .titleWrap:after {
    left: 45px;
    top: 75px;
    height: 135px;
    width: calc(100% - 45px);
  }
}
/* line 403, ../../sass_bb/sass/_setting.scss */
.titleWrap h2.titleWrap-maintitle {
  margin-top: 0.5em;
  margin-bottom: 0.4em;
  font-size: 44px;
  font-weight: normal;
  line-height: 1;
  color: #3659b8;
  font-family: "wanpaku-ruika", sans-serif;
  letter-spacing: 0.1em;
  background: #fff;
  padding: 0.5em;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 749px) {
  /* line 403, ../../sass_bb/sass/_setting.scss */
  .titleWrap h2.titleWrap-maintitle {
    font-size: 24px;
    padding: 10px;
    margin: 0;
    margin-bottom: 0.5em;
    margin-top: 0;
  }
}
/* line 427, ../../sass_bb/sass/_setting.scss */
.titleWrap .titleWrap-subtitle {
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.5em;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 749px) {
  /* line 427, ../../sass_bb/sass/_setting.scss */
  .titleWrap .titleWrap-subtitle {
    font-size: 14px;
  }
}

/* line 447, ../../sass_bb/sass/_setting.scss */
.contents-title {
  text-align: center;
  font-size: 25px;
  margin-bottom: 0.2em;
  font-family: "wanpaku-ruika", sans-serif;
  color: #3659B8;
}
@media screen and (max-width: 749px) {
  /* line 447, ../../sass_bb/sass/_setting.scss */
  .contents-title {
    font-size: 30px;
  }
}

/* line 460, ../../sass_bb/sass/_setting.scss */
.contents-title__sub {
  font-size: 11px;
  color: #3659B8;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.2em;
  display: block;
  font-weight: 900;
}

/* line 470, ../../sass_bb/sass/_setting.scss */
.box_side {
  text-align: left;
  clear: both;
  float: none;
  /*左サイドバー試合日程*/
}
/* line 476, ../../sass_bb/sass/_setting.scss */
.box_side__description {
  font-weight: normal !important;
}
/* line 481, ../../sass_bb/sass/_setting.scss */
.box_side--schedule {
  padding: 1em;
}
/* line 487, ../../sass_bb/sass/_setting.scss */
.box_side--result {
  padding: 1em;
  background-color: #F6F6F6;
}
/* line 492, ../../sass_bb/sass/_setting.scss */
.box_side--sns {
  padding: 1em 0;
}
@media screen and (max-width: 961px) {
  /* line 492, ../../sass_bb/sass/_setting.scss */
  .box_side--sns {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
}
/* line 502, ../../sass_bb/sass/_setting.scss */
.box_side--sns__in {
  background: #fff;
  padding: 1em;
  margin: 0 auto;
  color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 1000px;
  font-size: 40px;
  font-family: 'Josefin Sans', sans-serif;
  overflow: hidden;
}
@media screen and (max-width: 961px) {
  /* line 502, ../../sass_bb/sass/_setting.scss */
  .box_side--sns__in {
    width: 90%;
    padding: 0.5em;
  }
}
/* line 524, ../../sass_bb/sass/_setting.scss */
.box_side--sns__box {
  height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
@media screen and (max-width: 961px) {
  /* line 524, ../../sass_bb/sass/_setting.scss */
  .box_side--sns__box {
    height: 500px;
  }
}
/* line 536, ../../sass_bb/sass/_setting.scss */
.box_side--sns__ttl {
  font-size: 14px;
  background: #f6f6f6;
  color: #1e5ca8;
  padding: 0.5em 0.8em 0.2em;
  margin-bottom: 1em;
  line-height: 1.6;
  border: solid #1e5ca8 1px;
  border-radius: 0.3em;
}
@media screen and (max-width: 749px) {
  /* line 536, ../../sass_bb/sass/_setting.scss */
  .box_side--sns__ttl {
    font-size: 12px;
  }
}
/* line 550, ../../sass_bb/sass/_setting.scss */
.box_side--sns .twitter-timeline {
  width: 100%;
}
/* line 555, ../../sass_bb/sass/_setting.scss */
.box_side__description {
  padding: 0.5em;
  background: #fff;
}
/* line 561, ../../sass_bb/sass/_setting.scss */
.box_side .month {
  height: 20px;
  line-height: 21px;
  text-align: center;
  font-family: "wanpaku-ruika", sans-serif;
  background-color: #3659b8;
  color: #fff;
  width: auto;
  margin: 0 auto;
  border-radius: 5px 5px 0 0;
  padding-top: 5px;
  font-size: 15px;
}
@media screen and (max-width: 749px) {
  /* line 561, ../../sass_bb/sass/_setting.scss */
  .box_side .month {
    font-size: 18px;
    height: 30px;
    line-height: 27px;
  }
}
/* line 583, ../../sass_bb/sass/_setting.scss */
.box_side table {
  border: 5px solid #3659b8;
  background-color: #ffffff;
  margin-top: -1px;
  margin-bottom: 0.5em;
}
/* line 589, ../../sass_bb/sass/_setting.scss */
.box_side table th {
  color: #ffffff;
  padding: 3px 0;
  font-size: 10px;
  text-align: center;
  background-color: #8ba0d9;
  border-left: 1px solid #bfccee;
}
/* line 597, ../../sass_bb/sass/_setting.scss */
.box_side table th:last-child {
  border: none;
}
/* line 602, ../../sass_bb/sass/_setting.scss */
.box_side table td {
  text-align: center;
  width: 29px;
  height: 25px;
  line-height: 25px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  font-family: "wanpaku-ruika", sans-serif;
  font-size: 14px;
}
@media screen and (min-width: 749px) and (max-width: 961px) {
  /* line 602, ../../sass_bb/sass/_setting.scss */
  .box_side table td {
    width: auto;
    height: auto;
    font-size: 14px;
    width: 29px;
    height: 29px;
    line-height: 29px;
  }
}
/* line 621, ../../sass_bb/sass/_setting.scss */
.box_side table td a {
  display: block;
  text-align: center;
  line-height: 25px;
  color: #ff0f00;
  background: #fff7a1;
}
/* line 631, ../../sass_bb/sass/_setting.scss */
.box_side span {
  font-size: 14px;
  line-height: 1.5;
  display: block;
  font-weight: 700;
}
/* line 638, ../../sass_bb/sass/_setting.scss */
.box_side .txt_check {
  /*background-color:#f7f5ec;*/
  margin-bottom: 5px;
  font-size: 12px;
  color: #000;
  text-align: center;
}
/* line 645, ../../sass_bb/sass/_setting.scss */
.box_side .txt_check_point {
  font-size: 13.5px;
  letter-spacing: -0.07em;
  color: #ff0000;
  background: #fff;
  border-radius: 100px;
  margin-bottom: 0.5em;
  padding: 0.1em 1em;
}
/* line 655, ../../sass_bb/sass/_setting.scss */
.box_side .txt_check_color {
  text-align: center;
  color: #c93a40;
  background: #FCECB4;
  display: inline-block;
  width: 17px;
  height: 18px;
}
/* line 666, ../../sass_bb/sass/_setting.scss */
.box_side table.tbl_side_schedule {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  border-spacing: 0;
  border: solid #bed3ec 3px;
  border-radius: 5px;
}
/* line 675, ../../sass_bb/sass/_setting.scss */
.box_side table.tbl_side_schedule tr {
  cursor: pointer;
}
/* line 679, ../../sass_bb/sass/_setting.scss */
.box_side table.tbl_side_schedule tr.clickable:hover td,
.box_side table.tbl_side_schedule tr.clickable:hover th {
  background: #3659b8;
  cursor: pointer;
  color: #ffffff;
}
/* line 688, ../../sass_bb/sass/_setting.scss */
.box_side table.tbl_side_schedule th {
  width: 54px;
  font-size: 16px;
  text-align: center;
  border-bottom: none;
  font-weight: normal;
  background: #f7f5ec;
  color: #402312;
  -webkit-transition: background-color .1s linear;
  -moz-transition: background-color .1s linear;
  transition: background-color .1s linear;
}
/* line 701, ../../sass_bb/sass/_setting.scss */
.box_side table.tbl_side_schedule th span {
  font-size: 12px;
  display: block;
}
/* line 707, ../../sass_bb/sass/_setting.scss */
.box_side table.tbl_side_schedule td {
  padding: 5px 13px;
  font-size: 18px;
  background: #fff;
  border: none;
  -webkit-transition: background-color .1s linear;
  -moz-transition: background-color .1s linear;
  transition: background-color .1s linear;
  color: #3659B8;
}
/* line 720, ../../sass_bb/sass/_setting.scss */
.box_side table.tbl_side_schedule .even th,
.box_side table.tbl_side_schedule .even td {
  background: #f2f7fd;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
/* line 727, ../../sass_bb/sass/_setting.scss */
.box_side table.tbl_side_schedule span.ex,
.box_side table.tbl_side_schedule span.pre {
  padding: 1px 10px;
  font-size: 12px;
  color: #FFFFFF;
  margin-right: 10px;
}

/* line 738, ../../sass_bb/sass/_setting.scss */
.unit {
  margin-left: 5px;
}
@media screen and (max-width: 749px) {
  /* line 738, ../../sass_bb/sass/_setting.scss */
  .unit {
    margin: 10px auto 0;
  }
}

/* line 747, ../../sass_bb/sass/_setting.scss */
.unit a,
.unit2 a {
  position: relative;
  display: block;
  background: #f5f5f5;
  color: #000000;
  padding: 1px;
}

/* line 756, ../../sass_bb/sass/_setting.scss */
.unit a:hover,
.unit2 a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none !important;
}

/* line 764, ../../sass_bb/sass/_setting.scss */
.unit dl {
  border-top: 4px solid #006469;
}

/* line 768, ../../sass_bb/sass/_setting.scss */
.unit dt {
  height: 63px;
  line-height: 63px;
  font-size: 18px;
}

/* line 774, ../../sass_bb/sass/_setting.scss */
.unit dt,
.unit2 dt {
  font-weight: bold;
  text-align: center;
}

/* line 780, ../../sass_bb/sass/_setting.scss */
.unit dd.text {
  padding: 18px;
  font-size: 14px;
}

/* line 785, ../../sass_bb/sass/_setting.scss */
.unit.even a {
  background: #FFFFFF;
}

/* line 789, ../../sass_bb/sass/_setting.scss */
.unitWp:after {
  content: "";
  display: table;
  clear: both;
}

/* - バナー　- */
/* line 798, ../../sass_bb/sass/_setting.scss */
.pc_bunner {
  display: block;
}

/* line 802, ../../sass_bb/sass/_setting.scss */
.sp_bunner {
  display: none;
}

@media screen and (max-width: 749px) {
  /* line 807, ../../sass_bb/sass/_setting.scss */
  .pc_bunner {
    display: none;
  }

  /* line 812, ../../sass_bb/sass/_setting.scss */
  .sp_bunner {
    display: block;
  }
}
/*下層ページでSNS非表示*/
/* line 819, ../../sass_bb/sass/_setting.scss */
.p-page .box_side--sns {
  display: none;
}

/*title*/
/* line 826, ../../sass_bb/sass/_setting.scss */
.ttl-basic {
  background: #e6f0ff;
  text-align: center;
  padding: 0.2em 1em 0.2em;
  color: #3659b8;
  border-radius: 0.2em;
  margin-bottom: 0.5em;
  letter-spacing: 0.05em;
  font-size: 15px;
  font-weight: 600;
}
@media screen and (max-width: 749px) {
  /* line 826, ../../sass_bb/sass/_setting.scss */
  .ttl-basic {
    font-size: 12px;
    padding: 0.2em 1em 0.4em;
    margin-bottom: 1em;
    border-radius: 0.2em;
  }
}

/*js-----------------------------------------------*/
/* line 849, ../../sass_bb/sass/_setting.scss */
.js-anime--fadeIn,
.js-anime--fadeInUp,
.js-anime--fadeInLeft,
.js-anime--fadeInRight {
  opacity: 0;
  animation-duration: 1s;
}

/* line 859, ../../sass_bb/sass/_setting.scss */
.js-animated-duration-01 {
  animation-duration: 0.1s !important;
}

/* line 863, ../../sass_bb/sass/_setting.scss */
.js-animated-duration-02 {
  animation-duration: 0.2s !important;
}

/* line 867, ../../sass_bb/sass/_setting.scss */
.js-animated-duration-03 {
  animation-duration: 0.3s !important;
}

/* line 871, ../../sass_bb/sass/_setting.scss */
.js-animated-duration-04 {
  animation-duration: 0.4s !important;
}

/* line 875, ../../sass_bb/sass/_setting.scss */
.js-animated-duration-05 {
  animation-duration: 0.5s !important;
}

/* line 879, ../../sass_bb/sass/_setting.scss */
.js-animated-duration-06 {
  animation-duration: 0.6s !important;
}

/* line 883, ../../sass_bb/sass/_setting.scss */
.js-animated-duration-07 {
  animation-duration: 0.7s !important;
}

/* line 887, ../../sass_bb/sass/_setting.scss */
.js-animated-duration-08 {
  animation-duration: 0.8s !important;
}

/* line 891, ../../sass_bb/sass/_setting.scss */
.js-animated-duration-09 {
  animation-duration: 0.9s !important;
}

/* line 895, ../../sass_bb/sass/_setting.scss */
.js-animated-duration-10 {
  animation-duration: 1.0s !important;
}

/* line 899, ../../sass_bb/sass/_setting.scss */
.js-animated-duration-11 {
  animation-duration: 1.1s !important;
}

/* line 903, ../../sass_bb/sass/_setting.scss */
.js-animated-duration-12 {
  animation-duration: 1.2s !important;
}

/* line 907, ../../sass_bb/sass/_setting.scss */
.js-animated-duration-13 {
  animation-duration: 1.3s !important;
}

/* line 911, ../../sass_bb/sass/_setting.scss */
.js-animated-duration-14 {
  animation-duration: 1.4s !important;
}

/* line 915, ../../sass_bb/sass/_setting.scss */
.js-animated-duration-15 {
  animation-duration: 1.5s !important;
}

/*背景拡大＝＝＝＝*/
@keyframes c-animation-bg-zoom-y {
  0% {
    background-size: auto 100%;
  }
  50% {
    background-size: auto 130%;
  }
  100% {
    background-size: auto 100%;
  }
}
@keyframes c-animation-bg-zoom-x {
  0% {
    background-size: 100% auto;
  }
  50% {
    background-size: 110% auto;
  }
  100% {
    background-size: 100% auto;
  }
}
/*images*/
/* line 952, ../../sass_bb/sass/_setting.scss */
.c-responsive-img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

/*font-----------------------------------------*/
/*　共通___________________________________________________________________*/
/*　header_______________________________　*/
/* line 7, ../../sass_bb/sass/_common.scss */
.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
/* line 14, ../../sass_bb/sass/_common.scss */
.header.js-header-fix-active {
  position: fixed;
  background: #1e5ca8;
  height: 81px;
  background: #1e5ca8;
}
@media screen and (min-width: 961px) {
  /* line 25, ../../sass_bb/sass/_common.scss */
  .header.js-header-fix-active .gnav {
    padding: 18px 20px;
  }
  /* line 34, ../../sass_bb/sass/_common.scss */
  .header.js-header-fix-active .gnav-list {
    padding-top: 0.2em;
  }
  /* line 38, ../../sass_bb/sass/_common.scss */
  .header.js-header-fix-active .gnav-item {
    color: #fff !important;
    padding-left: 0.6em;
    padding-right: 0.6em;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 53, ../../sass_bb/sass/_common.scss */
  .header.js-header-fix-active .gnav-item {
    font-size: 16px;
  }
}
/* line 62, ../../sass_bb/sass/_common.scss */
.header.js-header-fix-active .header-logo__unit {
  font-size: 15px;
}
@media screen and (max-width: 961px) {
  /* line 62, ../../sass_bb/sass/_common.scss */
  .header.js-header-fix-active .header-logo__unit {
    font-size: 10px;
  }
}
/* line 72, ../../sass_bb/sass/_common.scss */
.header.js-header-fix-active .header-logo__jp {
  font-size: 19px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 961px) {
  /* line 72, ../../sass_bb/sass/_common.scss */
  .header.js-header-fix-active .header-logo__jp {
    font-size: 16px;
    letter-spacing: 0.045em;
  }
}
/* line 81, ../../sass_bb/sass/_common.scss */
.header.js-header-fix-active .header-logo__main {
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: 0.31em;
}
@media screen and (max-width: 961px) {
  /* line 81, ../../sass_bb/sass/_common.scss */
  .header.js-header-fix-active .header-logo__main {
    font-size: 16px;
    letter-spacing: 0.15em;
    margin-bottom: 0.1em;
  }
}
/* line 93, ../../sass_bb/sass/_common.scss */
.header.js-header-fix-active .header-logo__en {
  font-size: 7.4px;
}
@media screen and (max-width: 961px) {
  /* line 93, ../../sass_bb/sass/_common.scss */
  .header.js-header-fix-active .header-logo__en {
    font-size: 5.8px;
  }
}
/* line 101, ../../sass_bb/sass/_common.scss */
.header.js-header-fix-active .header-logo {
  min-width: 345px;
  margin: 10px;
}
@media screen and (max-width: 961px) {
  /* line 101, ../../sass_bb/sass/_common.scss */
  .header.js-header-fix-active .header-logo {
    margin: 5px;
    padding: 3px;
  }
}
@media screen and (max-width: 961px) {
  /* line 14, ../../sass_bb/sass/_common.scss */
  .header.js-header-fix-active {
    height: 65px;
  }
  /* line 120, ../../sass_bb/sass/_common.scss */
  .header.js-header-fix-active .gnav-btn {
    background: #fff;
    border-radius: 0;
    height: 56px;
  }
  /* line 128, ../../sass_bb/sass/_common.scss */
  .header.js-header-fix-active .gnav-btn__in {
    margin-top: 18px;
    background-color: #3659b8 !important;
  }
  /* line 132, ../../sass_bb/sass/_common.scss */
  .header.js-header-fix-active .gnav-btn__in:after, .header.js-header-fix-active .gnav-btn__in:before {
    background-color: #3659b8;
  }
  /* line 138, ../../sass_bb/sass/_common.scss */
  .header.js-header-fix-active .gnav-btn__text {
    color: #3659b8 !important;
  }
}
/* line 152, ../../sass_bb/sass/_common.scss */
.header .gnav-btn {
  right: 0;
  top: 0;
  position: fixed;
  z-index: 100;
  background: #fff;
  border-radius: 0 0 0 3px;
}
/* line 165, ../../sass_bb/sass/_common.scss */
.header-in {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
/* line 171, ../../sass_bb/sass/_common.scss */
.header-logo {
  margin: 17px;
  position: relative;
  min-width: 420px;
}
/* line 7, ../../sass_bb/sass/_mixin.scss */
.header-logo a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
@media screen and (max-width: 961px) {
  /* line 171, ../../sass_bb/sass/_common.scss */
  .header-logo {
    margin: 5px;
    padding: 5px;
    width: inherit;
  }
}
/* line 181, ../../sass_bb/sass/_common.scss */
.header-logo__unit {
  font-size: 25px;
  display: inline-block;
}
@media screen and (max-width: 961px) {
  /* line 181, ../../sass_bb/sass/_common.scss */
  .header-logo__unit {
    font-size: 15px;
  }
}
/* line 192, ../../sass_bb/sass/_common.scss */
.header-logo__unit:last-child {
  margin-right: 0.3em;
}
/* line 197, ../../sass_bb/sass/_common.scss */
.header-logo__jp {
  color: #fff;
  font-size: 25px;
  letter-spacing: 0.1em;
  font-weight: 800;
  margin-bottom: 2px;
}
@media screen and (max-width: 961px) {
  /* line 197, ../../sass_bb/sass/_common.scss */
  .header-logo__jp {
    font-size: 18px;
    letter-spacing: 0.04em;
  }
}
/* line 213, ../../sass_bb/sass/_common.scss */
.header-logo__main {
  color: #fff;
  font-size: 25px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  line-height: 1.1;
  font-weight: 800;
}
@media screen and (max-width: 961px) {
  /* line 213, ../../sass_bb/sass/_common.scss */
  .header-logo__main {
    font-size: 18.7px;
    letter-spacing: 0.15em;
    margin-bottom: 7px;
  }
}
/* line 228, ../../sass_bb/sass/_common.scss */
.header-logo__en {
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.15em;
  font-weight: 900;
}
@media screen and (max-width: 961px) {
  /* line 228, ../../sass_bb/sass/_common.scss */
  .header-logo__en {
    font-size: 6.8px;
    letter-spacing: 0.1em;
  }
}

/*　グローバルメニュー_______________________________　*/
/* line 251, ../../sass_bb/sass/_common.scss */
.gnav {
  clear: both;
}
/* line 255, ../../sass_bb/sass/_common.scss */
.gnav-in {
  margin: 0 auto;
  *zoom: 1;
}
@media screen and (min-width: 749px) and (max-width: 961px) {
  /* line 255, ../../sass_bb/sass/_common.scss */
  .gnav-in {
    width: 100%;
  }
}
/* line 267, ../../sass_bb/sass/_common.scss */
.gnav-list {
  list-style-type: none;
  padding: 1.5em 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 961px) {
  /* line 267, ../../sass_bb/sass/_common.scss */
  .gnav-list {
    padding: 0;
    display: none;
    position: fixed;
    left: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.96);
    width: 100%;
    top: 0;
    min-height: 100vh;
    padding-top: 90px;
    padding-top: 115px;
  }
}
/* line 294, ../../sass_bb/sass/_common.scss */
.gnav-item {
  text-align: center;
  padding: 0.5em 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #fff;
  font-weight: 800;
}
/* line 7, ../../sass_bb/sass/_mixin.scss */
.gnav-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
@media screen and (max-width: 961px) {
  /* line 294, ../../sass_bb/sass/_common.scss */
  .gnav-item {
    float: none;
    width: 100%;
    color: #3659b8;
    padding: 1em 0;
    font-size: 18px;
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: bold;
    display: block;
    width: 80%;
    margin: 0 auto;
    border-bottom: 2px solid #dadde4;
    padding: 15px 0;
  }
}
@media screen and (max-width: 1110px) {
  /* line 294, ../../sass_bb/sass/_common.scss */
  .gnav-item {
    padding: 0.5em 0.2em;
    padding: 15px 0;
  }
}
/* line 331, ../../sass_bb/sass/_common.scss */
.gnav-item:last-child {
  border: none;
}
/* line 336, ../../sass_bb/sass/_common.scss */
.gnav-item--active {
  color: #F8FF46;
}
@media screen and (max-width: 961px) {
  /* line 336, ../../sass_bb/sass/_common.scss */
  .gnav-item--active {
    color: #3659b8;
  }
}
@media screen and (max-width: 961px) {
  /* line 346, ../../sass_bb/sass/_common.scss */
  .gnav-item--logo {
    margin-top: 25px;
  }
}
/* line 351, ../../sass_bb/sass/_common.scss */
.gnav-item--logo img {
  max-width: 110px;
  margin-top: -0.2em;
}
@media screen and (max-width: 961px) {
  /* line 351, ../../sass_bb/sass/_common.scss */
  .gnav-item--logo img {
    margin: 0.2em 0;
    max-width: 110px;
  }
}

/* ------ 750px以下の時に表示されるボタン ------ */
/* line 370, ../../sass_bb/sass/_common.scss */
.gnav-btn {
  display: none;
  position: relative;
  height: 52px;
  width: 50px;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 7, ../../sass_bb/sass/_mixin.scss */
.gnav-btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
@media screen and (max-width: 961px) {
  /* line 370, ../../sass_bb/sass/_common.scss */
  .gnav-btn {
    display: block;
  }
}
/* line 386, ../../sass_bb/sass/_common.scss */
.gnav-btn.current {
  transition: 0.2s;
  right: 0;
  background: #3659b8 !important;
  border-radius: 0;
}
/* line 393, ../../sass_bb/sass/_common.scss */
.gnav-btn.current .gnav-btn__in {
  background: none !important;
}
/* line 397, ../../sass_bb/sass/_common.scss */
.gnav-btn.current .gnav-btn__in::before {
  transform: translateY(6px) rotate(-135deg);
  top: -5px;
  background-color: #fff !important;
}
/* line 403, ../../sass_bb/sass/_common.scss */
.gnav-btn.current .gnav-btn__in::after {
  transform: translateY(-6px) rotate(135deg);
  top: 8px;
  background-color: #fff !important;
}
/* line 409, ../../sass_bb/sass/_common.scss */
.gnav-btn.current .gnav-btn__text {
  color: #fff !important;
}
/* line 416, ../../sass_bb/sass/_common.scss */
.gnav-btn__in {
  display: block;
  margin: auto;
  width: 38px;
  height: 3px;
  background-color: #3659b8;
  -webkit-transition: inherit;
  transition: inherit;
  margin-top: 18px;
  margin-bottom: 20px;
  position: relative;
}
/* line 429, ../../sass_bb/sass/_common.scss */
.gnav-btn__in::before, .gnav-btn__in::after {
  content: '';
  position: absolute;
  display: block;
  width: 38px;
  height: 3px;
  background-color: inherit;
  -webkit-transition: inherit;
  transition: inherit;
  background: #3659b8;
}
/* line 442, ../../sass_bb/sass/_common.scss */
.gnav-btn__in::before {
  top: -12px;
}
/* line 446, ../../sass_bb/sass/_common.scss */
.gnav-btn__in::after {
  top: 12px;
}
/* line 458, ../../sass_bb/sass/_common.scss */
.gnav-btn__text {
  color: #3659b8;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 12px;
  margin-top: 5px;
  text-align: center;
  font-weight: 900;
}

/* ------パンクズ------ */
/* line 470, ../../sass_bb/sass/_common.scss */
#pankuzu {
  width: 100%;
  height: 30px;
  background: url(../images/common/pa_bg.png) repeat-x;
}
/* line 475, ../../sass_bb/sass/_common.scss */
#pankuzu ul {
  width: 1200px;
  margin: 0 auto;
}
/* line 479, ../../sass_bb/sass/_common.scss */
#pankuzu ul li {
  float: left;
  font-size: 70%;
  letter-spacing: 2px;
  background: url(../images/common/pa_icon.gif) left center no-repeat;
  padding-left: 25px;
  margin-right: 10px;
  line-height: 26px;
}
/* line 488, ../../sass_bb/sass/_common.scss */
#pankuzu ul li a {
  color: #6f542d;
}
/* line 491, ../../sass_bb/sass/_common.scss */
#pankuzu ul li a:hover {
  color: #2A86C8;
}
/* line 497, ../../sass_bb/sass/_common.scss */
#pankuzu ul .home {
  background: none;
  padding-left: 10px;
}
/* line 503, ../../sass_bb/sass/_common.scss */
#pankuzu ul .now a {
  color: #367503;
}

/* ------各ページタイトル ------ */
/* ------ Footer ------ */
/* line 518, ../../sass_bb/sass/_common.scss */
footer {
  background-image: url(../images/common/bg_footer.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  clear: both;
  float: none;
}
/* line 532, ../../sass_bb/sass/_common.scss */
footer #footer-inner {
  width: 1200px;
  margin: 0 auto;
  margin: 0 auto;
  padding: 1.5em 0 0;
}
@media screen and (max-width: 749px) {
  /* line 532, ../../sass_bb/sass/_common.scss */
  footer #footer-inner {
    width: 95%;
  }
}
@media screen and (min-width: 749px) and (max-width: 961px) {
  /* line 532, ../../sass_bb/sass/_common.scss */
  footer #footer-inner {
    width: 95%;
  }
}
@media screen and (max-width: 749px) {
  /* line 532, ../../sass_bb/sass/_common.scss */
  footer #footer-inner {
    padding: 3em 0 3em;
  }
}
/* line 541, ../../sass_bb/sass/_common.scss */
footer #footer-inner nav,
footer #footer-inner #copyright {
  text-align: center;
  margin-bottom: 10px;
}
/* line 547, ../../sass_bb/sass/_common.scss */
footer #footer-inner nav a,
footer #footer-inner #copyright a {
  color: #fff;
}
/* line 553, ../../sass_bb/sass/_common.scss */
footer #copyright {
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.2em;
  color: #fff;
  font-size: 12px;
}
/* line 560, ../../sass_bb/sass/_common.scss */
footer .footer-gnav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3em;
}
@media screen and (max-width: 749px) {
  /* line 560, ../../sass_bb/sass/_common.scss */
  footer .footer-gnav__list {
    flex-direction: column;
    margin-bottom: 2em;
  }
}
/* line 572, ../../sass_bb/sass/_common.scss */
footer .footer-gnav__item {
  display: inline-block;
  display: inline;
  margin-bottom: 12px;
  padding: 0 10px 0 15px;
  line-height: 0.8;
  font-size: 100%;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-family: "wanpaku-ruika", sans-serif;
  *zoom: 1;
}
@media screen and (max-width: 749px) {
  /* line 572, ../../sass_bb/sass/_common.scss */
  footer .footer-gnav__item {
    margin-bottom: 1em;
  }
}
/* line 590, ../../sass_bb/sass/_common.scss */
footer .footer-gnav__item a {
  line-height: 0.8;
}
/* line 594, ../../sass_bb/sass/_common.scss */
footer .footer-gnav__item:first-child {
  border-left: none;
}
@media screen and (max-width: 749px) {
  /* line 572, ../../sass_bb/sass/_common.scss */
  footer .footer-gnav__item {
    display: block;
    font-size: 80%;
    border: none;
  }
}
/* line 605, ../../sass_bb/sass/_common.scss */
footer ul.footer-gnav {
  margin-bottom: 20px;
}
/* line 609, ../../sass_bb/sass/_common.scss */
footer .adsBox {
  text-align: center;
}
/* line 612, ../../sass_bb/sass/_common.scss */
footer .adsBox table {
  background-color: #fff !important;
}
/* line 617, ../../sass_bb/sass/_common.scss */
footer .footer-msg {
  background: rgba(87, 145, 168, 0.5);
  padding: 1em;
  border-radius: 0.5em;
  margin-bottom: 2em;
}
/* line 624, ../../sass_bb/sass/_common.scss */
footer .footer-msg-ttl {
  font-family: "wanpaku-ruika", sans-serif;
  color: #fff;
  font-size: 18px;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 749px) {
  /* line 624, ../../sass_bb/sass/_common.scss */
  footer .footer-msg-ttl {
    text-align: center;
  }
}
/* line 637, ../../sass_bb/sass/_common.scss */
footer .footer-msg ul {
  display: flex;
}
@media screen and (max-width: 749px) {
  /* line 637, ../../sass_bb/sass/_common.scss */
  footer .footer-msg ul {
    flex-direction: column;
  }
}
/* line 645, ../../sass_bb/sass/_common.scss */
footer .footer-msg li {
  margin: 0;
  margin-right: 1em;
  padding: 0;
}
@media screen and (max-width: 749px) {
  /* line 645, ../../sass_bb/sass/_common.scss */
  footer .footer-msg li {
    margin-bottom: 1em;
    text-align: center;
  }
}

@media screen and (max-width: 749px) {
  /* line 664, ../../sass_bb/sass/_common.scss */
  .p-page .article-containar {
    position: relative;
    padding-bottom: 130px;
  }
}
@media screen and (min-width: 749px) {
  /* line 673, ../../sass_bb/sass/_common.scss */
  .p-page #wrapper {
    position: initial;
  }
}
@media screen and (min-width: 749px) {
  /* line 679, ../../sass_bb/sass/_common.scss */
  .p-page footer {
    height: 60px;
    background: #1e5ca8;
    padding: 0.5em 0;
    width: calc(100% + 4em);
    margin-left: -2em;
  }
}
@media screen and (max-width: 749px) {
  /* line 679, ../../sass_bb/sass/_common.scss */
  .p-page footer {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 749px) {
  /* line 699, ../../sass_bb/sass/_common.scss */
  .p-page #footer-inner {
    width: inherit;
  }
}

/*sns*/
/* line 716, ../../sass_bb/sass/_common.scss */
#social {
  text-align: left;
}

/* line 720, ../../sass_bb/sass/_common.scss */
.share-twitter {
  margin-bottom: 10px;
}

/* line 725, ../../sass_bb/sass/_common.scss */
#social li {
  margin-bottom: 10px;
  margin-left: initial;
}
@media screen and (max-width: 749px) {
  /* line 725, ../../sass_bb/sass/_common.scss */
  #social li {
    text-align: center;
    float: none !important;
  }
}

/* =========================================================
放送スケジュールテーブル
========================================================= */
/* line 741, ../../sass_bb/sass/_common.scss */
.tbl-r02 {
  margin: 20px auto;
}

/* line 745, ../../sass_bb/sass/_common.scss */
.tbl-r02 th {
  background: #2C6CDC;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
  vertical-align: middle;
}

/* line 753, ../../sass_bb/sass/_common.scss */
.tbl-r02 td {
  border: solid 1px #ccc;
  border-right: solid 1px #ccc;
  padding: 10px;
  background-color: #FFFFFF;
}

@media screen and (max-width: 640px) {
  /* line 761, ../../sass_bb/sass/_common.scss */
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }

  /* line 766, ../../sass_bb/sass/_common.scss */
  .tbl-r02 {
    width: 80%;
  }

  /* line 770, ../../sass_bb/sass/_common.scss */
  .tbl-r02 th,
  .tbl-r02 td {
    border-bottom: none;
    border-right: none;
    display: block;
    width: 100%;
  }
}
/*___各ページ固有____________________________________________________________________*/
/* ------ Mainvisual ------ */
/*　TOP_______________________________　*/
/* line 9, ../../sass_bb/sass/_dedicated.scss */
.top {
  /*main*/
  /*virtual高校野球*/
  /*sponsor*/
  /*TOP用sidearea*/
}
/* line 13, ../../sass_bb/sass/_dedicated.scss */
.top footer {
  padding-bottom: 1em;
}
@media screen and (max-width: 961px) {
  /* line 17, ../../sass_bb/sass/_dedicated.scss */
  .top footer #footer-inner {
    padding: 3em 0 1em;
  }
}
/* line 26, ../../sass_bb/sass/_dedicated.scss */
.top-bg-box__content {
  width: 1020px;
  height: 100%;
  min-height: 950px;
  position: absolute;
  bottom: -30px;
  left: 30%;
  overflow: hidden;
  transform: skewX(-61deg);
}
@media screen and (max-width: 749px) {
  /* line 26, ../../sass_bb/sass/_dedicated.scss */
  .top-bg-box__content {
    width: 540px;
    height: 100%;
    min-height: 500px;
    position: absolute;
    bottom: -36px;
    left: 9%;
    overflow: hidden;
    transform: skewX(-51deg);
  }
}
/* line 47, ../../sass_bb/sass/_dedicated.scss */
.top-bg-box__content__in {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #277AEB;
  clip-path: polygon(0% 100%, 100% 100%, 46% 0%, 26% 0%);
  transform: scaleY(0);
  transform-origin: bottom;
}
@media screen and (max-width: 749px) {
  /* line 47, ../../sass_bb/sass/_dedicated.scss */
  .top-bg-box__content__in {
    clip-path: polygon(0% 100%, 100% 100%, 40% 0%, 32% 0%);
  }
}
/* line 63, ../../sass_bb/sass/_dedicated.scss */
.top-bg-box__content--02 {
  width: 15px;
  min-height: 243px;
  height: 30%;
  left: -9%;
  z-index: 5;
  transform: skewX(-64deg);
  bottom: 13%;
}
@media screen and (max-width: 749px) {
  /* line 63, ../../sass_bb/sass/_dedicated.scss */
  .top-bg-box__content--02 {
    width: 15px;
    min-height: 84px;
    height: 6%;
    left: -9%;
    z-index: 5;
    bottom: 21%;
    transform: skewX(-54deg);
  }
}
/* line 84, ../../sass_bb/sass/_dedicated.scss */
.top-bg-box__content--02__in {
  background-color: #F8FF37;
  clip-path: none;
  animation-delay: 0.4s;
}
/* line 94, ../../sass_bb/sass/_dedicated.scss */
.top-bg-box__content--03 {
  transform: skewX(-64deg);
  width: 49px;
  min-height: 250px;
  height: 31%;
  left: -6%;
  z-index: 5;
  bottom: 9%;
}
@media screen and (max-width: 749px) {
  /* line 94, ../../sass_bb/sass/_dedicated.scss */
  .top-bg-box__content--03 {
    width: 15px;
    min-height: 84px;
    height: 6%;
    left: -9%;
    z-index: 5;
    bottom: 29%;
    transform: skewX(-54deg);
  }
}
/* line 114, ../../sass_bb/sass/_dedicated.scss */
.top-bg-box__content--03__in {
  background-color: #0048EA;
  clip-path: none;
  animation-delay: 0.8s;
}
/* line 123, ../../sass_bb/sass/_dedicated.scss */
.top-bg-box__content--04 {
  transform: skewX(-64deg);
  width: 25px;
  min-height: 113px;
  height: 15%;
  left: 7%;
  z-index: 5;
  bottom: -5%;
}
@media screen and (max-width: 749px) {
  /* line 123, ../../sass_bb/sass/_dedicated.scss */
  .top-bg-box__content--04 {
    width: 27px;
    min-height: 69px;
    height: 9%;
    left: 4%;
    z-index: 5;
    bottom: 11%;
    transform: skewX(-54deg);
  }
}
/* line 143, ../../sass_bb/sass/_dedicated.scss */
.top-bg-box__content--04__in {
  background-color: #0048EA;
  clip-path: none;
  animation-delay: 1.2s;
}
/* line 152, ../../sass_bb/sass/_dedicated.scss */
.top-bg-box__content--05 {
  transform: skewX(-64deg);
  width: 60px;
  min-height: 69px;
  height: 15%;
  left: 15%;
  z-index: 5;
  bottom: -4%;
}
@media screen and (max-width: 749px) {
  /* line 152, ../../sass_bb/sass/_dedicated.scss */
  .top-bg-box__content--05 {
    width: 17px;
    min-height: 89px;
    height: 3%;
    left: 2%;
    z-index: 5;
    transform: skewX(-54deg);
  }
}
/* line 172, ../../sass_bb/sass/_dedicated.scss */
.top-bg-box__content--05__in {
  background-color: #0048EA;
  clip-path: none;
  animation-delay: 1.6s;
}
@keyframes grow-in {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
@keyframes shrink-out {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}
/* line 209, ../../sass_bb/sass/_dedicated.scss */
.top-main {
  height: 100vh;
  min-height: 780px;
  overflow: hidden;
  position: relative;
  background: url(../images/top/img_main_bg_pc.png) no-repeat center;
  background-size: cover;
  /*ボタン*/
  /*ニュース*/
}
@media screen and (max-width: 961px) {
  /* line 209, ../../sass_bb/sass/_dedicated.scss */
  .top-main {
    height: 100vh;
    height: 100dvh;
    min-height: 580px;
  }
}
/* line 231, ../../sass_bb/sass/_dedicated.scss */
.top-main-bg-main {
  width: 63%;
  overflow: hidden;
  max-height: 900px;
  max-width: 900px;
  position: absolute;
  top: 14%;
  right: 3%;
  border-radius: 20px;
  z-index: 2;
}
@media screen and (max-width: 1500px) {
  /* line 231, ../../sass_bb/sass/_dedicated.scss */
  .top-main-bg-main {
    max-height: 900px;
    max-width: 810px;
    top: 20%;
    right: -1%;
  }
}
@media screen and (max-width: 1110px) {
  /* line 231, ../../sass_bb/sass/_dedicated.scss */
  .top-main-bg-main {
    width: 58%;
  }
}
@media screen and (max-width: 749px) {
  /* line 231, ../../sass_bb/sass/_dedicated.scss */
  .top-main-bg-main {
    max-height: 290px;
    left: 100px;
    top: 43%;
    width: 78%;
  }
}
/* line 264, ../../sass_bb/sass/_dedicated.scss */
.top-main-bg-main__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: zoom-in-out 8s infinite ease-in-out alternate;
  transform-origin: center;
  will-change: transform;
  backface-visibility: hidden;
  display: block;
}
/* line 280, ../../sass_bb/sass/_dedicated.scss */
.top-main-bg-sub {
  width: 30%;
  overflow: hidden;
  min-width: 388px;
  position: absolute;
  bottom: 42px;
  left: calc(50% - 421px);
  border-radius: 20px;
  min-height: 179px;
}
@media screen and (max-width: 749px) {
  /* line 280, ../../sass_bb/sass/_dedicated.scss */
  .top-main-bg-sub {
    left: 17px;
    bottom: 14%;
    max-height: 221px;
    min-width: 207px;
    min-height: 128px;
  }
}
/* line 299, ../../sass_bb/sass/_dedicated.scss */
.top-main-bg-sub__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: zoom-in-out 8s infinite ease-in-out alternate;
  transform-origin: center;
  will-change: transform;
  backface-visibility: hidden;
  display: block;
}
@keyframes zoom-in-out {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
/* line 331, ../../sass_bb/sass/_dedicated.scss */
.top-main-ttl {
  text-align: center;
  position: absolute;
  top: -30px;
  left: 53px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 800;
  z-index: 10;
}
@media screen and (max-width: 749px) {
  /* line 331, ../../sass_bb/sass/_dedicated.scss */
  .top-main-ttl {
    left: 11px;
    top: -85px;
  }
}
/* line 353, ../../sass_bb/sass/_dedicated.scss */
.top-main-ttl-many {
  font-size: 65px;
  color: #265EDD;
  margin-bottom: 0.3em;
  margin-top: -1em;
  background: #fff;
  text-align: left;
  padding: 0px 11px 12px 13px;
  letter-spacing: 0.1em;
  line-height: 0.7;
}
@media screen and (max-width: 749px) {
  /* line 353, ../../sass_bb/sass/_dedicated.scss */
  .top-main-ttl-many {
    font-size: 36px;
    margin-top: -8vw;
    padding: 0px 6px 5px 8px;
    line-height: 0.8;
  }
}
/* line 372, ../../sass_bb/sass/_dedicated.scss */
.top-main-ttl-unit {
  font-size: 30px;
}
@media screen and (max-width: 749px) {
  /* line 372, ../../sass_bb/sass/_dedicated.scss */
  .top-main-ttl-unit {
    font-size: 16px;
  }
}
/* line 380, ../../sass_bb/sass/_dedicated.scss */
.top-main-ttl-num {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 54px;
}
@media screen and (max-width: 749px) {
  /* line 380, ../../sass_bb/sass/_dedicated.scss */
  .top-main-ttl-num {
    font-size: 31px;
  }
}
/* line 391, ../../sass_bb/sass/_dedicated.scss */
.top-main-ttl-highschool {
  font-size: 54px;
  color: #fff;
  background: #265EDD;
  padding: 8px 8px 8px 12px;
  margin-bottom: 0.2em;
  border-radius: 0.05em;
  text-align: left;
  letter-spacing: 0.15em;
  z-index: 3;
}
@media screen and (max-width: 749px) {
  /* line 391, ../../sass_bb/sass/_dedicated.scss */
  .top-main-ttl-highschool {
    font-size: 27px;
    padding: 6px 6px 6px 8px;
    letter-spacing: 0.1em;
  }
}
/* line 409, ../../sass_bb/sass/_dedicated.scss */
.top-main-ttl-school {
  color: #fff;
  padding: 10px;
  margin-left: 0.2em;
  text-align: left;
}
@media screen and (max-width: 749px) {
  /* line 409, ../../sass_bb/sass/_dedicated.scss */
  .top-main-ttl-school {
    display: block;
    padding: 5px;
    margin-top: 5px;
    margin-left: 0;
    font-size: 39px;
  }
}
/* line 425, ../../sass_bb/sass/_dedicated.scss */
.top-main-ttl-name {
  font-size: 69px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-left: 6px;
}
@media screen and (max-width: 749px) {
  /* line 425, ../../sass_bb/sass/_dedicated.scss */
  .top-main-ttl-name {
    font-size: 33px;
    margin-bottom: 0.3em;
  }
}
/* line 439, ../../sass_bb/sass/_dedicated.scss */
.top-main-ttl-shiga {
  color: #F8FF46 !important;
  font-size: 98px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 749px) {
  /* line 439, ../../sass_bb/sass/_dedicated.scss */
  .top-main-ttl-shiga {
    font-size: 44px;
  }
}
/* line 449, ../../sass_bb/sass/_dedicated.scss */
.top-main-ttl-en {
  font-size: 28px;
  color: white;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.3em;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  text-shadow: 2px 3px 3px rgba(56, 92, 194, 0.2);
  margin-left: 13px;
}
@media screen and (max-width: 749px) {
  /* line 449, ../../sass_bb/sass/_dedicated.scss */
  .top-main-ttl-en {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 0.5em;
    z-index: 8;
    margin-left: 11px;
  }
}
/* line 473, ../../sass_bb/sass/_dedicated.scss */
.top-main-btn {
  position: relative;
  border-radius: 100px;
  background: #fff;
  position: absolute;
  left: -53px;
  bottom: 13px;
  background-color: #F8FF37;
  border-radius: 0 15px 15px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 163px;
  width: 190px;
  z-index: 999;
}
/* line 7, ../../sass_bb/sass/_mixin.scss */
.top-main-btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
@media screen and (max-width: 749px) {
  /* line 473, ../../sass_bb/sass/_dedicated.scss */
  .top-main-btn {
    height: 108px;
    width: 115px;
    left: auto;
    right: 6px;
    bottom: 18px;
    border-radius: 15px 0 0 15px;
  }
}
/* line 502, ../../sass_bb/sass/_dedicated.scss */
.top-main-btn-subttl {
  color: #005CB5;
  background: #fff;
  padding: 0.2em 2.5em 0.01em 2.5em;
  margin-bottom: 0.5em;
  border-radius: 100px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 749px) {
  /* line 502, ../../sass_bb/sass/_dedicated.scss */
  .top-main-btn-subttl {
    font-size: 13px;
    margin-bottom: 0.4em;
    padding: 0.05em 1.5em 0.02em 1.3em;
    letter-spacing: 0.1em;
  }
}
/* line 523, ../../sass_bb/sass/_dedicated.scss */
.top-main-btn-mainttl {
  color: #005CB5;
  font-size: 28px;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 749px) {
  /* line 523, ../../sass_bb/sass/_dedicated.scss */
  .top-main-btn-mainttl {
    font-size: 17px;
  }
}
/* line 535, ../../sass_bb/sass/_dedicated.scss */
.top-main-btn-icon img {
  max-width: 70px;
}
@media screen and (max-width: 749px) {
  /* line 535, ../../sass_bb/sass/_dedicated.scss */
  .top-main-btn-icon img {
    max-width: 45px;
  }
}
/* line 548, ../../sass_bb/sass/_dedicated.scss */
.top-main-news {
  position: absolute;
  right: 0;
  bottom: -1px;
  max-width: 490px;
  z-index: 10;
}
@media screen and (max-width: 749px) {
  /* line 548, ../../sass_bb/sass/_dedicated.scss */
  .top-main-news {
    max-width: 85vw;
  }
}
/* line 559, ../../sass_bb/sass/_dedicated.scss */
.top-main-news-in {
  background-color: #fff;
  padding: 3em 1em 1em 2em;
  position: relative;
  border-radius: 8px 0 0 0;
}
@media screen and (max-width: 749px) {
  /* line 559, ../../sass_bb/sass/_dedicated.scss */
  .top-main-news-in {
    padding: 2em 1em 0.5em 1em;
    border-radius: 5px 0 0 0;
  }
}
/* line 571, ../../sass_bb/sass/_dedicated.scss */
.top-main-news-ttl {
  background-color: #50A6E1;
  color: #fff;
  padding: 0.5em 1em;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 5px 0 0 0;
  font-size: 16px;
  font-weight: 800;
}
@media screen and (max-width: 749px) {
  /* line 571, ../../sass_bb/sass/_dedicated.scss */
  .top-main-news-ttl {
    font-size: 13px;
    top: 0px;
    padding: 0.2em 1em;
    border-radius: 3px 0 0 0;
  }
}
/* line 591, ../../sass_bb/sass/_dedicated.scss */
.top-main-news-messeage {
  font-size: 15px;
}
@media screen and (max-width: 749px) {
  /* line 591, ../../sass_bb/sass/_dedicated.scss */
  .top-main-news-messeage {
    font-size: 12px;
  }
}
/* line 608, ../../sass_bb/sass/_dedicated.scss */
.top-virtual {
  background-color: #d2e5f2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2em 0;
}
/* line 618, ../../sass_bb/sass/_dedicated.scss */
.top-virtual__in {
  width: 680px;
  text-align: center;
}
@media screen and (max-width: 749px) {
  /* line 618, ../../sass_bb/sass/_dedicated.scss */
  .top-virtual__in {
    width: 95%;
    margin: 0 auto;
  }
}
/* line 628, ../../sass_bb/sass/_dedicated.scss */
.top-virtual__ttl {
  background: #fff;
  text-align: center;
  padding: 0.2em 1em 0.2em;
  color: #3659b8;
  border-radius: 0.2em;
  margin-bottom: 0.5em;
  letter-spacing: 0.05em;
  font-size: 15px;
  font-weight: 600;
}
@media screen and (max-width: 749px) {
  /* line 628, ../../sass_bb/sass/_dedicated.scss */
  .top-virtual__ttl {
    font-size: 12px;
    padding: 0.2em 1em 0.4em;
    margin-bottom: 1em;
    border-radius: 0.2em;
  }
}
/* line 658, ../../sass_bb/sass/_dedicated.scss */
.top-sponsor {
  background-color: #b4cfe1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2em 2em;
}
@media screen and (max-width: 749px) {
  /* line 658, ../../sass_bb/sass/_dedicated.scss */
  .top-sponsor {
    padding: 2em 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 749px) {
  /* line 672, ../../sass_bb/sass/_dedicated.scss */
  .top-sponsor__in {
    width: 95%;
  }
}
/* line 680, ../../sass_bb/sass/_dedicated.scss */
.top-sponsor__list {
  display: flex;
}
@media screen and (max-width: 749px) {
  /* line 680, ../../sass_bb/sass/_dedicated.scss */
  .top-sponsor__list {
    flex-direction: column;
  }
}
/* line 689, ../../sass_bb/sass/_dedicated.scss */
.top-sponsor__item {
  width: 32%;
  margin-right: 1.5%;
}
@media screen and (max-width: 749px) {
  /* line 689, ../../sass_bb/sass/_dedicated.scss */
  .top-sponsor__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5em;
  }
}
/* line 699, ../../sass_bb/sass/_dedicated.scss */
.top-sponsor__item:last-child {
  margin-right: 0;
}
/* line 705, ../../sass_bb/sass/_dedicated.scss */
.top-sponsor__item img {
  width: 100%;
}
/* line 722, ../../sass_bb/sass/_dedicated.scss */
.top-side #side {
  width: 100%;
  padding-top: 0;
}
@media screen and (max-width: 749px) {
  /* line 722, ../../sass_bb/sass/_dedicated.scss */
  .top-side #side {
    padding-bottom: 0;
  }
}
/* line 731, ../../sass_bb/sass/_dedicated.scss */
.top-side .side__in {
  display: flex;
  width: 100%;
  justify-content: center;
  align-content: center;
}
@media screen and (max-width: 749px) {
  /* line 731, ../../sass_bb/sass/_dedicated.scss */
  .top-side .side__in {
    flex-direction: column;
  }
}
/* line 743, ../../sass_bb/sass/_dedicated.scss */
.top-side .contents-title {
  font-size: 38px;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 749px) {
  /* line 743, ../../sass_bb/sass/_dedicated.scss */
  .top-side .contents-title {
    font-size: 30px;
  }
}
/* line 752, ../../sass_bb/sass/_dedicated.scss */
.top-side .box_side--schedule {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3em 2em 4em;
  background-color: #ecf5f7;
}
@media screen and (max-width: 749px) {
  /* line 752, ../../sass_bb/sass/_dedicated.scss */
  .top-side .box_side--schedule {
    width: 100%;
    padding: 2em 0 3em;
  }
}
/* line 768, ../../sass_bb/sass/_dedicated.scss */
.top-side .box_side--result {
  width: 50%;
  padding: 3em 2em 4em;
  background-color: #f9f9f9;
}
@media screen and (max-width: 749px) {
  /* line 768, ../../sass_bb/sass/_dedicated.scss */
  .top-side .box_side--result {
    width: 100%;
    padding: 2em 0 3em;
  }
}
/* line 779, ../../sass_bb/sass/_dedicated.scss */
.top-side .tbl_side_calender {
  max-width: 450px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  /* line 779, ../../sass_bb/sass/_dedicated.scss */
  .top-side .tbl_side_calender {
    max-width: 350px;
  }
}
@media screen and (min-width: 1360px) {
  /* line 779, ../../sass_bb/sass/_dedicated.scss */
  .top-side .tbl_side_calender {
    max-width: 600px;
  }
}
/* line 792, ../../sass_bb/sass/_dedicated.scss */
.top-side .month {
  font-size: 27px;
  line-height: 40px;
  height: 37px;
}
@media screen and (max-width: 749px) {
  /* line 792, ../../sass_bb/sass/_dedicated.scss */
  .top-side .month {
    font-size: 20px;
    line-height: 30px;
    height: 30px;
  }
}
/* line 807, ../../sass_bb/sass/_dedicated.scss */
.top-side table {
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 749px) {
  /* line 807, ../../sass_bb/sass/_dedicated.scss */
  .top-side table {
    max-width: 350px;
  }
}
@media screen and (min-width: 1360px) {
  /* line 807, ../../sass_bb/sass/_dedicated.scss */
  .top-side table {
    max-width: 600px;
  }
}
/* line 821, ../../sass_bb/sass/_dedicated.scss */
.top-side .box_side__description {
  max-width: 435px;
  margin: 0 auto;
  width: 100%;
  font-weight: normal !important;
}
@media screen and (max-width: 749px) {
  /* line 821, ../../sass_bb/sass/_dedicated.scss */
  .top-side .box_side__description {
    max-width: 350px;
  }
}
@media screen and (min-width: 1360px) {
  /* line 821, ../../sass_bb/sass/_dedicated.scss */
  .top-side .box_side__description {
    max-width: 600px;
  }
}
/* line 837, ../../sass_bb/sass/_dedicated.scss */
.top-side .box_side table td {
  height: 39px;
  font-size: 22px;
}
@media screen and (max-width: 749px) {
  /* line 837, ../../sass_bb/sass/_dedicated.scss */
  .top-side .box_side table td {
    height: 29px;
    font-size: 18px;
  }
}
/* line 847, ../../sass_bb/sass/_dedicated.scss */
.top-side .box_side table td a {
  line-height: 39px;
  font-size: 22px;
}
@media screen and (max-width: 749px) {
  /* line 847, ../../sass_bb/sass/_dedicated.scss */
  .top-side .box_side table td a {
    line-height: 29px;
    font-size: 18px;
  }
}
/* line 857, ../../sass_bb/sass/_dedicated.scss */
.top-side .tbl_side_schedule td {
  padding: 0.5em !important;
  font-size: 22px !important;
}
@media screen and (max-width: 749px) {
  /* line 857, ../../sass_bb/sass/_dedicated.scss */
  .top-side .tbl_side_schedule td {
    font-size: 18px !important;
  }
}
/* line 866, ../../sass_bb/sass/_dedicated.scss */
.top-side .box_side--sns {
  display: flex;
  justify-content: center;
  padding: 3em 0;
  background: #b4cfe1;
}
@media screen and (max-width: 749px) {
  /* line 866, ../../sass_bb/sass/_dedicated.scss */
  .top-side .box_side--sns {
    flex-direction: column;
    padding: 2em 0;
  }
}
/* line 885, ../../sass_bb/sass/_dedicated.scss */
.top-side .sosial_area {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 749px) {
  /* line 885, ../../sass_bb/sass/_dedicated.scss */
  .top-side .sosial_area {
    flex-direction: column;
  }
}
/* line 894, ../../sass_bb/sass/_dedicated.scss */
.top-side .sosial_area li {
  margin: 0 0.5em;
}
@media screen and (max-width: 749px) {
  /* line 905, ../../sass_bb/sass/_dedicated.scss */
  .top #social {
    display: none;
  }
}
/* line 912, ../../sass_bb/sass/_dedicated.scss */
.top ul.sosial_area {
  width: 100%;
}
/* line 917, ../../sass_bb/sass/_dedicated.scss */
.top ul.sosial_area li {
  float: left;
  /*margin-left: 10px;*/
  margin-bottom: 10px;
}
@media screen and (max-width: 749px) {
  /* line 917, ../../sass_bb/sass/_dedicated.scss */
  .top ul.sosial_area li {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 749px) and (max-width: 961px) {
  /* line 917, ../../sass_bb/sass/_dedicated.scss */
  .top ul.sosial_area li {
    margin-bottom: 10px;
  }
}
/* line 931, ../../sass_bb/sass/_dedicated.scss */
.top ul.sosial_area li a img {
  width: 30px;
}
/* line 940, ../../sass_bb/sass/_dedicated.scss */
.top .top-ttl-sub {
  color: #009b42;
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  /* line 940, ../../sass_bb/sass/_dedicated.scss */
  .top .top-ttl-sub {
    line-height: 125%;
    margin-bottom: 10px;
  }
}
/* line 950, ../../sass_bb/sass/_dedicated.scss */
.top .top-bnr-area {
  margin-bottom: 10px;
}
/* line 954, ../../sass_bb/sass/_dedicated.scss */
.top .top-bnr-area ul {
  overflow: hidden;
  margin-bottom: 20px;
}
/* line 959, ../../sass_bb/sass/_dedicated.scss */
.top .top-bnr-area li {
  float: left;
}
/* line 962, ../../sass_bb/sass/_dedicated.scss */
.top .top-bnr-area li:first-child {
  margin-right: 6px;
}
@media screen and (max-width: 749px) {
  /* line 962, ../../sass_bb/sass/_dedicated.scss */
  .top .top-bnr-area li:first-child {
    margin: 0;
    margin-bottom: 10px;
  }
}

/*　game_______________________________　*/
/* line 983, ../../sass_bb/sass/_dedicated.scss */
.game {
  /*navi*/
  /*tittle*/
  /*scoreboard*/
}
/* line 986, ../../sass_bb/sass/_dedicated.scss */
.game .game_nav {
  margin: 30px auto;
}
/* line 990, ../../sass_bb/sass/_dedicated.scss */
.game .game_nav ul li {
  width: 15.1%;
  height: 34px;
  line-height: 34px;
  float: left;
  margin-right: 10px;
  border: 1px solid #3754a5;
  color: #3754a5;
  text-align: center;
  background: #f0f6f9;
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  /* line 990, ../../sass_bb/sass/_dedicated.scss */
  .game .game_nav ul li {
    font-size: 11px;
    margin-right: 3px;
  }
}
/* line 1007, ../../sass_bb/sass/_dedicated.scss */
.game .game_nav ul li a {
  display: block;
  text-decoration: none;
  color: #3754a5;
}
/* line 1014, ../../sass_bb/sass/_dedicated.scss */
.game .game_nav ul li.game_nav_on,
.game .game_nav ul :hover {
  color: #fff;
  background: #3659b8;
}
/* line 1023, ../../sass_bb/sass/_dedicated.scss */
.game h2.ttl_game {
  border-bottom: 1px solid #ff000b;
  padding: 10px 0;
  font-size: 22px;
  color: #ff000b;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 749px) {
  /* line 1023, ../../sass_bb/sass/_dedicated.scss */
  .game h2.ttl_game {
    font-size: 18px;
  }
}
/* line 1037, ../../sass_bb/sass/_dedicated.scss */
.game .one_gameWrap {
  margin-bottom: 35px;
}
@media screen and (max-width: 749px) {
  /* line 1040, ../../sass_bb/sass/_dedicated.scss */
  .game .one_gameWrap .txt_game_date {
    font-size: 11px;
    line-height: 1.3;
  }
}
/* line 1049, ../../sass_bb/sass/_dedicated.scss */
.game .tbl_game_score {
  border: none;
  margin: 5px 0 5px;
  border-collapse: separate;
  border-spacing: 2px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  /* line 1049, ../../sass_bb/sass/_dedicated.scss */
  .game .tbl_game_score {
    /*table-layout:fixed;*/
  }
}
/* line 1060, ../../sass_bb/sass/_dedicated.scss */
.game .tbl_game_score caption {
  font-size: 14px;
  font-weight: bold;
  color: #3659b8;
  letter-spacing: 0.5px;
  text-align: left;
  line-height: 25px;
  padding: 0px;
  margin: 0px;
  background: #fff;
}
@media screen and (max-width: 749px) {
  /* line 1060, ../../sass_bb/sass/_dedicated.scss */
  .game .tbl_game_score caption {
    font-size: 12px;
  }
}
/* line 1075, ../../sass_bb/sass/_dedicated.scss */
.game .tbl_game_score caption strong {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  /* line 1075, ../../sass_bb/sass/_dedicated.scss */
  .game .tbl_game_score caption strong {
    font-size: 18px;
  }
}
/* line 1088, ../../sass_bb/sass/_dedicated.scss */
.game .tbl_game_score tr th {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.5px;
  padding: 5px;
  background: #f0f6f9;
  color: #3659b8;
  white-space: nowrap;
  border: 1px #e8e8e8 solid;
}
@media screen and (max-width: 749px) {
  /* line 1088, ../../sass_bb/sass/_dedicated.scss */
  .game .tbl_game_score tr th {
    padding: 0;
    font-size: 10px;
    white-space: normal;
  }
}
/* line 1108, ../../sass_bb/sass/_dedicated.scss */
.game .tbl_game_score tr th.s_name {
  text-align: left !important;
}
@media screen and (max-width: 749px) {
  /* line 1108, ../../sass_bb/sass/_dedicated.scss */
  .game .tbl_game_score tr th.s_name {
    width: 30px;
    text-align: center !important;
  }
}
/* line 1119, ../../sass_bb/sass/_dedicated.scss */
.game .tbl_game_score tr td {
  text-align: center;
  font-size: smaller;
  line-height: 1.6;
  letter-spacing: 0.5px;
  padding: 2px;
  border: 1px #e8e8e8 solid;
}
@media screen and (max-width: 749px) {
  /* line 1119, ../../sass_bb/sass/_dedicated.scss */
  .game .tbl_game_score tr td {
    padding: 0;
    font-size: 10px;
  }
}
/* line 1134, ../../sass_bb/sass/_dedicated.scss */
.game .tbl_game_score tr td.bg_plus {
  text-align: left !important;
  background: #E6F0E7;
}
/* line 1140, ../../sass_bb/sass/_dedicated.scss */
.game .tbl_game_score .win_team td,
.game .tbl_game_score .win_team th {
  background-color: #FFEB1A;
  color: #E50000;
}
/* line 1149, ../../sass_bb/sass/_dedicated.scss */
.game .txt_game_date_ttl {
  margin-bottom: 0.25em;
  background: #def1ff;
  padding: 0.1em 0.4em 0.2em;
  display: inline-block;
  color: #1e5ca8;
  margin-right: 0.3em;
  border-radius: 0.1em;
}

/*　msg_______________________________　*/
/* line 1166, ../../sass_bb/sass/_dedicated.scss */
.msg_ttl {
  font-size: 19px;
  font-weight: bold;
  line-height: 150%;
  color: #3659b8;
  display: block;
}
@media screen and (max-width: 749px) {
  /* line 1166, ../../sass_bb/sass/_dedicated.scss */
  .msg_ttl {
    font-size: 18px;
  }
}
/* line 1179, ../../sass_bb/sass/_dedicated.scss */
.msg #mail-unit {
  margin: 20px auto;
  padding-bottom: 20px;
  border: 5px solid #3659b8;
  text-align: center;
}
@media screen and (min-width: 749px) and (max-width: 961px) {
  /* line 1179, ../../sass_bb/sass/_dedicated.scss */
  .msg #mail-unit {
    width: 100%;
    box-sizing: border-box;
  }
}
/* line 1195, ../../sass_bb/sass/_dedicated.scss */
.msg #mail-unit p {
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  background: #3659b8;
  text-align: center;
  color: #fff;
}
/* line 1206, ../../sass_bb/sass/_dedicated.scss */
.msg #mail-unit dl {
  margin-bottom: 10px;
  padding-left: 20px;
  overflow: hidden;
}
/* line 1211, ../../sass_bb/sass/_dedicated.scss */
.msg #mail-unit dl dt {
  width: 163px;
  float: left;
  line-height: 30px;
  text-align: left;
}
@media screen and (min-width: 749px) and (max-width: 961px) {
  /* line 1206, ../../sass_bb/sass/_dedicated.scss */
  .msg #mail-unit dl {
    width: 90%;
  }
}
/* line 1222, ../../sass_bb/sass/_dedicated.scss */
.msg #mail-unit dl dd {
  float: left;
  text-align: left;
}
@media screen and (max-width: 749px) {
  /* line 1222, ../../sass_bb/sass/_dedicated.scss */
  .msg #mail-unit dl dd {
    margin-left: 0;
    clear: both;
  }
}
@media screen and (min-width: 749px) and (max-width: 961px) {
  /* line 1222, ../../sass_bb/sass/_dedicated.scss */
  .msg #mail-unit dl dd {
    width: 90%;
  }
}
/* line 1236, ../../sass_bb/sass/_dedicated.scss */
.msg #mail-unit dl dd input {
  width: 387px;
  height: 36px;
  font-size: 18px;
  text-align: left;
  border: solid #ccc 1px;
  border-radius: 0.2em;
  padding: 0.2em;
}
@media screen and (max-width: 749px) {
  /* line 1236, ../../sass_bb/sass/_dedicated.scss */
  .msg #mail-unit dl dd input {
    width: 90%;
  }
}
@media screen and (min-width: 749px) and (max-width: 961px) {
  /* line 1236, ../../sass_bb/sass/_dedicated.scss */
  .msg #mail-unit dl dd input {
    width: 60%;
  }
}
/* line 1255, ../../sass_bb/sass/_dedicated.scss */
.msg #mail-unit dl dd textarea {
  border: solid #ccc 1px;
  border-radius: 0.2em;
}
@media screen and (max-width: 749px) {
  /* line 1255, ../../sass_bb/sass/_dedicated.scss */
  .msg #mail-unit dl dd textarea {
    width: 90%;
  }
}
@media screen and (min-width: 749px) and (max-width: 961px) {
  /* line 1255, ../../sass_bb/sass/_dedicated.scss */
  .msg #mail-unit dl dd textarea {
    width: 60%;
  }
}
/* line 1268, ../../sass_bb/sass/_dedicated.scss */
.msg #mail-unit dl dd span {
  font-weight: 700;
}
/* line 1273, ../../sass_bb/sass/_dedicated.scss */
.msg #mail-unit dl dl:after {
  content: "";
  display: table;
  clear: both;
}
/* line 1280, ../../sass_bb/sass/_dedicated.scss */
.msg #mail-unit a.btn {
  width: 176px;
  height: 44px;
  line-height: 44px;
  margin: 20px auto 0;
  background: #249095;
  position: relative;
  display: block;
  color: #FFFFFF;
  background: #e44f4f;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  border-radius: 0.2em;
}
/* line 1296, ../../sass_bb/sass/_dedicated.scss */
.msg #mail-unit a.btn:hover {
  opacity: 0.8;
}
/* line 1301, ../../sass_bb/sass/_dedicated.scss */
.msg li {
  float: left;
  margin-left: 10px;
}
/* line 1306, ../../sass_bb/sass/_dedicated.scss */
.msg li a img {
  width: 30px;
}
/* line 1312, ../../sass_bb/sass/_dedicated.scss */
.msg .fax {
  padding: 10px 10px 10px;
  margin: 10px 10px 10px 0;
  display: inline-block;
  vertical-align: middle;
  background-color: #f5f5f5;
  width: auto;
  font-family: "wanpaku-ruika", sans-serif;
}
@media screen and (max-width: 749px) {
  /* line 1312, ../../sass_bb/sass/_dedicated.scss */
  .msg .fax {
    margin: 0 auto;
  }
}
/* line 1326, ../../sass_bb/sass/_dedicated.scss */
.msg .fax span {
  color: #ff0000;
  font-size: 17px;
  margin-right: 20px;
}
@media screen and (max-width: 749px) {
  /* line 1326, ../../sass_bb/sass/_dedicated.scss */
  .msg .fax span {
    display: block;
    margin-right: 0px;
  }
}
/* line 1337, ../../sass_bb/sass/_dedicated.scss */
.msg .fax .tel {
  font-weight: 700;
  font-size: 30px;
  color: #3659b8;
  font-family: "wanpaku-ruika", sans-serif;
}
@media screen and (max-width: 749px) {
  /* line 1337, ../../sass_bb/sass/_dedicated.scss */
  .msg .fax .tel {
    font-size: 26px;
  }
}

/*　tournament_______________________________　*/
/* line 1352, ../../sass_bb/sass/_dedicated.scss */
.tournament__ttl-final {
  color: #ff0303;
  text-align: center;
  font-size: 45px;
  padding: 0.5em 0 0;
  margin-bottom: -0.5em;
  position: relative;
}
@media screen and (max-width: 1000px) {
  /* line 1352, ../../sass_bb/sass/_dedicated.scss */
  .tournament__ttl-final {
    font-size: 35px;
  }
}
@media screen and (max-width: 961px) {
  /* line 1352, ../../sass_bb/sass/_dedicated.scss */
  .tournament__ttl-final {
    font-size: 27px;
  }
}
@media screen and (max-width: 749px) {
  /* line 1352, ../../sass_bb/sass/_dedicated.scss */
  .tournament__ttl-final {
    font-size: 25px;
  }
}
/* line 1372, ../../sass_bb/sass/_dedicated.scss */
.tournament__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 961px) {
  /* line 1372, ../../sass_bb/sass/_dedicated.scss */
  .tournament__list {
    flex-direction: column;
  }
}
/* line 1383, ../../sass_bb/sass/_dedicated.scss */
.tournament__item {
  /*
  width: 49%;
  margin-bottom: 1%;
  border: solid #ccc 1px;
  margin-right: 1%;
  text-align: center;*/
  /*今回のみ余白あけた----------*/
}
@media screen and (max-width: 961px) {
  /* line 1383, ../../sass_bb/sass/_dedicated.scss */
  .tournament__item {
    width: 100%;
    margin-bottom: 1em;
  }
}
/* line 1395, ../../sass_bb/sass/_dedicated.scss */
.tournament__item--b, .tournament__item--d {
  margin-right: 0;
}
/* line 1399, ../../sass_bb/sass/_dedicated.scss */
.tournament__item--final {
  /*width: 99.2%;*/
  text-align: center;
  margin-right: 0;
}
/* line 1403, ../../sass_bb/sass/_dedicated.scss */
.tournament__item--final img {
  /*width: 80%!important;*/
}
/* line 1408, ../../sass_bb/sass/_dedicated.scss */
.tournament__item img {
  width: 96%;
}
/* line 1413, ../../sass_bb/sass/_dedicated.scss */
.tournament__item--d {
  margin-bottom: 60px;
}
@media screen and (max-width: 961px) {
  /* line 1413, ../../sass_bb/sass/_dedicated.scss */
  .tournament__item--d {
    margin-bottom: 0;
  }
}

/*　highlight_______________________________　*/
/* line 1430, ../../sass_bb/sass/_dedicated.scss */
.highlight {
  /*モーダル閉じるボタン*/
}
/* line 1431, ../../sass_bb/sass/_dedicated.scss */
.highlight .staff_area {
  background-color: #f2f2f2;
  text-align: center;
  margin: 0 auto;
}
/* line 1436, ../../sass_bb/sass/_dedicated.scss */
.highlight .staff_area .view {
  display: inline-block;
}
/* line 1441, ../../sass_bb/sass/_dedicated.scss */
.highlight .tbl_highlight {
  width: 75%;
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 749px) {
  /* line 1441, ../../sass_bb/sass/_dedicated.scss */
  .highlight .tbl_highlight {
    width: 80%;
  }
}
@media screen and (max-width: 749px) {
  /* line 1451, ../../sass_bb/sass/_dedicated.scss */
  .highlight .tbl_highlight tr th {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 749px) {
  /* line 1459, ../../sass_bb/sass/_dedicated.scss */
  .highlight .tbl_highlight tr td {
    width: 100%;
    display: block;
  }
}
/* line 1469, ../../sass_bb/sass/_dedicated.scss */
.highlight .tbl_highlight tr td .name_r {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 749px) {
  /* line 1469, ../../sass_bb/sass/_dedicated.scss */
  .highlight .tbl_highlight tr td .name_r {
    font-size: 22px;
  }
}
/* line 1478, ../../sass_bb/sass/_dedicated.scss */
.highlight .tbl_highlight tr td .comment_r {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 749px) {
  /* line 1478, ../../sass_bb/sass/_dedicated.scss */
  .highlight .tbl_highlight tr td .comment_r {
    font-size: 18px;
  }
}
/* line 1491, ../../sass_bb/sass/_dedicated.scss */
.highlight .icon_close {
  text-align: center;
  margin: 20px auto;
}
/* line 1496, ../../sass_bb/sass/_dedicated.scss */
.highlight .closebt {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
/* line 1505, ../../sass_bb/sass/_dedicated.scss */
.highlight .closebt:hover {
  transform: rotate(90deg);
}

/*　digest.php_______________________________　*/
/* line 1513, ../../sass_bb/sass/_dedicated.scss */
.digest_ttl {
  font-size: 25px;
  line-height: 150%;
  color: #3659b8;
  margin-bottom: 5px;
  font-family: "wanpaku-ruika", sans-serif;
}
@media screen and (max-width: 749px) {
  /* line 1513, ../../sass_bb/sass/_dedicated.scss */
  .digest_ttl {
    font-size: 20px;
    text-align: center;
  }
}

/* line 1527, ../../sass_bb/sass/_dedicated.scss */
.digest_ttl_description {
  font-size: 12px;
}

/* line 1534, ../../sass_bb/sass/_dedicated.scss */
.digest_mc_ttl {
  padding: 7px;
  background: #ecf5f7;
  color: #3659b8;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
}

/* line 1546, ../../sass_bb/sass/_dedicated.scss */
.digest_mc li {
  display: block;
  clear: both;
  margin-bottom: 20px;
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  /* line 1546, ../../sass_bb/sass/_dedicated.scss */
  .digest_mc li {
    margin-bottom: 40px;
  }
}

/* line 1557, ../../sass_bb/sass/_dedicated.scss */
.digest_mc__photo {
  width: 30%;
  float: left;
  text-align: center;
}
@media screen and (max-width: 749px) {
  /* line 1557, ../../sass_bb/sass/_dedicated.scss */
  .digest_mc__photo {
    width: 99%;
    float: none;
  }
}

/* line 1570, ../../sass_bb/sass/_dedicated.scss */
.digest_mc__description {
  float: right;
  position: relative;
  display: inline-block;
  margin: 0 0 0 15px;
  padding: 10px 10px;
  max-width: 100%;
  font-size: 16px;
  width: 64%;
  margin-bottom: 20px;
  background: #f6f6f6;
}
@media screen and (max-width: 749px) {
  /* line 1570, ../../sass_bb/sass/_dedicated.scss */
  .digest_mc__description {
    width: 100%;
    float: none;
    margin: 0;
    margin-top: 20px;
    padding: 0;
  }
}
/* line 1590, ../../sass_bb/sass/_dedicated.scss */
.digest_mc__description:before {
  content: "";
  position: absolute;
  top: 20px;
  left: -29px;
  margin-top: -12px;
  border: 15px solid transparent;
  border-right: 15px solid #f6f6f6;
  z-index: 2;
}
@media screen and (max-width: 749px) {
  /* line 1590, ../../sass_bb/sass/_dedicated.scss */
  .digest_mc__description:before {
    display: none;
  }
}
/* line 1605, ../../sass_bb/sass/_dedicated.scss */
.digest_mc__description:after {
  content: "";
  position: absolute;
  top: 22px;
  left: -30px;
  margin-top: -14px;
  border: 15px solid transparent;
  border-right: 15px solid #f6f6f6;
  z-index: -2;
}
@media screen and (max-width: 749px) {
  /* line 1605, ../../sass_bb/sass/_dedicated.scss */
  .digest_mc__description:after {
    display: none;
  }
}

/* line 1621, ../../sass_bb/sass/_dedicated.scss */
.digest_mc__description-top {
  display: flex;
  flex-direction: column;
}

/* line 1627, ../../sass_bb/sass/_dedicated.scss */
.digest_mc__description-name {
  float: left;
  padding: 10px;
  padding-right: 0;
  color: #393a39;
  font-family: "wanpaku-ruika", sans-serif;
  font-size: 23px;
}
@media screen and (max-width: 749px) {
  /* line 1627, ../../sass_bb/sass/_dedicated.scss */
  .digest_mc__description-name {
    width: 100%;
    float: none;
    font-size: 18px;
    padding: 10px 10px 5px;
  }
}

/* line 1646, ../../sass_bb/sass/_dedicated.scss */
.digest_mc__description-profile {
  padding: 5px 5px 15px 38px;
  padding-left: 10px;
  font-size: 16px;
  float: right;
  line-height: 155%;
  color: #1f46b1;
  font-weight: bold;
  line-height: 1.8;
  /* background: #fff; */
  /* margin-bottom: 5px;*/
}
@media screen and (max-width: 749px) {
  /* line 1646, ../../sass_bb/sass/_dedicated.scss */
  .digest_mc__description-profile {
    float: none;
    border: none;
    padding: 0 15px;
    font-size: 14px;
  }
}

/* line 1667, ../../sass_bb/sass/_dedicated.scss */
.digest_mc__description-comment {
  clear: both;
  padding: 10px;
  margin-top: 5px;
  font-size: 14px;
  background: #fff;
  line-height: 1.8;
  font-size: 16px;
}
@media screen and (max-width: 749px) {
  /* line 1667, ../../sass_bb/sass/_dedicated.scss */
  .digest_mc__description-comment {
    margin: 15px;
    font-size: 14px;
  }
}

/* line 1682, ../../sass_bb/sass/_dedicated.scss */
.digest_bnr__list {
  display: flex;
  flex-direction: row;
  margin-bottom: 2em;
}
@media screen and (max-width: 749px) {
  /* line 1682, ../../sass_bb/sass/_dedicated.scss */
  .digest_bnr__list {
    flex-direction: column;
  }
}
/* line 1691, ../../sass_bb/sass/_dedicated.scss */
.digest_bnr__list li {
  margin-right: 0.5em;
}
@media screen and (max-width: 749px) {
  /* line 1691, ../../sass_bb/sass/_dedicated.scss */
  .digest_bnr__list li {
    margin-right: initial;
    margin-bottom: 0.5em;
  }
}

/* JS関連 */
/* エラー メッセージ */
/* line 5, ../../sass_bb/sass/_js.scss */
.error .msg {
  color: #F00;
}
