@charset "UTF-8";
/* Scss Document */
i {
  font-style: italic;
  font-weight: 500;
}

/* PC用コード
*******************************************************/
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
  body {
    line-height: 1.6em !important;
  }
  /* HEADER
  *******************************************************/
  .header .header-inner .gnav ul.gnav__menu li:nth-child(1) a::after {
    transform: scaleX(1);
    transform-origin: left;
    transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
  }
  /*ACCESSORY
  *******************************************************/
  #accessory {
    width: 100%;
  }
  #accessory .top {
    width: 100%;
  }
  #accessory .top img {
    width: 100%;
    height: auto;
  }
  #accessory .top .lead {
    display: table;
    margin: 140px auto;
    color: #df3828;
    font-size: 20px;
    font-family: "Avenir Next", "Corbel", sans-serif;
    font-size: 14px;
    line-height: 1.5;
  }
  #accessory .top .lead i {
    font-size: 16px;
  }
  #accessory .contents {
    width: 100%;
    max-width: 870px;
    margin: 0 auto;
  }
  #accessory .contents section {
    width: 100%;
    margin-bottom: 200px;
    /*SOLD OUT用 2025.12.07追加
    *******************************************************/
  }
  #accessory .contents section ul {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #accessory .contents section ul li {
    width: 48.5%;
    margin-bottom: 3%;
  }
  #accessory .contents section ul li img {
    width: 100%;
    height: auto;
  }
  #accessory .contents section .text {
    max-width: 600px;
    margin: 0 auto;
    padding: 10px 0 30px 150px;
    color: #df3828;
    font-size: 13px;
    font-family: "Avenir Next", "Corbel", sans-serif;
    line-height: 1.2;
  }
  #accessory .contents section .text i {
    line-height: 1.8;
    font-weight: bold;
    font-size: 14px;
  }
  #accessory .contents section a.buy {
    width: 300px;
    margin: 0 auto;
    background: #df3828;
    color: #fff;
    text-decoration: none;
    display: block;
    border-radius: 6px;
    padding: 3px;
    font-size: 13px;
    text-align: center;
    border: 1px solid #df3828;
    transition: all 0.3s ease-out;
    font-weight: lighter;
    letter-spacing: 0.1em;
  }
  #accessory .contents section a.buy:hover {
    background: #fff;
    border: 1px solid #df3828;
    color: #df3828;
  }
  #accessory .contents section .sold {
    font-weight: 100;
    width: 300px;
    margin: 0 auto;
    color: #767676;
    text-decoration: none;
    display: block;
    border-radius: 6px;
    padding: 3px;
    font-size: 13px;
    text-align: center;
    border: solid 1px #767676;
  }
}
/* SP用コード
*******************************************************/
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  body {
    line-height: 1.2em !important;
  }
  /*ACCESSORY
  *******************************************************/
  #accessory {
    width: 100%;
    margin: 60px auto 0;
  }
  #accessory .top {
    width: 100%;
  }
  #accessory .top img {
    width: 100%;
    height: auto;
  }
  #accessory .top .lead {
    display: table;
    margin: 25px 20px 100px;
    color: #df3828;
    font-size: 14px;
    font-family: "Avenir Next", "Corbel", sans-serif;
    font-size: 12px;
    line-height: 1.4;
  }
  #accessory .top .lead i {
    font-size: 14px;
  }
  #accessory .contents {
    width: 100%;
    margin: 0 auto;
  }
  #accessory .contents section {
    width: 100%;
    margin-bottom: 150px;
  }
  #accessory .contents section ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #accessory .contents section ul li {
    width: 48.5%;
    margin-bottom: 3%;
  }
  #accessory .contents section ul li img {
    width: 100%;
    height: auto;
  }
  #accessory .contents section .text {
    padding: 5px 20px 15px;
    color: #df3828;
    font-size: 13px;
    font-family: "Avenir Next", "Corbel", sans-serif;
  }
  #accessory .contents section .text span {
    font-size: 12px;
  }
  #accessory .contents section a.buy {
    width: 55%;
    max-width: 300px;
    margin: 0 auto;
    background: #df3828;
    color: #fff;
    text-decoration: none;
    display: block;
    border-radius: 4px;
    padding: 5px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #df3828;
    transition: all 0.3s ease-out;
    font-weight: lighter;
    letter-spacing: 0.1em;
  }
  #accessory .contents section a.buy:hover {
    background: #fff;
    border: 1px solid #df3828;
    color: #df3828;
  }
}/*# sourceMappingURL=accessory.css.map */