  @charset "UTF-8";

  @import url("https://fonts.googleapis.com/css2?family=Kosugi&display=swap");

  *, ::before, ::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  img {
    width: 100%;
    height: auto;
  }
  html {
    scroll-behavior: smooth;
  }
  ::before, ::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
    background-color: #ffffff;
    font-family: 'Kosugi', sans-serif;
  }
  main {
    overflow: hidden;
  }
  @keyframes logotop {
    0% {
      background-position: 0 0;
    }

    100% {
      background-position: 500px 0;
    }
  }
  main {
    border-top: 5px solid;
    border-bottom: 5px solid;
    border-image: linear-gradient(to right, #5c1713 0%, #ff3737 50%, #5c1713 100%);
    border-image-slice: 1; 
  }
  .wb_logo {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 100;
  }
  .sosial_header ul {
    display: flex;
    position: absolute;
    bottom: 33%;
    left: 2%;
    z-index: 2000;
  }
  .sosial_header img {
    filter: drop-shadow(0px 0px 6px #000000);

  }
  .sosial_header ul li {
    text-align: center;
  }
  .sosial_header ul li a {
    display: inline-block;
    width: 70%;
  }
  main {
    height: 93vh;
    background-color: #000000;
    background-image: url(../img/air_background.png);
    background-repeat: repeat-x;
    background-size: 500px auto;
    background-position: center bottom;
    animation-name: logobottom;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
  .logoback {
    background-image: url(../img/air_background.png);
    background-repeat: repeat-x, no-repeat;
    background-size: 500px auto, 50%;
    background-position: center bottom;
    animation-name: logotop;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  @keyframes logobottom {
    0% {
      background-position: center bottom;
    }

    100% {
      background-position: -500px bottom;
    }
  }
  .logoback::after {
    content: "";
    display: inline-block;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    background: #d62a22;
    position: absolute;
    filter: blur(100px);
    top: -60%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    opacity: 0.3;
  }
  .logoback::before {
    content: "";
    display: inline-block;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    background: #d62a22;
    position: absolute;
    filter: blur(100px);
    bottom: -60%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    opacity: 0.3;
  }
  .mainwrap {
    max-width: 1985px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
  }
  .namewrap {
    margin-bottom: 20px;
  }
  .mainleft {
    text-align: center;
    position: relative;
    margin-left: 5%;
  }
  .date {
    position: absolute;
    bottom: 10px;
  }
  .date img {
    width: 193px;
  }
  .date h2 {
    align-items: center;
  }
  .mainright {
    text-align: center;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 4%;
  }
  .mainright iframe {
    height: 100%;
    width: 100%;
  }
  main {
    overflow: hidden;
  }
  ul, ol {
    list-style: none;
  }
  a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
  }
  a:hover, .goods ul li:hover,  .news ul li:hover, .onair_btn:hover, .footer_li li:hover, .totop:hover {
    -webkit-animation: poyon 0.3s ;
    opacity: 0.5;
  }
  footer {
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    position: relative;
    z-index: 100;
  }
  .sosial ul {
    display: flex;
  }
  .sosial ul li {
    text-align: center;
  }
  .sosial img {
    width: 40%;
  }
  .sosial p {
    font-size: 0.8em;
    margin-bottom: 10px;
    text-align: center;
  }
  .portallink {
    display: flex;
    margin-bottom: 10px;
    justify-content: center;
  }
  .portallink a {
    font-size: 0.9em;
    padding: 0 20px;
    color: #d62a22;
  }
  .portallink li:nth-child(1) {
    border-right: solid 1px #d62a22;
  }
  .copy {
    font-style: normal;
    font-size: 0.5em;
    color: #aaaaaa;
  }
  .copycast {
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    color: #aaaaaa;
    font-size: 0.5em;
    text-align: left;
    line-height: 1.8em;
    width: 95%;
  }
  @media screen and (max-width: 1300px) {
    .date img {
      width: 130px;
    }
  }
  @media screen and (max-width: 920px) {
    .mainwrap {
      flex-direction: column;
      margin: 0 15%;
      justify-content: center;
    }
    .date {
      position: inherit;
    }
    .date img {
      width: 130px;
    }
    .mainleft {
      margin-left: 0;
    }
    .wb_logo {
      width: 30px;
    }
  }
  @media screen and (max-width: 390px) {
    .mainwrap {
      margin: 0 10%;
    }
    .copycast {
      line-height: 1.5em;
      font-size: 0.4em;
    }
    main {
      height: 110vh;
    }
  }
  @media screen and (max-width: 700px) {
    footer {
      flex-direction: column;
      align-items: center;
    }
    .footer_left {
      margin-bottom: 30px;
    }
    .sosial ul li {
      text-align: center;
    }
  }

.mv {
  position: relative;
  background-color: #cc281c;

}
.mv_back {
  position: relative;
  width: 100%;
}
.mv_logo {
  position: absolute;
  width: 35%;
  top: 11%;
  right: 6%;
}
@media screen and (max-width: 720px) {
  .mv_logo {
    width: 94%;
    top: 38%;
    right: 3%;
  }
}
.mv_catch01, .mv_catch02, .mv_catch03, .youtube_wrap, .theater {
  position: absolute;
}
.mv_catch01 {
  width: 40%;
  top: 4%;
  right: 3%;
}
@media screen and (max-width: 720px) {
  .mv_catch01 {
    width: 95%;
    top: 1%;
    right: 3%;
  }
}
.mv_catch02 {
  width: 23%;
  bottom: 22%;
  left: 31%;
}
@media screen and (max-width: 720px) {
  .mv_catch02 {
    width: 48%;
    bottom: 63%;
    left: 48%;
  }
}
.mv_catch03 {
  bottom: 3%;
  width: 97%;
  left: 1%;
}
@media screen and (max-width: 720px) {
  .mv_catch03 {
    bottom: 12%;
  }
}
.YouTube {
  right: 0;
  bottom: 0;
}
.youtube_wrap{
  padding-top: 56.25%;
  width: 100%;
  top: 0;
}
.youtube_wrap iframe {
  width: 35%;
  height: 35%;
  position: absolute;
  bottom: 11%;
  right: 6%;
}
@media screen and (max-width: 720px) {
  .youtube_wrap {
    top: inherit;
    bottom: 21%;
  }
  .youtube_wrap iframe {
    width: 94%;
    height: 94%;
    bottom: 1%;
    left: 3%;
  }
}
.img01 {
  margin-top: -5px;
}
.text_wrap {
  color: #ffffff;
  line-height: 1.7em;
}
.theater {
  bottom: 20%;
  left: 1%;
  width: 25%;
  z-index: 100;
}
@media screen and (max-width: 720px) {
  .theater {
    width: 72%;
    bottom: 1%;
    left: 14%;
  }
}
.textbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 150px;
}
.textbox:nth-child(2) {
  flex-direction: row-reverse;

}
.texth {
  flex-basis: 40%;
}
.textimg {
  flex-basis: 55%;
}
.texta {
  padding: 150px 15%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 720px) {
  .texta {
    padding: 8%;
  }
}
.textbox:nth-of-type(odd) .texth p {
  padding: 3% 8% 3% 3%;
}
.textbox:nth-of-type(even) .texth p {
  padding: 3% 3% 3% 8%;
}
.imgbox {
  display: flex;
  justify-content: center;
  padding-bottom: 400px;
}
.mvtkwrap {
  background-color: #cc281c;
  padding: 1% 0% 3% 0%;
}
@media screen and (max-width: 720px) {
  .mvtkwrap {
    padding: 10% 0% 10% 0%;
  }
}
#mvtk-widgets-container {
  margin: 0 auto;
}

.text_wrap {
  background-image: url(../img/air_background.png);
  background-repeat: repeat-x, no-repeat;
  background-size: 500px auto, 50%;
  background-position: center bottom;
  animation-name: logotop;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1000;
}
.text_footer {
  background-color: #000000;
  background-image: url(../img/air_background.png);
  background-repeat: repeat-x;
  background-size: 500px auto;
  background-position: center bottom;
  animation-name: logobottom;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  position: relative;
}
.text_footer::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/shoes.png) no-repeat fixed center center;
  background-size: contain;
  position: absolute;
  top: 0;
}
@keyframes logobottom {
  0% {
    background-position: center bottom;
  }

  100% {
    background-position: -500px bottom;
  }
}
@keyframes logotop {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 500px 0;
  }
}
.text_wrap::after {
  content: "";
  display: inline-block;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background: #d62a22;
  position: absolute;
  filter: blur(100px);
  top: -60%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  opacity: 0.3;
}
.text_wrap::before {
  content: "";
  display: inline-block;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background: #d62a22;
  position: absolute;
  filter: blur(100px);
  bottom: -60%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  opacity: 0.3;
}


@media screen and (max-width: 720px) {
  .textbox {
    margin-bottom: 50px;
  }
  .textbox, .textbox:nth-child(2) {
    flex-direction: column;
  }
  .textbox:nth-of-type(even) .texth p, .textbox:nth-of-type(odd) .texth p {
    padding: 8%;
  }
  .imgbox {
    padding-bottom: 300px;
  }
  .sosial_header ul {
    bottom: 63%;

  }
}


