@charset "UTF-8";
#taisaku_2020 {
overflow: hidden;
font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
color: #000;
font-size: 14px;
line-height: 1.5;
}

#taisaku_2020 img,
#taisaku_2020 video {
max-width: 100%;
}
#taisaku_2020 video {
display: block;
}

@media screen and (max-width: 768px) {
#taisaku_2020 {
  background: #000 url(img/bg_body_s.jpg) center repeat-y;
  background-size: 100% auto;
  margin-bottom: -6vh;
}
}

@media screen and (min-width: 769px) {
  #taisaku_2020 {
  background: #000 url(img/bg_body.jpg) center no-repeat fixed;
  background-size: cover;
  font-size: 16px;
  margin-bottom: -100px;
  }
}






#taisaku_2020 section {
padding-top: 0 !important;
padding-bottom: 100px;
}

.taisaku_nav {
position: relative;
z-index: 10;
max-width: 940px;
margin: 0 auto;
}

.taisaku_nav ul {
display: flex;
justify-content: center;
}

.taisaku_nav ul li {
max-width: 100%;
flex-basis: auto;
}

.taisaku_nav li img {
width: auto;
height: auto;
}


.wrap {
max-width: 1090px;
padding: 0 10px;
margin-left: auto;
margin-right: auto;
}

.heading {
text-align: center;
max-width: 1070px;
margin: 0 auto;
position: relative;
}


.heading img {
height: 70%;
object-fit: cover;
}

.heading p {
height: 120px;
margin-left: auto;
margin-right: auto;
background-repeat: no-repeat;
background-position: center center;
background-size: auto 140%;
font-size: 0;
line-height: 0;
position: relative;
z-index: 1;
}

.heading:before,
.heading:after {
content: "";
display: block;
width: 165px;
height: 115px;
background-repeat: no-repeat;
background-size: contain;
position: absolute;
bottom: 0;
top: 0;
margin: auto;
z-index: 0;
}

.heading:before {
left: -20px;
}

.heading:after {
transform: scale(-1, 1);
right: -20px;
}

#sample .heading:before { background-image: url("img/sander_r.png"); }
#sample .heading:after { background-image: url("img/sander_b.png"); }
#cast .heading:before { background-image: url("img/sander_g.png"); }
#cast .heading:after { background-image: url("img/sander_p.png"); }
#item .heading:before { background-image: url("img/sander_p.png"); }
#item .heading:after { background-image: url("img/sander_r.png"); }
#gallery .heading:before { background-image: url("img/sander_b.png"); }
#gallery .heading:after { background-image: url("img/sander_g.png"); }



.frame {
background: #ecbf23 url("img/frame_bg.gif");
border-style: solid;
border-width: 15px;
-webkit-border-image: url(img/frame.gif) 15 15 15 15 repeat;
border-image: url(img/frame.gif) 15 15 15 15 fill repeat;
position: relative;
}


@media screen and (max-width: 768px) {
  .taisaku_nav ul {
  flex-wrap: wrap;
  margin: 20px 0;
  }

  .taisaku_nav li {
  width: 50%;
  height: 70px;
  text-align: center;
  overflow: hidden;
  position: relative;
  }

  .taisaku_nav li a {
  display: block;
  width: 100%;
  height: 70px;
  position: absolute;
  top: -25px;
  left: 0;
  }

  .taisaku_nav li img {
  height: 110px;

  }
}


@media screen and (min-width: 769px) {
  #taisaku_2020 section {
  padding-bottom: 160px;
  }


  .heading {
  margin-bottom: 20px;
  }
  
  .heading p {
    height: 180px;
  }

  .heading:before,
  .heading:after {
    width: 330px;
    height: 230px;
  }
  
  .heading:before {
  left: 3%;
  }

  .heading:after {
  right: 3%;
  }


  .frame {
    padding: 5px;
  }
}





#title {
text-align: center;
}

#title .frame {
position: relative;
padding-bottom: 20px;
}

#title .frame:before {
content: "";
display: block;
width: 90px;
height: 90px;
background: url("img/img_vfx.png") no-repeat;
background-size: contain;
position: absolute;
top: -30px;
right: -25px;
}

.title-logo {
min-height: 5%;
}

.title-txt {
font-weight: bold;
position: relative;
z-index: 10;
}

@media screen and (max-width: 768px) {
  .title-logo {
    width: 120%;
    margin: -13% 0 -5% -10%;
  }
}

@media screen and (min-width: 769px) {
  .title-logo {
  margin: -13% 0 -10%;
  }

  .title-txt {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.8;
  }
  
  #title .frame:before {
    width: 217px;
    height: 217px;
    top: -50px;
    right: -60px;
  }
}







#sample{

}

.sample-box {
position: relative;
}

.sample-box:first-of-type {
margin-bottom: 60px;
}

.sample-mov {
position: relative;
}

.sample-mov:before,
.sample-mov:after {
content: "";
display: block;
width: 100px;
height: 57px;
background: url("img/img_hand.png") no-repeat;
background-size: contain;
position: absolute;
z-index: 1;
}

.sample-mov:before {
top: -53px;
left: 10px;
}
.sample-mov:after {
transform: scale(-1, -1);
bottom: -54px;
right: 10px;
}

.sample-icon {
width: 80px;
position: absolute;
top: -30px;
right: -10px;
}

.sample-btn {
text-align: center;
margin-top: 30px;
}

.sample-btn img {
width: 80%;
max-width: 437px !important;
}

.sample-btn p {
margin-top: 0.5em;
font-size: 120%;
color: #fff;
font-weight: bold;
}


@media screen and (min-width: 769px) {
.sample-wrap {
display: flex;
justify-content: space-between;
}

.sample-box {
width: 49%;
margin-bottom: 0;
}

.sample-mov:before,
.sample-mov:after {
width: 150px;
height: 85px;
}
.sample-mov:before {
top: -72px;
}
.sample-mov:after {
bottom: -74px;
}

.sample-icon {
width: 126px;
right: -20px;
}

.sample-btn {
margin-top: 10px;
}

.sample-btn p {
font-size: 180%;
}

.sample-btn p br {
display: none;
}

}




#castslider {
	position: relative;
}


.cast-box {
background-repeat: no-repeat;
background-position: right top;
height: auto !important;
position: relative;
}

.cast-box:before {
box-sizing: border-box; 
position: absolute;
left: 0;
top: 0;
content: "";
display: block;
width: 100%;
height: 100%;
border-style: solid;
}

#cast01 { background-color: #c72912; background-image: url("img/cast01_bg.jpg"); }
#cast02 { background-color: #005BA2; background-image: url("img/cast02_bg.jpg"); }
#cast03 { background-color: #2E9419; background-image: url("img/cast03_bg.jpg"); }
#cast04 { background-color: #CB10A3; background-image: url("img/cast04_bg.jpg"); }
#cast05 { background-color: #BA9400; background-image: url("img/cast05_bg.jpg"); }


.cast-txt {
color: #fff;
font-weight: bold;
text-align: justify;
text-justify: inter-ideograph;
}

.cast-data img {
margin: -4% 0 0 -4%;
}

.swiper-button-prev,
.swiper-button-next {
background: url("img/btn_slide.png") no-repeat;
background-size: contain;
}

.swiper-button-prev {
transform: scale(-1, -1);
}


@media screen and (max-width: 899px) {
  .cast-box {
  width: 92%;
  margin: 0 10px;
  padding: 20px 15px;
  background-size: auto 100%; 
  }
  
  .cast-box:before {
  border-width: 30px;
  -webkit-border-image: 30 30 30 30 repeat;
  border-image: 30 30 30 30 fill repeat;

  }

  #cast01:before {
  -webkit-border-image-source: url(img/cast01_frame_s.gif);
  border-image-source: url(img/cast01_frame_s.gif);
  }

  #cast02:before {
  -webkit-border-image-source: url(img/cast02_frame_s.gif);
  border-image-source: url(img/cast02_frame_s.gif);
  }

  #cast03:before {
  -webkit-border-image-source: url(img/cast03_frame_s.gif);
  border-image-source: url(img/cast03_frame_s.gif);
  }

  #cast04:before {
  -webkit-border-image-source: url(img/cast04_frame_s.gif);
  border-image-source: url(img/cast04_frame_s.gif);
  }

  #cast05:before {
  -webkit-border-image-source: url(img/cast05_frame_s.gif);
  border-image-source: url(img/cast05_frame_s.gif);
  }

  .cast-img {
  width: 90%;
  margin: 0 auto;
  }
  
  .swiper-button-prev,
  .swiper-button-next {
  top: 20%;
  width: 34px;
  height: 34px;
  }
}


@media screen and (min-width: 900px) {
  .cast-box {
  width: 90%;
  max-width: 1070px;
  margin: 0 20px;
  background-size: 100% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 30px;
  }

  .cast-box:before {
  border-width: 50px;
  -webkit-border-image: 50 50 50 50 repeat;
  border-image: 50 50 50 50 repeat;

  }

  #cast01:before {
  -webkit-border-image-source: url(img/cast01_frame.gif);
  border-image-source: url(img/cast01_frame.gif);
  }

  #cast02:before {
  -webkit-border-image-source: url(img/cast02_frame.gif);
  border-image-source: url(img/cast02_frame.gif);
  }

  #cast03:before {
  -webkit-border-image-source: url(img/cast03_frame.gif);
  border-image-source: url(img/cast03_frame.gif);
  }

  #cast04:before {
  -webkit-border-image-source: url(img/cast04_frame.gif);
  border-image-source: url(img/cast04_frame.gif);
  }

  #cast05:before {
  -webkit-border-image-source: url(img/cast05_frame.gif);
  border-image-source: url(img/cast05_frame.gif);
  }

  .cast-img {
  width: 58.6%;
  max-width: 540px;
  }
  
  #cast05 .cast-img {
  margin-right: -4%;
  }

  .cast-data {
  flex: 1 1 0%;
  }
  
  .cast-txt {
  color: #fff;
  font-weight: bold;
  margin-left: 4%;
  }
  
  .swiper-button-prev,
  .swiper-button-next {
  width: 80px;
  height: 80px;
  }
}




.item-detail {
color: #fff;
}

.item-title {
font-size: 160%;
margin: 1em 0;
font-weight: bold;
}

.item-detail dl {
overflow: hidden;
padding-bottom: 1em;
}

.item-detail dt {
float: left;
}

.item-detail dt:after {
content: "：";
}

.item-detail dt,
.item-detail dd {
font-weight: bold;
margin-bottom: 0.5em;
}

.item-txt {
font-size: 14px;
font-weight: bold;
text-align: justify;
text-justify: inter-ideograph;
}

.item-txt a {
color: #fff;
text-decoration: underline;
}

.item-btn {
width: 80%;
margin: 2em auto 0;
}

@media screen and (max-width: 768px) {
.item-img {
width: 80%;
margin: 0 auto;
}
}

@media screen and (min-width: 769px) {
.item-wrap {
display: flex;
align-items: center;
justify-content: space-between;
}

.item-img {
width: 500px;
}

.item-title {
font-size: 230%;
margin-top: 0;
}

.item-detail {
flex: 1 1 0%;
padding-left: 40px;
}

}




.gallery-wrap {
display: flex;
flex-wrap: wrap;
}

.gallery-row {
width: 50%;
display: flex;
flex-wrap: wrap;
}

.gallery-item {
width: 50%;
font-size: 0;
line-height: 0;
padding: 2px;
}

.gallery-item img {
width: 100% !important;
}

.gallery-item._big {
width: 100%;
}

@media screen and (min-width: 769px) {
  .gallery-wrap {
  flex-wrap: nowrap;
  }
    
}



.keisai-ttl {
  font-size: 230%;
  font-weight: bold;
  color: #e5b832;
  padding: 0 65px;
  text-align: center;
  position: relative;
}

.keisai-ttl:before,
.keisai-ttl:after {
  position: absolute;
  top: calc(50% - 1px);
  width: calc(50% - 2.5em);
  height: 2px;
  content: '';
  background: #e5b832;
}

.keisai-ttl:before {
  left: 0;
}

.keisai-ttl:after {
  right: 0;
}

.keisai ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.keisai li {
  width: 43%;
  margin: 10px;
  max-width: 200px;
  text-align: center;
}

.keisai li a {
  font-weight: bold;
}

.keisai li img {
  margin-bottom: 0.5em;
}



