@charset "UTF-8";
/* CSS Document */
.movie-wrap {
  position: relative;
  padding-bottom: 40%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  max-width: 500px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie-box {
  max-width: 500px;
  margin: 0 auto;
}

.movie-inner {
  position: relative;
  width: 100%;
  padding-top: 62%;
  background: #000;
}

.movie-inner .movie-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: url("../images/about/movie.jpg") no-repeat;
  background-position: center center;
  background-size: contain;
}

.movie-inner .movie-thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url("../images/about/movie_btn.png") center center no-repeat;
  background-size: 90px 90px;
  transition: 0.5s;
}

.movie-inner .movie-thumb:hover:after {
  transform: scale(1.1);
  background: url("../images/about/movie_btn.png") center center no-repeat;
  background-size: 90px 90px;
}

.movie-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie_window_inner {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.movie_window {
  position: relative;
  margin-bottom: 15px;
  padding-top: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.movie_window iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*-- タブ --*/
.cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  color: #000;
  transition: all 0.5s ease-in-out;
}

.cp_actab.punching_tm {
  overflow: visible;
}

.cp_actab input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.cp_actab label {
  position: relative;
  display: block;
  cursor: pointer;
  text-align: left;
  font-size: 16px;
  padding: 8px 16px 8px 16px;
  margin: 0;
  border-radius: 4px;
  border: 1px solid #343434;
  background: linear-gradient(#ffffff, #d3d3d3);
  width: 100%;
  transition: all 0.3s ease-in-out;
  z-index: 3;
  overflow: hidden;
}

.cp_actab label:hover {
  transform: translate3d(0, 3px, 0);
  background: linear-gradient(#ffffff, #d3d3d3);
  color: #000;
  cursor: pointer;
}

.cp_actab label p {
  padding-left: 25px;
  font-size: 16px;
  font-weight: 600;
}

.cp_actab.punching_tm label p {
  padding-left: 90px;
}

.cp_actab.punching_tm.bar_amada label p::after {
  content: "";
  background: url("../images/punch/tm_bar/amada.png") no-repeat;
  position: absolute;
  width: 309px;
  height: 42px;
  right: 0;
  bottom: 0;
  display: inline-block;
}

.cp_actab.punching_tm.bar_murata label p::after {
  content: "";
  background: url("../images/punch/tm_bar/murata.png") no-repeat;
  position: absolute;
  width: 309px;
  height: 42px;
  right: 0;
  bottom: 0;
  display: inline-block;
  border-radius: 3px;
}

.cp_actab.punching_tm.bar_murata label p.icon_video::after {
  height: 44px;
}

.cp_actab.punching_tm.bar_trumpf label p::after {
  content: "";
  background: url("../images/punch/tm_bar/trumpf.png") no-repeat;
  position: absolute;
  border-radius: 3px;
  width: 309px;
  height: 42px;
  right: 0;
  bottom: 0;
  display: inline-block;
}

.cp_actab.punching_tm.bar_others label p::after {
  content: "";
  background: url("../images/punch/tm_bar/others.png") no-repeat;
  position: absolute;
  width: 309px;
  height: 44px;
  right: 0;
  bottom: 0;
  display: inline-block;
}

@media (width < 740px) {
  .cp_actab.punching_tm.bar_amada label p::after,
  .cp_actab.punching_tm.bar_murata label p::after,
  .cp_actab.punching_tm.bar_trumpf label p::after,
  .cp_actab.punching_tm.bar_others label p::after {
    content: "";
    background: none;
    width: 0;
    height: 0;
  }
}
.cp_actab-content {
  padding: 15px 0 0 0;
}

.cp_actab .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s;
  margin: 0 0 10px 0;
}
.cp_actab .cp_actab-content.item-detail {
  max-height: 200em;
  margin: 0;
  padding: 0;
}

/*-- tech/punch/index.html成形事例集 --*/
.cp_actab .cp_actab-content.tech_case {
  padding: 0;
  margin: 0;
}

/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
  max-height: 200em;
  /*--max-height: 100em;--*/
}

/* Icon */
.cp_actab label::after {
  line-height: 3;
  position: absolute;
  top: -4px;
  left: 0;
  display: block;
  width: 3em;
  height: 3em;
  text-align: center;
}

.cp_actab input[type=checkbox] + label::after {
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 800;
  font-style: normal;
  content: "+";
}

.cp_actab input[type=checkbox]:checked + label::after {
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 800;
  font-style: normal;
  content: "-";
}

_:lang(x)::-ms-backdrop,
.cp_actab input[type=checkbox] + label::after,
.cp_actab input[type=checkbox]:checked + label::after {
  padding-top: 4px;
}

.cp_actab input[type=checkbox]:checked + label {
  color: #fff;
  background: #1b2538;
}

.cp_actab-content p {
  margin-left: 5px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #343434;
  line-height: 1.4;
  position: relative;
}

.punching_tm .cp_actab-content p {
  margin-top: 11px;
  margin-left: 10px;
  padding-left: 0;
  color: #fff;
}

.cp_actab-content p::before {
  content: "";
  background: url("../images/common/btn1.jpg") no-repeat;
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  margin-top: 7px;
  display: inline-block;
}

.punching_tm .cp_actab-content p::before {
  content: "";
  background: none;
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  margin-top: 0;
  display: inline-block;
}

.cp_actab-content ul li {
  padding: 7px 10px 7px 5px;
  transition: all 500ms 0s ease;
}

.cp_actab-content ul a.list li:hover {
  background: #fff7eb;
}

.cp_actab-content ul li:hover {
  background: #ffffff;
}

.cp_actab-content a span {
  color: #e96c0e;
  border-bottom: 1px solid #e96c0e;
  transition: all 500ms 0s ease;
}

.punching_tm .cp_actab-content a span {
  color: #fff;
  border-bottom: none;
}

.cp_actab-content a:hover span {
  border-bottom: 1px solid #1b2538;
  color: #1b2538;
}

.punching_tm .cp_actab-content a:hover span {
  color: #fff;
  border-bottom: none;
}

.icon--video {
  position: absolute;
  width: 72px;
  height: 77px;
  left: 30px;
  top: -15px;
  display: inline-block;
  z-index: 10;
  transition: transform 0.3s;
}

.cp_actab:hover .icon--video {
  transform: translate3d(0, 3px, 0);
}

.contents_movielist_tech {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .contents_movielist_tech {
    display: block;
  }
}

.contents_movielist_tech .image_movie_frame {
  border: 1px solid #e96c0e;
  position: relative;
  transition: 0.6s ease;
  overflow: hidden;
}

.contents_movielist_tech .image_movie_frame::after {
  content: "";
  top: 0;
  left: 0;
  background: rgba(12, 41, 89, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  transition: 0.3s;
}

.box_movielist_flex_tech:hover .image_movie_frame::after {
  opacity: 0;
  transition: 0.3s ease;
}

.btn_play {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../images/movie/btn_play_movie_3.png") no-repeat;
  width: 82px;
  height: 82px;
  position: absolute;
  transition: 0.3s ease;
  z-index: 300;
}

.box_movielist_flex_tech:hover .btn_play {
  opacity: 0;
  transition: 0.6s ease;
}

.contents_movielist_tech .box_movielist_flex_tech {
  transition: 0.6s ease;
  flex: 1 1 0;
  width: 0;
  min-width: 0;
  padding: 10px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .contents_movielist_tech .box_movielist_flex_tech {
    width: 100%;
  }
  .contents_movielist_tech .box_movielist_flex_tech:empty {
    display: none;
  }
}
.contents_movielist_tech .box_movielist_flex_tech h4 {
  color: #343434;
  background: none;
  padding-left: 10px;
  margin-top: 10px;
}
.contents_movielist_tech .box_movielist_flex_tech p.youtube {
  font-size: 14px;
  margin-top: 6px;
  margin-bottom: 10px;
  color: #2f2f2f;
}
.contents_movielist_tech .box_movielist_flex_tech:hover {
  background: #ebebeb;
}
.contents_movielist_tech .box_movielist_flex_tech:empty:hover {
  background: #fff;
}

.contents_movielist_tech .image_movie_frame:hover {
  background: #ebebeb;
  border-radius: 3px;
}/*# sourceMappingURL=movie.css.map */