@media screen and (max-width: 766px) {
  article .detail {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 5px solid #f5f1eb;
  }
  article .detail h2 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 5px solid #f5f1eb;
    position: relative;
    line-height: 1.5em;
    font-size: 1.75em;
    font-weight: bold;
    font-family: 'Noto Sans Japanese', sans-serif;
    padding-top: 15px;
  }
  article .detail h2 p {
    font-size: 0.7em;
    font-weight: normal;
    line-height: 1.25em;
    margin-bottom: 10px;
  }
  article .detail h2.type01:before {
    content: "EVENT";
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    background: #7cca85;
    display: block;
    border-radius: 5px;
    font-family: 'Contrail One', cursive;
    font-size: 0.7em;
    letter-spacing: 0.1em;
    padding: 10px 0 5px;
    margin-bottom: 15px;
    line-height: 1em;
  }
  article .detail h2.type02:before {
    content: "SALE";
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    background: #f5cb5e;
    display: block;
    border-radius: 5px;
    font-family: 'Contrail One', cursive;
    font-size: 0.7em;
    letter-spacing: 0.1em;
    padding: 10px 0 5px;
    margin-bottom: 15px;
    line-height: 1em;
  }
  article .detail h2.type03:before {
    content: "CAMPAIGN";
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    background: #fb9c83;
    display: block;
    border-radius: 5px;
    font-family: 'Contrail One', cursive;
    font-size: 0.7em;
    letter-spacing: 0.1em;
    padding: 10px 0 5px;
    margin-bottom: 15px;
    line-height: 1em;
  }
  article .detail h2.type04:before {
    content: "NEWS";
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    background: #8cc4f8;
    display: block;
    border-radius: 5px;
    font-family: 'Contrail One', cursive;
    font-size: 0.7em;
    letter-spacing: 0.1em;
    padding: 10px 0 5px;
    margin-bottom: 15px;
    line-height: 1em;
  }
  article .detail h2.type05:before {
    content: "SHOP";
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    background: #eb4495;
    display: block;
    border-radius: 5px;
    font-family: 'Contrail One', cursive;
    font-size: 0.7em;
    letter-spacing: 0.1em;
    padding: 10px 0 5px;
    margin-bottom: 15px;
    line-height: 1em;
  }
  article .detail h2 + div {
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  article .detail h2 + div figure {
    margin-bottom: 45px;
  }
  article .detail h2 + div figure img {
    width: 100%;
  }
  article .detail h2 + div > div:nth-of-type(1) {
    width: 100%;
    max-width: 650px;
    margin: 0 auto 30px;
  }
  article .detail h2 + div > div:nth-of-type(1) h3 {
    font-size: 1.5em;
    font-weight: bold;
    font-family: 'Noto Sans Japanese', sans-serif;
    margin-bottom: 15px;
  }
  article .detail h2 + div > div:nth-of-type(2) {
    margin-bottom: 30px;
  }
  article .detail h2 + div > div:nth-of-type(2) div {
    margin-bottom: 30px;
  }
  article .detail h2 + div > div:nth-of-type(2) div figure {
    margin-bottom: 30px;
  }
  article .detail h2 + div > div:nth-of-type(2) div p {
    font-size: 0.9em;
    line-height: 1.5em;
  }
  article .detail h2 + div > div:nth-of-type(2) div:last-of-type {
    margin-bottom: 0;
  }
  article .detail h2 + div > div:nth-of-type(3) {
    text-align: center;
  }
  article .detail h2 + div > div:nth-of-type(3) img {
    width: 100%;
    max-width: 314px;
  }
  article .detail h2 + div > div.button p {
    text-align: center;
    display: block;
    margin-bottom: 30px;
  }
  article .recommended > div:nth-of-type(1) {
    margin-bottom: 30px;
  }
  article .recommended > div:nth-of-type(1) h3 {
    margin-bottom: 10px;
    text-align: center;
  }
  article .recommended > div:nth-of-type(1) h3 span {
    font-family: 'Contrail One', cursive;
    line-height: 1em;
    font-size: 2.5em;
  }
  article .recommended > div:nth-of-type(1) h3 span:nth-of-type(1),
  article .recommended > div:nth-of-type(1) h3 span:nth-of-type(5),
  article .recommended > div:nth-of-type(1) h3 span:nth-of-type(9),
  article .recommended > div:nth-of-type(1) h3 span:nth-of-type(13) {
    color: #86f293;
  }
  article .recommended > div:nth-of-type(1) h3 span:nth-of-type(2),
  article .recommended > div:nth-of-type(1) h3 span:nth-of-type(6),
  article .recommended > div:nth-of-type(1) h3 span:nth-of-type(10),
  article .recommended > div:nth-of-type(1) h3 span:nth-of-type(14) {
    color: #fdb722;
  }
  article .recommended > div:nth-of-type(1) h3 span:nth-of-type(3),
  article .recommended > div:nth-of-type(1) h3 span:nth-of-type(7),
  article .recommended > div:nth-of-type(1) h3 span:nth-of-type(11),
  article .recommended > div:nth-of-type(1) h3 span:nth-of-type(15) {
    color: #ff8467;
  }
  article .recommended > div:nth-of-type(1) h3 span:nth-of-type(4),
  article .recommended > div:nth-of-type(1) h3 span:nth-of-type(8),
  article .recommended > div:nth-of-type(1) h3 span:nth-of-type(12),
  article .recommended > div:nth-of-type(1) h3 span:nth-of-type(16) {
    color: #44a4f6;
  }
  article .recommended > div:nth-of-type(1) p {
    font-size: 1.2em;
    font-weight: bold;
    font-family: 'Noto Sans Japanese', sans-serif;
    text-align: center;
  }
}
