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

.sec {
  scroll-margin-top: -40px !important;
}

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

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

.top {

}

.top__copy {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.6;
}

.top__text{
    line-height: calc(37/ 18);
    font-size: 18px;
}



.top__slider-wrapper {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 50px;
}

.top__slider-wrapper {
  overflow: visible;
}

.top__slide{
    padding: 0 5px;
}

.top__slide p{
  font-size: 13px;
}

.button__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 100px;
}

.top__button {
    width: 25%;
    border: 1px solid #fff;
}

.top__button a{
    display: inline-block;
    text-align: center;
    padding: 10px 10px 12px 10px;
    font-size: 30px;
    width: 100%;
}

.top__button a:hover{
    background: #fff;
    color: #282625;
}




.sec01 {

}

.sec{
    padding: 80px 0;
}



.h2{
    font-weight: bold;
    font-size: 55px;
    margin-bottom: 25px;

}

.h2 span{
    font-weight: 500;
    font-size: 30px;
    margin-left: 10px;
}

.h3{
    color: #ed7700;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 20px;
}

.h3 span{
    font-weight: 500;
    font-size: 30px;
}

.sec__top-img {

}

.sec__bottom {
    display: flex;
    gap: 40px;
    margin-top: 40px;
}

.sec__bottom-left {
    width: 30%;
}

.sec__bottom-img1 {

}

.sec__bottom-right {
    width: 70%;
}

.sec__bottom-img2 {

}

.sec__copy-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: end;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-top: 15px;
}

.sec__copy {
    font-family: "Oswald", sans-serif;
     color: #ed7700;
     font-size: 20px;
}

.sec__copy span{
    font-size: 25px;
    font-weight: 700;
}

.sec__name{
    margin-bottom: 5px;
}

.sec__sub {
    font-size: 23px;
    font-weight: bold;
    margin-top: 20px;
}

.sec__text {

}

.sec02,
.sec04,
.sec06,
.sec08,
.sec09,
.sec10 {
    position: relative;
    z-index: 1;
}


.sec02::before,
.sec04::before,
.sec06::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: #000;
    z-index: -1;
}

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

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

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

.sec06 .sec__bottom,
.sec07 .sec__bottom,
.sec08 .sec__bottom,
.sec09 .sec__bottom,
.sec10 .sec__bottom{
    flex-direction: row-reverse;
}

.sec06 .sec__bottom-left,
.sec07 .sec__bottom-left,
.sec08 .sec__bottom-left,
.sec09 .sec__bottom-left,
.sec10 .sec__bottom-left{
    width: 65%;
}

.sec06 .sec__bottom-right,
.sec07 .sec__bottom-right,
.sec08 .sec__bottom-right,
.sec09 .sec__bottom-right,
.sec10 .sec__bottom-right{
    width: 35%;
}

.sec06 .sec__copy-wrapper,
.sec07 .sec__copy-wrapper,
.sec08 .sec__copy-wrapper,
.sec09 .sec__copy-wrapper,
.sec10 .sec__copy-wrapper{
    flex-direction: column;
    align-items: start;
    margin-top: 0;
}
.sec06 .sec__name,
.sec07 .sec__name,
.sec08 .sec__name,
.sec09 .sec__name,
.sec10 .sec__name{
    margin-top: 10px;
}


.bottom__wrapper  {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 120px 0;
}
.bottom__wrapper::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: #000;
    z-index: -1;
}

.bottom__wrapper::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50vw);
    background-image: url(../../img/page/mukizu/bg.png);
    width: 537px;
    height: 444px;
    background-size: contain;
    z-index: -1;
    background-repeat: no-repeat;
}

.bottom__text1 {
    font-size: 25px;
    font-weight: 500;
}

.bottom__text2 {
    font-size: 35px;
    font-weight: 500;
}

.bottom__text3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 2.2;
    margin-top: 40px;
}

.bottom__text3 span{
    color: #ed7700;
}


@media screen and (max-width: 991.98px) {
  .top__button a{
    font-size: 24px;
  }
  .sec__copy{
    font-size: 16px;
  }
  .sec__copy span {
    font-size: 17px;
  }
  .sec__name{
    margin-bottom: 0;
  }
  .sec06 .sec__bottom-left, .sec07 .sec__bottom-left, .sec08 .sec__bottom-left, .sec09 .sec__bottom-left, .sec10 .sec__bottom-left{
    width: 55%;
  }
  .sec06 .sec__bottom-right, .sec07 .sec__bottom-right, .sec08 .sec__bottom-right, .sec09 .sec__bottom-right, .sec10 .sec__bottom-right{
    width: 45%;
  }
  .sec__sub {
    font-size: 20px;
  }
  .bottom__text2 {
    font-size: 34px;
  }
}


@media screen and (max-width: 767.98px) {
  .top__copy{
    font-size: 21px;
  }
  .top__text{
    font-size: 14px;
  }
  .button__wrapper{
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 70px;
  }
  .top__button{
    width:calc(50% - 5px);
  }
  .top__button a{
    font-size: 18px;
  }
  .h2{
    font-size: 36px;
  }
  .h2 span{
    font-size: 24px;
  }
  .h3{
    font-size: 22px;
  }
  .h3 span{
    font-size: 16px;
  }
  .sec__bottom{
    flex-direction: column-reverse;
  }
  .sec__bottom-left,
  .sec__bottom-right{
    width: 100%;
  }
  .sec__copy-wrapper{
    display: block;
    padding-bottom: 10px;
  }
  .sec__name{
    text-align: right;
    margin-top: 3px;
  }
  .sec__sub{
    font-size: 16px;
  }
  .sec06 .sec__bottom, .sec07 .sec__bottom, .sec08 .sec__bottom, .sec09 .sec__bottom, .sec10 .sec__bottom{
    flex-direction: column;
  }
  .sec06 .sec__bottom-left, .sec07 .sec__bottom-left, .sec08 .sec__bottom-left, .sec09 .sec__bottom-left, .sec10 .sec__bottom-left{
    width: 100%;
  }
  .sec06 .sec__bottom-right, .sec07 .sec__bottom-right, .sec08 .sec__bottom-right, .sec09 .sec__bottom-right, .sec10 .sec__bottom-right{
    width: 100%;
  }
  .sec__bottom{
    margin-top: 20px;
    gap: 20px;
  }
  .bottom__text1 {
    font-size: 18px;
  }
  .bottom__text2{
    font-size: 26px;
  }
  .bottom__text3{
    font-size: 16px;
  }
  .bottom__wrapper{
    padding: 80px 0;
  }
  .bottom__wrapper::after{
    width: 257px;
    height: 212px;
  }
  .slick-next:before, .slick-prev:before{
        font-size: 17px !important;
  }
  .slick-next{
    right: -20px !important;
  }
  .slick-prev{
        left: -20px !important;
  }
}