@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

body .body_font {
  font-family:  'Noto Sans JP', sans-serif !important;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display_pc {
  display: block;
}
.display_sp {
  display: none;
}
.pc_only {
  display: inline-block;
}
.sp_only {
  display: none;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 2.6rem;
  }
  .display_pc {
    display: none;
  }
  .display_sp {
    display: block;
  }
  .pc_only {
      display: none;
  }
  .sp_only {
      display: inline-block;
  }
}

#mv {
    /* max-width: 1370px; */
    margin: 0 auto;
    background: #fff;
    text-align: center;
}
#mv h1 {
    margin: 0 0 20px;
    padding: 0;
}
#mv h1 img {
    max-width: 950px;
    height: auto;
    width: 100%;
}
/* #mv .period {
    background: #fff600;
    padding: 15px;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 700;
    max-width: 798px;
    margin: 0 auto;
} */



#contents {
	max-width: 950px;
  margin: 0 auto 100px;
}
#contents #leadtxt {
    font-size: 2.4rem;
    line-height: 1.6;
    font-weight: 700;
    text-align: center;
    margin: 20px 0;
}
/* #contents .product {
    text-align: center;
    margin-bottom: 50px;
} */


@media (min-width: 751px) and (max-width: 949px) {
  #mv {
      margin: 0 30px;
  }
  #contents {
  	margin: 0 30px;
  }
}
@media screen and (max-width: 750px) {
  #mv {
      max-width: 100%;
      padding: 25px;
  }
  #mv h1 {
      margin: 0 0 20px;
      padding: 0;
  }
  #mv h1 img {
      width: 90%;
      height: auto;
  }
/* #mv .period {
    font-size: 3.3rem;
    max-width: 90%;
    margin: 0 auto;
    line-height: 1.5;
} */



  #contents {
  	max-width: 950px;
      width: 86%;
      margin: 1rem auto 1rem;
  }
  #contents #leadtxt {
      font-size: 3.6rem;
      line-height: 1.6;
      font-weight: 700;
      text-align: left;
      margin: 20px 0;
  }
/* #contents .product img {
    width: 100%;
    height: auto;
} */
}
