@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(2) a::after {
    transform: scaleX(1);
    transform-origin: left;
    transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1); }

  /*ACCESSORY
  *******************************************************/
  #apparel {
    width: 100%; }
    #apparel .top {
      width: 100%; }
      #apparel .top img {
        width: 100%;
        height: auto; }
      #apparel .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; }
        #apparel .top .lead i {
          font-size: 16px; }
    #apparel .contents {
      width: 100%;
      margin: 0 auto; }
      #apparel .contents section {
        width: 100%;
        margin-bottom: 200px; }
        #apparel .contents section ul {
          max-width: 900px;
          margin: 0 auto;
          padding: 0 30px;
          display: flex;
          justify-content: center;
          flex-wrap: wrap; }
          #apparel .contents section ul li {
            width: 48.6%;
            max-width: 290px;
            margin: 0 10px 2%; }
            #apparel .contents section ul li img {
              width: 100%;
              height: auto; }
          #apparel .contents section ul.three {
            max-width: 1200px; }
            #apparel .contents section ul.three li {
              width: 32%; }
        #apparel .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; }
          #apparel .contents section .text i {
            line-height: 1.8;
            font-weight: bold;
            font-size: 14px; }
        #apparel .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; }
          #apparel .contents section a.buy:hover {
            background: #fff;
            border: 1px solid #df3828;
            color: #df3828; } }
/* SP用コード
*******************************************************/
@media screen and (max-width: 768px) {
  .pc {
    display: none; }

  body {
    line-height: 1.2em !important; }

  /*ACCESSORY
  *******************************************************/
  #apparel {
    width: 100%;
    margin: 60px auto 0; }
    #apparel .top {
      width: 100%; }
      #apparel .top img {
        width: 100%;
        height: auto; }
      #apparel .top .lead {
        display: table;
        margin: 25px 20px 100px;
        color: #df3828;
        font-size: 14px;
        font-family: 'Avenir Next','Corbel',sans-serif; }
    #apparel .contents {
      width: 100%;
      margin: 0 auto; }
      #apparel .contents section {
        width: 100%;
        margin-bottom: 150px; }
        #apparel .contents section ul {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          #apparel .contents section ul li {
            width: 48.5%;
            margin-bottom: 3%; }
            #apparel .contents section ul li img {
              width: 100%;
              height: auto; }
        #apparel .contents section .text {
          padding: 5px 20px 15px;
          color: #df3828;
          font-size: 13px;
          font-family: 'Avenir Next','Corbel',sans-serif; }
          #apparel .contents section .text span {
            font-size: 12px; }
        #apparel .contents section a.buy {
          width: 55%;
          max-width: 300px;
          margin: 0 auto;
          background: #df3828;
          color: #fff;
          text-decoration: none;
          display: block;
          border-radius: 6px;
          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; }
          #apparel .contents section a.buy:hover {
            background: #fff;
            border: 1px solid #df3828;
            color: #df3828; } }
