/* ----------------------------------------------------------
General Settings
---------------------------------------------------------- */
/* ----------------------------------------------------------
Style for Smartphone
---------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .sales-top {
    width: calc(100% - 40px);
    height: auto;
    margin: 0 auto;
    padding: 60px 0 40px;
  }
  .sales-top h2.catch {
    text-align: center;
    margin-bottom: 40px;
  }
  .link_button {
    text-align: center;
  }
  .stocklist {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
            margin-top: 30px;
  }
  .stocklist li {
    width: 100%;
    margin: 0 0% 40px;
    padding-bottom: 35px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    border: 1px solid #ddd;
  }
  .stocklist li a img {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin: 0 !important;
  }
  .stocklist li a:hover img {
    opacity: 0.6;
  }
  .stocklist .stcc {
    width: 100%;
    height: auto;
    display: block;
    flex-grow: 1;
    padding: 25px 15px 25px;
  }
  .stocklist .stcc h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25em;
    margin-bottom: 5px;
    color: #666666;
  }
  .stocklist .stcc h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 5px;
  }
  .stocklist .stcc h4 a {
    color: #000;
    text-decoration: none;
  }
  .stocklist .stcc h4 a:hover {
    opacity: 0.8;
    transition: color 0.3s;
    color: var(--main_color);
  }
  .stocklist .stcc h5 {
    font-size: 12px;
    line-height: 1.4em;
    letter-spacing: -0.5px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .stocklist .stcc .specbox {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 5px;
  }
  .stocklist .stcc .specbox dl {
    width: 100%;
    margin: 0 0.5% 10px;
    display: flex;
    justify-content: flex-start;
  }
  .stocklist .stcc .specbox dl dt {
    width: 50%;
    height: auto;
    display: block;
    text-align: left;
    font-size: 12px;
    line-height: 1.25em;
    letter-spacing: -0.5px;
    font-weight: 400;
    padding: 5px 3px;
    border-bottom: 1px dotted var(--color-ccc);
  }
  .stocklist .stcc .specbox dl dd {
    width: 50%;
    height: auto;
    display: block;
    text-align: right;
    font-size: 12px;
    line-height: 1.25em;
    font-weight: 400;
    padding: 5px 3px;
    border-bottom: 1px dotted var(--color-ccc);
  }
  .stocklist .stcc p.stprice {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25em;
    text-align: center;
    margin-bottom: 0px;
  }
  .stocklist .stcc p.stprice strong {
    font-size: 18px;
    font-weight: 700;
  }
  .img-wrap {
    padding-top: 66.666%;
    position: relative;
  }
  .img-inner {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
  }
  .img-inner img {
    width: 100% !important;
  }
}
/* ----------------------------------------------------------
Style for iPad Pro
---------------------------------------------------------- */
@media print, screen and (min-width: 769px) and (max-width: 1024px) {
  .sales-top {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 100px;
  }
  .sales-top h2.catch {
    text-align: center;
    margin-bottom: 40px;
  }
  .link_button {
    text-align: center;
  }
  .stocklist {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
         margin: 30px auto;
  }
  .stocklist li {
    width: 48%;
    margin: 0 1% 40px;
    padding-bottom: 35px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    border: 1px solid #ddd;
  }
  .stocklist li a img {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin: 0 !important;
  }
  .stocklist li a:hover img {
    opacity: 0.6;
  }
  .stocklist .stcc {
    width: 100%;
    height: auto;
    display: block;
    flex-grow: 1;
    padding: 25px 15px 0px;
  }
  .stocklist .stcc h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25em;
    margin-bottom: 5px;
    color: #666666;
  }
  .stocklist .stcc h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 5px;
  }
  .stocklist .stcc h4 a {
    color: #000;
    text-decoration: none;
  }
  .stocklist .stcc h4 a:hover {
    opacity: 0.8;
    transition: color 0.3s;
    color: var(--main_color);
  }
  .stocklist .stcc h5 {
    font-size: 12px;
    line-height: 1.4em;
    letter-spacing: -0.5px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .stocklist .stcc .specbox {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 5px;
  }
  .stocklist .stcc .specbox dl {
    width: 99%;
    margin: 0 0.5% 10px;
    display: flex;
    justify-content: flex-start;
  }
  .stocklist .stcc .specbox dl dt {
    width: 100%;
    height: auto;
    display: block;
    text-align: left;
    font-size: 12px;
    line-height: 1.25em;
    letter-spacing: -0.5px;
    font-weight: 400;
    padding: 5px 3px;
    border-bottom: 1px dotted var(--color-ccc);
  }
  .stocklist .stcc .specbox dl dd {
    width: 100%;
    height: auto;
    display: block;
    text-align: right;
    font-size: 12px;
    line-height: 1.25em;
    font-weight: 400;
    padding: 5px 3px;
    border-bottom: 1px dotted var(--color-ccc);
  }
  .stocklist .stcc p.stprice {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
  }
  .stocklist .stcc p.stprice strong {
    font-size: 18px;
    font-weight: 400;
  }
  .img-wrap {
    padding-top: 66.666%;
    position: relative;
  }
  .img-inner {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
  }
  .img-inner img {
    width: 100% !important;
  }
}
/* ----------------------------------------------------------
Style for PCs
---------------------------------------------------------- */
@media screen and (min-width: 1025px) {
  .sales-top {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 100px;
  }
  .sales-top h2.catch {
    text-align: center;
    margin-bottom: 40px;
  }
  .link_button {
    text-align: center;
  }
  .stocklist {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
      margin-top: 30px;
  }
  .stocklist li {
    width: calc(94% /3);
    margin: 0 1% 40px;
    padding-bottom: 35px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    border: 1px solid #ddd;
  }
  .stocklist li a img {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin: 0 !important;
  }
  .stocklist li a:hover img {
    opacity: 0.6;
  }
  .stocklist .stcc {
    width: 100%;
    height: auto;
    display: block;
    flex-grow: 1;
    padding: 25px 15px 0px;
  }
  .stocklist .stcc h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25em;
    margin-bottom: 5px;
    color: #666666;
  }
  .stocklist .stcc h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 5px;
  }
  .stocklist .stcc h4 a {
    color: #000;
    text-decoration: none;
  }
  .stocklist .stcc h4 a:hover {
    opacity: 0.8;
    transition: color 0.3s;
    color: var(--main_color);
  }
  .stocklist .stcc h5 {
    font-size: 12px;
    line-height: 1.4em;
    letter-spacing: -0.5px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .stocklist .stcc .specbox {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 5px;
  }
  .stocklist .stcc .specbox dl {
    width: 99%;
    margin: 0 0.5% 10px;
    display: flex;
    justify-content: flex-start;
  }
  .stocklist .stcc .specbox dl dt {
    width: 100%;
    height: auto;
    display: block;
    text-align: left;
    font-size: 12px;
    line-height: 1.25em;
    letter-spacing: -0.5px;
    font-weight: 400;
    padding: 5px 3px;
    border-bottom: 1px dotted var(--color-ccc);
  }
  .stocklist .stcc .specbox dl dd {
    width: 100%;
    height: auto;
    display: block;
    text-align: right;
    font-size: 12px;
    line-height: 1.25em;
    font-weight: 400;
    padding: 5px 3px;
    border-bottom: 1px dotted var(--color-ccc);
  }
  .stocklist .stcc p.stprice {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
  }
  .stocklist .stcc p.stprice strong {
    font-size: 18px;
    font-weight: 400;
  }
  .img-wrap {
    padding-top: 66.666%;
    position: relative;
  }
  .img-inner {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
  }
  .img-inner img {
    width: 100% !important;
  }
}