
@media screen and (max-width: 767.98px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .is-tab-down {
    display: none;
  }
}
@media screen and (max-width: 991.98px) {
  .is-tab-up {
    display: none;
  }
}

body .site-body {
    letter-spacing: 0.1em;
}


.breadcrumb,
.site-body{
    background-color: #282625;
}

.site-body {
    padding-bottom: 0;
}

.site-body img{
    margin-bottom: 10px;
}

.sec01 {
    padding-bottom: 100px;
}

.top__copy {
    font-size: 45px;
    font-weight: bold;
}

.top__copy span{
    color: #ed7700;
}


.sec01__items-wrapper {

}

.sec01__item{
    padding: 30px;
    background: #4d4d4d;
    color: #fff;
    margin-top: 40px;
}

.sec01__item-top {
    display: flex;
    gap: 50px;
}

.sec01__item-top-left{
    width: 61%;
}

.sec01__item-top-right{
    width: 39%;
}

.sec01__item2 .sec01__item-top-left{
    width: 45%;
}

.sec01__item2 .sec01__item-top-right{
    width: 55%;
}

.sec01__item-contents {
    width: 54%;
}

.sec01__item-title {
    font-size: 30px;
    font-weight: bold;
    display: flex;
    margin-bottom: 20px;
    margin-top: 15px;
}

.sec01__item-title span{
    color: #ed7700;
    font-weight: bold;
    font-size: 60px;
    font-family: "Oswald", sans-serif;
    display: inline-block;
    margin-right: 20px;
    margin-top: -23px;
}


.sec01__item-copy {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.sec01__item-img {
}

.sec01__item-bottom{
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.sec01__item-bottom-title{
    font-size: 18px;
    margin-bottom: 10px;
}

.sec01__item-bottom-title span{
    font-size: 13px;
}


.gray {
    padding: 80px 0 100px;
    position: relative;
    z-index: 1;
}


.gray::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: #4d4d4d;
    z-index: -1;
}

.performance__h2 {
    font-size: 35px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    letter-spacing: 0.1em;
}

.sec__flex {
    display: flex;
    gap: 50px;
}

.sec__flex-left {

}

.sec__subtitle {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}

.movie {
    margin-top: 50px;
    background: #000;
    color: #fff;
    padding: 50px 0;
}

.movie__title {
    font-size: 35px;
    text-align: center;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
}

.movie__wrapper {
    position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 800px;
  margin: 30px auto 0;
}

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

.movie__text {
    font-size: 25px;
    text-align: center;
    margin-top: 40px;
}


@media screen and (max-width: 991.98px) {
  .top__copy{
    font-size: 36px;
  }
  .sec01__item-top{
    flex-direction: column;
    gap: 20px;
  }
  .sec01__item-top-left,
  .sec01__item-top-right,
  .sec01__item2 .sec01__item-top-left,
  .sec01__item2 .sec01__item-top-right{
    width: 100%;
  }
  .sec01__item-title{
    margin-bottom: 20px;
  }
  .sec01__item-bottom{
    gap: 15px;
  }
  .sec01__item3 .sec01__item-bottom{
    flex-direction: column;
  }
}


@media screen and (max-width: 767.98px) {
    .top__copy {
    font-size: 24px;
  }
    .performance__h2{
        font-size: 18px;
    }
    .sec__flex{
        flex-direction: column;
    }
    .sec__subtitle{
        font-size: 16px;
    }
    .movie{
            padding: 30px 0;
    }
    .movie__title{
        font-size: 24px;
    }
    .movie__text{
        font-size: 16px;
        margin-top: 30px;
    }
    .sec01__item{
        padding: 15px;
    }
    .sec01__item-title span{
        font-size: 40px;
        margin-top: -14px;
    }
    .sec01__item-title{
        font-size: 21px;
    }
    .sec01__item-copy{
        font-size: 16px;
    }
    .sec01__item-bottom{
        flex-direction: column;
    }
    .sec01__item-bottom-title{
        font-size: 16px;
    }
}