/*
Theme Name: Jacobdisco Design Theme
Theme URI: http://two.jacobdisco.jp/
Description: jacobdisco Design Theme
*/

body {
  /*background-image: url(/wp-content/themes/two/images/bg.png);
  background-size: cover;
  background-repeat: no-repeat;*/
}

/* body */

body {
  /*background-image: none;
  background-size: cover;
  background-repeat: no-repeat;*/
}

/*g#main-logo path.cls-1 {
  fill: #333;
}*/

/* loading */
#loading {
  transition: all 0.5s; /*ローディングにかかる時間*/
  background-color: #fff;
  z-index: 999;
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.loading-text {
  font-weight: bold;
  text-align: center;
}

.spin {
  width: 80vw;
  height: auto;
  max-width: 1400px;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 480px) {

}
@media screen and (min-width: 640px) {

}
@media screen and (min-width: 760px) {
}
@media screen and (min-width: 970px) {
}
@media screen and (min-width: 1360px) {
}
@media screen and (min-width: 1500px) {
}
@media screen and (min-width: 1800px) {
}



/*modal-----*/
.slide-wrap {
  /*height: 460vw;*/
  /*height: auto;*/
}
.works-single-wrap {
  /*height: 74vw;*/
}

@media screen and (min-width: 480px) {
  header {
    /*display: flex;*/
  }

  /* header h1 object {
    padding-bottom: 5px;
  }*/

  /*modal-----*/
  .slide-wrap {
    /*height: 400vw;*/
  }
}

@media screen and (min-width: 640px) {
  /*modal-----*/
  .slide-wrap {
    /*height: 140vw;*/
  }
}

@media screen and (min-width: 760px) {
  /*modal-----*/
  .slide-wrap {
    /*height: 110vw;*/
  }
}

@media screen and (min-width: 970px) {
  /*modal-----*/
  .slide-wrap {
    /*height: 60vw;*/
  }
}

@media screen and (min-width: 1360px) {
  /*modal-----*/
  .slide-wrap {
    /*height: 50vw;*/
  }
}

@media screen and (min-width: 1500px) {
  .slide-wrap {
    /*margin-top: 2vw;
    height: 40vw;*/
  }
}

@media screen and (min-width: 1800px) {
  .slide-wrap {
    /*height: 14vw;*/
  }
}

/* main */
div#main {
  margin-top: 20px;
}

@media screen and (min-width: 480px) {
}
@media screen and (min-width: 640px) {
  div#main {
    margin-top: 60px;
  }
}
@media screen and (min-width: 760px) {
}
@media screen and (min-width: 970px) {
}
@media screen and (min-width: 1360px) {
}
@media screen and (min-width: 1500px) {
}
@media screen and (min-width: 1800px) {
}

/* main image */

.main-image {
  width: 96vw;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}

.main-image__contents {
  width: 100%;
}

.main-image__movie__image {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.main-image__movie {
}
.main-image__image {
}

.main-image__image__image {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

@media screen and (min-width: 480px) {

}
@media screen and (min-width: 640px) {
  .main-image {
    flex-direction: row;
    justify-content: space-between;
  }
  .main-image__contents {
    width: 49.5%;
    max-width: 895px;
  }
}
@media screen and (min-width: 760px) {
}
@media screen and (min-width: 970px) {
}
@media screen and (min-width: 1360px) {
}
@media screen and (min-width: 1500px) {
}
@media screen and (min-width: 1800px) {
}

/* top-footer */
.top-footer {
  margin-top: 20px;
}

.top-footer .links-sns a {
  font-size: 26px;
}

@media screen and (min-width: 480px) {
  .top-footer {
    margin-top: 20px;
  }
}
@media screen and (min-width: 640px) {
}
@media screen and (min-width: 760px) {
}
@media screen and (min-width: 970px) {
}
@media screen and (min-width: 1360px) {
}
@media screen and (min-width: 1500px) {
  .top-footer {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1800px) {
}

/* slide-top */

.slide-top {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 50px auto 0;
  flex-direction: column;
  align-items: center;
}

.slide-top .slide-single {
  width: 96% !important;
  height: 160px !important;
}

.add-blur {
  -ms-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  transform: scaleX(0.7);
}

.rem-blur {
  transition: all 0.6s;
  -ms-filter: blur(0px);
  filter: blur(0px);
  opacity: 1;
  transform: scaleX(1);
}

.add-blur_02 {
  -ms-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  transform: scaleY(0.7);
}

.rem-blur_02 {
  transition: all 0.6s;
  -ms-filter: blur(0px);
  filter: blur(0px);
  opacity: 1;
  transform: scaleY(1);
}

.slide-top .slide-single__image {
  object-fit: cover;
}

a.button {
  font-weight: bold;
  display: inline-block;
  font-size: 200%;
  background: #ffd90a;
  color: #fff;
  padding: 5px 65px 10px;
  border-radius: 50px;
}

@media screen and (min-width: 480px) {
  .slide-top {
    margin: 60px auto 0;
  }
  .slide-top .slide-single {
    width: 60% !important;
  }

  .slide-top .slide-single {
    height: 140px !important;
  }
}
@media screen and (min-width: 640px) {
  .slide-top {
    margin: 30px auto 0;
  }
  .slide-top .slide-single {
    width: 50% !important;
  }

  .slide-top .slide-single {
    height: 120px !important;
  }
}
@media screen and (min-width: 760px) {
}
@media screen and (min-width: 970px) {
  .slide-top {
    margin: 100px auto 0;
  }
}
@media screen and (min-width: 1360px) {
  .slide-top .slide-single {
    height: 160px !important;
  }
}
@media screen and (min-width: 1500px) {
  .slide-top {
    flex-direction: row;
  }
  .slide-top .slide-single {
    width: 25% !important;
  }
}
@media screen and (min-width: 1800px) {
  .slide-top {
    max-width: 1400px;
  }
  .slide-top .slide-single {
    width: 18vw !important;
    height: 8vw !important;
  }
}

/* main-box */
.main-box {
  background: url(/wp-content/themes/two/images/bg-grad.png);
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 20px;
}

.message-top {
  text-align: center;
  font-size: 150%;
  font-weight: bold;
}
.line {
  height: 100px;
  border-left: 1px solid #000;
  width: 1px;
  margin: 0 auto;
}

@media screen and (min-width: 480px) {
  .main-box {
    padding-bottom: 60px;
  }
  .message-top {
    font-size: 120%;
  }
}
@media screen and (min-width: 640px) {
}
@media screen and (min-width: 760px) {
}
@media screen and (min-width: 970px) {
}
@media screen and (min-width: 1360px) {
}
@media screen and (min-width: 1500px) {
}
@media screen and (min-width: 1800px) {
}

/* scroll slider*/
.slick-slider {
  /*height: 350px;*/
}
.slick-slider img {
  /*height: 140px;*/
  height: 33vw;
  width: 33vw;
  object-fit: cover;
}

@media screen and (min-width: 480px) {
}
@media screen and (min-width: 640px) {
  .slick-slider img {
    /*height: 210px;*/
    height: 33vw;
    width: 33vw;
  }
}
@media screen and (min-width: 760px) {
  .slick-slider img {
    height: 19.7vw;
    width: 19.7vw;
  }
}
@media screen and (min-width: 970px) {
  .slick-slider img {
    /*height: 180px;*/
    /*height: 19.7vw;
    width: 19.7vw;*/
  }
}
@media screen and (min-width: 1360px) {
  .slick-slider img {
    /*height: 210px;*/
  }
}
@media screen and (min-width: 1500px) {
  .slick-slider img {
    /*height: 240px;*/
  }
}
@media screen and (min-width: 1800px) {
  .slick-slider img {
    /*height: 260px;*/
    height: 19.8vw;
    width: 19.8vw;
  }
}

/* works ttl */
.home-works-ttl {
  font-weight: bold;
  font-size: 150%;
  margin-top: 60px;
}
@media screen and (min-width: 480px) {
  .home-works-ttl {
    margin-top: 100px;
  }
}
@media screen and (min-width: 640px) {
}
@media screen and (min-width: 760px) {
}
@media screen and (min-width: 970px) {
}
@media screen and (min-width: 1360px) {
}
@media screen and (min-width: 1500px) {
}
@media screen and (min-width: 1800px) {
}

/* bottom nav */

.bottom-nav {
  margin-bottom: 60px;
}
nav {
  display: block;
}
nav.sp {
  display: none;
}
@media screen and (min-width: 480px) {
  .bottom-nav {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 640px) {
}
@media screen and (min-width: 760px) {
}
@media screen and (min-width: 970px) {
}
@media screen and (min-width: 1360px) {
}
@media screen and (min-width: 1500px) {
}
@media screen and (min-width: 1800px) {
}
