@charset "UTF-8";


/* ==========================================================================
   Archive Journal
========================================================================== */

/* ==========================================================================
   Single Journal
========================================================================== */

@media only screen and (max-width: 767px) {
  .single #store-detail figure {
    margin-bottom: 30px;
  }
  .single #store-detail dl dt {
    margin-bottom: 10px;
  }
  .single #store-detail dl dd {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .single #store-detail .txtBox {
    padding-left: 0;
  }
  .single #store-detail dl {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.2rem;
  }
  .single #store-detail dl dt {
    flex: 0 0 90px;
    margin-bottom: 10px;
  }
  .single #store-detail dl dd {
    flex: 0 0 calc(100% - 90px);
    margin-bottom: 10px;
  }
}

/* ---------------
   reyouth
--------------- */
#reyouth .intro {
    padding: 100px 0;
}
#reyouth .intro .introTxt {
    margin: 0 20px;
}
#reyouth .intro .introTxt p {
    font-weight: 700;
    font-size: 1.6rem;
}
#reyouth .lineup .productset {
    width: 80%;
    margin: 0 auto 40px;
}