@charset "UTF-8";
section h2.en {
  font-size: 110px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #eeeef4;
  text-align: center;
  position: relative;
}
section h2.en img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 160px;
  height: 30px;
}
section .inner {
  width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  section h2.en {
    font-size: 70px;
  }
  section h2.en img {
    width: 130px;
    height: 24px;
  }
  section .inner {
    width: auto;
    margin: 0 4%;
  }
}
body.top #bgHeader {
  background: url(/img/top/bg_header.jpg) no-repeat center center;
  background-size: cover;
  min-height: 750px;
  padding: 20px 0 40px 0;
  position: relative;
}
body.top #bgHeader header {
  padding: 10px;
}
body.top #bgHeader #subMenu {
  right: 15px;
}
body.top #bgHeader #mainMenu > ul > li .secondMenu {
  top: 106px;
}
body.top #bgHeader .linkBnr {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 1120px;
  bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body.top #bgHeader .linkBnr li a {
  color: #FFF;
  display: block;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 372px;
  height: 140px;
  padding: 40px 0 0 36px;
}
body.top #bgHeader .linkBnr li a span.en {
  font-size: 38px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  display: block;
}
body.top #bgHeader .linkBnr li.bn_player {
  background: url(/img/bnr/bg_player.jpg) no-repeat center center;
  background-size: container;
}
body.top #bgHeader .linkBnr li.bn_umpire {
  background: url(/img/bnr/bg_umpire.jpg) no-repeat center center;
  background-size: container;
}
body.top #bgHeader .linkBnr li.bn_coach {
  background: url(/img/bnr/bg_coach.jpg) no-repeat center center;
  background-size: container;
}
body.top #bgHeader .linkBnr li:hover a {
  color: #000b79;
}
body.top #bgHeader .linkBnr li:hover.bn_player {
  background: url(/img/bnr/bg_player_on.jpg) no-repeat center center;
  background-size: container;
}
body.top #bgHeader .linkBnr li:hover.bn_umpire {
  background: url(/img/bnr/bg_umpire_on.jpg) no-repeat center center;
  background-size: container;
}
body.top #bgHeader .linkBnr li:hover.bn_coach {
  background: url(/img/bnr/bg_coach_on.jpg) no-repeat center center;
  background-size: container;
}

@media screen and (max-width: 767px) {
  body.top #bgHeader {
    min-height: 360px;
    padding: 0 0 40px 0;
  }
  body.top #bgHeader h1 {
    margin-left: 0;
  }
  body.top #bgHeader #mainMenu > ul > li .current + .secondMenu {
    top: 106px;
  }
  body.top #bgHeader .linkBnr {
    position: absolute;
    margin: 0 4%;
    left: 0;
    right: 0;
    width: auto;
    bottom: 20px;
  }
  body.top #bgHeader .linkBnr li {
    width: 32%;
    text-align: center;
  }
  body.top #bgHeader .linkBnr li a {
    font-size: 11px;
    line-height: 1.4;
    width: 100%;
    height: auto;
    padding: 10px 5px;
  }
  body.top #bgHeader .linkBnr li a span.en {
    font-size: 20px;
    margin-bottom: 0;
  }
}
#topicsContainer {
  background: #000b79;
  padding: 50px 0;
}
#topicsContainer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1120px;
  margin: 0 auto;
}
#topicsContainer ul li {
  width: 360px;
  height: 240px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#topicsContainer ul li img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#topicsContainer ul li:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#topicsContainer ul li span {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  color: #FFF;
  font-size: 14px;
  width: 100%;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  #topicsContainer {
    padding: 40px 0 30px 0;
  }
  #topicsContainer ul {
    display: block;
    width: auto;
  }
  #topicsContainer ul li {
    width: 100%;
    height: auto;
    margin: 0 10px;
  }
  #topicsContainer ul li span {
    font-size: 13px;
    padding: 15px 10px;
    line-height: 1.4;
  }
  #topicsContainer ul li:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #topicsContainer .slick-dots {
    margin-top: 10px;
    text-align: center;
  }
  #topicsContainer .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #fff;
    display: inline-block;
    border: none;
    text-indent: -9999px;
    margin: 0 5px;
  }
  #topicsContainer .slick-dots li button {
    display: none;
  }
  #topicsContainer .slick-dots li.slick-active {
    background: #e72a19;
  }
}
#newsContainer {
  padding: 60px 0 70px 0;
}
#newsContainer .topics .typeIcon {
  background: #e73219;
  color: #FFF;
  font-size: 13px;
  padding: 0 10px;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  border-radius: 30px;
}
#newsContainer .info .typeIcon {
  background: #009755;
  color: #FFF;
  font-size: 13px;
  padding: 0 10px;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  border-radius: 30px;
}
#newsContainer .results .typeIcon {
  background: #b3a400;
  color: #FFF;
  font-size: 13px;
  padding: 0 10px;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  border-radius: 30px;
}
#newsContainer .league .typeIcon {
  background: #000b79;
  color: #FFF;
  font-size: 13px;
  padding: 0 10px;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  border-radius: 30px;
}
#newsContainer .coaches .typeIcon {
  background: #5831c4;
  color: #FFF;
  font-size: 13px;
  padding: 0 10px;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  border-radius: 30px;
}
#newsContainer .rules .typeIcon {
  background: #238bca;
  color: #FFF;
  font-size: 13px;
  padding: 0 10px;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  border-radius: 30px;
}
#newsContainer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 50px auto;
}
#newsContainer .newsBox {
  width: 264px;
  min-height: 360px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
  background: #000b79 url(/img/news/bg_mark.png) no-repeat center 160px;
  background-size: 80% auto;
  margin-bottom: 22px;
  overflow: hidden;
}
#newsContainer .newsBox a {
  display: block;
}
#newsContainer .newsBox a .thumb {
  overflow: hidden;
}
#newsContainer .newsBox a img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#newsContainer .newsBox a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#newsContainer .newsBox a .infoArea {
  padding: 25px 15px 20px 15px;
  color: #FFF;
}
#newsContainer .newsBox a .infoArea .typeIcon {
  margin-right: 5px;
  vertical-align: middle;
}
#newsContainer .newsBox a .infoArea .date {
  font-size: 14px;
  vertical-align: middle;
}
#newsContainer .newsBox a .infoArea p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.6;
}
#newsContainer .newsBox:first-child {
  width: 550px;
  background: none;
}
#newsContainer .newsBox:first-child a {
  position: relative;
}
#newsContainer .newsBox:first-child a .infoArea {
  position: absolute;
  bottom: 0;
  z-index: 100;
}
#newsContainer .newsBox:first-child a::after {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
  width: 100%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 0;
}
#newsContainer .newsBox:nth-child(n+8) {
  display: none;
}

@media screen and (max-width: 767px) {
  #newsContainer {
    padding: 30px 0 40px 0;
  }
  #newsContainer .topics .typeIcon {
    font-size: 11px;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    min-width: 64px;
    border-radius: 30px;
  }
  #newsContainer .info .typeIcon {
    font-size: 11px;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    min-width: 64px;
    border-radius: 30px;
  }
  #newsContainer .results .typeIcon {
    font-size: 11px;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    min-width: 64px;
    border-radius: 30px;
  }
  #newsContainer .league .typeIcon {
    font-size: 11px;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    min-width: 64px;
    border-radius: 30px;
  }
  #newsContainer .coaches .typeIcon {
    font-size: 11px;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    min-width: 64px;
    border-radius: 30px;
  }
  #newsContainer .rules .typeIcon {
    font-size: 11px;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    min-width: 64px;
    border-radius: 30px;
  }
  #newsContainer .inner {
    display: block;
    border-top: 1px solid #ccc;
    margin: 20px 0 30px 0;
  }
  #newsContainer .newsBox,
  #newsContainer .newsBox:first-child {
    width: auto;
    min-height: auto;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ccc;
    background: #FFF;
    margin-bottom: 0;
    padding: 10px;
  }
  #newsContainer .newsBox:nth-child(n+5),
  #newsContainer .newsBox:first-child:nth-child(n+5) {
    display: none;
  }
  #newsContainer .newsBox a,
  #newsContainer .newsBox:first-child a {
    display: table;
    color: #000;
  }
  #newsContainer .newsBox a::after,
  #newsContainer .newsBox:first-child a::after {
    display: none;
  }
  #newsContainer .newsBox a img,
  #newsContainer .newsBox:first-child a img {
    width: 92px;
    height: 60px;
    border: 1px solid #ccc;
    display: table-cell;
    vertical-align: middle;
  }
  #newsContainer .newsBox a:hover img,
  #newsContainer .newsBox:first-child a:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #newsContainer .newsBox a .infoArea,
  #newsContainer .newsBox:first-child a .infoArea {
    position: static;
    display: table-cell;
    vertical-align: middle;
    width: calc(100% - 120px);
    padding: 0 0 0 15px;
    color: #000;
  }
  #newsContainer .newsBox a .infoArea .typeIcon,
  #newsContainer .newsBox:first-child a .infoArea .typeIcon {
    margin-right: 5px;
  }
  #newsContainer .newsBox a .infoArea .date,
  #newsContainer .newsBox:first-child a .infoArea .date {
    font-size: 12px;
    font-weight: bold;
  }
  #newsContainer .newsBox a .infoArea p,
  #newsContainer .newsBox:first-child a .infoArea p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.4;
  }
}
#scheduleContainer {
  padding: 60px 0 20px 0;
  background: #000b79;
}
#scheduleContainer h2.en {
  color: #363d8a;
}
#scheduleContainer .inner {
  margin: 50px auto;
}
#scheduleContainer #scheduleScroll {
  height: 480px;
  padding: 10px 20px;
}
#scheduleContainer .itemGame {
  margin-bottom: 20px;
}
#scheduleContainer .itemGame a {
  border: 1px solid #FFFFFF;
  padding: 20px;
  min-height: 60px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
#scheduleContainer .itemGame a::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 20px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#scheduleContainer .itemGame a:hover {
  background: #1523ab;
}
#scheduleContainer .itemGame a .nowDate {
  display: none;
}
#scheduleContainer .itemGame a .imgUnit {
  width: 60px;
  margin-right: 20px;
}
#scheduleContainer .itemGame a .imgUnit img {
  width: 100%;
  height: auto;
}
#scheduleContainer .itemGame a .imgUnit.noImage {
  width: 0;
  margin-right: 0;
}
#scheduleContainer .itemGame a .gameInfo h5 {
  font-size: 20px;
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
}
#scheduleContainer .itemGame a .gameInfo p {
  margin-top: 10px;
  font-size: 14px;
}
#scheduleContainer .itemGame.now a {
  padding-left: 160px;
  background: #FFFFFF;
}
#scheduleContainer .itemGame.now a::after {
  border-top: 2px solid #e72a19;
  border-right: 2px solid #e72a19;
}
#scheduleContainer .itemGame.now a:hover {
  background: rgba(255, 255, 255, 0.9);
}
#scheduleContainer .itemGame.now a .nowDate {
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  background: #e72a19;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 24px;
  padding: 20px 15px;
  line-height: 1.2;
  width: 150px;
}
#scheduleContainer .itemGame.now a .gameInfo h5 {
  color: #e72a19;
}
#scheduleContainer .itemGame.now a .gameInfo p {
  color: #000000;
}
#scheduleContainer .btnBlockW {
  margin: 40px auto 60px auto;
}
#scheduleContainer .bnrGame ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#scheduleContainer .bnrGame ul li {
  margin-bottom: 20px;
  position: relative;
}
#scheduleContainer .bnrGame ul li::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #FFF;
}
#scheduleContainer .bnrGame ul li a {
  display: block;
}
#scheduleContainer .bnrGame ul li a img {
  position: relative;
  z-index: 100;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
#scheduleContainer .bnrGame ul li a img:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  #scheduleContainer {
    padding: 40px 0 1px 0;
  }
  #scheduleContainer h2.en {
    font-size: 44px;
  }
  #scheduleContainer .inner {
    margin: 30px 4% 30px 0;
  }
  #scheduleContainer #scheduleScroll {
    height: 400px;
    padding: 15px 18px;
  }
  #scheduleContainer .itemGame {
    margin-bottom: 10px;
  }
  #scheduleContainer .itemGame a {
    padding: 15px 30px 15px 15px;
    min-height: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #scheduleContainer .itemGame a::after {
    right: 15px;
    width: 8px;
    height: 8px;
  }
  #scheduleContainer .itemGame a:hover {
    background: #000b79;
  }
  #scheduleContainer .itemGame a .nowDate {
    display: none;
  }
  #scheduleContainer .itemGame a .imgUnit {
    width: 40px;
    margin-right: 10px;
    position: static;
    top: 0;
    left: 0;
  }
  #scheduleContainer .itemGame a .imgUnit img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
  #scheduleContainer .itemGame a .imgUnit.noImage {
    position: static;
    width: 0;
    margin-right: 0;
  }
  #scheduleContainer .itemGame a .gameInfo {
    width: calc(100% - 50px);
  }
  #scheduleContainer .itemGame a .gameInfo h5 {
    font-size: 14px;
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
    padding-left: 0;
    line-height: 1.4;
  }
  #scheduleContainer .itemGame a .gameInfo p {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.4;
    margin: 10px 0 0 -50px;
  }
  #scheduleContainer .itemGame a .noImage + .gameInfo {
    width: 100%;
  }
  #scheduleContainer .itemGame a .noImage + .gameInfo h5 {
    padding-left: 0;
  }
  #scheduleContainer .itemGame a .noImage + .gameInfo p {
    margin: 5px 0 0 0;
  }
  #scheduleContainer .itemGame.now a {
    padding: 35px 30px 15px 15px;
  }
  #scheduleContainer .itemGame.now a::after {
    border-top: 2px solid #e72a19;
    border-right: 2px solid #e72a19;
  }
  #scheduleContainer .itemGame.now a:hover {
    background: #FFFFFF;
  }
  #scheduleContainer .itemGame.now a .nowDate {
    display: block;
    position: absolute;
    top: -15px;
    left: -18px;
    font-size: 16px;
    padding: 10px;
    width: auto;
    min-width: 150px;
  }
  #scheduleContainer .itemGame.now a .nowDate br {
    display: none;
  }
  #scheduleContainer .itemGame.now a .gameInfo h5 {
    color: #e72a19;
  }
  #scheduleContainer .itemGame.now a .gameInfo p {
    color: #000000;
  }
  #scheduleContainer .btnBlockW {
    margin: 40px auto 40px 4%;
  }
  #scheduleContainer .bnrGame {
    margin: 0 0 0 4%;
  }
  #scheduleContainer .bnrGame ul li {
    margin: 0 auto 20px auto;
  }
  #scheduleContainer .bnrGame ul li img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #scheduleContainer .itemGame a .gameInfo p {
    margin: 5px 0 0 0;
  }
}
#slideContainer {
  padding: 90px 0;
  background: url(/img/top/bg_slider.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
#slideContainer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#slideContainer .inner #thumbnailSlider {
  width: 450px;
  margin-right: 2px;
}
#slideContainer .inner #thumbnailSlider li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 11, 128, 0.85);
  height: 89px;
  margin-bottom: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  cursor: pointer;
}
#slideContainer .inner #thumbnailSlider li.slick-current {
  background: rgba(21, 35, 171, 0.85);
}
#slideContainer .inner #thumbnailSlider li img {
  height: 69px;
  width: auto;
}
#slideContainer .inner #thumbnailSlider li span {
  color: #FFF;
  font-size: 14px;
  padding-left: 10px;
  line-height: 1.4;
}
#slideContainer .inner #thumbnailSlider .slick-arrow {
  text-indent: -9999px;
  border: 0;
  background: none;
  cursor: pointer;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  cursor: pointer;
}
#slideContainer .inner #thumbnailSlider .slick-arrow.slick-prev {
  top: -20px;
  width: 20px;
  height: 20px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#slideContainer .inner #thumbnailSlider .slick-arrow.slick-next {
  bottom: -20px;
  width: 20px;
  height: 20px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#slideContainer .inner #mainSlider {
  width: 668px;
  height: 360px;
  overflow: hidden;
}
#slideContainer .inner #mainSlider li {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
#slideContainer .inner #mainSlider li iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#slideContainer .inner #mainSlider li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  #slideContainer {
    background: url(/img/top/bg_slider_sp.jpg) no-repeat center center;
    background-size: cover;
    padding: 50px 0;
  }
  #slideContainer .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #slideContainer .inner #thumbnailSlider {
    width: auto;
    margin: 40px 0 0 0;
  }
  #slideContainer .inner #thumbnailSlider li {
    height: auto;
  }
  #slideContainer .inner #thumbnailSlider li img {
    height: 60px;
    width: auto;
  }
  #slideContainer .inner #thumbnailSlider li span {
    font-size: 12px;
    padding-left: 10px;
    line-height: 1.4;
  }
  #slideContainer .inner #mainSlider {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  #slideContainer .inner #mainSlider li {
    position: relative;
    width: 100%;
    height: 52vw;
    padding-top: 0;
  }
  #slideContainer .inner #mainSlider li iframe {
    width: 100%;
    height: 100%;
  }
}
#snsContainer {
  padding: 60px 0;
  background: url(/img/top/bg_sns.jpg) no-repeat center center;
  background-size: cover;
}
#snsContainer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#snsContainer .inner .links {
  width: 500px;
}
#snsContainer .inner .links h2 {
  font-size: 44px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}
#snsContainer .inner .links ul {
  margin-top: 25px;
}
#snsContainer .inner .links ul li {
  display: inline-block;
  text-align: center;
  margin-right: 40px;
  vertical-align: middle;
}
#snsContainer .inner .links ul li img {
  height: 90px;
  width: auto;
}
#snsContainer .inner .links ul li span {
  display: block;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
  padding-top: 20px;
}
#snsContainer .inner .links ul li:first-child span {
  padding-top: 0;
}
#snsContainer .inner .links ul li:last-child {
  margin-right: 0;
}
#snsContainer .inner .links .fnbp {
  background: #FFFFFF;
  padding: 15px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#snsContainer .inner .links .fnbp .link {
  width: 280px;
  display: block;
}
#snsContainer .inner .links .fnbp .link img {
  width: 100%;
  height: auto;
}
#snsContainer .inner .links .fnbp .instagram {
  width: 100px;
  text-align: center;
  margin-left: 40px;
}
#snsContainer .inner .links .fnbp .instagram span {
  display: block;
  color: #00597e;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
  margin-top: 5px;
}
#snsContainer .inner .fb {
  width: 500px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #snsContainer {
    padding: 40px 0;
  }
  #snsContainer .inner {
    display: block;
  }
  #snsContainer .inner .links {
    width: auto;
  }
  #snsContainer .inner .links h2 {
    font-size: 40px;
    text-align: center;
  }
  #snsContainer .inner .links ul {
    margin-top: 30px;
    text-align: center;
  }
  #snsContainer .inner .links ul li {
    margin-right: 15px;
  }
  #snsContainer .inner .links ul li img {
    width: 40px;
    height: auto;
  }
  #snsContainer .inner .links ul li span {
    display: block;
    font-size: 14px;
    padding-top: 10px;
  }
  #snsContainer .inner .links ul li:first-child span {
    padding-top: 10px;
  }
  #snsContainer .inner .links ul li:last-child {
    margin-right: 0;
  }
  #snsContainer .inner .links .fnbp {
    padding: 10px 20px;
    margin-top: 20px;
  }
  #snsContainer .inner .links .fnbp .link {
    width: 200px;
    display: block;
  }
  #snsContainer .inner .links .fnbp .link img {
    width: 100%;
    height: auto;
  }
  #snsContainer .inner .links .fnbp .instagram {
    width: 100px;
    text-align: center;
    margin: 0 0 0 20px;
  }
  #snsContainer .inner .links .fnbp .instagram img {
    width: 50px;
    height: auto;
  }
  #snsContainer .inner .links .fnbp .instagram span {
    font-size: 13px;
  }
  #snsContainer .inner .fb {
    width: 100%;
    margin: 20px auto 0 auto;
    max-width: 500px;
  }
}
#bnrContainer {
  background: #ffffff;
  padding: 60px 0 50px 0;
}
#bnrContainer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
#bnrContainer ul li {
  margin: 0 5px;
}
#bnrContainer ul li:first-child {
  margin-left: 0;
}
#bnrContainer ul li:last-child {
  margin-right: 0;
}
#bnrContainer ul li img {
  max-height: 70px;
}
#bnrContainer ul.sub2 {
  margin-bottom: 30px;
}
#bnrContainer ul.sub2 li img {
  max-height: 50px;
}

@media screen and (max-width: 767px) {
  #bnrContainer {
    padding: 30px 0;
  }
  #bnrContainer ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #bnrContainer ul li {
    margin-bottom: 10px;
  }
  #bnrContainer ul li img {
    max-height: 64px;
  }
  #bnrContainer ul li:first-child {
    margin-left: 5px;
  }
  #bnrContainer ul li:last-child {
    margin-right: 5px;
  }
  #bnrContainer ul.sub1 li img {
    max-height: 52px;
  }
  #bnrContainer ul.sub2 {
    margin-bottom: 10px;
  }
  #bnrContainer ul.sub2 li img {
    max-height: 46px;
  }
}
#pageTop {
  display: none !important;
}
/*# sourceMappingURL=top.css.map */