/*
Theme Name: column
*/

/* common */
@charset "utf-8";
main{
  padding-top: 180px;
  padding-bottom: 60px;
}

main::after{
  background-image: url("/images/home/mv_pc.webp");
}


main > *{
  padding: 0 80px;
}

.fv_pc{
  position: relative;
  height: calc(100vh - 160px);
}

#column #wrap {
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 30px;
  background-color: rgb(0, 0, 0, 0.7);
  color: #ffffff;
}

h1 {
  font-size: 28px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 40px;
}
h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #FFDA41;
}

p {
  margin-bottom: 20px;
}

@media screen and (max-width: 750px){
  main{
    position: relative;
    padding-bottom: 40px;
    padding-top: 120px;
  }
  
  main::after{
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100%;
    /* height: 100lvh; */
    background: #000 no-repeat top/100% url("/images/home/mv.webp");
  }
  
  main > *{
    padding: 0 30px;
  }
}
