
.adspecial_type1 {
    max-width: none!important;
}

.frame_col_left {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px;
}

footer {margin-top: 0;}


.adspecial_type1 .frame_header {
  position: relative;
  height: 400px;
  color: #fff;
  background: #000;
  overflow: hidden;
}

.adspecial_type1 .frame_header::after {
  position: absolute;
  left: 10%;
  top: -30%;
  content: "";
  display: block;
  height: 160%;
  width: 40px;
  background: linear-gradient(30deg, rgb(0, 221, 255) 0%, rgb(34, 0, 255) 100%);
  transform: rotate(30deg);
  box-shadow: 80px -24px 0 #369eff75, 140px -24px 0 #4fd6ff3d, 200px -40px 0 #57b4ff1f;
}


.adspecial_type1 .frame_header .frame_header_cloud {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 24px;
  width: 400px;
  height: 100%;
  background: url(/extra/ms_vm_202305/media/hero_01.png) no-repeat center center;
  background-size: contain;
}
.adspecial_type1 .frame_header .frame_header_cloud img {
  position: absolute;
  top: 200px;
  left: calc(50% - 100px);
  transform: translateY(-200px);
  animation: flow 3s ease 0s infinite alternate;
}
@keyframes flow {
  0% {transform: translateY(-200px);}
  100% {transform: translateY(-100px);}
}

#adspecial_ms_vm_202305.adspecial_type1 h1.adspecial {
  position: relative;
  z-index: 7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 24px 0 8vw;
  font-size: clamp(1.5rem, 2.4vw, 3rem); 
  font-feature-settings: "palt" 1; 
  line-height: 1.3;
  text-shadow: 2px 2px 0 #000;
}
#adspecial_ms_vm_202305.adspecial_type1 h1.adspecial small {
  display: block;
  padding: 8px 0;
  font-size: clamp(.85rem, 1.5vw, 1.25rem);  
}


#adspecial_ms_vm_202305.adspecial_type1 h2.adspecial {
  position: relative;
  margin: 40px 0 24px;
  padding: 16px 16px 16px 96px;
  color: #fff;
  line-height: 1.3;
  background: #000;
  overflow: hidden;
}
#adspecial_ms_vm_202305.adspecial_type1 h2.adspecial::before {
    content: "";
    display: block;
    position: absolute;
    top: -30%;
    left: 40px;
    width: 16px;
    height: 160%;
    transform: rotate(30deg);
    background: linear-gradient(30deg, #00ddff 0%, #2200ff 100%);
}

#adspecial_ms_vm_202305.adspecial_type1 .frame_col_left #block_story p.lead {
  position: relative;
  margin: 0 0 80px;
  padding: 40px 24px;
  color: #fff;
  font-weight: bold;
}
#adspecial_ms_vm_202305.adspecial_type1 .frame_col_left #block_story p.lead::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin-left: calc(-50vw + 50%);
  background: #000 url(/extra/ms_vm_202305/media/bg_grunge.png) top left;
}

#adspecial_ms_vm_202305.adspecial_type1 .frame_col_left #block_story p.lead::after {
    content: "";
    display: block;
    position: absolute;
  z-index: -1;
    top: -30%;
    right: -40px;
    width: 8px;
    height: 160%;
    transform: rotate(30deg);
    background: linear-gradient(30deg, #00ddff 0%, #2200ff 100%);
}


#adspecial_ms_vm_202305.adspecial_type1 .frame_col_left #block_story p {
  line-height: 1.8em;
}

#adspecial_ms_vm_202305.adspecial_type1 .frame_col_left #block_story p {
  margin: 1em 10px;
  font-size: 16px;
}

#adspecial_ms_vm_202305.adspecial_type1 .article_leaf_paging_word {
  font-size: 12px;
  margin: 20px 0px 30px 0;
  text-align: right;
}

#adspecial_ms_vm_202305.adspecial_type1 .frame_col_left #block_story.article_body {
  margin-top: 0;
}

#adspecial_ms_vm_202305.adspecial_type1 .block_sponsored {
  clear: both;
  border: 1px solid #ccc;
  padding: 5px 10px;
  text-align: center;
  background: #000;
  color: #fff;
  border: none;
}

#adspecial_ms_vm_202305.adspecial_type1 .block_sponsored a {color: #1174c7;}

.related-docment {
  margin: 40px 0 80px;
}
.related-docment .adspecial {
  margin-bottom: 24px;
  padding: 8px 16px;
  color: #fff;
  background: #000;
  border-bottom: 2px solid #00ddff;
  
}
.related-docment .wp li {margin-bottom: 20px; padding: 16px; background: #efefef;}
.related-docment .wp a {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.related-docment .wp a .thumb {
  width: 120px;
  height: 120px;
  margin-right: 16px;
  text-align: center;
}
.related-docment .wp a .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 800px) {
  #adspecial_ms_vm_202305.adspecial_type1,
  #adspecial_ms_vm_202305.adspecial_type1 .frame_col_right_container,
  #adspecial_ms_vm_202305.adspecial_type1 .frame_col_left_container,
  #adspecial_ms_vm_202305.adspecial_type1 .frame_col_left,
  #adspecial_ms_vm_202305.adspecial_type1 .frame_col_right {
    width: auto !important;
    float: none;
  }
  #adspecial_ms_vm_202305.adspecial_type1 .article_body .left,
  #adspecial_ms_vm_202305.adspecial_type1 .article_body .right,
  #adspecial_ms_vm_202305.adspecial_type1 .article_body .center {
    float: none;
    max-width: 100%;
    text-align: center;
  }
  #adspecial_ms_vm_202305.adspecial_type1 img {
    display: block;
    width: auto !important;
    max-width: 100% !important;
    height: auto;
    margin: 0 auto 10px;
  }

  #adspecial_ms_vm_202305.adspecial_type1 .block_right_plink {
    display: none;
  }
  
  .adspecial_type1 .frame_header::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
  }
}


@media screen and (max-width: 480px) {
  .adspecial_type1 .frame_header::after {display: none;}
  .adspecial_type1 .frame_header .frame_header_cloud {right: 0;}

  #adspecial_ms_vm_202305.adspecial_type1 .frame_col_left #block_story p.lead::after {
    top: auto;
    bottom: 0;
    right: 0;
    width: calc(100% + 48px);
    height: 8px;
   margin: 0 -24px;
    transform: rotate(0deg);
    background: linear-gradient(to right, #00ddff 0%, #2200ff 100%);
  }

  #adspecial_ms_vm_202305.adspecial_type1 h2.adspecial {
  padding: 16px 16px 16px 40px;
  }
  #adspecial_ms_vm_202305.adspecial_type1 h2.adspecial br {
  display: none;
  }
  #adspecial_ms_vm_202305.adspecial_type1 h2.adspecial::before {
    left: 16px;
    width: 4px;
    transform: rotate(16deg);
    background: linear-gradient(16deg, #00ddff 0%, #2200ff 100%);
  }

}

