@charset "UTF-8";
body {
  word-wrap: break-word;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Helvetica, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #000;
  -webkit-text-size-adjust: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    font-size: 1rem;
  }
}

a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
  transition: .4s ease all;
}

a:hover {
  color: #333333;
}

a:visited, a img, a:before, a:after {
  color: #000;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

.alC {
  text-align: center;
}

.alR {
  text-align: right;
}

.fontS {
  font-size: .75em;
}

.pc, .pcImg {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .pcImg {
    display: inline;
  }
  .sp, .spImg {
    display: none;
  }
}

.wrapper {
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .wrapper {
    max-width: calc(1000px + 32px);
  }
}

.wrapperL {
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .wrapperL {
    max-width: 1332px;
  }
}

/* btn */
a.linkBtn, a span.linkBtn {
  display: inline-block;
  position: relative;
  min-width: 180px;
  height: 40px;
  line-height: 34px;
  padding-right: 40px;
  border: #292929 solid 2px;
  background-color: #fff;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  color: #292929;
}

a.linkBtn.jp, a span.jp.linkBtn {
  padding: 0 calc(40px + 1em) 0 1em;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Helvetica, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.125em;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  a.linkBtn, a span.linkBtn {
    min-width: 220px;
    height: 48px;
    line-height: 36px;
    padding-right: 48px;
  }
}

a.linkBtn:hover, a span.linkBtn:hover {
  color: #E50012;
}

a.linkBtn .arrow, a span.linkBtn .arrow {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 40px;
  height: 40px;
  background-color: #E50012;
}

@media screen and (min-width: 768px) {
  a.linkBtn .arrow, a span.linkBtn .arrow {
    width: 48px;
    height: 48px;
  }
}

a.linkBtn .arrow:before, a span.linkBtn .arrow:before {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 2px;
  top: calc(50% - 1px);
  left: calc(50% - 10px);
  right: auto;
  bottom: auto;
  background-color: #fff;
  transition: .4s left ease;
}

a.linkBtn:hover .arrow:before, a span.linkBtn:hover .arrow:before {
  left: calc(50% - 7px);
}

a.linkBtn .arrow:after, a span.linkBtn .arrow:after {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: calc(50% - 4px);
  left: calc(50% + 2px);
  right: auto;
  bottom: auto;
  border: #fff solid;
  border-width: 2px 2px 0 0;
  transition: .4s left ease;
  transform: rotate(45deg);
}

a.linkBtn:hover .arrow:after, a span.linkBtn:hover .arrow:after {
  left: calc(50% + 5px);
}

a:hover span.linkBtn {
  color: #E50012;
}

.gHead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 0;
  z-index: 1010;
}

@media screen and (min-width: 768px) {
  .gHead {
    padding: 24px 0;
  }
}

.gHead.navOpen {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .gHead.navOpen {
    padding: 12px 0;
  }
}

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

.gHead .hLogo {
  width: 100px;
  margin-right: auto;
  transition: .4s ease width;
}

.gHead .hLogo.top {
  width: 132px;
}

@media screen and (min-width: 768px) {
  .gHead .hLogo.top {
    width: 240px;
    margin-top: 24px;
  }
}

.gHead.navOpen .hLogo {
  width: 72px;
}

@media screen and (min-width: 768px) {
  .gHead.navOpen .hLogo {
    margin-top: 0;
    width: 100px;
  }
}

.gHead .gNav {
  position: fixed;
  top: calc(12px + 40px + 12px);
  left: 0;
  width: 100%;
  max-height: calc(100% - 24px - 40px);
  overflow-y: auto;
  background-color: #fff;
  transition: .4s ease top;
}

@media screen and (min-width: 768px) {
  .gHead .gNav {
    display: block !important;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    max-height: none;
    flex: 1;
    overflow-y: inherit;
    background-color: transparent;
  }
}

.gHead .gNav .mainNav {
  border-bottom: #cccccc solid 1px;
}

@media screen and (min-width: 768px) {
  .gHead .gNav .mainNav {
    display: flex;
    justify-content: flex-end;
    border-bottom: none;
  }
}

.gHead .gNav .mainNav li {
  border-top: #cccccc solid 1px;
}

@media screen and (min-width: 768px) {
  .gHead .gNav .mainNav li {
    border-top: none;
    margin-left: 1.5em;
  }
}

.gHead .gNav .mainNav li a {
  display: block;
  position: relative;
  padding: 1em 16px;
  font-weight: bold;
}

.gHead .gNav .mainNav li.current a {
  color: #E50012;
}

.gHead .gNav .mainNav li a:hover {
  color: #E50012;
}

@media screen and (min-width: 768px) {
  .gHead .gNav .mainNav li a {
    padding: 1em 0;
    color: #fff;
    text-shadow: rgba(0,0,0,.4) 0 0 4px;
  }
  .gHead.navOpen .gNav .mainNav li a {
    color: #000;
    text-shadow: none;
  }
  .gHead .gNav .mainNav li a:hover {
    color: #E50012;
  }
}

.gHead .gNav .mainNav li a:before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: calc(50% - 4px);
  left: auto;
  right: 16px;
  bottom: auto;
  border: solid #E50012;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  transition: .4s ease right;
}

.gHead .gNav .mainNav li a:hover:before {
  right: 8px;
}

@media screen and (min-width: 768px) {
  .gHead .gNav .mainNav li a:before {
    display: none;
  }
}

.gHead .gNavToggle {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #292929;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .gHead .gNavToggle {
    display: none;
  }
}

.gHead .gNavToggle .ico {
  display: block;
  width: 20px;
  height: 8px;
  position: absolute;
  top: 12px;
  left: calc(50% - 10px);
}

.gHead .gNavToggle .ico:before, .gHead .gNavToggle .ico:after {
  content: '';
  display: block;
  position: absolute;
  width: auto;
  height: 2px;
  top: auto;
  left: 0;
  right: auto;
  bottom: auto;
  background-color: #fff;
  transition: .4s ease all;
}

.gHead .gNavToggle .ico:before {
  top: 0;
  width: 20px;
}

.gHead .gNavToggle.close .ico:before {
  transform: skewY(20deg);
}

.gHead .gNavToggle .ico:after {
  bottom: 0;
  width: 14px;
}

.gHead .gNavToggle.close .ico:after {
  width: 20px;
  transform: skewY(-20deg) translateY(-6px);
}

.gHead .gNavToggle .name {
  display: block;
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 0.75em;
  color: #fff;
}

.mainContents :last-child {
  margin-bottom: 0;
}

.secTtl {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1.5em;
  font-weight: bold;
  color: #292929;
}

@media screen and (min-width: 768px) {
  .secTtl {
    margin-bottom: 3.5em;
  }
}

.secTtl strong {
  display: block;
  margin-right: .5em;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 2.5em;
  color: #292929;
}

.secTtl strong:first-letter {
  color: #E50012;
}

@media screen and (min-width: 768px) {
  .secTtl strong {
    font-size: 3em;
  }
}

@media screen and (min-width: 1024px) {
  .secTtl strong {
    font-size: 4em;
  }
}

.secTtl span {
  font-size: 0.875em;
  font-weight: bold;
  color: #3d3d3d;
}

@media screen and (min-width: 768px) {
  .secTtl span {
    font-size: 1.25em;
  }
}

@media screen and (min-width: 1024px) {
  .secTtl span {
    font-size: 1.5em;
  }
}

.secBox {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .secBox {
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 1024px) {
  .secBox {
    margin-bottom: 160px;
  }
}

.secBox p {
  line-height: 1.5;
  margin-bottom: 1em;
}

.secBox h3 {
  line-height: 1.5;
  margin: 1em 0 .5em;
  font-weight: bold;
  font-size: 1.25em;
}

.linkAncBox {
  position: relative;
}

.linkAncBox .linkAnc {
  position: absolute;
  top: -80px;
}

@media screen and (min-width: 768px) {
  .linkAncBox .linkAnc {
    top: -100px;
  }
}

.mvBox {
  padding-bottom: 32px;
  border-bottom: #E2E2DE solid 1px;
}

@media screen and (min-width: 1024px) {
  .mvBox {
    padding-bottom: 112px;
  }
}

.mvBox .mvWrapper {
  position: relative;
  margin: 0 -16px calc(.8em + 48px);
}

@media screen and (min-width: 768px) {
  .mvBox .mvWrapper {
    margin: 0 -16px calc(88px + 1.25em) 0;
  }
}

.mvBox .mvWrapper .mvPhoto {
  height: 122.985vw;
  margin-left: 40px;
  background: url(../images/top/mv.jpg) 8% bottom/auto 100% no-repeat;
}

@media screen and (min-width: 768px) {
  .mvBox .mvWrapper .mvPhoto {
    width: 80%;
    max-width: 1000px;
    height: 61.8vw;
    max-height: 618px;
    margin-left: auto;
    background-size: 120% auto;
    background-position: 16% bottom;
  }
}

@media screen and (min-width: 1024px) {
  .mvBox .mvWrapper .mvPhoto {
    background-size: 111.4% auto;
  }
}

.mvBox .mvWrapper .txt {
  margin: -85.87% 16px 0 20px;
}

@media screen and (min-width: 768px) {
  .mvBox .mvWrapper .txt {
    margin: -22.5% 0 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .mvBox .mvWrapper .txt {
    margin-top: -296px;
  }
}

.mvBox .mvWrapper .txt h1 {
  width: 100%;
  max-width: 100%;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .mvBox .mvWrapper .txt h1 {
    width: 65.05%;
  }
}
@media screen and (min-width: 1024px) {
  .mvBox .mvWrapper .txt h1 {
    width: 75%;
  }
}

.mvBox .mvWrapper .txt .date {
  position: relative;
  margin-top: -.3em;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 2.5em;
  color: #3d3d3d;
}

@media screen and (min-width: 768px) {
  .mvBox .mvWrapper .txt .date {
    font-size: 3em;
  }
}

@media screen and (min-width: 1024px) {
  .mvBox .mvWrapper .txt .date {
    font-size: 5em;
  }
}

.mvBox .mvWrapper .txt .date span {
  font-weight: 600;
  font-size: .5em;
}

.mvBox .message {
  line-height: 2;
}

.newsBox .newsList li,
.liveTxt .newsList li{
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
}
.newsBox .newsList li:not(:last-child),
.liveTxt .newsList li:not(:last-child) {
  margin-bottom: 1em;
}
.newsBox .newsList li::before,
.liveTxt .newsList li::before {
  content: '';
  display: block;
  width: 12px;
  height: 2px;
  position: absolute;
  top: calc(.75em - 1px);
  left: 0;
  background-color: #E50012;
}
.newsBox .newsList li a,
.liveTxt .newsList li a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .mvBox .message {
    font-size: 1.25em;
  }
}

.liveBox {
  padding-bottom: 32px;
  background-color: #E2E2DE;
}

@media screen and (min-width: 768px) {
  .liveBox {
    padding-bottom: 80px;
  }
}

.liveBox .secTtl {
  transform: translateY(-50%) !important;
  margin-bottom: .75em;
}

@media screen and (min-width: 768px) {
  .liveBox .secTtl {
    margin-bottom: 1.5em;
  }
}

.liveBox .liveFrame {
  position: relative;
  max-width: 960px;
  margin: 0 auto 1em;
  padding-top: 56.8421%;
  line-height: 0;
  box-shadow: rgba(0, 0, 0, 0.16) 0 0 8px;
}

@media screen and (min-width: 768px) {
  .liveBox .liveFrame {
    margin-bottom: 40px;
  }
}

.liveBox .liveFrame iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.liveBox .thumbnail {
  line-height: 0;
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .liveBox .thumbnail {
    margin-bottom: 40px;
  }
}

.liveBox .archiveTtl {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 1.5em;
  color: #292929;
}

.liveBox .archiveTtl:first-letter {
  color: #E50012;
}

@media screen and (min-width: 768px) {
  .liveBox .archiveTtl {
    font-size: 2.5em;
  }
}

.liveBox .archiveList {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.5em;
}

@media screen and (min-width: 768px) {
  .liveBox .archiveList {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
    row-gap: 24px;
  }
}

.liveBox .archiveList li:not(:last-child) {
  margin-bottom: .5em;
}

@media screen and (min-width: 768px) {
  .liveBox .archiveList li {
    margin: 0 20px !important;
  }
}

.liveBox .liveTxt {
  max-width: 800px;
  margin: 0 auto;
  padding: 1em;
  background-color: #fff;
}

.liveBox .liveTxt + .liveTxt{
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .liveBox .liveTxt {
    padding: 2em;
  }
}

.liveBox .liveTxt h3 {
  margin-top: 0;
  padding-bottom: .5em;
  border-bottom: #E2E2DE solid 1px;
  text-align: center;
}

.liveBox .liveTxt h3 sup {
  vertical-align: text-top;
  font-size: .5em;
  color: #E50012;
}

.liveBox .liveTxt h4 {
  position: relative;
  line-height: 1.5;
  margin: .5em 0;
  padding-left: 16px;
  font-weight: bold;
  font-size: 1.125em;
}

.liveBox .liveTxt h4:before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: calc(50% - 6px);
  left: 0;
  right: auto;
  bottom: auto;
  background-color: #E50012;
  transform: rotate(45deg);
}

.liveBox .liveTxt dl {
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .liveBox .liveTxt dl {
    margin-bottom: 2em;
  }
}

.liveBox .liveTxt dl dt {
  margin-bottom: .5em;
  padding: .5em .25em;
  background-color: rgba(226, 226, 222, 0.4);
  line-height: 1.5;
  font-weight: bold;
}

.liveBox .liveTxt dl dd {
  line-height: 1.5;
  margin: 0 0 .5em 1em;
  text-indent: -1em;
}

.liveBox .liveTxt dl dd:before {
  content: '・';
}

.liveBox .liveTxt .notic {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 0.875em;
  color: #E50012;
}

.liveBox p.coming_soon{
  padding: 40px 0 50px;
}

@media screen and (min-width: 768px) {
  .liveBox p.coming_soon{
    padding: 80px 0 90px;
  }
}

.sponsorBox {
  padding-bottom: 32px;
  border-bottom: #E2E2DE solid 1px;
}

@media screen and (min-width: 1024px) {
  .sponsorBox {
    padding-bottom: 112px;
  }
}

.sponsorBox .secTtl {
  flex-direction: column;
  align-items: center;
}

.sponsorBox .secTtl strong {
  margin: 0 0 .3em;
}

.sponsorBox a {
  text-decoration: underline;
}

.sponsorBox a:hover {
  opacity: .7;
}

.sponsorBox .sponsorList ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 -16px 20px;
}

@media screen and (min-width: 768px) {
  .sponsorBox .sponsorList ul {
    margin: 0 auto 16px;
  }
  .sponsorBox .sponsorList ul.tate {
    margin-top: 2em;
    flex-direction: column;
  }
}

.sponsorBox .sponsorList ul.platina {
  flex-direction: column;
  padding-bottom: 20px;
  position: relative;
}

.sponsorBox .sponsorList ul.platina:before {
  content: '';
  display: block;
  position: absolute;
  width: 80px;
  height: 1px;
  top: auto;
  left: calc(50% - 40px);
  right: auto;
  bottom: 10px;
  background-color: #E2E2DE;
}

@media screen and (min-width: 768px) {
  .sponsorBox .sponsorList ul.platina:before {
    bottom: 16px;
  }
}

.sponsorBox .sponsorList ul.gold_plus {
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .sponsorBox .sponsorList ul.gold_plus {
    flex-direction: row;
  }
}

.sponsorBox .sponsorList ul li {
  line-height: 1.5;
  margin: 0 1em 1em;
}

@media screen and (min-width: 1024px) {
  .sponsorBox .sponsorList ul li {
    margin-bottom: 32px;
  }
}

.sponsorBox .sponsorList ul.platina li {
  max-width: 280px;
}

@media screen and (min-width: 768px) {
  .sponsorBox .sponsorList ul.platina li {
    max-width: 480px;
  }
}

.sponsorBox .sponsorList ul.gold_plus li {
  max-width: 180px;
}

@media screen and (min-width: 768px) {
  .sponsorBox .sponsorList ul.gold_plus li {
    width: calc((100% - 120px) / 4);
    max-width: 220px;
  }
}

.sponsorBox .sponsorList ul.gold li img.w120 {width: 60px;}
.sponsorBox .sponsorList ul.gold li img.w160 {width: 80px;}
.sponsorBox .sponsorList ul.gold li img.w180 {width: 90px;}
.sponsorBox .sponsorList ul.gold li img.w200 {width: 100px;}
.sponsorBox .sponsorList ul.gold li img.w240 {width: 120px;}

@media screen and (min-width: 768px) {
  .sponsorBox .sponsorList ul.gold li img.w120,
  .sponsorBox .sponsorList ul.gold li img.w160,
  .sponsorBox .sponsorList ul.gold li img.w180,
  .sponsorBox .sponsorList ul.gold li img.w200,
  .sponsorBox .sponsorList ul.gold li img.w240 {width: auto;}

  }

.sponsorBox .sponsorList ul.silver li img {
  width: 80px;
}

@media screen and (min-width: 768px) {
  .sponsorBox .sponsorList ul.silver li img {
    width: 120px;
  }
}

.sponsorBox .sponsorList .txtLink {
  line-height: 2;
}

.topNav .wrapper {
  display: flex;
  flex-direction: column;
}

.topNav .wrapper .topNavList {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .topNav .wrapper .topNavList {
    flex-direction: row;
  }
}

.topNav .wrapper .topNavList li {
  margin-bottom: 20px;
}

.topNav .wrapper .topNavList li:not(:last-child) {
  margin-bottom: calc(40px + 20px + 1.5em);
}

@media screen and (min-width: 768px) {
  .topNav .wrapper .topNavList li {
    width: 50%;
  }
}

.topNav .wrapper .topNavList li a {
  display: block;
  position: relative;
}

.topNav .wrapper .topNavList li a .secTtl {
  position: absolute;
  left: 16px;
  top: -1.5em;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .topNav .wrapper .topNavList li a .secTtl {
    top: -2.25em;
  }
}

.topNav .wrapper .topNavList li:first-child a .secTtl span {
  transform: translateX(-7em);
  width: 4em;
}

.topNav .wrapper .topNavList li a figure {
  overflow: hidden;
  line-height: 0;
  width: 63.265%;
  max-width: 400px;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.16) 0 0 8px;
  transition: .2s box-shadow ease;
}

.topNav .wrapper .topNavList li a:hover figure {
  box-shadow: rgba(0, 0, 0, 0.24) 0 0 16px;
}

.topNav .wrapper .topNavList li a figure img {
  transition: .2s transform ease;
}

.topNav .wrapper .topNavList li a:hover figure img {
  transform: scale(1.1);
}

.topNav .wrapper .topNavList li a .linkBtn {
  position: absolute;
  bottom: -20px;
  right: calc((100% - 63.265%) / 2 - 40px);
}

@media screen and (min-width: 768px) {
  .topNav .wrapper .topNavList li a .linkBtn {
    bottom: -24px;
    right: calc((100% - 63.265%) / 2 - 48px);
  }
}

.greetiongBox .wrapper {
  overflow: hidden;
  position: relative;
  padding: 0 32px 1em;
}

@media screen and (min-width: 768px) {
  .greetiongBox .wrapper {
    padding: 0 80px 80px;
  }
}

.greetiongBox .wrapper:before {
  content: '';
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  top: 20px;
  left: 16px;
  right: 0;
  bottom: 0;
  background-color: rgba(226, 226, 222, 0.4);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .greetiongBox .wrapper:before {
    top: 40px;
    left: 40px;
  }
}

.greetiongBox .wrapper .secTtl {
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  z-index: 2;
}

.greetiongBox .wrapper .secTtl strong {
  margin: 0 0 .3em;
}

.pageH {
  margin-bottom: 24px;
  padding: 88px 16px 1em;
  background: url(../images/top/mv.jpg) center / 100% auto no-repeat;
}

@media screen and (min-width: 768px) {
  .pageH {
    margin-bottom: 56px;
    padding: 120px 16px 2em;
  }
}

.pageH h1 {
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .pageH h1 {
    font-size: 2.5em;
  }
}

.infoBox .infoList {
  overflow: hidden;
  padding-bottom: 1em;
  border-bottom: #E2E2DE solid 1px;
}

@media screen and (min-width: 768px) {
  .infoBox .infoList {
    padding-bottom: 0;
  }
}

.infoBox .infoList dt {
  line-height: 1.5;
  margin: .75em 0 .5em;
  padding-top: .75em;
  border-top: #E2E2DE solid 1px;
  font-weight: bold;
  font-size: 0.875em;
  color: #525252;
}

@media screen and (min-width: 768px) {
  .infoBox .infoList dt {
    width: 160px;
    clear: both;
    float: left;
    margin-top: 1.5em;
    padding-top: 0;
    border-top: none;
    font-size: 1em;
  }
}

.infoBox .infoList dd {
  line-height: 1.5;
}

.infoBox .infoList dd + dd {
  margin-top: .5em;
}

@media screen and (min-width: 768px) {
  .infoBox .infoList dd {
    border-top: #E2E2DE solid 1px;
    padding: 1.5em 0 1.5em 160px;
  }
  .infoBox .infoList dd + dd {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}
.infoBox .infoList dd ul.inL {
  display: flex;
  flex-wrap: wrap;
}
.infoBox .infoList dd ul.inL li:not(:last-child):after {
  content: '、';
}

.infoBox a {
  text-decoration: underline;
}

.infoBox a:hover {
  color: #666666;
}

.infoBox .ilBl {
  display: flex;
  flex-wrap: wrap;
}

.infoBox .ilBl li:not(:last-child):after {
  content: '、';
}

.schoolBox .secTtl {
  flex-direction: column;
  align-items: flex-start;
}

.schoolBox .secTtl strong {
  margin: 0 0 .3em;
}

.schoolBox h3 {
  position: relative;
  padding: .25em .25em .25em .5em;
  background-color: rgba(226, 226, 222, 0.4);
}

@media screen and (min-width: 768px) {
  .schoolBox h3 {
    padding: .5em .5em .5em 1em;
  }
}

.schoolBox h4 {
  line-height: 1.5;
  margin: 1em 0 .75em;
  font-size: 1.2em;
  font-weight: bold;
}

.schoolBox .schoolList {
  display: flex;
  flex-wrap: wrap;
}
.schoolBox .schoolList + .schoolList {
  margin-top: 1em;
}

.schoolBox .schoolList li {
  position: relative;
  width: 100%;
  line-height: 1.5;
  margin: 0 0 .5em .5em;
  padding-left: 16px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .schoolBox .schoolList li {
    margin-bottom: 1em;
  }
}

.schoolBox .schoolList li:before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: calc(50% - 6px);
  left: 0;
  right: auto;
  bottom: auto;
  background-color: #E50012;
  transform: rotate(45deg);
}

.schoolBox .schoolList.stylenone li{
  padding-left: 0;
  margin-left: 0;
}

.schoolBox .schoolList.stylenone li:before {
  display: none;
}

.schoolBox .allNum {
  display: inline-block;
  padding-bottom: .4em;
  margin-bottom: .5em;
  border-bottom: #333333 1px solid;
}

.gFoot {
  margin-top: 80px;
  padding: 24px 0;
  background-color: #292929;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .gFoot {
    margin-top: 120px;
    padding: 40px 0 24px;
  }
}

@media screen and (min-width: 1024px) {
  .gFoot {
    margin-top: 160px;
  }
}

.gFoot .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gFoot a {
  color: #fff;
  text-decoration: underline;
}

.gFoot a:hover {
  color: #cccccc;
}

.gFoot h3 {
  width: 100px;
}

@media screen and (min-width: 768px) {
  .gFoot h3 {
    width: 160px;
  }
}

.gFoot p {
  line-height: 1.5;
  font-size: 0.75em;
}

@media screen and (min-width: 768px) {
  .gFoot p {
    font-size: 0.875em;
  }
}

.gFoot p.copyright {
  margin-top: 1.5em;
  text-align: center;
}

.scrollInAnim {
  opacity: 0;
  transform: translate(0, 20px);
  transition: 0.75s cubic-bezier(0, 0.75, 0.5, 1) all;
}

@media screen and (min-width: 768px) {
  .scrollInAnim {
    transform: translate(0, 40px);
  }
}

.scrollInAnim.isScroll {
  opacity: 1;
  transform: translate(0, 0);
}

.newsDetailBox .newsTtl {
  position: relative;
  line-height: 1.5;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  border-bottom: 3px solid #E2E2DE;
  font-size: 1.25em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .newsDetailBox .newsTtl {
    font-size: 1.5em;
  }
}
.newsDetailBox .newsTtl:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 48px;
  height: 5px;
  background-color: #E50012;
}
.newsDetailBox .detBox p,
.newsDetailBox .detBox ul,
.newsDetailBox .detBox ol,
.newsDetailBox .detBox figure {
  margin-top: 1.5em;
}
.newsDetailBox .detBox a {
  text-decoration: underline;
}
.newsDetailBox .detBox p {
  line-height: 1.5;
}
.newsDetailBox .detBox figure figcaption {
  line-height: 1.4;
  margin-top: .75em;
  text-align: center;
  font-size: .85em;
}
@media screen and (min-width: 768px) {
  .newsDetailBox .detBox .photo2Col {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 2em;
  }
  .newsDetailBox .detBox .photo2Col figure {
    width: calc((100% - 40px) / 2);
  }
}
.newsDetailBox .backBtn {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 4px solid #f4f4f4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .newsDetailBox .backBtn {
    margin-top: 80px;
    padding-top: 40px;
  }
}