/*  パソコン用CSS  */
@media screen and (min-width:601px) {
  main{
       width: 1080px;
       margin-right: auto;
       margin-left: auto;
       padding-top: 100px;
       text-align: center;
  }

  #mainvisual{
       text-align: center;
  }

  #product01{
       font-family: "Roboto","arial";
       font-weight: 900;
       font-size: 32px;
       letter-spacing: 0.05em;
       text-align: center;
       margin-top: 30px;
       margin-bottom: 20px;
  }

  #topics1_pc{
       font-family: "Roboto","arial";
       font-size: 15px;
       font-weight: bold;
       width: 1080px;
       text-align: center;
       margin-bottom: 50px;
  }

  #topics1_ph{
       display: none;
  }

  .category1 a{
       margin: 15px;
       text-decoration:none;
  }

  .itemlist1{
       display: flex;
       flex-direction: row;
       align-items: center;
       width: 1080px;
       text-align: center;
       margin-top: -99px;
       padding-top: 100px;
       border: none;
  }

  .itemlist1 img{
       margin: 0px;
       padding: 0px;
       border: none;
  }

  .itemlist1 p{
       width: 540px;
       text-align: center;
       margin: 0px;
       padding: 0px;
       border: none;
  }

  .itemlist1_ph{
       display; none;
  }

  .itemlist1 a{
       color: black;
       text-decoration: none;
  }

  .itemlist2{
       display: flex;
       flex-direction: row-reverse;
       align-items: center;
       width: 1080px;
       text-align: center;
       margin-top: -99px;
       padding-top: 100px;
       border: none;
  }

  .itemlist2 img{
       margin: 0px;
       padding: 0px;
       border: none;
  }

  .itemlist2 p{
       width: 540px;
       text-align: center;
       margin: 0px;
       padding: 0px;
       border: none;
  }

  .itemlist2 a{
       color: black;
       text-decoration: none;
  }

  #itemlist001{
       font-family: "Roboto","arial";
       font-size: 45px;
       font-weight: 900;
       letter-spacing: 0.05em;
  }

  #itemlist001_ph{
       display: none;
  }

  .itemlist1_ph{
       display: none;
  }

  .itemlist002{
       font-family: "Roboto","arial";
       font-size: 40px;
       font-weight: 900;
       letter-spacing: 0.05em;
  }

  .itemlist002_ph{
       display: none;
  }

  .visual_ph{
       display: none;
  }
}


/*  スマホ用CSS  */
@media screen and (max-width:600px) {
  main{
       width: 390px;
       margin-right: auto;
       margin-left: auto;
       padding-top: 100px;
       text-align: center;
  }

  #mainvisual{
       text-align: center;
  }

  #product01{
       font-family: "Roboto","arial";
       font-weight: 900;
       font-size: 30px;
       letter-spacing: 0.05em;
       text-align: center;
       margin-top: 30px;
  }

  #topics1_pc{
       display: none;
  }

  #topics1_ph{
       margin-top: 5px;
       margin-bottom: 40px;
  }

  .category1 img{
       vertical-align: top;
       margin-top: 20px;
       margin-right: 9px;
       margin-left: 9px;
       margin-bottom: 0px;
  }

  .itemlist1{
       text-align: center;
       margin-bottom: 32px;
       margin-top: -99px;
       padding-top: 100px;
  }

  .itemlist1 img{
       margin: 0px;
       padding: 0px;
       border: none;
  }

  .itemlist1 p{
       text-align: center;
       margin-top: 20px;
  }

  .itemlist1 a{
       color: black;
       text-decoration: none;
  }

  .itemlist1_ph{
       width: 270px;
       text-align: center;
       display: inline-block;
  }

  .itemlist1_ph_1{
       font-size: 12px;
       font-weight: bold;
       letter-spacing: 0.1em;
       line-height: 19px;
       text-align: justify;
       text-justify: inter-ideograph;
       margin-top: 10px;
  }

  .itemlist2{
       text-align: center;
       margin-bottom: 32px;
       margin-top: -99px;
       padding-top: 100px;
  }

  .itemlist2 img{
       margin: 0px;
       padding: 0px;
       border: none;
  }

  .itemlist2 p{
       text-align: center;
       margin-top: 20px;
  }

  .itemlist2 a{
       color: black;
       text-decoration: none;
  }

  #itemlist001{
       display: none;
  }

  #itemlist001_ph{
       font-family: "Roboto","arial";
       font-size: 28px;
       font-weight: 900;
       letter-spacing: 0.05em;
       text-align: center;
  }

  .itemlist002{
       display: none;
  }

  .itemlist002_ph{
       font-family: "Roboto","arial";
       font-size: 25px;
       font-weight: 900;
       letter-spacing: 0.05em;
       text-align: center;
  }

  .visual_pc{
       display: none;
  }
}
