/* スマホ（768px以下） */
@media (max-width: 768px) {
    .category_imageArea img{
      width: 100% !important;
    }
  
    .category-bottom-text { 
      margin-bottom: 80px!important;
      padding: 20px 0!important;
      line-height: 1.8!important;
    }
  
    .category_imageArea{
      margin: 0px -11px !important;
    }
    h2.text-costom {
      font-size: 24px !important;
      text-align: center !important;
    }
    h3.text-costom {
      font-size: 22px !important;
      text-align: center !important;
    }
  }
  
  @media screen and (min-width: 769px) {
    .btn-costom-size {
      width: 35% !important;
      max-width: 35% !important;
    }
  
    .category-bottom-text {  
    padding: 100px 0 !important;
    line-height: 1.8 !important;
    }
  
    h2.text-costom {
      font-size: 32px !important;
      text-align: center !important;
    }
    
    h3.text-costom {
      font-size: 23px !important;
      text-align: center !important;
    }
  }
  
  h3.text-costom::before {
    display: none !important;
  }

.yokagift-description {
  max-width: 800px;
  margin: 80px 0 40px;
  padding: 0;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
  box-sizing: border-box;
}

.yokagift-description p {
  margin: 0 0 24px;
  line-height: 1.8;
}

.yokagift-description__notice-title {
  margin: 40px 0 12px;
  font-weight: bold;
}

.yokagift-description__notice {
  margin: 0 0 24px;
  padding: 16px 20px;
  line-height: 2;
  background: #f8f8f8;
  border: 1px solid #ddd;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-break: break-word;
}

@media (max-width: 768px) {
  .yokagift-description {
    max-width: none;
    width: 100%;
    margin: 40px 0 24px;
    padding: 0 16px;
    font-size: 16px;
  }

  .yokagift-description p {
    margin: 0 0 20px;
  }

  .yokagift-description__notice-title {
    margin: 32px 0 12px;
  }

  .yokagift-description__notice {
    padding: 16px;
    line-height: 1.8;
  }
}