@charset "UTF-8";
@import url("../../images/others/css/slick.css");
/*グローバルナビ*/
@media screen and (min-width: 1240px) {
  .header {
    overflow: hidden;
  }
}
/*KV*/
#kv {
  position: relative;
  text-align: center;
  background: #000;
  padding: 0 0 min(22vw, 420px);
}

.kvImg {
  position: relative;
}
.kvImg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: min(80px, 10vw);
  background: linear-gradient(#00000000, #000000);
}

.kvInner {
  position: absolute;
  top: min(125vw, 2370px);
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  text-align: center;
}

.kvInner > * {
  margin: auto;
}

.kvInner img {
  max-width: 100%;
}

h1.logo {
  width: 50%;
  filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 5px #fff) drop-shadow(0 0 5px #fff) drop-shadow(0 0 5px #fff);
}

h1.logo img {
  width: 100%;
}

.kvInner .onair {
  text-align: center;
}

.onair img {
  width: 70%;
  margin-top: 2.5vw;
}

@media screen and (max-width: 899px) {
  #kv {
    padding-bottom: 30vw;
  }

  .kvInner {
    bottom: 1rem;
  }

  .onair img {
    width: 90%;
    margin-top: 2.5vw;
  }
}
/* INFOTRMATION */
h2 {
  font-weight: 400;
  letter-spacing: 0.2em;
}

.inner {
  max-width: 1500px;
  margin: 5em auto;
  padding: 0 2em;
  display: flex;
  justify-content: space-between;
}

.contWrap {
  width: calc(50% - 2em);
}

.contHead {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #fff;
  margin-bottom: 2em;
  padding: 0 0.5em;
}

.contHead h2 {
  margin: 0;
  line-height: 0.7;
}

.contHead a {
  color: inherit;
  text-decoration: none;
}

.news table,
.news tbody,
.news tr,
.news th,
.news td {
  display: block;
}

.news a {
  color: inherit;
  text-decoration: none;
}

.news tr {
  text-align: center;
  border-bottom: 1px solid #ffffff66;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}

.news td {
  padding-left: 1em;
  padding-right: 1em;
}

.news td.day {
  margin-bottom: 1em;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 899px) {
  #cont .inner {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .contWrap {
    width: 100%;
    max-width: 600px;
    margin-bottom: 3em;
  }
}
/*youtube*/
#youtube h2 {
  text-align: center;
  margin: 1em auto 0.5em;
}

.slick-slide {
  padding-top: calc((100vw/3)*(9/16));
  height: 0;
}

@media screen and (min-width: 1920px) {
  .slick-slide {
    padding-top: calc((1920px/3)*(9/16));
    height: 0;
  }
}
.slick-slide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slickarrow {
  position: absolute;
  top: -2.8em;
  width: 1.5em;
  height: 1.5em;
  border: solid #fff;
  transform: rotate(45deg);
}

.slick-prev {
  left: 1em;
  border-width: 0 0 2px 2px;
}

.slick-next {
  right: 1em;
  border-width: 2px 2px 0 0;
}

/*loading */
.loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #000;
}

.loading::before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../../images/main/common/bg_pattern.png);
  opacity: 0.5;
}

.loading .front,
.loading .back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 600px;
  max-width: 60%;
}

.loading .front {
  z-index: 1;
  transform: rotate(-15deg);
  transition: 1s;
}

.loading .back {
  transform: translateY(-5%) scale(1.13);
  opacity: 0;
  transition: 1s 1.5s;
}

.loading .front path,
.loading .front rect,
.loading .front polygon {
  fill-opacity: 0;
  fill: #fff;
  stroke: #fff;
  stroke-width: 0.5;
  stroke-opacity: 1;
}

.loading .front path {
  stroke-dasharray: 1170;
  stroke-dashoffset: 1170;
}

.loading .front rect {
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
}

.loading .front polygon {
  stroke-dasharray: 240;
  stroke-dashoffset: 240;
}

.loading.on .front {
  transform: rotate(0deg);
}

.loading.on .front path,
.loading.on .front rect,
.loading.on .front polygon {
  fill-opacity: 1;
  fill: #fff;
  stroke: #fff;
  stroke-dashoffset: 0 !important;
  stroke-opacity: 0;
  transition: stroke-dashoffset 1.0s 0s, fill-opacity 1s 0.5s, stroke-opacity 1s 0.5s;
}

.loading.on .back {
  opacity: 1;
}

.loading.over,
.loading.over::before,
.loading.over .back {
  transition: 2s;
}

.loading.over {
  background: #fff;
}

.loading.over::before,
.loading.over .back {
  opacity: 0;
}

body:not(.is-loaded) .scrollButton {
  display: none;
}
