@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

li {
  list-style: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

section {
  margin-bottom:0px!important;
  }




#feature-main {
  margin: 0 auto;
    max-width: 1200px;
    padding: 40px;
}


#feature-intro p {    text-align: center;
    font-size: 16px;
    line-height: 3rem;
    letter-spacing: 0.2rem;
        margin-bottom: 50px;
}



#sougyousai-campaign {
    background: repeating-linear-gradient(45deg, #ffdfdf, #ffdfdf 10px, #ffbaba 10px, #ffbaba 20px);
      width: 100%;
  text-align: center;
  padding: 60px 20px;
  font-family: "Noto Sans JP", sans-serif;
}

.campaign-title {
  font-size: 2rem;
  font-weight: 700;
  color: #d34a4a;
  margin-bottom: 10px;
}

.campaign-lead {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 10px;
}

.campaign-period {
  font-size: 1rem;
  color: #555;
  margin-bottom: 40px;
}

.present-section {

  padding: 40px 20px;
  max-width: 620px;
  margin: 0 auto;
}

.present-heading {
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 0.2rem;
    font-weight: 700;
    margin-bottom: 40px;
    color: #3f3f3f;
    line-height: 1.6;
}

.present-text {
  font-size: 1rem;
  margin-bottom: 20px;
  line-height: 1.8;
}

.present-images {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
      align-items: end;
}

.present-item p {
  font-size: 20px;
}

.present-item img {
    width: 100%;
  height: auto;
  border-radius: 8px;
}

.present-item p {
  font-size: 0.9rem;
  margin-top: 8px;
}

.present-box {
  background: #fff;
  border-radius: 16px;
  padding: 25px 10px;
  text-align: left;
  font-size: 0.95rem;
  line-height: 1.8;
  max-width: 920px;
    margin: 0 auto;
}

.ma-60 {
  margin-bottom: 60px;
}

.ma-30{
  margin-bottom: 30px;
}

.present-box h4 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 20px;
  color: #d34a4a;
}

.present-box ul {
  padding-left: 1em;
  margin-top: 8px;
}

.present-box li {
  list-style: disc;
  margin-left: 1em;
  font-size: 1.5rem;
}

.present-inner .no-present {
  text-align: left;
  font-size: 1.5rem;
}

.present-item .numbered-present {
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
}


.present-heading span {
  background-color: #ff5e50; /* お好みで赤色調整 */
color: #fff;
    padding: 0.2em 0.9rem;
    font-weight: bold;
    margin-top: 10px;
    margin-top: 0.3em;
    line-height: 2.9rem;
    display: inline-block;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.ma-none {
  margin-bottom: 0px;
}


.yutanpo-btn-wrap {
  text-align: center;
  margin-top: 25px;
}

.yutanpo-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #d34a4a;
  color: #fff!important;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s ease;
}

.yutanpo-btn:hover {
  background-color: #b63d3d;
  transform: translateY(-2px);
}

.yutanpo-btn .icon {
  font-size: 1.8rem;
  line-height: 1;
}


@media screen and (max-width: 768px) {
  .present-images {
    gap: 20px;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  #feature-main {
    padding: 0px;
    margin-bottom: 50px;
}

#feature-intro p {
    padding: 0 15px;
    font-size: 15px;
}

.present-heading {
    font-size: 2.3rem;
}

.ma-60 {
    margin-bottom: 30px;
}

  .yutanpo-btn {
    font-size: 1.4rem;
    padding: 10px 20px;
  }


}
