@charset "UTF-8";

/*---------- 記事エリア全体 ----------*/
.lp_content {
  color: #3f3f3f;
  display: flex;
  max-width: 1056px;
  margin: 0 auto;
}

.main_content img {
  width: 100%;
}

/*---------- font ----------*/
.main_content .top .title {
  font-size: 1.5rem;
  font-weight: bold;
}

.main_content .top .time {
  font-size: 1rem;
  color: #AEAEAE;
}

.main_content .article_content .article_heading p {
  font-size: 1.25rem;
  font-weight: bold;
}

.product-list .card-list .card-link .card-content .card-text {
  font-size: 0.875rem;
  padding-right: 3px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

/* ========================= */
/* 全体 */
/* ========================= */
/*---------- 全体 タブレット版 ----------*/
@media screen and (max-width: 768px) {
  .lp_content {
    flex-direction: column-reverse;
  }
}

/*----------全体 SP版　---------- */
@media screen and (max-width: 599px) {

  /*---------- font ----------*/
  .main_content .top .title {
    font-size: 1rem;
    padding: 0 15px;
  }

  .main_content .top .time {
    font-size: 0.875rem;
    padding: 0 15px;
  }

  .main_content .article_content .article_heading p {
    font-size: 1rem;
  }

  .product-list .card-list .card-link .card-content .card-text {
    font-size: 0.875rem;
  }
}

/* ========================= */
/* 横ナビゲーション */
/* ========================= */
/*----------  PC版 ----------*/

@media screen and (min-width: 769px) {
  .product-list {
    width: 260px;
    padding: 10px 0 0 0;
  }

  .product-list .common-title {
    text-align: left;
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0 0 10px 0;
  }

  .product-list .category-title {
    font-size: 1rem;
    margin: 10px auto;
  }

  .product-list .card-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-bottom: 30px;
  }

  .product-list .card-list .card-link {
    height: 60px;
    background-color: #fff;
    box-shadow: none;
    border-radius: 0px;
  }

  .product-list .topics .card-list .card-link {
    height: 50px;
  }

  .product-list .card-list .card-link .card-image {
    flex: none;
  }

  .product-list .card-list .card-link .card-image img {
    width: 100%;
    background-color: #F6F6F6;
  }

  .product-list .card-list .card-link .card-content {
    border: none;
  }

  /* すべての商品を見るボタン */
  .action-button {
    border: solid #FF7200 2px;
    width: 100%;
  }

  .button-container img {
    width: 24px;
    height: 24px;
  }
}

/*---------- タブレット版 ----------*/
@media screen and (max-width: 768px) {
  .product-list {
    width: 100%;
    margin-top: 30px;
  }

  .product-list .common-title {
    margin: 0 0 10px 0;
  }

  .product-list .category-title {
    font-size: 1rem;
    margin: 0 0 10px auto;
  }

  .product-list .card-list {
    gap: 10px;
    margin-bottom: 30px;
  }

  /* すべての商品を見るボタン */
  .action-button {
    border: solid #FF7200 2px;
    width: 100%;
  }

  .button-container img {
    width: 24px;
    height: 24px;
  }

}

/*---------- SP版 ----------*/
@media screen and (max-width: 599px) {

  .product-list {
    width: 100%;
    margin-top: 0px;
  }

  .product-list .category-group {
    margin-bottom: 20px;
  }

  .product-list .common-title {
    font-size: 1.25rem;
    text-align: left;
  }

  .product-list .category-group .category-title {
    font-size: 1rem;
    margin: 0 0 5px 0;
  }

  .product-list .card-list .card-link {
    height: 80px;
  }

  .product-list .card-list .card-link .card-image img {
    background-color: #F6F6F6;
  }

  .product-list .card-list .card-link .card-content {
    padding: 0px 8px 0;
  }

}

/* ========================= */
/* main */
/* ========================= */

.main_content {
  width: 800px;
  padding: 0 0 0 20px;
}

.main_content .top img {
  margin-bottom: 20px;
}

.main_content .top {
  margin-bottom: 50px;
}

.main_content .article_content {
  margin-bottom: 50px;
}

.main_content .article_content .article_heading {
  padding-bottom: 15px;
}

.main_content .article_content .text_box {
  display: flex;
  gap: 30px;
}

.main_content .article_content .article_image img {
  width: 350px;
}

.main_content .article_content .article_text p {
  padding-bottom: 15px;
}

.main_content .article_content .article_text p:last-child {
  padding-bottom: 0px;
}

/*---------- タブレット版 ----------*/
@media screen and (max-width: 768px) {
  .main_content {
    width: 100%;
    padding: 0;
  }

  .main_content .top p {
    padding: 0 15px;
  }

  .main_content .article_content {
    margin-bottom: 20px;
    padding: 0 15px;
  }

  .main_content .article_content .text_box {
    flex-direction: column;
    gap: 10px;
  }

  .main_content .article_content .article_image img {
    width: 100%;
  }

}

/*---------- SP版 ----------*/

@media screen and (max-width: 599px) {

  /*---------- top ----------*/
  .main_content .top img {
    margin-bottom: 10px;
  }

  .main_content .top {
    margin-bottom: 30px;
  }

  /*---------- article_content ----------*/
  .main_content .article_content {
    margin-bottom: 20px;
    padding: 0 15px;
  }

  .main_content .article_content .article_heading {
    padding-bottom: 10px;
  }

  .main_content .article_content .text_box {
    flex-direction: column;
    gap: 10px;
  }

  .main_content .article_content .article_image img {
    width: 100%;
  }

  .main_content .article_content .article_text p {
    padding-bottom: 10px;
  }

  /* すべての商品を見るボタン */
  .action-button {
    border: solid #FF7200 2px;
    width: 100%;
  }

  .button-container img {
    width: 20px;
    height: 20px;
  }

}