@charset "UTF-8";
@import url("https://use.typekit.net/pvj2vcl.css");
/*-------------MIX　IN-------------*/
body {
  margin: 0;
  padding: 0;
  /*background:#ececec;*/
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center; }

.txtx {
  text-decoration: line-through; }

.fade-in {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both; }

li {
  list-style: none; }

/*-------------PC用-------------*/
@media screen and (min-width: 641px) {
  header {
    margin: 0 auto 50px;
    width: 100%;
    padding: 0; }
    header img {
      width: 100%; }

  h1 {
    margin: 50px auto 50px; }

  h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: 0.15em;
    margin: 0 auto 80px !important; }

  .logo {
    font-weight: normal !important;
    font-size: 14px;
    margin: 30px 0;
    padding: 0; }
    .logo img {
      width: 415px;
      margin-top: 10px; }

  h5 {
    font-family: "century-gothic", sans-serif;
    font-weight: normal;
    letter-spacing: 0.3em;
    font-size: 1.5rem;
    margin: 30px 0 0;
    padding: 0; }

  h6 {
    font-family: "century-gothic", sans-serif;
    font-weight: normal;
    letter-spacing: 0.3em;
    font-size: 1.4rem;
    margin: 15px 0;
    padding: 0;
    color: #fff; }

  .shop {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 830px;
    margin: 20px auto 50px;
    gap: 10px; }
    .shop li {
      position: relative;
      width: 32%;
      background: #000000; }
      .shop li a {
        color: #fff;
        display: block;
        letter-spacing: 0.1em;
        font-size: 16px;
        padding: 12px 0;
        transition: 0.5s; }
      .shop li a:hover {
        background: #636363; }
    .shop li:after {
      position: absolute;
      content: "";
      background: url(../images/top/ar.png) no-repeat;
      right: 8px;
      top: 8px;
      width: 13px;
      height: 25px; }

  .feature {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px;
    margin: 20px auto 30px;
    width: 925px; }
    .feature li {
      width: 445px;
      background: #fff;
      padding: 5px;
      text-align: left; }
      .feature li dl {
        display: flex;
        width: 100%; }
        .feature li dl dt {
          width: 160px; }
        .feature li dl dd {
          width: 280px;
          padding: 10px; }
          .feature li dl dd p {
            font-family: "century-gothic", sans-serif;
            font-size: 1.2rem;
            margin: 15px 0;
            letter-spacing: 0.2em;
            text-align: center; }
          .feature li dl dd span {
            letter-spacing: 0.1em;
            font-size: 14px;
            line-height: 1.6;
            text-align: left; }

  article {
    background: #e9e9e9;
    margin: 100px auto;
    padding: 10px 0; }

  footer {
    width: 100%;
    background: #000;
    padding: 30px 0; }

  .footer_box {
    display: flex;
    width: 800px;
    justify-content: center;
    margin: 15px auto 0;
    padding-left: 80px;
    gap: 50px; }
    .footer_box li {
      width: 45%;
      text-align: left;
      line-height: 1.6; }
      .footer_box li p {
        color: #fff;
        font-size: 14px; }
    .footer_box li:first-child {
      width: 40%; }
    .footer_box .notes {
      margin-top: 3px;
      font-size: 0.85em;
      text-indent: -1em;
      padding-left: 1em;
      letter-spacing: 0.1em;
      font-size: 12px;
      color: #fff; }

  .footer_box1 {
    margin-top: 10px;
    text-align: center;
    color: #fff;
    line-height: 1.6; }

  .aacd {
    margin: 5px auto; }

  /*----ボタン----*/
  .button {
    margin: 30px 0;
    font-family: "century-gothic", sans-serif;
    font-weight: normal;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding: 5px 5px 5px 10px;
    font-size: 1.5rem;
    letter-spacing: 0.1em; }
    .button .small {
      font-size: 12px; }

  .button::before,
  .button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: ''; }

  .button,
  .button::before,
  .button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s; }

  .button {
    background-color: #000;
    border: 2px solid #000;
    color: #fff !important; }

  .button:hover {
    background-color: #fff;
    border-color: #000;
    color: #000 !important;
    cursor: pointer; } }
/*-------------SP用-------------*/
@media screen and (max-width: 640px) {
  h1 img {
    width: 90%; }

  header {
    margin: 0 auto 50px;
    width: 100%;
    padding: 0; }
    header img {
      width: 100%; }

  h1 {
    margin: 50px auto 50px; }

  h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: 0.15em;
    margin: 0 auto 80px !important; }

  .logo {
    font-weight: normal !important;
    font-size: 14px;
    margin: 30px 0;
    padding: 0; }
    .logo img {
      width: 80%;
      margin-top: 10px; }

  h5 {
    font-family: "century-gothic", sans-serif;
    font-weight: normal;
    letter-spacing: 0.3em;
    font-size: 1.5rem;
    margin: 30px 0 0;
    padding: 0; }

  h6 {
    font-family: "century-gothic", sans-serif;
    font-weight: normal;
    letter-spacing: 0.3em;
    font-size: 1.4rem;
    margin: 15px 0;
    padding: 0;
    color: #fff; }

  .shop {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    margin: 20px auto 50px;
    gap: 10px; }
    .shop li {
      position: relative;
      width: 95%;
      margin: 0 auto;
      background: #000000; }
      .shop li a {
        color: #fff;
        display: block;
        letter-spacing: 0.1em;
        font-size: 16px;
        padding: 12px 0;
        transition: 0.5s; }
      .shop li a:hover {
        background: #636363; }
    .shop li:after {
      position: absolute;
      content: "";
      background: url(../images/top/ar.png) no-repeat;
      right: 8px;
      top: 8px;
      width: 13px;
      height: 25px; }

  .feature {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin: 20px auto 30px;
    width: 90%; }
    .feature li {
      width: 100%;
      background: #fff;
      padding: 5px;
      margin: 0 auto;
      text-align: left; }
      .feature li dl {
        display: flex;
        width: 100%; }
        .feature li dl dt {
          width: 160px; }
        .feature li dl dd {
          width: 280px;
          padding: 10px; }
          .feature li dl dd p {
            font-family: "century-gothic", sans-serif;
            font-size: 1.1rem;
            margin: 0 0 5px;
            letter-spacing: 0.2em;
            text-align: center; }
          .feature li dl dd span {
            letter-spacing: 0.1em;
            font-size: 13px;
            line-height: 1.6;
            text-align: left; }

  article {
    background: #e9e9e9;
    margin: 100px auto;
    padding: 10px 0; }

  footer {
    width: 100%;
    background: #000;
    padding: 30px 0; }

  .footer_box {
    display: flex;
    width: 95%;
    justify-content: center;
    margin: 15px auto 0;
    flex-wrap: wrap;
    gap: 50px; }
    .footer_box li {
      width: 100%;
      text-align: left;
      line-height: 1.6; }
      .footer_box li p {
        color: #fff;
        font-size: 14px; }
    .footer_box li:first-child {
      width: 100%; }
    .footer_box .notes {
      margin-top: 3px;
      font-size: 0.85em;
      text-indent: -1em;
      padding-left: 1em;
      letter-spacing: 0.1em;
      font-size: 12px;
      color: #fff; }

  .footer_box1 {
    width: 90%;
    margin: 10px auto;
    text-align: left;
    color: #fff;
    line-height: 1.6; }

  .aacd {
    margin: 5px auto; }

  /*----ボタン----*/
  .button {
    margin: 50px 0;
    font-family: "century-gothic", sans-serif;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding: 10px 5px 10px 10px;
    font-size: 1.5rem;
    letter-spacing: 0.1em; }
    .button .small {
      font-size: 12px; }

  .button::before,
  .button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: ''; }

  .button,
  .button::before,
  .button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s; }

  .button {
    background-color: #000;
    border: 2px solid #000;
    color: #fff !important; }

  .button:hover {
    background-color: #fff;
    border-color: #000;
    color: #000 !important;
    cursor: pointer; }

  .rCartBtn {
    margin-top: 5px;
    background: #C30206;
    color: #fff;
    border: 0;
    border-radius: 2px;
    cursor: pointer; } }
/* ----------------------------------------------
 * Generated by Animista on 2021-1-29 16:1:46
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
