@charset "UTF-8";
#page_title {
  background: url(../../images/cassette_roller_dies/mv_cassette_roller_dies.webp) no-repeat center top;
  background-size: cover;
  aspect-ratio: 1/0.3;
}
@media screen and (max-width: 767px) {
  #page_title {
    background: url(../../images/cassette_roller_dies/mv_cassette_roller_dies_sp.webp) no-repeat center top;
    background-size: cover;
    aspect-ratio: 1/1.1;
    padding: 60vw 0 9vw;
  }
}

.operation p + h3 {
  margin-top: 12%;
}
.operation .bg_cassette_roller_dies_1 {
  background: url(../../images/cassette_roller_dies/cassette_roller_dies_05.webp) no-repeat right top;
  background-size: auto 80%;
  min-height: 360px;
}
@media screen and (max-width: 767px) {
  .operation .bg_cassette_roller_dies_1 {
    padding-bottom: 40vw;
    background-size: 100% auto;
    background-position: center bottom;
  }
}

/*
.line_up{
  .f_box{
    gap: 5%;
    padding-bottom: 5%;
    p:has(img){
      margin-bottom: 0;
      width: 45%;
    }
    .text_box{
      width: 50%;
      h4.side_bar{
        position: relative;
        font-family: "helvetica-neue-lt-pro-cond", 'Noto Sans JP', "ＭＳ Ｐゴシック", serif;
        padding-left: 1em;
        span{
          color: #464f71;
          font-family: "helvetica-neue-lt-pro";
          font-weight: 200;
        }
        &::after{
          position: absolute;
          display: block;
          content: '';
          width: 7px;
          height: 88%;
          background: #16224c;
          inset: 0 0 0 0;
          margin: auto auto auto 0;
        }
        &+p{
          margin-top: 5%;
        }
      }
      p{
        line-height: 2.25em;
        span{
          color: #464f71;
        }
      }
    }
    &+.f_box{
      padding-top: 5%;
      border-top: #747b95 solid 1px;
    }
  }
  @media screen and (max-width:767px) {
    .f_box{
      p:has(img), .text_box{
        width: 100%;
      }
      .text_box{
        margin-top: 5%;
      }
      &+.f_box{
        padding-top: 15%;
        margin-top: 8%;
      }
    }
  }
}
*/
/*# sourceMappingURL=cassette_roller_dies.css.map */