@charset "UTF-8";
section.npo {
  background-color: #000;
  color: #FFF;
  font-family: "Hiragino Mincho ProN W6", "ヒラギノ明朝 ProN W6", "ＭＳ 明朝";
  font-size: 14px;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  text-align: center;
  width: 100%;
}

video {
  background-color: #000;
  width: 100%;
  z-index: 0;
}

section.olympics {
  padding: 8px 0px;
}

section.olympics a {
  background-color: #FFF;
  background-image: url("/top/images/olympics.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #7ECEF4;
  color: #000;
  display: block;
  font-weight: bold;
  height: 38px;
  line-height: 34px;
  margin: 0px auto 8px auto;
  text-indent: -9999px;
  width: 90%;
}

section.olympics p {
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  line-height: 100%;
  text-align: center;
  width: 100%;
}

.viewport {
  background-color: #666;
  /* height: 276px; */
  padding: 12px 0px 36px 0px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.viewport #flipsnap {
  /* height: 252px; */
}

.viewport #flipsnap item {
  display: block;
  float: left;
  /* height: 252px; */
  padding: 0px 12px 0px 12px;
}

.viewport #flipsnap item span {
  /* background-color: #F00; */
  background-size: cover;
  display: block;
  height: 104px;
  width: 100%;
}

.viewport #flipsnap item span img {
  background-repeat: no-repeat;
  background-size: contain;
}

.viewport #flipsnap item span.whatsnew {
  background-position: 50% 50%;
  background-image: url("/top/images/whatsnew.jpg");
}

.viewport #flipsnap item span.whatsnew img {
  background-position: 0% 50%;
  background-size: 168px 66px;
  background-image: url("/top/images/whatsnew.png");
}

.viewport #flipsnap item span.schedule {
  background: no-repeat center center/auto 100% url("/top/images/schedule.jpg");
  min-height: 228px;
}

.viewport #flipsnap item span.schedule img {
  background-position: 0% 50%;
  background-size: 250px 66px;
  background-image: url("/top/images/schedule.png");
  min-height: 228px;
}

.viewport #flipsnap item span.result {
  background-position: 50% 50%;
  background-image: url("/top/images/result.jpg");
}

.viewport #flipsnap item span.result img {
  background-position: 0% 50%;
  background-size: 183px 66px;
  background-image: url("/top/images/result.png");
}

.viewport #flipsnap item img {
  /* background-color: #F00; */
  background-position: 50% 50%;
  background-size: cover;
  display: block;
  height: 104px;
  width: 100%;
}

.viewport #flipsnap item article {
  background-color: #FFF;
  color: #333;
  font-size: 14px;
  height: 124px;
  padding: 8px;
  position: relative;
  width: 100%;
}

.viewport #flipsnap item article a {
  /* background-color: #F29438; */
  background-color: #E4007F;
  border-radius: 5px;
  bottom: 6px;
  color: #FFF;
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  margin: 0px auto;
  min-width: 116px;
  padding: 0px 4px;
  position: absolute;
  text-align: center;
}

.viewport .pointer {
  background-color: #000;
  bottom: 12px;
  height: 24px;
  left: 0px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.viewport .pointer span {
  background-color: #FFF;
  display: inline-block;
  height: 4px;
  width: 20px;
}

.viewport .pointer span.current {
  /* background-color: #F90; */
  background-color: #E4007F;
  -webkit-animation: anime1 1s ease-in 0s infinite alternate;
  animation: anime1 1s ease-in 0s infinite alternate;
}

.viewport button {
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  bottom: 0px;
  color: #FFF;
  display: block;
  font-size: 30px;
  font-weight: bold;
  height: 54px;
  line-height: 54px;
  position: absolute;
  text-align: center;
  width: 54px;
}

.viewport button.prev {
  background-image: url("/common/images/circle-arrow-left.png");
  left: 0px;
  opacity: 0;
}

.viewport button.next {
  background-image: url("/common/images/circle-arrow-right.png");
  opacity: 1;
  right: 0px;
}

@-webkit-keyframes anime1 {
  0% {
    box-shadow: 1px 0px 1px #e4007f, 1px 1px 1px #e4007f, 0px 1px 1px #e4007f, -1px 1px 1px #e4007f, -1px 0px 1px #e4007f, -1px -1px 1px #e4007f, 0px -1px 1px #e4007f, 1px -1px 1px #e4007f;
  }
  100% {
    box-shadow: 1px 0px 1px rgba(228, 0, 127, 0), 1px 1px 1px rgba(228, 0, 127, 0), 0px 1px 1px rgba(228, 0, 127, 0), -1px 1px 1px rgba(228, 0, 127, 0), -1px 0px 1px rgba(228, 0, 127, 0), -1px -1px 1px rgba(228, 0, 127, 0), 0px -1px 1px rgba(228, 0, 127, 0), 1px -1px 1px rgba(228, 0, 127, 0);
  }
}
@keyframes anime1 {
  0% {
    box-shadow: 1px 0px 1px #e4007f, 1px 1px 1px #e4007f, 0px 1px 1px #e4007f, -1px 1px 1px #e4007f, -1px 0px 1px #e4007f, -1px -1px 1px #e4007f, 0px -1px 1px #e4007f, 1px -1px 1px #e4007f;
  }
  100% {
    box-shadow: 1px 0px 1px rgba(228, 0, 127, 0), 1px 1px 1px rgba(228, 0, 127, 0), 0px 1px 1px rgba(228, 0, 127, 0), -1px 1px 1px rgba(228, 0, 127, 0), -1px 0px 1px rgba(228, 0, 127, 0), -1px -1px 1px rgba(228, 0, 127, 0), 0px -1px 1px rgba(228, 0, 127, 0), 1px -1px 1px rgba(228, 0, 127, 0);
  }
}
section.leader {
  padding: 10px 10px 0px 10px;
  width: 100%;
}

section.leader img {
  width: 100%;
}

section.oshirase-mail {
  background-color: #FFF;
  background-image: url("/top/images/info_lt.png"), url("/top/images/info_rt.png"), url("/top/images/info_lb.png"), url("/top/images/info_rb.png"), url("/top/images/info_lm.png"), url("/top/images/info_rm.png"), url("/top/images/info_ct.png"), url("/top/images/info_cb.png");
  background-position: 0% 0%, 100% 0%, 0% 100%, 100% 100%, 0% 0%, 100% 0%, 0% 0%, 0% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-y, repeat-y, repeat-x, repeat-x;
  background-size: 67px 12px, 12px 12px, 67px 12px, 12px 12px, 67px 2px, 12px 2px, 2px 12px, 2px 12px;
  color: #FFF;
  display: none;
  min-height: 24px;
  width: 100%;
}

section.oshirase-mail table {
  min-height: 24px;
  width: 100%;
}

section.oshirase-mail table td:nth-child(1) {
  color: #333;
  font-size: 11px;
  font-weight: bold;
  line-height: 100%;
  text-align: center;
  width: 55px;
}

section.oshirase-mail table td:nth-child(2) {
  color: #F90;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 12px;
}

section.oshirase-mail table td:nth-child(2) span {
  color: #666;
  display: inline-block;
  font-size: 10px;
  font-weight: normal;
  text-indent: 4px;
}

section.newyear {
  background-image: url("/top/images/washi-logo.png"), url("/top/images/washi.jpg");
  background-position: 1% 99%, 0% 0%;
  background-repeat: no-repeat;
  background-size: 88.5px 150px, cover;
  height: 400px;
  padding: 16px;
  width: 100%;
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
}

section.newyear h2, section.newyear p {
  color: #000;
  font-family: "HiraMinProN-W6", "ＭＳ 明朝";
  font-size: 16px;
  /* font-size: 4.2666666vw; */
  text-shadow: 0px 0px 1px;
}

section.newyear2 {
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
  left: 0px;
  opacity: 0;
  padding: 16px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99999;
}

section.newyear2 span {
  color: #FFF;
  font-size: 32px;
  font-weight: bold;
  position: absolute;
  right: 8px;
  top: 8px;
  text-shadow: 1px 1px 0px #000, 1px 0px 0px #000, 1px -1px 0px #000, 0px 1px 0px #000, 0px -1px 0px #000, -1px 1px 0px #000, -1px 0px 0px #000, -1px -1px 0px #000;
}

section.newyear2 img {
  margin: 0px auto;
  max-width: 100%;
}

/* new year */
@media only screen and (orientation: landscape) {
  section.newyear {
    height: 240px;
  }
}
/* ============================================ */
a.participant {
  display: block;
  position: relative;
}

a.participant img {
  display: block;
  width: 100%;
}

a.participant span {
  top: 4px;
  color: #FFF;
  font-size: 6px;
  position: absolute;
  right: 4px;
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.75), -1px 0px 0px rgba(0, 0, 0, 0.75), -1px 1px 0px rgba(0, 0, 0, 0.75), 0px -1px 0px rgba(0, 0, 0, 0.75), 0px 1px 0px rgba(0, 0, 0, 0.75), 1px -1px 0px rgba(0, 0, 0, 0.75), 1px 0px 0px rgba(0, 0, 0, 0.75), 1px 1px 0px rgba(0, 0, 0, 0.75);
}

a.participant span em {
  font-style: normal;
  transform: rotate(-90deg);
}

div.interhigh {
  display: block;
  position: relative;
}

div.interhigh img {
  display: block;
  width: 100%;
}

/* ============================================ */
section {
  /* ===============================================
  photo change
  =============================================== */
  /* ===============================================
  nissho cup
  =============================================== */
}

section.slideshow {
  height: 240px;
  padding: 0;
  position: relative;
}

section.slideshow > .viewportSS {
  height: 240px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

section.slideshow > .viewportSS > .flipsnapSS {
  position: relative;
}

section.slideshow > .viewportSS > .flipsnapSS > item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 240px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

section.slideshow > .viewportSS > .flipsnapSS > item:first-child {
  z-index: 2;
}

section.slideshow > .viewportSS > .flipsnapSS > item:nth-child(n+2) {
  z-index: 1;
}

section.slideshow > .viewportSS > .flipsnapSS > item > a {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}

section.slideshow > .viewportSS > .flipsnapSS > item > a > span {
  top: 4px;
  color: #FFF;
  font-size: 6px;
  position: absolute;
  right: 4px;
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.75), -1px 0px 0px rgba(0, 0, 0, 0.75), -1px 1px 0px rgba(0, 0, 0, 0.75), 0px -1px 0px rgba(0, 0, 0, 0.75), 0px 1px 0px rgba(0, 0, 0, 0.75), 1px -1px 0px rgba(0, 0, 0, 0.75), 1px 0px 0px rgba(0, 0, 0, 0.75), 1px 1px 0px rgba(0, 0, 0, 0.75);
}

section.slideshow > .viewportSS > .flipsnapSS > item > a > span > em {
  font-style: normal;
  transform: rotate(-90deg);
}

section.slideshow > .pointerSS {
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 20;
}

section.slideshow > .pointerSS > span {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 40px;
  display: inline-block;
  height: 4px;
  width: 4px;
}

section.slideshow > .pointerSS > span.currentSS {
  background-color: rgba(255, 255, 255, 0.75);
}

section.photoChange {
  height: 56.25vw;
  width: 100%;
}
section.photoChange > div.data {
  display: none;
}
section.photoChange > div.bg {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
section.photoChange > div.bg > div {
  background-position: 50% 50%;
  background-size: cover;
  height: 18.75vw;
  left: 100vw;
  position: absolute;
  top: 100%;
  transition: left 0.5s ease, top 0.5s ease, width 0.75s ease, height 0.75s ease;
  width: 25%;
  z-index: 1;
}
section.photoChange > div.bg > div.on {
  height: 56.25vw !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 2;
}

section.nisshocup {
  padding: 8px 0px;
}
section.nisshocup > a {
  display: block;
  width: 100%;
}
section.nisshocup > a:nth-child(2) {
  margin-top: 8px;
}
section.nisshocup > a > img {
  display: block;
  width: 100%;
}

/*
 * 年末年始以外のメッセージ用
*/
.msg {
  background: no-repeat center/auto 500px url("/top/images/nissho-character.png");
  color: white;
  font-size: 14px;
  letter-spacing: 0.15em;
  padding: 16px 0px 0px;
  text-align: justify;
}
.msg + .msg {
  margin-top: 16px;
}
.msg * {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  text-align: inherit;
}
.msg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.msg__wrap {
  padding: 0px 8px 16px;
}
.msg__title {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  font-family: "Yu Mincho", "YuMincho", "游明朝", "arial black", "Hiragino Mincho ProN", "HGS明朝E", serif;
  font-size: 1.35em;
  margin-bottom: 8px;
  width: 100%;
}
/*# sourceMappingURL=top.css.map */