@charset "UTF-8";
/*===================
mv
=================== */
.pagevisual {
  background: url("../img/mv.webp") no-repeat center/cover;
}
:target::before{
  content: '';
  margin-top: -0px;
  height: 0px;
  display: block;
  visibility: hidden;
}
.product .common_title{
  text-align: center;
  line-height: 1.2;
}

.main_text{
  padding-bottom: 80px;
}

.pro_des--outer {
  margin-top: 32px;
}

.product{
  max-width: 1024px;
  width: 90%;
  margin: auto;
  padding-bottom: 80px;
}

.pro_bg{
  background: url(../img/main_bg.webp) no-repeat top/cover;
  margin-top: 80px;
  padding: 50px 0;
}
.pro_inner{
  max-width: 1024px;
  width: 90%;
  margin: auto;

  h3{
    color: var(--main-color);
    text-align: center;
    line-height: 1.6;
    font-size: 2.4rem;
  }
  
  .main_flex{
    display: flex;
    gap: 20px;
    margin-top: 30px;

    .right{
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      max-width: 502px;
      width: 100%;
    }
  }
}
.pro_text{
  padding-top: 10px;
}

.q_box{
  margin: 100px 0 50px;

  ul{
    max-width: 520px;
    width: 100%;
    margin: auto;
    margin-top: 30px;
  }
}

.dev{
  border: 3px solid var(--main-color);
  padding: 50px;
  margin-bottom: 50px;
  position: relative;
  line-height: 2;
  background: url(../img/bg.webp) no-repeat center/cover;

  h2{
    text-decoration: underline;
    text-underline-offset: .8em;
    color: var(--main-color);
    text-align: center;
    margin-bottom: 50px;
  }
  .common_link{
    margin-top: 20px;
  }
}

.span_indent{
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  padding-top: 7px;
  text-align: center;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .pro_bg{
    margin-top: 0;
    background: url(../img/main_bg_sp.webp) no-repeat center/cover;
  }
  .pro_inner{
    h3{
      font-size: 2rem;
    }
    
    .main_flex{
      flex-wrap: wrap;
      gap: 10px;

      .right{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        max-width: 502px;
        width: 100%;

        figure{
          max-width: calc(50% - 5px);
          width: 190px;
        }
      }
    }
  }
  .product{
    padding: 0px 0 60px;

    .common_link{
      width: 260px;
    }

    .common_title{
      line-height: 1.6;
    }
  }
  .q_box{
    margin-top: 50px;
  }
  .q_box ul{
    text-indent: -1em;
    padding-left: 1em;
  }

  .dev{
    padding: 30px 5%;
    margin-bottom: 30px;
    background: url(../img/bg_sp.webp) no-repeat center/cover;

    h2{
      margin-bottom: 30px;
    }

    &::before{
      width: 300px;
    }
  }

}

