@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
html {
  font-size: 4vw;
}

body {
  width: 100%;
  margin: 0; }

.clearfix:after {
  display: block;
  clear: both;
  content: ""; }

div#maincontentswrap_sp {
  font-family: "Noto Sans JP", sans-serif;
  background: url(./../img/bg.png) repeat-y top center, #ffd53b;
  background-size: contain;
  width: 100%; }
  div#maincontentswrap_sp img {
    width: 100%;
    vertical-align: bottom;
    display: block; }
  div#maincontentswrap_sp section.top {
    width: 100%;
    margin: 0 auto; }

  div#maincontentswrap_sp .main_box {
    width: 100%;
    padding-bottom: 10vw; }
    div#maincontentswrap_sp .main_box img {
      width: 100%;
      vertical-align: bottom;
      display: block; }

.foot_info {
  width: 100%;
  padding: 15px;
  box-sizing: border-box; }

.foot_info .info_midashi {
  width: 100%;
  margin: 0;
  color: #f0027f; }

.foot_info p {
  margin: 0.8rem auto 0;
  font-size: 14px;
  line-height: 22px;
  color: #000000; }

.foot_info .info_midashi--ch1 {
  width: 100%;
  margin: 0;
  background: #fff;
  color: #f0027f; }

  .news-box {
    display: flex;
    width: 100%;
    font-family: sans-serif;
  }
  
  .news-title {
    background: #f4cf3a;
    padding: 5.8vw 3.8vw;
    font-weight: bold;
    text-orientation: mixed;
    text-align: center;
    width: 25%;
    font-size: 3.7vw;
  }
  
  .news-list {
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 5.8vw 4.8vw;
    width: 75%;
  }
  
  .news-list li {
    margin-bottom: 5.8vw;
  }

  .news-list li:last-child {
    margin-bottom: 0;
  }
  
  .date {
    display: block;
    font-size: 3.5vw;
  line-height: 4.5vw;
    font-weight: 700;
    margin-bottom: 2.4vw;
    color: #4c4c4c;
    letter-spacing: 0.1em;
  }
  
  .text {
    display: block;
    font-size: 3.5vw;
  line-height: 4.5vw;
    font-weight: 700;
  }
  

.program-header {
  padding-top: 15vw;
  position: relative;
  text-align: center;
}

.title-box {
  position: absolute;
  top: -5.5vw;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1vw solid #ff4f1a;
  padding: 0.8vw 2vw 1.2vw;
  font-size: 9vw;
  font-weight: 900;
  z-index: 3;
  white-space: nowrap;
  letter-spacing: 0.05rem;
}

.header-box {
  background-color: #f2282b;
  border-top: 2vw solid #ff4f1a;
  margin: 5vw 2.7vw 0vw;
  padding: 20vw 2vw 8vw;
  max-width: 100%;
  position: relative;
  z-index: 1;
}

.header-box::before {
  content: '';
  position: absolute;
  top: -17vw;
  left: 50%;
  transform: translateX(-50%);
  width: 65vw;
  height: 35vw;
  background: url('./../img/explosion.png') no-repeat center/contain;
  z-index: 0;
}

.text-box {
  color: #fff;
    font-size: 4.2vw;
    line-height: 8.2vw;
    font-weight: 900;
    letter-spacing: 0.01rem;
}

.text-box .bg-w {
  background: #fff;
  color: #000000;
  margin: 1vw 1vw 2vw 0;
  font-size: 5.5vw;
  font-weight: 900;
  vertical-align: bottom;
  display: inline-block; 
}

.text-box .bg-b {
  background: #000;
  margin-right: 1vw;
  font-size: 5.5vw;
  padding: 0 1vw;
  vertical-align: bottom;
  display: inline-block; 
}

.text-box .yellow {
  color: #ffd900;
  font-size: 5.5vw;
  vertical-align: bottom;
}

.text-box .yellow2 {
  color: #ffd900;
  font-size: 5.1vw;
  vertical-align: bottom;
}

.text-box .text-line {
  font-size: 6vw;
  border-bottom: solid 2px #fff;
  display: inline-block;
  padding-bottom: 1vw;
  text-align: center;
  margin-bottom: 1vw;
}

.btn-program {
  text-align: center;
}
.btn-program a {
  background: #000;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 6vw;
  font-weight: 700;
  padding: 3vw 6vw;
  margin: 3vw auto;
  text-align: center;
}


.present-section {
  background: #000;
  padding: 1vw;
  color: #fff;
  margin-top: 5vw;
}

.present-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 6vw;
  font-weight: 700;
  margin: 4vw 0;
}

.present-heading::before,
.present-heading::after{
  content: '';
  width: 1vw;
  height: 10vw;
  background-color: #fff;
}

.present-heading::before {
  margin-right: 5vw;
  transform: rotate(-35deg);
}

.present-heading::after {
  margin-left: 5vw;
  transform: rotate(35deg);
}


.present-body {
  background: #ffda2a;
  padding: 3vw;
  position: relative;
  text-align: center;
}

.present-text p {
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.4;
  margin: 1vw 0;
  color: #000;
}

.present-image-area {
  position: relative;
  margin: 4vw 2vw 0;
  text-align: left;
}

.present-image {
  width: 60%;
  max-width: 50vw;
  display: block;
}


.present-badge {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #f50000;
  border-radius: 50%;
  width: 32vw;
  height: 32vw;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1.4;
  padding: 2vw;
  box-sizing: border-box;
  vertical-align: bottom;
}

.present-badge .text-l {
  font-size: 7vw;
}

.present-note {
  font-size: 2.8vw;
  color: #333;
  margin-top: 2vw;
  text-align: left;
}

.present-footer {
  background: #000;
  color: #fff;
  padding: 4vw;
  margin-top: 4vw;
  font-size: 4.3vw;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
}

.posts {
  margin: 4vw 2vw;
  color: #fff;
  font-size: 4.4vw;
  font-weight: 700;
  line-height: 1.8;
  text-align: left;
}

.posts-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 5vw;
  font-weight: 700;
}

.posts-title::before,
.posts-title::after{
  content: '';
  width: 5vw;
  height: 1vw;
  background-color: #fff;
}

.posts-title::before {
  margin-right: 2vw;
}

.posts-title::after {
  margin-left: 2vw;
}

.posts .indent {
 text-indent: -1em;
 padding-left: 1em;
}

.example {
  background: #000;
  margin: 4vw 2vw;
  padding: 4vw;
  color: #fff;
  font-weight: 700;
}
.example-title {
  margin-bottom: 5vw;
}

.entry-section {
  padding: 2vw;
  text-align: center;
  color: #fff;
}

.entry-title {
  font-size: 4.5vw;
  font-weight: bold;
  margin-bottom: 2vw;
}

.entry-period {
  background-color: #ffda2a;
  color: #000;
  font-size: 4.0vw;
  font-weight: 700;
  padding: 2vw 0;
  margin-bottom: 6vw;
}
.entry-period span {
  font-size: 7vw;
  font-weight: 900;
  font-style: italic;
}

.closed {
  font-size: 4.0vw;
  line-height: 2;
  font-weight: 700;
  background: #fff;
  color: #000;
  padding: 4vw 2vw;
  margin-bottom: 4vw;
}
.closed span {
background-image: linear-gradient(rgba(0 0 0 / 0) 70%, #ffda2a 70%);
}

.entry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4vw 2vw;
  justify-items: center;
}

.entry-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.entry-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.entry-button {
  margin-top: 2vw;
  background-color: #ffda2a;
  border: solid 1px #000;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  font-size: 5vw;
  padding: 2vw 0;
  width: 100%;
  display: block;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 1);
}

body div section.main-contents #skyper-01 .sky_frame {
  margin: 0 !important;
}
body div section.main-contents #skyper-01 .parts-skyper-exsiting.above {
  margin-bottom: 0 !important;
}

.terms {
  background: #ffffff;
  padding: 5vw;
  text-align: left;
  margin: 5vw auto;
  height: 40vw;
  overflow-y: scroll;
  overflow-x: hidden;
}
.terms-title {
  font-size: 4.333vw;
  font-weight: bold;
  margin-bottom: 3.333vw;
  line-height: 1.5;
  text-align: left;
}

.terms ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
      font-size: 3vw;
  margin-bottom: 3vw;
  line-height: 1.5;
  text-align: left;
}
.terms p {
  font-size: 3vw;
  margin-bottom: 3vw;
  line-height: 1.5;
  text-align: left;
}
.terms li {
  list-style: none;
}

.lineup {
  width: 100%;
  list-style: none;
  background: #fff;
text-align: left;
margin: 4vw 0;
padding-bottom: 4vw;
}

.lineup-title{
  width: 100%;
  font-size: 5.333333vw;
  line-height: 6.666666vw;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 2.66666vw;
  text-align: center;
  padding: 2.66666vw;
}

.lineup-box{
  width: 98%;
  margin: 0 1%;
  box-sizing: border-box;
}

.lineup-list {
  display: flex;
  flex-wrap: wrap;
}

.lineup-name{
  width: 100%;
  font-size: 5.333333vw;
  line-height: 6.666666vw;
  padding: 4vw 2.66666vw 1.333333vw;
  font-weight: bold;
}

.lineup-copy {
  width: 100%;
  font-size: 4vw;
  line-height: 6.666666vw;
  padding: 0vw 2.66666vw;
  font-weight: bold;
  color: #f50000;
}

.col-l{
  width: 30%;
  padding: 2.66666vw;
  font-size: 3.7vw;
  line-height: 5.333333vw;
  background: #ccc;
  margin-bottom: 1.333333vw;
}
.col-r{
  width: 70%;
  padding: 2.66666vw;
  font-size: 4vw;
  line-height: 5.333333vw;
  background: #f5f5f5;
  margin-bottom: 1.333333vw;
}

.oa_schedule {
  display: block;
  margin: 4vw 2vw;
  padding: 5vw;
  text-align: center;
  font-size: 4.5vw;
  font-weight: bold;
  background: #f50000;
  color: #fff;
}

.oa_schedule a {
  color: #fff;
  text-decoration: none;
}