main {
 margin-bottom: 200px;
}
@media screen and (max-width: 1024px) {
 main {
  margin-bottom: 100px;
 }
}

section {
 position: relative;
 width: 100%;

 --main_brs: 60px;
 padding-inline: 3%;
}
@media screen and (max-width: 1024px) {
 section {
  padding-inline: 5%;
 }
}
@media screen and (max-width: 600px) {
 section {
  --main_brs: 30px;
 }
}
section.pork_area >.inner {
 width: 100%;
 max-width: 1000px;
 margin: 0 auto;
}
section.features_area {
 margin: -50px 0 160px;
}
@media screen and (max-width: 1024px) {
 section.features_area {
  margin: -30px 0 80px;
 }
}
section.features_area >.inner {
 width: 100%;
 max-width: 1100px;
 margin: 0 auto;
 padding: 90px 80px;
 border-radius: var(--main_brs);
 background: #feebd6;
}
@media screen and (max-width: 1024px) {
 section.features_area >.inner {
  padding: 50px 5%;
 }
}
section.features_area >.inner h2 {
 line-height: 1.40625;
 margin-bottom: 30px;
 color: var(--c_rd);
 font-weight: bold;
 font-size: 32px;
 text-align: center;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 section.features_area >.inner h2 {
  margin-bottom: 15px;
  font-size: 26px;
 }
}
section.features_area >.inner p.lead {
 line-height: 1.875;
 margin-bottom: 70px;
 font-size: 16px;
 text-align: center;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 section.features_area >.inner p.lead {
  margin-bottom: 40px;
  font-size: 14px;
 }
}
section.features_area >.inner .graph_wrap .block {
 display: grid;
 align-items: center;
 grid-template-columns: repeat(2, 1fr);
 gap: 50px;
}
@media screen and (max-width: 1024px) {
 section.features_area >.inner .graph_wrap .block {
  gap: 30px;
 }
}
@media screen and (max-width: 600px) {
 section.features_area >.inner .graph_wrap .block {
  grid-template-columns: 1fr;
 }
}
section.features_area >.inner .graph_wrap .block:not(:last-child) {
 margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
 section.features_area >.inner .graph_wrap .block:not(:last-child) {
  margin-bottom: 40px;
 }
}
section.features_area >.inner .graph_wrap .block .txt_wrap hgroup {
 margin-bottom: 20px;
}
section.features_area >.inner .graph_wrap .block .txt_wrap hgroup p.point {
 display: inline-block;
 position: relative;
 line-height: 1;
 margin-bottom: 10px;
 padding-bottom: 10px;
 border-bottom: 1px solid var(--c_rd);
 font-size: 18px;
 letter-spacing: 0em;
}
@media screen and (max-width: 1024px) {
 section.features_area >.inner .graph_wrap .block .txt_wrap hgroup p.point {
  font-size: 16px;
 }
}
section.features_area >.inner .graph_wrap .block .txt_wrap hgroup p.point:after {
 content: "";
 display: block;
 position: absolute;
 top: -10px;
 right: -10px;
 width: 15px;
 background: url(/common/img/ttl_deco.svg) center/cover no-repeat;

 aspect-ratio: 1;
}
section.features_area >.inner .graph_wrap .block .txt_wrap hgroup p.point span {
 margin-left: 5px;
 font-weight: 500;
 font-size: 1.77em;
}
section.features_area >.inner .graph_wrap .block .txt_wrap hgroup h3 {
 line-height: 1.6666666667;
 color: var(--c_gy);
 font-weight: bold;
 font-size: 24px;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 section.features_area >.inner .graph_wrap .block .txt_wrap hgroup h3 {
  font-size: 18px;
 }
}
section.features_area >.inner .graph_wrap .block .txt_wrap >p {
 line-height: 1.875;
 font-size: 16px;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 section.features_area >.inner .graph_wrap .block .txt_wrap >p {
  font-size: 14px;
 }
}
section.features_area >.inner .graph_wrap .block .txt_wrap >p span {
 color: var(--c_rd);
}
section.features_area >.inner .graph_wrap .block .img {
 position: relative;
}
section.features_area >.inner .graph_wrap .block .img p.note {
 position: absolute;
 top: 0;
 right: 0;
 line-height: 1.6666666667;
 font-size: 12px;
 letter-spacing: 0.05em;
 translate: 0 -120%;
}
@media screen and (max-width: 1024px) {
 section.features_area >.inner .graph_wrap .block .img p.note {
  font-size: 10px;
 }
}
section.features_area >.inner .graph_wrap .block .img img {
 width: 100%;
 border-radius: 20px;
}
section.features_area >.inner .btn {
 display: flex;
 justify-content: center;
 margin-top: 50px;
}
section.features_area >.inner .btn .rd_btn {
 width: 300px;
}
section.products_area {
 margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
 section.products_area {
  margin-bottom: 60px;
 }
}
section.products_area >.inner {
 display: flex;
 position: relative;
 width: 100%;
 max-width: 1100px;
 height: 400px;
 flex-direction: column;
 justify-content: center;
 align-items: flex-start;
 gap: 50px;
 margin: 0 auto;
 padding: 0 60px;
 border-radius: var(--main_brs);
 background: url(/index/img/products_img.png) center/cover;
}
@media screen and (max-width: 1024px) {
 section.products_area >.inner {
  height: 350px;
  gap: 20px;
  padding: 0 5%;
 }
}
@media screen and (max-width: 600px) {
 section.products_area >.inner {
  height: auto;
  justify-content: flex-start;
  padding: 50px 5% 30px;
  background: url(/index/img/products_img_sp.png) center bottom/cover;

  aspect-ratio: 67/83;
 }
}
section.products_area >.inner .ttl {
 display: inline-block;
 position: absolute;
 top: 0;
 left: 50%;
 line-height: 1;
 padding: 25px 30px 30px;
 border: 3px solid var(--c_rd);
 border-radius: 50px;
 color: var(--c_rd);
 background: #ffffff;
 font-weight: bold;
 font-size: 24px;
 letter-spacing: 0.1em;
 white-space: nowrap;
 translate: -50% -50%;
}
@media screen and (max-width: 1024px) {
 section.products_area >.inner .ttl {
  padding: 15px 20px;
  font-size: 16px;
 }
}
@media screen and (max-width: 600px) {
 section.products_area >.inner .ttl {
  padding: 10px 15px;
  font-size: 14px;
 }
}
section.products_area >.inner .ttl img {
 position: absolute;
 top: -20px;
 right: -20px;
 pointer-events: none;
}
section.products_area >.inner p.main_txt {
 max-width: 450px;
 line-height: 2.2222222222;
 color: #ffffff;
 font-size: 18px;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 section.products_area >.inner p.main_txt {
  max-width: 35vw;
 }
}
@media screen and (max-width: 600px) {
 section.products_area >.inner p.main_txt {
  max-width: 100%;
  text-shadow: 0 0 5px rgb(0 0 0 / 0.7);
 }
}

.w100 {
 width: 100%;
 height: 300px;
 margin-top: 130px;
 background: url(../img/w100_bg.jpg) center/cover;
}
@media screen and (max-width: 1024px) {
 .w100 {
  height: 180px;
  margin-top: 70px;
 }
}
/*# sourceMappingURL=layout.css.map */