
@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;
}

.sec01 {

}

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

.top__copy span{
    color: #ed7700;
}
.sec01__imgs {
    margin-top: 50px;
    gap: 20px;
    display: flex;
}

.sec01__img {
    width: 50%;
}

.sec01__text {
    font-size: 30px;
    margin-top: 80px;
    font-weight: bold;
}

.sec01__items {

}

.sec01__item {

}

.sec01__item-title {
    font-size: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

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

.sec02 {
    background: #fff;
    color: #000;
    padding: 50px 50px 30px;
    margin-bottom: 100px;
}

.sec02 p{
    margin-top: 20px;
}

.sec02__text1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

.sec02__text2 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-top: 30px;
}

.sec02__items-wrapper {
    display: flex;
    gap: 30px;
}

.sec02__img {
    width: calc(33% - 15px);
}

.sec02__text3 {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: #c8161d;
    margin-bottom: 0;
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

.sec02__text3::before{
    position: absolute;
    content: "";
    background: url(../../img/page/tsunami/next.png);
    background-size: contain;
    width: 100px;
    height: 96px;
    top: 55%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
}


/*sec03*/

.sec03 {

}

.sec04{
    margin-top: 100px;
}

.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;
}

.sec04__item-img {

}

.sec__flex-right {

}

.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;
  }
  .sec02{
    padding: 30px;
    margin-top: 50px;
  }
  .sec02__text1{
    font-size: 24px;
  }
  .sec02__text2{
    font-size: 20px;
  }
  .sec02__text3 {
    font-size: 20px;
  }
}


@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__text{
        font-size: 20px;
        margin-top: 50px;
    }
    .sec01__item-title span{
        font-size: 40px;
    }
    .sec01__item-title{
        font-size: 20px;
    }
    .sec02{
        padding: 20px 15px;
    }
    .sec02__text1 {
        font-size: 19px;
    }
    .sec02__text2{
        font-size: 16px;
    }
    .sec02__items-wrapper{
        gap: 10px;
    }
    .sec02__img {
    width: calc(33% - 3px);
    }
    .sec02__text3{
        padding: 10px 0 30px 0;
        font-size: 16px;
    }
    .sec02__text3::before{
        width: 80px;
        height: 76px;
        top: 50%;
    }
}