/*--------------------------------------------------------------------------
   About
---------------------------------------------------------------------------*/
@media print, screen and (min-width:768px) {
  #About #Main::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 318px;
    background-color: #eafcff;
    z-index: 1;
  }
  #About #Main::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 318px;
    background-color: #eafcff;
    z-index: 1;
  }
}
@media screen and (max-width:767px) {
  #About #Lead {
    margin-bottom: 8.6666666667vw;
  }
}
#About #Section1 {
  margin-bottom: 70px;
}
@media screen and (max-width:767px) {
  #About #Section1 {
    margin-bottom: 9.3333333333vw;
  }
}
#About #Section1 .ttl {
  margin-bottom: 30px;
}
@media screen and (max-width:767px) {
  #About #Section1 .ttl {
    margin-bottom: 5.3333333333vw;
  }
}
#About #Section1 .note {
  position: absolute;
  color: #333333;
  left: 8px;
  bottom: 10px;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width:767px) {
  #About #Section1 .note {
    font-size: 2.6666666667vw;
    left: 0.8vw;
    bottom: 1.0666666667vw;
  }
}
#About #Section1 .box {
  position: relative;
}
#About #Section1 .box ul {
  box-sizing: border-box;
  padding: 30px;
  background-color: #FFFFFF;
  background-image: url("/brand/hemorind/assets/images/about/sec1_1.jpg");
  background-repeat: no-repeat;
  background-position: left 60px bottom;
  border: 1px solid #DEDEDE;
  border-radius: 10px;
}
@media screen and (max-width:767px) {
  #About #Section1 .box ul {
    padding: 4vw;
    background-image: url("/brand/hemorind/assets/images/about/sec1_1_sp.png");
    background-position: left 2.6666666667vw bottom;
    background-size: 33.3333333333vw;
  }
}
#About #Section1 .box ul li dl {
  padding-bottom: 20px;
  margin-left: 190px;
  border-bottom: 1px solid #DDDDDD;
}
@media print, screen and (min-width:768px) {
  #About #Section1 .box ul li dl {
    -js-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media screen and (max-width:767px) {
  #About #Section1 .box ul li dl {
    padding-bottom: 2.6666666667vw;
    margin-left: 26.6666666667vw;
    border-bottom: 1px solid #DDDDDD;
  }
}
#About #Section1 .box ul li dl dt {
  box-sizing: border-box;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 120%;
  color: #E3121C;
  display: flex;
  align-items: center;
}
@media screen and (max-width:767px) {
  #About #Section1 .box ul li dl dt {
    font-size: 4.2666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
@media print, screen and (min-width:768px) {
  #About #Section1 .box ul li dl dd {
    width: 490px;
  }
}
@media screen and (max-width:767px) {
  #About #Section1 .box ul li dl dd {
    font-size: 3.2vw;
    padding-left: 9.0666666667vw;
  }
}
#About #Section1 .box ul li:last-child dl {
  padding-top: 25px;
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width:767px) {
  #About #Section1 .box ul li:last-child dl {
    padding-top: 2.6666666667vw;
  }
}
@media screen and (max-width:767px) {
  #About #Section2 {
    padding-top: 0;
  }
}
#About #Section2 .ttl {
  margin-bottom: 30px;
}
@media screen and (max-width:767px) {
  #About #Section2 .ttl {
    margin-bottom: 5.3333333333vw;
  }
}
#About #Section2 .movie {
  box-sizing: border-box;
  position: relative;
  width: 500px;
  background-color: #FFFFFF;
}
@media screen and (max-width:767px) {
  #About #Section2 .movie {
    width: 100%;
  }
}
#About #Section2 .movie:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
#About #Section2 .movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
#About #Section2 .movie .video-bt {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 40px;
  cursor: pointer;
}
@media screen and (max-width:767px) {
  #About #Section2 .movie .video-bt {
    bottom: 10.6666666667vw;
  }
}
#About #Section2 .movie .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/brand/hemorind/assets/images/about/movie1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
@media screen and (max-width:767px) {
  #About #Section2 .movie .cover {
    background-image: url("/brand/hemorind/assets/images/about/movie1_sp.png");
  }
}
#About #Section2 .movie .cover .common-ico-video {
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width:767px) {
  #About #Section2 .movie .cover .common-ico-video {
    display: block;
  }
}
#About #Section2 .movie .cover .common-ico-video:before, #About #Section2 .movie .cover .common-ico-video:after {
  margin-top: 0;
}
@media screen and (max-width:767px) {
  #About #Section2 .movie .cover .common-ico-video:before, #About #Section2 .movie .cover .common-ico-video:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    vertical-align: middle;
    margin: auto;
  }
}
@media screen and (max-width:767px) {
  #About #Section2 .movie .cover .common-ico-video::before {
    box-sizing: border-box;
    width: 8vw;
    height: 4vw;
    border: 4vw solid transparent;
    border-left: 8vw solid #FFFFFF;
    margin-left: 2.6666666667vw;
  }
}
@media screen and (max-width:767px) {
  #About #Section2 .movie .cover .common-ico-video::after {
    box-sizing: border-box;
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    border: 1.3333333333vw solid #FFFFFF;
    border-radius: 100%;
  }
}
@media screen and (max-width:767px) {
  #About #Section2 .movie .cover .common-ico-video img {
    width: 100%;
  }
}
#About #Section2 .movie .cover:hover .common-ico-video {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: scale(1.1) translate3d(0, 0, 0);
}
@media screen and (max-width:767px) {
  #About #Contents {
    padding-top: 5.3333333333vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 16vw;
    border-top: 1px solid #b3b3b3;
  }
}