.text-costom-indent {
  text-indent: 2em;
}

h3.text-costom::before {
  display: none !important;
}

.margin-cosutom-100{
  margin-top: 100px;
}

.margin-cosutom-50{
  margin-top: 50px;
}

.margin-cosutom-30{
  margin-top: 30px;
}

.margin-cosutom-20{
  margin-top: 20px;
}

.margin-cosutom-10{
  margin-top: 10px;
}

.margin-cosutom-bottom-20{
  margin-bottom: 20px;
}


.div-costom{
  margin: 0 auto !important;
  text-align: left;
}


h2.text-costom {
  font-size: 22px !important;
  text-align: center !important;
}

h3.text-costom {
  font-size: 20px !important;
  text-align: left !important;
  margin-bottom: 10px !important;
}


a.btn-orange {
  color: #007bff;
  text-decoration: underline;
  font-weight: normal;
  background: none;
  border: none;
  padding: 0;
  border-radius: 0;
  display: inline;
}

/* ホバー時 */
a.btn-orange:hover {
  color: #0056b3; /* 少し濃い青に変化（任意） */
  background: none;
}

/* フォーカス時（キーボード操作など） */
a.btn-orange:focus {
  color: #007bff;
  background: none;
  outline: none;
}

/* クリック時 */
a.btn-orange:active {
  color: #007bff;
  background: none;
  outline: none;
}

.btn-costom-size {
  font-size: clamp(16px, 5vw, 28px) !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  white-space: normal;
  padding: 20px 16px !important;
  margin-bottom: 20px;
}


/* PC */
@media screen and (min-width: 769px) {
  .btn-costom-size {
    width: 35% !important;
    max-width: 35% !important;
  }
  h2.text-costom {
    font-size: 28px !important;
    text-align: center !important;
  }

  .lp_imageArea img {
    width: 100% !important;
  }

  .text-costom-a{
    transition: none !important;
    color: #001789 !important;
    text-decoration: underline !important;
  }

  .coupon1-img{
    margin-top: 50px !important;
  }

  .more-button-wrapper {
    text-align: center;
    margin-top: 50px;
  }

  .more-button {
    display: inline-block;
    padding: 10px 24px;
    background-color: #91bd1d;
    color: #ffffff;
    border: 1px solid #ccc;
    font-size: 14px;
    text-decoration: none;
    border-radius: 18px;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  
}

/* スマホ（768px以下） */
@media (max-width: 768px) {
  .btn-costom-size {
    width: 80% !important;
    max-width: 80% !important;
    padding: 10px 16px !important;
  }

  .lp_imageArea img {
    width: 100% !important;
  }

  .category_imageArea img{
    width: 100% !important;
  }

  .category_imageArea{
    margin: 0px -11px !important;
  }

  .div-costom{
    width: 80% !important;
  }

  .text-costom-a{
    transition: none !important;
    color: #001789 !important;
    text-decoration: underline !important;
  }

  .special-now{
    margin-top: 40px !important;
  }
  
  .coupon1-img{
    margin-top: 40px !important;
  }

  .more-button-wrapper {
    text-align: center;
    margin-top: 50px;
  }

  .more-button {
    display: inline-block;
    padding: 10px 24px;
    background-color: #91bd1d;
    color: #ffffff;
    border: 1px solid #ccc;
    font-size: 14px;
    text-decoration: none;
    border-radius: 18px;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
}