@charset "UTF-8";

body.single-stories .visual {
  margin: 0 auto 85px;
  background-color: #84c2cf;
}
body.single-stories .visual .visual-head {
  padding: 29.25% 0 3.7%;
  padding: 17.25% 0 3.7%;
}
body.single-stories .visual .video-wrap {
  display: flex;
  justify-content: center;
  background: #c2e2e9;
  flex-wrap: wrap;
}
body.single-stories .visual .video-wrap .container {
  margin: 0 2%;
  position: relative;
  width: 60%;
  max-width: 700px;
  margin-top: -80px;
  padding-top: 80px;
  margin-bottom: 40px;
}
body.single-stories .visual .video-wrap .txt {
  margin: 0 auto;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  width: 90%;
}
body.single-stories .visual .video-wrap .txt .midashi {
  font-size: 130%;
  font-weight: bold;
}
body.single-stories .visual .video-wrap .txt p {
  margin-bottom: 1.5em;
}
body.single-stories .visual .video-wrap .txt p .uline {
  border-bottom: 1px solid #333;
}
body.single-stories .visual .copy1 {
  text-align: start;
}
body.single-stories .midashi {
  text-align: center;
}
body.single-stories .visual .video-wrap .video-info {
  left: 0;
  width: 40%;
  top: 68px;
}
body.single-stories .visual .visual-head .title .small {
  font-size: 70%;
}
body.single-stories .visual .video-wrap .video {
  width: 100%;
  margin: 0 0 0 auto;
}
body.single-stories .visual .video-wrap .video .video-title {
  font-size: 90%;
}

@media screen and (max-width:1300px){
  body.single-stories .visual .copy1 {
    font-size: 4.3vw;
  }
}

@media (min-width: 992px) {
  body.single-stories .visual .copy1 {
    writing-mode: inherit;
    left: 10%;
    top: 90px;
    width: 91%;
  }
}

@media screen and (max-width:991px){
  body.single-stories .visual .visual-head {
    font-size: 20px;
    font-weight: bold;
    padding: 30px;
    margin: 0 auto;
  }
  body.single-stories .visual .copy1 {
    position: static;
    transform: translateX(0);
    text-align: left;
  }
  body.single-stories .visual .video-wrap .video-info {
    top: 80px;
  }
}

@media screen and (max-width:680px){
  body.single-stories .visual .video-wrap {
    display: block;
  }
  body.single-stories .visual .video-wrap .container {
    margin: 30px 3% 50px 14%;
    width: 80%;
    margin-top: -80px;
  }
  body.single-stories .visual .video-wrap .video-info {
    top: 80px;
  }
}



