/* / common sass */
/*--=== SP ONLY max-width: 960px ===-- / */
@media screen and (max-width: 960px) {
  #top01_01 #top01_01_product {
    grid-column: 1/3;
    grid-row: 4/4;
    margin-top: 15px;
  }
  #top01_01 #top01_01_product a {
    display: block;
    background-image: url("/images/top1_button_bg2.png");
    background-size: 20% 100%;
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #fccf00;
    padding: 10px 20% 10px 20px;
    position: relative;
    text-decoration: none;
    color: #333;
  }
  #top01_01 #top01_01_product a p {
    font-size: 1.4rem;
  }
  #top01_01 #top01_01_product a:hover {
    background-color: #fff7d4;
    transition: 0.5s;
  }
  #top01_01 #top01_01_product a:after {
    content: "";
    width: 73px;
    height: 73px;
    background-image: url("/wp-content/themes/mcj/img/top_product_img.png");
    background-size: 73px 73px;
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
  }
  #top01_01 #top01_01_product a h3 {
    margin-right: 1rem;
  }
  #top01_01 #top01_01_product a h3 img {
    height: 18px;
  }
}
/*--=== / SP ONLY max-width: 960px ===-- */
/*--=== PC ONLY min-width: 961px ===-- / */
@media print, screen and (min-width: 961px) {
  #top01_01 #top01_01_product {
    grid-column: 2/3;
    grid-row: 4/4;
    margin-top: 15px;
  }
  #top01_01 #top01_01_product a {
    display: flex;
    align-items: center;
    background-image: url("/images/top1_button_bg2.png");
    background-size: 20% 100%;
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #fccf00;
    padding: 25px 20% 25px 134px;
    position: relative;
    text-decoration: none;
    color: #333;
  }
  #top01_01 #top01_01_product a:hover {
    background-color: #fff7d4;
    transition: 0.5s;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.4);
  }
  #top01_01 #top01_01_product a:after {
    content: "";
    width: 109px;
    height: 109px;
    background-image: url("/wp-content/themes/mcj/img/top_product_img.png");
    background-size: 109px 109px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  #top01_01 #top01_01_product a h3 {
    margin-right: 1rem;
  }
  #top01_01 #top01_01_product a h3 img {
    height: 32px;
  }
}
/*--=== / PC ONLY min-width: 961px ===-- *//*# sourceMappingURL=top.css.map */