@charset "UTF-8";
body {
  min-width: 1100px;
}
@media screen and (max-width: 800px) {
  body {
    min-width: 100%;
  }
}

.feature-lp-la-casta {
  --base: #7E2C2C;
  --border: #A2A2A2;
  --gold: #b39b75;
  --link: #0096c8;
  --bgGray: #f6f6f6;
  --deepGray: #cacaca;
  --switcher-text: #180A17;
  --text-color: #707070;
  --width-hero: 1000px;
  --width-content: 850px;
  --width-footer: 1300px;
  --inner-padding: 30px;
  --base-width-sp: 390;
  --base-width-pc: 1920;
  --font-default: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  --font-mincho: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", YuMincho, "Yu Mincho", "Noto Serif JP", serif;
  --font-mincho02: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Shippori Mincho", "YuMincho", "Yu Mincho", serif;
}

.feature-lp-la-casta {
  min-width: 1100px;
  overflow: auto;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta {
    min-width: 100%;
    overflow: hidden;
  }
}
.feature-lp-la-casta {
  font-family: var(--font-mincho02);
  color: #4a4a4a;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta {
    font-size: calc(14 * 100vw / var(--base-width-sp));
  }
}
.feature-lp-la-casta * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.feature-lp-la-casta img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.feature-lp-la-casta a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.feature-lp-la-casta a:hover {
  opacity: 0.7;
}
.feature-lp-la-casta ul {
  list-style: none;
}
.feature-lp-la-casta h2,
.feature-lp-la-casta .text-lead {
  color: var(--base);
  font-size: 24px;
  line-height: 1.4;
  border: 0;
  margin: 0 auto 0;
}
.feature-lp-la-casta .bg-wrapper {
  position: relative;
  width: 100%;
}
.feature-lp-la-casta .main-contents {
  position: relative;
  width: 100%;
  color: var(--text-color);
}
.feature-lp-la-casta .main-contents .container-inner {
  position: relative;
  min-width: var(--width-hero);
  width: 100%;
  margin: 0 auto;
  padding: 200px var(--inner-padding) 250px;
  z-index: 1;
  overflow: hidden;
  min-width: 1100px;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .main-contents .container-inner {
    min-width: 100%;
    padding: calc(40 * 100vw / var(--base-width-sp)) 0 calc(150 * 100vw / var(--base-width-sp));
  }
}
.feature-lp-la-casta .main-contents .container-inner .bg-decoration-area {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
  width: 1000px;
  max-width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.feature-lp-la-casta .main-contents .container-inner .bg-decoration-area .frame-item {
  position: absolute;
  width: 100%;
  left: 0;
}
.feature-lp-la-casta .main-contents .container-inner .bg-decoration-area .frame-item.-top {
  /* top: -95px; */
  top: -300px;
  z-index: 2;
}
.feature-lp-la-casta .main-contents .container-inner .bg-decoration-area .frame-item.-top img {
  width: 1000px;
  max-width: none;
  height: auto;
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .main-contents .container-inner .bg-decoration-area .frame-item.-top img {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .main-contents .container-inner .bg-decoration-area .frame-item.-top {
    top: calc(-120 * 100vw / var(--base-width-sp));
  }
}
.feature-lp-la-casta .main-contents .container-inner .bg-decoration-area .frame-item.-center {
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.feature-lp-la-casta .main-contents .container-inner .bg-decoration-area .frame-item.-center::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url("../../../../img/usr/freepage/mothers-day-gift-2026/bg01.png") no-repeat center center/cover;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .main-contents .container-inner .bg-decoration-area .frame-item.-center::before {
    width: 100%;
    background: url("../../../../img/usr/freepage/mothers-day-gift-2026/sp/bg01.png") no-repeat center center/cover;
  }
}
.feature-lp-la-casta .main-contents .container-inner .bg-decoration-area .frame-item.-bottom {
  bottom: 0;
  z-index: 2;
}
.feature-lp-la-casta .main-contents .container-inner .bg-decoration-area .frame-item img {
  width: 1000px;
  max-width: none;
  height: auto;
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .main-contents .container-inner .bg-decoration-area .frame-item img {
    width: 100%;
  }
}
.feature-lp-la-casta .main-contents .container-inner {
  /* 共通のぼかし設定（高さ自動計算、幅は適当） */
}
.feature-lp-la-casta .main-contents .container-inner .bg-decoration-area::before,
.feature-lp-la-casta .main-contents .container-inner .bg-decoration-area::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  height: auto;
  z-index: 3;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .main-contents .container-inner .bg-decoration-area::before,
  .feature-lp-la-casta .main-contents .container-inner .bg-decoration-area::after {
    display: none !important;
  }
}
.feature-lp-la-casta .main-contents .container-inner {
  /* 左側のぼかし（左端に配置） */
}
.feature-lp-la-casta .main-contents .container-inner .bg-decoration-area::before {
  left: 0;
  /* 左（#fff）から右（透明）へのグラデーション */
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
.feature-lp-la-casta .main-contents .container-inner {
  /* 右側のぼかし（右端に配置） */
}
.feature-lp-la-casta .main-contents .container-inner .bg-decoration-area::after {
  right: 0;
  /* 右（#fff）から左（透明）へのグラデーション */
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
}
.feature-lp-la-casta section {
  width: 100%;
  padding: 40px 0;
  margin: 0 auto 0;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta section {
    padding: 20px 0;
    margin: 0 auto 0;
  }
}
.feature-lp-la-casta .container-inner section .heading {
  margin: 0 auto 0;
}
.feature-lp-la-casta .container-inner section p {
  margin-top: 0;
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .container-inner section p {
    font-size: calc(14 * 100vw / var(--base-width-sp));
    line-height: 2.15;
  }
}
.feature-lp-la-casta .container-inner section .image-wrap {
  display: block;
  max-width: 490px;
  margin: 0 auto 0;
}
.feature-lp-la-casta .hero-visual {
  max-width: var(--width-hero);
  padding: 0 100px;
  margin: 0 auto 0;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .hero-visual {
    padding: 0;
  }
}
.feature-lp-la-casta .hero-lead-box {
  max-width: var(--width-hero);
  margin: 0 auto 0;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .hero-lead-box {
    margin-top: 0;
  }
}
.feature-lp-la-casta .hero-lead-txt {
  line-height: 2;
}
.feature-lp-la-casta .hero-lead-txt:nth-of-type(2) {
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .hero-lead-txt:nth-of-type(2) {
    margin: 0 auto 0;
    line-height: 2.15;
  }
}
.feature-lp-la-casta .sec-story .content,
.feature-lp-la-casta .sec-cycle .content,
.feature-lp-la-casta .sec-grow .content,
.feature-lp-la-casta .sec-cycle .content,
.feature-lp-la-casta .sec-philosophy .content,
.feature-lp-la-casta .step-guide .list,
.feature-lp-la-casta .step-guide .guide-intro,
.feature-lp-la-casta .caution-box,
.feature-lp-la-casta .preparation-box,
.feature-lp-la-casta .outro-section .visual {
  width: 100%;
  max-width: var(--width-content);
  margin-left: auto;
  margin-right: auto;
}
.feature-lp-la-casta .sec-story .content .text-lead em,
.feature-lp-la-casta .sec-story .content .text-body em,
.feature-lp-la-casta .sec-cycle .content .text-lead em,
.feature-lp-la-casta .sec-cycle .content .text-body em,
.feature-lp-la-casta .sec-grow .content .text-lead em,
.feature-lp-la-casta .sec-grow .content .text-body em,
.feature-lp-la-casta .sec-cycle .content .text-lead em,
.feature-lp-la-casta .sec-cycle .content .text-body em,
.feature-lp-la-casta .sec-philosophy .content .text-lead em,
.feature-lp-la-casta .sec-philosophy .content .text-body em,
.feature-lp-la-casta .step-guide .list .text-lead em,
.feature-lp-la-casta .step-guide .list .text-body em,
.feature-lp-la-casta .step-guide .guide-intro .text-lead em,
.feature-lp-la-casta .step-guide .guide-intro .text-body em,
.feature-lp-la-casta .caution-box .text-lead em,
.feature-lp-la-casta .caution-box .text-body em,
.feature-lp-la-casta .preparation-box .text-lead em,
.feature-lp-la-casta .preparation-box .text-body em,
.feature-lp-la-casta .outro-section .visual .text-lead em,
.feature-lp-la-casta .outro-section .visual .text-body em {
  font-weight: bold;
  font-style: normal;
}
.feature-lp-la-casta .sec-story .content .content .image-wrap,
.feature-lp-la-casta .sec-cycle .content .content .image-wrap,
.feature-lp-la-casta .sec-grow .content .content .image-wrap,
.feature-lp-la-casta .sec-cycle .content .content .image-wrap,
.feature-lp-la-casta .sec-philosophy .content .content .image-wrap,
.feature-lp-la-casta .step-guide .list .content .image-wrap,
.feature-lp-la-casta .step-guide .guide-intro .content .image-wrap,
.feature-lp-la-casta .caution-box .content .image-wrap,
.feature-lp-la-casta .preparation-box .content .image-wrap,
.feature-lp-la-casta .outro-section .visual .content .image-wrap {
  margin: 0 auto 0;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .sec-story .content .content .image-wrap,
  .feature-lp-la-casta .sec-cycle .content .content .image-wrap,
  .feature-lp-la-casta .sec-grow .content .content .image-wrap,
  .feature-lp-la-casta .sec-cycle .content .content .image-wrap,
  .feature-lp-la-casta .sec-philosophy .content .content .image-wrap,
  .feature-lp-la-casta .step-guide .list .content .image-wrap,
  .feature-lp-la-casta .step-guide .guide-intro .content .image-wrap,
  .feature-lp-la-casta .caution-box .content .image-wrap,
  .feature-lp-la-casta .preparation-box .content .image-wrap,
  .feature-lp-la-casta .outro-section .visual .content .image-wrap {
    margin: 0 auto 0;
  }
}
.feature-lp-la-casta .sec-story .content .text-body + .image-wrap,
.feature-lp-la-casta .sec-story .content .image-wrap + .text-body,
.feature-lp-la-casta .sec-cycle .content .text-body + .image-wrap,
.feature-lp-la-casta .sec-cycle .content .image-wrap + .text-body,
.feature-lp-la-casta .sec-grow .content .text-body + .image-wrap,
.feature-lp-la-casta .sec-grow .content .image-wrap + .text-body,
.feature-lp-la-casta .sec-cycle .content .text-body + .image-wrap,
.feature-lp-la-casta .sec-cycle .content .image-wrap + .text-body,
.feature-lp-la-casta .sec-philosophy .content .text-body + .image-wrap,
.feature-lp-la-casta .sec-philosophy .content .image-wrap + .text-body,
.feature-lp-la-casta .step-guide .list .text-body + .image-wrap,
.feature-lp-la-casta .step-guide .list .image-wrap + .text-body,
.feature-lp-la-casta .step-guide .guide-intro .text-body + .image-wrap,
.feature-lp-la-casta .step-guide .guide-intro .image-wrap + .text-body,
.feature-lp-la-casta .caution-box .text-body + .image-wrap,
.feature-lp-la-casta .caution-box .image-wrap + .text-body,
.feature-lp-la-casta .preparation-box .text-body + .image-wrap,
.feature-lp-la-casta .preparation-box .image-wrap + .text-body,
.feature-lp-la-casta .outro-section .visual .text-body + .image-wrap,
.feature-lp-la-casta .outro-section .visual .image-wrap + .text-body {
  margin: 0 auto 0;
}
.feature-lp-la-casta .sec-story .content .image-wrap + .text-body,
.feature-lp-la-casta .sec-cycle .content .image-wrap + .text-body,
.feature-lp-la-casta .sec-grow .content .image-wrap + .text-body,
.feature-lp-la-casta .sec-cycle .content .image-wrap + .text-body,
.feature-lp-la-casta .sec-philosophy .content .image-wrap + .text-body,
.feature-lp-la-casta .step-guide .list .image-wrap + .text-body,
.feature-lp-la-casta .step-guide .guide-intro .image-wrap + .text-body,
.feature-lp-la-casta .caution-box .image-wrap + .text-body,
.feature-lp-la-casta .preparation-box .image-wrap + .text-body,
.feature-lp-la-casta .outro-section .visual .image-wrap + .text-body {
  margin-top: 0;
}
.feature-lp-la-casta .sec-story .content .image-wrap + .text-footer,
.feature-lp-la-casta .sec-cycle .content .image-wrap + .text-footer,
.feature-lp-la-casta .sec-grow .content .image-wrap + .text-footer,
.feature-lp-la-casta .sec-cycle .content .image-wrap + .text-footer,
.feature-lp-la-casta .sec-philosophy .content .image-wrap + .text-footer,
.feature-lp-la-casta .step-guide .list .image-wrap + .text-footer,
.feature-lp-la-casta .step-guide .guide-intro .image-wrap + .text-footer,
.feature-lp-la-casta .caution-box .image-wrap + .text-footer,
.feature-lp-la-casta .preparation-box .image-wrap + .text-footer,
.feature-lp-la-casta .outro-section .visual .image-wrap + .text-footer {
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .sec-story .content .image-wrap + .text-footer,
  .feature-lp-la-casta .sec-cycle .content .image-wrap + .text-footer,
  .feature-lp-la-casta .sec-grow .content .image-wrap + .text-footer,
  .feature-lp-la-casta .sec-cycle .content .image-wrap + .text-footer,
  .feature-lp-la-casta .sec-philosophy .content .image-wrap + .text-footer,
  .feature-lp-la-casta .step-guide .list .image-wrap + .text-footer,
  .feature-lp-la-casta .step-guide .guide-intro .image-wrap + .text-footer,
  .feature-lp-la-casta .caution-box .image-wrap + .text-footer,
  .feature-lp-la-casta .preparation-box .image-wrap + .text-footer,
  .feature-lp-la-casta .outro-section .visual .image-wrap + .text-footer {
    margin: 0 auto 0;
  }
}
.feature-lp-la-casta .sec-story {
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .sec-story {
    margin-top: 0;
  }
}
.feature-lp-la-casta .sec-story .heading {
  max-width: 428px;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .sec-story .heading {
    max-width: calc(296 * 100vw / var(--base-width-sp));
  }
}
.feature-lp-la-casta .sec-story .content {
  margin-top: 0;
}
.feature-lp-la-casta .sec-story .text-lead {
  color: #707070;
}
.feature-lp-la-casta .sec-story .content .image-wrap {
  margin: 0 auto 0;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .sec-story .content .image-wrap {
    margin: 0 auto 0;
  }
}
.feature-lp-la-casta .sec-story .text-body + .image-wrap {
  margin: 0 auto 0;
}
.feature-lp-la-casta .sec-story .text-footer em {
  font-weight: bold;
  font-size: normal;
  font-style: normal;
}
.feature-lp-la-casta .sec-story .image-wrap + .text-body,
.feature-lp-la-casta .sec-story .image-wrap + .text-footer {
  margin-top: 0;
}
.feature-lp-la-casta .sec-cycle .heading {
  max-width: 474px;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .sec-cycle .heading {
    max-width: calc(315 * 100vw / var(--base-width-sp));
  }
}
.feature-lp-la-casta .sec-cycle .content {
  margin-top: 0;
}
.feature-lp-la-casta .sec-cycle .text-body em {
  font-weight: bold;
  font-style: normal;
}
.feature-lp-la-casta .sec-cycle .text-body + .image-wrap {
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .sec-cycle .text-body + .image-wrap {
    margin-top: 0;
  }
}
.feature-lp-la-casta .step-guide {
  padding-bottom: 0;
}
.feature-lp-la-casta .step-guide .sub-heading {
  max-width: 100%;
  position: relative;
  left: -25px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .step-guide .sub-heading {
    left: 0;
  }
}
.feature-lp-la-casta .step-guide .sub-heading > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  font-weight: normal;
  font-size: 24px;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .step-guide .sub-heading > span {
    font-size: 16px;
  }
}
.feature-lp-la-casta .step-guide .sub-heading > span::before {
  content: "";
  display: block;
  width: 90px;
  height: 98px;
  background: url("../../../../img/usr/freepage/mothers-day-gift-2026/bg-icon.png") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .step-guide .sub-heading > span::before {
    width: 54px;
    height: 59px;
  }
}
.feature-lp-la-casta .step-guide .list {
  padding: 0 160px;
  margin: 0 auto 0;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .step-guide .list {
    padding: 0 calc(30 * 100vw / var(--base-width-sp));
    margin: 0 auto 0;
  }
}
.feature-lp-la-casta .step-guide .list .item .text {
  padding: 0;
  font-weight: bold;
  font-style: normal;
}
.feature-lp-la-casta .step-guide .list .item .text em {
  font-weight: normal;
  font-style: normal;
}
.feature-lp-la-casta .step-guide .list .item .text + .content {
  margin-top: 0;
  padding-left: 47px;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .step-guide .list .item:nth-of-type(n+2) {
    margin-top: 0;
  }
}
.feature-lp-la-casta .step-guide .list .item:nth-of-type(n+2) {
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .step-guide .list .item:nth-of-type(n+2) {
    margin-top: 0;
  }
}
.feature-lp-la-casta .step-guide .guide-intro {
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .step-guide .guide-intro p {
    line-height: 1.85;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .step-guide .guide-intro p small {
    font-size: calc(14 * 100vw / var(--base-width-sp));
  }
}
.feature-lp-la-casta .step-guide .item-inner .icon {
  display: block;
  max-width: 120px;
  margin: 0 auto 0;
}
.feature-lp-la-casta .outro-section {
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .outro-section {
    margin-top: 0;
  }
}
.feature-lp-la-casta .outro-section .visual {
  max-width: 520px;
  margin: 0 auto 0;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .outro-section .visual {
    max-width: calc(282 * 100vw / var(--base-width-sp));
  }
}
.feature-lp-la-casta {
  /* ============================================================
   Heading Image Adjustments
   各セクションの見出し画像のサイズを一括・個別管理するセレクター
   ============================================================ */
  /* 1. 全セクション共通の基本設定 */
}
.feature-lp-la-casta #feature-lp-la-casta .heading img {
  /* アスペクト比を維持 */
}
.feature-lp-la-casta {
  /* 全体的な上限設定（必要に応じて） */
  /* セクションごとの個別調整 */
}
.feature-lp-la-casta .sec-story .heading {
  max-width: 428px;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .sec-story .heading {
    max-width: calc(295 * 100vw / var(--base-width-sp));
  }
}
.feature-lp-la-casta {
  /* Story */
}
.feature-lp-la-casta .sec-grow .heading {
  max-width: 500px;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .sec-grow .heading {
    max-width: calc(334 * 100vw / var(--base-width-sp));
  }
}
.feature-lp-la-casta {
  /* Grow */
}
.feature-lp-la-casta .sec-cycle .heading {
  max-width: 525px;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .sec-cycle .heading {
    max-width: calc(290 * 100vw / var(--base-width-sp));
  }
}
.feature-lp-la-casta {
  /* Cycle */
}
.feature-lp-la-casta .sec-philosophy .heading {
  max-width: 580px;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .sec-philosophy .heading {
    max-width: calc(280 * 100vw / var(--base-width-sp));
  }
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .sec-philosophy .content {
    margin-top: 0;
  }
}
.feature-lp-la-casta {
  /* Philosophy */
}
.feature-lp-la-casta .outro-section .heading {
  max-width: 428px;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .outro-section .heading {
    max-width: calc(260 * 100vw / var(--base-width-sp));
  }
}
.feature-lp-la-casta {
  /* Outro */
}
.feature-lp-la-casta .other_lists .heading {
  width: 100%;
}
.feature-lp-la-casta .lp-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .lp-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 100px;
  }
}
.feature-lp-la-casta .lp-header .container-inner {
  min-width: var(--width-hero);
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .lp-header .container-inner {
    min-width: 100%;
  }
}
.feature-lp-la-casta .lp-header .logo {
  width: 100%;
  max-width: 422px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .lp-header .logo {
    max-width: 170px;
  }
}
.feature-lp-la-casta .step-guide .heading {
  max-width: 130px;
  position: relative;
  left: -25px;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .step-guide .heading {
    left: calc(-18 * 100vw / var(--base-width-sp));
    max-width: calc(80 * 100vw / var(--base-width-sp));
  }
}
.feature-lp-la-casta .step-guide .item .text {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  z-index: 1;
  gap: 8px 8px;
  letter-spacing: 0.05em;
  font-weight: normal !important;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .step-guide .item .text {
    font-size: calc(12 * 100vw / var(--base-width-sp));
    line-height: 2;
    text-align: left;
  }
}
.feature-lp-la-casta .step-guide .item .text em {
  font-weight: normal;
  font-size: 16px;
  font-style: normal;
  position: relative;
  width: 39px;
  height: 42px;
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  padding: 13px 2px 2px 10px;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .step-guide .item .text em {
    width: calc(39 * 100vw / var(--base-width-sp));
    height: calc(42 * 100vw / var(--base-width-sp));
    font-size: calc(14 * 100vw / var(--base-width-sp));
    line-height: 2;
    padding: calc(8 * 100vw / var(--base-width-sp)) calc(2 * 100vw / var(--base-width-sp)) calc(2 * 100vw / var(--base-width-sp)) calc(13 * 100vw / var(--base-width-sp));
  }
}
.feature-lp-la-casta .step-guide .item .text em::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../../../../img/usr/freepage/mothers-day-2026/bg-icon.png") no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.feature-lp-la-casta .step-guide .link-box {
  max-width: 650px;
  margin: 0 auto 0;
  text-align: right;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .step-guide .link-box {
    padding: 0 calc(20 * 100vw / var(--base-width-sp));
    max-width: 100%;
    text-align: right;
    margin: 0 auto 0;
  }
}
.feature-lp-la-casta .step-guide .link-box a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 13px;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .step-guide .link-box a {
    font-size: calc(12 * 100vw / var(--base-width-sp));
  }
}
.feature-lp-la-casta .step-guide .link-box a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: #707070;
}
.feature-lp-la-casta .step-guide .link-box a::after {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: 22px;
  height: 14px;
  background: url("../../../../img/usr/freepage/mothers-day-2026/icon-arrow.png") no-repeat center center/contain;
}
.feature-lp-la-casta .preparation-box {
  max-width: 280px;
  border: 0;
  padding: 0;
  margin: 0 auto 0;
  background: 0;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .preparation-box {
    max-width: calc(228 * 100vw / var(--base-width-sp));
  }
}
.feature-lp-la-casta .preparation-box .prep-list dt {
  margin: 0;
  font-size: 18px;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .preparation-box .prep-list dt {
    font-size: calc(14 * 100vw / var(--base-width-sp));
  }
}
.feature-lp-la-casta .preparation-box .prep-list dd {
  padding: 25px 0 25px;
  margin-top: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .preparation-box .prep-list dd {
    padding: 20px 0 20px;
  }
}
.feature-lp-la-casta .preparation-box .prep-list dd li:nth-of-type(n+2) {
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .preparation-box .prep-list dd li:nth-of-type(n+2) {
    margin-top: 0;
  }
}
.feature-lp-la-casta .preparation-box .prep-list dd ul {
  text-align: left;
  display: inline-block;
}
.feature-lp-la-casta .caution-box {
  margin-top: 0;
  padding: 0;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .caution-box {
    padding: 0 calc(20 * 100vw / var(--base-width-sp));
    font-size: calc(12 * 100vw / var(--base-width-sp));
  }
}
.feature-lp-la-casta .caution-box > .txt-notes {
  width: 100%;
  margin-top: 0;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px;
  gap: 10px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .caution-box > .txt-notes {
    margin-top: 0;
    font-size: calc(12 * 100vw / var(--base-width-sp));
  }
}
.feature-lp-la-casta .caution-box > .txt-notes > .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .caution-box > .txt-notes > .icon {
    width: 40px;
    height: 40px;
  }
}
.feature-lp-la-casta .caution-box > .box-content {
  text-align: left;
  border: 1px solid var(--deepGray);
  padding: 36px 30px 35px 43px;
  font-size: 12px;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .caution-box > .box-content {
    padding: 20px;
  }
}
.feature-lp-la-casta .caution-box dl > dt {
  font-size: 16px;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .caution-box dl > dt {
    font-size: calc(14 * 100vw / var(--base-width-sp));
  }
}
.feature-lp-la-casta .caution-box dl > dd {
  margin: 0 auto 0;
  font-size: 16px;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .caution-box dl > dd {
    font-size: calc(12 * 100vw / var(--base-width-sp));
  }
}
.feature-lp-la-casta .caution-box dl > dd ul > li:nth-of-type(n+2) {
  margin-top: 0;
}
.feature-lp-la-casta .lp-footer {
  background-color: var(--base);
  color: #fff;
  padding: 0 0px;
}
.feature-lp-la-casta .lp-footer .footer-inner {
  width: 1315px;
  min-width: var(--width-footer);
  margin: 0 auto;
  padding: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  min-height: 60px;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .lp-footer .footer-inner {
    width: 100%;
    min-width: 100%;
    padding: 20px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
    min-height: 103px;
  }
}
.feature-lp-la-casta .lp-footer .footer-inner a {
  position: relative;
  top: 0;
}
.feature-lp-la-casta .lp-footer .footer-logo {
  width: 183px;
}
.feature-lp-la-casta .lp-footer .block-copyright {
  font-size: 10px;
  text-align: right;
  position: relative;
  top: 0;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .lp-footer .block-copyright {
    text-align: center;
  }
}
.feature-lp-la-casta .block-switcher {
  background-color: var(--bgGray);
  min-height: 50px;
  padding: 15px 0;
  border-top: 1px solid var(--border);
  font-size: 11px;
  color: var(--switcher-text);
}
.feature-lp-la-casta .block-switcher .block-switcher-wrapper {
  width: var(--width-hero);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .block-switcher .block-switcher-wrapper {
    width: 100%;
  }
}
.feature-lp-la-casta .block-switcher .block-switcher-container {
  line-height: 1;
}
.feature-lp-la-casta .block-switcher .block-switcher--switch {
  padding: 0 10px;
  color: var(--link);
  text-decoration: underline;
  color: #000;
  line-height: 1;
}
.feature-lp-la-casta .block-switcher .block-switcher--switch .block-switcher--switch--inline {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #000;
}
.feature-lp-la-casta .block-switcher .block-switcher-container:nth-of-type(2) {
  border-left: 1px solid #000;
}
@media screen and (min-width: 801px) {
  .feature-lp-la-casta .block-switcher .block-switcher-container:nth-of-type(1) {
    font-weight: bold;
  }
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .block-switcher .block-switcher-container:nth-of-type(2) {
    font-weight: bold;
  }
}
.feature-lp-la-casta .block-switcher .block-switcher--current .block-switcher--switch--inline {
  display: inline-block;
  vertical-align: middle;
}
.feature-lp-la-casta .block-switcher .block-icon-image-small {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  background-size: contain;
}
.feature-lp-la-casta .block-switcher .block-icon-image--desktop {
  background-image: url("/img/usr/common/icon-pc.png");
}
.feature-lp-la-casta .block-switcher .block-icon-image--mobile-phone {
  background-image: url("/img/usr/common/icon-sp.png");
}
@media screen and (min-width: 801px) {
  .feature-lp-la-casta .hidden-pc {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .hidden-sp {
    display: none !important;
  }
}
.feature-lp-la-casta {
  /* -----sec05----- */
}
.feature-lp-la-casta #other_lists {
  margin-bottom: 100px;
}
.feature-lp-la-casta .other_lists {
  max-width: 1000px;
}
.feature-lp-la-casta .other_list {
  position: relative;
  width: 100%;
  margin: 0 auto 74px;
}
.feature-lp-la-casta .other_list .other_list_item {
  width: 500px;
  min-height: 450px;
  margin: 0 26px;
  padding: 16px 0 20px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.feature-lp-la-casta .other_list .other_list_item p {
  font-size: 15px;
  font-weight: 600;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .other_list .other_list_item p {
    height: 90px;
  }
}
.feature-lp-la-casta .other_list .other_list_item figure {
  max-width: 250px;
  margin: 0 auto;
}
.feature-lp-la-casta .other_list .other_list_item figure img {
  margin: auto;
}
.feature-lp-la-casta .other_heading {
  border: 0 !important;
  font-size: 15px;
  font-weight: 400;
}
.feature-lp-la-casta .other_price {
  display: block;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
}
.feature-lp-la-casta .other_price .other_tax {
  font-size: 18px;
}
.feature-lp-la-casta a.other_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 155px;
  height: 32px;
  margin: auto;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  color: #614B17;
  border: 1px solid #614B17;
  /* border-radius: 20px; */
  border-radius: 0;
}
.feature-lp-la-casta a.other_btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta #sec05 {
    margin-bottom: 90px;
  }
  .feature-lp-la-casta .other_list {
    margin: 0 auto 74px;
  }
  .feature-lp-la-casta .other_list .other_list_item {
    width: 84.6153846154vw;
    margin: 0 30px 3px;
    padding: 23px 30px;
  }
  .feature-lp-la-casta .other_list .other_list_item p {
    font-size: 12px;
  }
  .feature-lp-la-casta .other_list .other_list_item figure img {
    margin: auto;
  }
  .feature-lp-la-casta .other_heading {
    font-size: 12px;
    height: 45px;
    display: flex;
    align-items: center;
  }
  .feature-lp-la-casta .other_price {
    font-size: 17px;
  }
  .feature-lp-la-casta .other_price .other_tax {
    font-size: 12px;
  }
  .feature-lp-la-casta a.other_btn {
    width: 100%;
    width: 123px;
    font-size: 12px;
  }
}
.feature-lp-la-casta {
  /* ---slick--- */
}
.feature-lp-la-casta .other_list .slick-list.draggable {
  padding-bottom: 10px !important;
}
.feature-lp-la-casta .other_list .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 35px;
  height: 35px;
  font-size: 0;
  z-index: 1;
  border: none;
  background: transparent;
  cursor: pointer;
}
.feature-lp-la-casta .other_list .slick-arrow::before, .feature-lp-la-casta .other_list .slick-arrow::after {
  width: 100%;
  height: 100%;
}
.feature-lp-la-casta .other_list .slick-prev {
  /* left: 275px; */
  left: 210px;
}
.feature-lp-la-casta .other_list .slick-next {
  /* right: 275px; */
  right: 210px;
}
.feature-lp-la-casta .other_list .slick-prev:hover,
.feature-lp-la-casta .other_list .slick-next:hover {
  opacity: 0.7;
}
.feature-lp-la-casta .other_list .slick-prev::after,
.feature-lp-la-casta .other_list .slick-next::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.feature-lp-la-casta .other_list .slick-prev::after {
  /*left: calc(50% + 1px);
  border-left: 2px solid #b4b4b4;
  border-bottom: 2px solid #b4b4b4;
  transform: translate(-50%, -50%) rotate(45deg);*/
  background: url(/img/usr/freepage/mothers-day-gift-2026/icon_slider_l.png) no-repeat top center/contain;
}
.feature-lp-la-casta .other_list .slick-next::after {
  /*left: calc(50% - 1px);
  border-top: 2px solid #b4b4b4;
  border-right: 2px solid #b4b4b4;
  transform: translate(-50%, -50%) rotate(45deg);*/
  background: url(/img/usr/freepage/mothers-day-gift-2026/icon_slider_r.png) no-repeat top center/contain;
}
.feature-lp-la-casta .other_list .slick-dots {
  position: absolute;
  bottom: -72px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 15px;
  margin: 0 0 0;
}
.feature-lp-la-casta .other_list .slick-dots li {
  height: 15px;
  line-height: 0;
}
.feature-lp-la-casta .other_list .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  font-size: 0;
  margin: 0 5px;
  background: transparent;
  border: 1px solid #614B17;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.feature-lp-la-casta .other_list .slick-dots li.slick-active button {
  background: #614B17;
}
.feature-lp-la-casta {
  /* reset */
}
.feature-lp-la-casta .other_list.slick-slider .slick-dots li {
  text-indent: unset;
  overflow: unset;
}
.feature-lp-la-casta {
  /* 読み込みレイアウト表示調整 */
}
.feature-lp-la-casta .other_list {
  opacity: 0;
  -webkit-transition: opacity 0.9s linear;
  transition: opacity 0.9s linear;
}
.feature-lp-la-casta .other_list.slick-initialized {
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .other_list .slick-prev {
    left: 14px;
  }
  .feature-lp-la-casta .other_list .slick-next {
    right: 14px;
  }
}
.feature-lp-la-casta .anchor-nav {
  padding: 0 20px 0;
  margin: 0 auto 0;
}
.feature-lp-la-casta .anchor-nav .nav-inner {
  max-width: 800px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 36px 20px 33px;
  margin: 0 auto 0;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .anchor-nav .nav-inner {
    padding: 36px 20px 33px;
  }
}
.feature-lp-la-casta .anchor-nav .nav-inner .anchor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  gap: 38px 30px;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .anchor-nav .nav-inner .anchor-list {
    gap: 38px 30px;
  }
}
.feature-lp-la-casta .anchor-nav .nav-inner .anchor-list .anchor-item {
  /* flex: 1; */
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 230px;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .anchor-nav .nav-inner .anchor-list .anchor-item {
    width: calc(50% - 15px);
  }
}
.feature-lp-la-casta .anchor-nav .nav-inner .anchor-list .anchor-item a {
  display: block;
  text-decoration: none;
  text-align: center;
  position: relative;
  padding: 0 0 35px;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .anchor-nav .nav-inner .anchor-list .anchor-item a {
    padding: 0 0 20px;
  }
}
.feature-lp-la-casta .anchor-nav .nav-inner .anchor-list .anchor-item a::after {
  content: "";
  background: url(/img/usr/freepage/mothers-day-gift-2026/icon-arrow-bottom.png) no-repeat top center/contain;
  width: 18px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .anchor-nav .nav-inner .anchor-list .anchor-item a::after {
    width: 14px;
    height: 8px;
  }
}
.feature-lp-la-casta .anchor-nav .nav-inner .anchor-list .anchor-item a .anchor-heading {
  display: block;
}
.feature-lp-la-casta .anchor-nav .nav-inner .anchor-list .anchor-item a .anchor-heading img {
  max-width: 100%;
  height: auto;
  margin: 0 auto 0;
}
.feature-lp-la-casta .anchor-nav .nav-inner .anchor-list .anchor-item a .text-box {
  margin-top: 0;
  font-size: 20px;
  display: block;
  line-height: 1.58;
  min-height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .anchor-nav .nav-inner .anchor-list .anchor-item a .text-box {
    min-height: auto;
    font-size: 13px;
    font-weight: 500;
  }
}
.feature-lp-la-casta .anchor-nav .nav-inner .anchor-list .anchor-item a:hover {
  opacity: 0.8;
}
.feature-lp-la-casta .anchor-nav .nav-inner .anchor-list .anchor-item:nth-of-type(1) a .anchor-heading img {
  width: 48px;
  height: auto;
}
.feature-lp-la-casta .anchor-nav .nav-inner .anchor-list .anchor-item:nth-of-type(2) a .anchor-heading img {
  width: 170px;
  height: auto;
}
.feature-lp-la-casta .anchor-nav .nav-inner .anchor-list .anchor-item:nth-of-type(3) a .anchor-heading img {
  width: 110px;
  height: auto;
}

.feature-lp-la-casta .u-mt-0_5 {
  margin-top: 1rem !important;
}
@media screen and (min-width: 801px) {
  .feature-lp-la-casta .u-mt-pc-0_5 {
    margin-top: 1rem !important;
  }
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .u-mt-sp-0_5 {
    margin-top: 1rem !important;
  }
}
.feature-lp-la-casta .u-mt-1_0 {
  margin-top: 2rem !important;
}
@media screen and (min-width: 801px) {
  .feature-lp-la-casta .u-mt-pc-1_0 {
    margin-top: 2rem !important;
  }
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .u-mt-sp-1_0 {
    margin-top: 2rem !important;
  }
}
.feature-lp-la-casta .u-mt-1_5 {
  margin-top: 3rem !important;
}
@media screen and (min-width: 801px) {
  .feature-lp-la-casta .u-mt-pc-1_5 {
    margin-top: 3rem !important;
  }
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .u-mt-sp-1_5 {
    margin-top: 3rem !important;
  }
}
.feature-lp-la-casta .u-mt-2_0 {
  margin-top: 4rem !important;
}
@media screen and (min-width: 801px) {
  .feature-lp-la-casta .u-mt-pc-2_0 {
    margin-top: 4rem !important;
  }
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .u-mt-sp-2_0 {
    margin-top: 4rem !important;
  }
}
.feature-lp-la-casta .u-mt-2_5 {
  margin-top: 5rem !important;
}
@media screen and (min-width: 801px) {
  .feature-lp-la-casta .u-mt-pc-2_5 {
    margin-top: 5rem !important;
  }
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .u-mt-sp-2_5 {
    margin-top: 5rem !important;
  }
}
.feature-lp-la-casta .u-mt-3_0 {
  margin-top: 6rem !important;
}
@media screen and (min-width: 801px) {
  .feature-lp-la-casta .u-mt-pc-3_0 {
    margin-top: 6rem !important;
  }
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .u-mt-sp-3_0 {
    margin-top: 6rem !important;
  }
}
.feature-lp-la-casta .u-mt-3_5 {
  margin-top: 7rem !important;
}
@media screen and (min-width: 801px) {
  .feature-lp-la-casta .u-mt-pc-3_5 {
    margin-top: 7rem !important;
  }
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .u-mt-sp-3_5 {
    margin-top: 7rem !important;
  }
}
.feature-lp-la-casta .u-mt-4_0 {
  margin-top: 8rem !important;
}
@media screen and (min-width: 801px) {
  .feature-lp-la-casta .u-mt-pc-4_0 {
    margin-top: 8rem !important;
  }
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .u-mt-sp-4_0 {
    margin-top: 8rem !important;
  }
}
.feature-lp-la-casta .u-mt-4_5 {
  margin-top: 9rem !important;
}
@media screen and (min-width: 801px) {
  .feature-lp-la-casta .u-mt-pc-4_5 {
    margin-top: 9rem !important;
  }
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .u-mt-sp-4_5 {
    margin-top: 9rem !important;
  }
}
.feature-lp-la-casta .u-mt-5_0 {
  margin-top: 10rem !important;
}
@media screen and (min-width: 801px) {
  .feature-lp-la-casta .u-mt-pc-5_0 {
    margin-top: 10rem !important;
  }
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .u-mt-sp-5_0 {
    margin-top: 10rem !important;
  }
}
.feature-lp-la-casta .u-mb-0_5 {
  margin-bottom: 1rem !important;
}
@media screen and (min-width: 801px) {
  .feature-lp-la-casta .u-mb-pc-0_5 {
    margin-bottom: 1rem !important;
  }
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .u-mb-sp-0_5 {
    margin-bottom: 1rem !important;
  }
}
.feature-lp-la-casta .u-mb-1_0 {
  margin-bottom: 2rem !important;
}
@media screen and (min-width: 801px) {
  .feature-lp-la-casta .u-mb-pc-1_0 {
    margin-bottom: 2rem !important;
  }
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .u-mb-sp-1_0 {
    margin-bottom: 2rem !important;
  }
}
.feature-lp-la-casta .u-mb-1_5 {
  margin-bottom: 3rem !important;
}
@media screen and (min-width: 801px) {
  .feature-lp-la-casta .u-mb-pc-1_5 {
    margin-bottom: 3rem !important;
  }
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .u-mb-sp-1_5 {
    margin-bottom: 3rem !important;
  }
}
.feature-lp-la-casta .u-mb-2_0 {
  margin-bottom: 4rem !important;
}
@media screen and (min-width: 801px) {
  .feature-lp-la-casta .u-mb-pc-2_0 {
    margin-bottom: 4rem !important;
  }
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .u-mb-sp-2_0 {
    margin-bottom: 4rem !important;
  }
}
.feature-lp-la-casta .u-mb-2_5 {
  margin-bottom: 5rem !important;
}
@media screen and (min-width: 801px) {
  .feature-lp-la-casta .u-mb-pc-2_5 {
    margin-bottom: 5rem !important;
  }
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .u-mb-sp-2_5 {
    margin-bottom: 5rem !important;
  }
}
.feature-lp-la-casta .u-mb-3_0 {
  margin-bottom: 6rem !important;
}
@media screen and (min-width: 801px) {
  .feature-lp-la-casta .u-mb-pc-3_0 {
    margin-bottom: 6rem !important;
  }
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .u-mb-sp-3_0 {
    margin-bottom: 6rem !important;
  }
}
.feature-lp-la-casta .u-mb-3_5 {
  margin-bottom: 7rem !important;
}
@media screen and (min-width: 801px) {
  .feature-lp-la-casta .u-mb-pc-3_5 {
    margin-bottom: 7rem !important;
  }
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .u-mb-sp-3_5 {
    margin-bottom: 7rem !important;
  }
}
.feature-lp-la-casta .u-mb-4_0 {
  margin-bottom: 8rem !important;
}
@media screen and (min-width: 801px) {
  .feature-lp-la-casta .u-mb-pc-4_0 {
    margin-bottom: 8rem !important;
  }
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .u-mb-sp-4_0 {
    margin-bottom: 8rem !important;
  }
}
.feature-lp-la-casta .u-mb-4_5 {
  margin-bottom: 9rem !important;
}
@media screen and (min-width: 801px) {
  .feature-lp-la-casta .u-mb-pc-4_5 {
    margin-bottom: 9rem !important;
  }
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .u-mb-sp-4_5 {
    margin-bottom: 9rem !important;
  }
}
.feature-lp-la-casta .u-mb-5_0 {
  margin-bottom: 10rem !important;
}
@media screen and (min-width: 801px) {
  .feature-lp-la-casta .u-mb-pc-5_0 {
    margin-bottom: 10rem !important;
  }
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .u-mb-sp-5_0 {
    margin-bottom: 10rem !important;
  }
}
.feature-lp-la-casta .u-pt-0_5 {
  padding-top: 1rem !important;
}
@media screen and (min-width: 801px) {
  .feature-lp-la-casta .u-pt-pc-0_5 {
    padding-top: 1rem !important;
  }
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .u-pt-sp-0_5 {
    padding-top: 1rem !important;
  }
}
.feature-lp-la-casta .u-pt-1_0 {
  padding-top: 2rem !important;
}
@media screen and (min-width: 801px) {
  .feature-lp-la-casta .u-pt-pc-1_0 {
    padding-top: 2rem !important;
  }
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .u-pt-sp-1_0 {
    padding-top: 2rem !important;
  }
}
.feature-lp-la-casta .u-pt-1_5 {
  padding-top: 3rem !important;
}
@media screen and (min-width: 801px) {
  .feature-lp-la-casta .u-pt-pc-1_5 {
    padding-top: 3rem !important;
  }
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .u-pt-sp-1_5 {
    padding-top: 3rem !important;
  }
}
.feature-lp-la-casta .u-pt-2_0 {
  padding-top: 4rem !important;
}
@media screen and (min-width: 801px) {
  .feature-lp-la-casta .u-pt-pc-2_0 {
    padding-top: 4rem !important;
  }
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .u-pt-sp-2_0 {
    padding-top: 4rem !important;
  }
}
.feature-lp-la-casta .u-pt-2_5 {
  padding-top: 5rem !important;
}
@media screen and (min-width: 801px) {
  .feature-lp-la-casta .u-pt-pc-2_5 {
    padding-top: 5rem !important;
  }
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .u-pt-sp-2_5 {
    padding-top: 5rem !important;
  }
}
.feature-lp-la-casta .u-pt-3_0 {
  padding-top: 6rem !important;
}
@media screen and (min-width: 801px) {
  .feature-lp-la-casta .u-pt-pc-3_0 {
    padding-top: 6rem !important;
  }
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .u-pt-sp-3_0 {
    padding-top: 6rem !important;
  }
}
.feature-lp-la-casta .u-pt-3_5 {
  padding-top: 7rem !important;
}
@media screen and (min-width: 801px) {
  .feature-lp-la-casta .u-pt-pc-3_5 {
    padding-top: 7rem !important;
  }
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .u-pt-sp-3_5 {
    padding-top: 7rem !important;
  }
}
.feature-lp-la-casta .u-pt-4_0 {
  padding-top: 8rem !important;
}
@media screen and (min-width: 801px) {
  .feature-lp-la-casta .u-pt-pc-4_0 {
    padding-top: 8rem !important;
  }
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .u-pt-sp-4_0 {
    padding-top: 8rem !important;
  }
}
.feature-lp-la-casta .u-pt-4_5 {
  padding-top: 9rem !important;
}
@media screen and (min-width: 801px) {
  .feature-lp-la-casta .u-pt-pc-4_5 {
    padding-top: 9rem !important;
  }
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .u-pt-sp-4_5 {
    padding-top: 9rem !important;
  }
}
.feature-lp-la-casta .u-pt-5_0 {
  padding-top: 10rem !important;
}
@media screen and (min-width: 801px) {
  .feature-lp-la-casta .u-pt-pc-5_0 {
    padding-top: 10rem !important;
  }
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .u-pt-sp-5_0 {
    padding-top: 10rem !important;
  }
}
.feature-lp-la-casta .u-pb-0_5 {
  padding-bottom: 1rem !important;
}
@media screen and (min-width: 801px) {
  .feature-lp-la-casta .u-pb-pc-0_5 {
    padding-bottom: 1rem !important;
  }
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .u-pb-sp-0_5 {
    padding-bottom: 1rem !important;
  }
}
.feature-lp-la-casta .u-pb-1_0 {
  padding-bottom: 2rem !important;
}
@media screen and (min-width: 801px) {
  .feature-lp-la-casta .u-pb-pc-1_0 {
    padding-bottom: 2rem !important;
  }
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .u-pb-sp-1_0 {
    padding-bottom: 2rem !important;
  }
}
.feature-lp-la-casta .u-pb-1_5 {
  padding-bottom: 3rem !important;
}
@media screen and (min-width: 801px) {
  .feature-lp-la-casta .u-pb-pc-1_5 {
    padding-bottom: 3rem !important;
  }
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .u-pb-sp-1_5 {
    padding-bottom: 3rem !important;
  }
}
.feature-lp-la-casta .u-pb-2_0 {
  padding-bottom: 4rem !important;
}
@media screen and (min-width: 801px) {
  .feature-lp-la-casta .u-pb-pc-2_0 {
    padding-bottom: 4rem !important;
  }
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .u-pb-sp-2_0 {
    padding-bottom: 4rem !important;
  }
}
.feature-lp-la-casta .u-pb-2_5 {
  padding-bottom: 5rem !important;
}
@media screen and (min-width: 801px) {
  .feature-lp-la-casta .u-pb-pc-2_5 {
    padding-bottom: 5rem !important;
  }
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .u-pb-sp-2_5 {
    padding-bottom: 5rem !important;
  }
}
.feature-lp-la-casta .u-pb-3_0 {
  padding-bottom: 6rem !important;
}
@media screen and (min-width: 801px) {
  .feature-lp-la-casta .u-pb-pc-3_0 {
    padding-bottom: 6rem !important;
  }
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .u-pb-sp-3_0 {
    padding-bottom: 6rem !important;
  }
}
.feature-lp-la-casta .u-pb-3_5 {
  padding-bottom: 7rem !important;
}
@media screen and (min-width: 801px) {
  .feature-lp-la-casta .u-pb-pc-3_5 {
    padding-bottom: 7rem !important;
  }
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .u-pb-sp-3_5 {
    padding-bottom: 7rem !important;
  }
}
.feature-lp-la-casta .u-pb-4_0 {
  padding-bottom: 8rem !important;
}
@media screen and (min-width: 801px) {
  .feature-lp-la-casta .u-pb-pc-4_0 {
    padding-bottom: 8rem !important;
  }
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .u-pb-sp-4_0 {
    padding-bottom: 8rem !important;
  }
}
.feature-lp-la-casta .u-pb-4_5 {
  padding-bottom: 9rem !important;
}
@media screen and (min-width: 801px) {
  .feature-lp-la-casta .u-pb-pc-4_5 {
    padding-bottom: 9rem !important;
  }
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .u-pb-sp-4_5 {
    padding-bottom: 9rem !important;
  }
}
.feature-lp-la-casta .u-pb-5_0 {
  padding-bottom: 10rem !important;
}
@media screen and (min-width: 801px) {
  .feature-lp-la-casta .u-pb-pc-5_0 {
    padding-bottom: 10rem !important;
  }
}
@media screen and (max-width: 800px) {
  .feature-lp-la-casta .u-pb-sp-5_0 {
    padding-bottom: 10rem !important;
  }
}

.pane-main {
  padding-bottom: 0;
}
/*# sourceMappingURL=style.css.map */