@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 W3", "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 {
  font-family: var(--font-mincho02);
  color: var(--base);
  font-size: 24px;
  line-height: 1.4;
  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: 250px var(--inner-padding) 200px;
  z-index: 1;
  min-width: 1100px;
  overflow: hidden;
}

@media screen and (max-width: 800px) {
  .feature-lp-la-casta .main-contents .container-inner {
    min-width: 100%;
    padding: calc(130 * 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 auto;
  width: 1000px;
  max-width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

@media screen and (max-width: 800px) {
  .feature-lp-la-casta .main-contents .container-inner .bg-decoration-area {
    width: 100%;
  }
}

.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: -300px;
}

@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.-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%;
  }
}

.feature-lp-la-casta .main-contents .container-inner .bg-decoration-area .frame-item.-bottom {
  bottom: 0;
}

.feature-lp-la-casta .main-contents .container-inner .bg-decoration-area .frame-item.-bottom 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.-bottom img {
    width: 100%;
  }
}

.feature-lp-la-casta .main-contents .container-inner .bg-decoration-area .frame-item img {
  width: 100%;
  height: auto;
}

.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: 2;
}

@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 .bg-decoration-area::before {
  left: 0;
  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 .bg-decoration-area::after {
  right: 0;
  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: 0 0 40px;
  margin: 0 auto 0;
}

@media screen and (max-width: 800px) {
  .feature-lp-la-casta section {
    padding: 0 0 20px;
    margin: 0 auto 0;
  }
}

.feature-lp-la-casta .container-inner section .heading {
  margin: 0 auto 0;
}

.feature-lp-la-casta .container-inner section p {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  font-weight: normal;
}

@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-visual p.text-lead {
  font-family: var(--font-mincho02);
  font-weight: normal;
}

.feature-lp-la-casta .hero-visual .text-lead+.title {
  margin-top: 0;
}

@media screen and (max-width: 800px) {
  .feature-lp-la-casta .hero-visual .text-lead+.title {
    margin-top: 0;
  }
}

.feature-lp-la-casta .hero-lead-box {
  max-width: var(--width-hero);
  margin: 0 auto 0;
  text-align: center;
}

.feature-lp-la-casta .hero-lead-box+.title {
  margin-top: 0;
}

@media screen and (max-width: 800px) {
  .feature-lp-la-casta .hero-lead-box+.title {
    margin: 0 40px 40px;
  }
}

.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 .brand-vision .content,
.feature-lp-la-casta .eco-cycle .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 .heading.-size01 {
  max-width: 428px;
}

@media screen and (max-width: 800px) {
  .feature-lp-la-casta .heading.-size01 {
    max-width: calc(296 * 100vw / var(--base-width-sp));
  }
}

.feature-lp-la-casta .brand-vision .heading {
  max-width: 428px;
}

@media screen and (max-width: 800px) {
  .feature-lp-la-casta .brand-vision .heading {
    max-width: calc(296 * 100vw / var(--base-width-sp));
  }
}

.feature-lp-la-casta .brand-vision .content {
  margin-top: 0;
}

.feature-lp-la-casta .brand-vision .text-lead {
  color: #707070;
}

.feature-lp-la-casta .brand-vision .text-lead+.title {
  margin-top: 0;
}

@media screen and (max-width: 800px) {
  .feature-lp-la-casta .brand-vision .text-lead+.title {
    margin-top: 0;
  }
}

.feature-lp-la-casta .brand-vision .content .image-wrap {
  margin: 0 auto 0;
}

@media screen and (max-width: 800px) {
  .feature-lp-la-casta .brand-vision .content .image-wrap {
    margin: 0 auto 0;
  }
}

.feature-lp-la-casta .brand-vision .text-body+.image-wrap {
  margin: 0 auto 0;
}

.feature-lp-la-casta .brand-vision .text-footer em {
  font-weight: bold;
  font-size: normal;
  font-style: normal;
}

.feature-lp-la-casta .brand-vision .image-wrap+.text-body,
.feature-lp-la-casta .brand-vision .image-wrap+.text-footer {
  margin-top: 0;
}

.feature-lp-la-casta .eco-cycle .heading {
  max-width: 474px;
}

@media screen and (max-width: 800px) {
  .feature-lp-la-casta .eco-cycle .heading {
    max-width: calc(315 * 100vw / var(--base-width-sp));
  }
}

.feature-lp-la-casta .eco-cycle .content {
  margin-top: 0;
}

.feature-lp-la-casta .eco-cycle .text-body em {
  font-weight: bold;
  font-style: normal;
}

.feature-lp-la-casta .eco-cycle .text-body+.image-wrap {
  margin-top: 0;
}

@media screen and (max-width: 800px) {
  .feature-lp-la-casta .eco-cycle .text-body+.image-wrap {
    margin-top: 0;
  }
}

.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 .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:nth-of-type(n+2) {
  margin-top: 1.5rem;
}

@media screen and (max-width: 800px) {
  .feature-lp-la-casta .step-guide .list .item:nth-of-type(n+2) {
    margin-top: 2rem;
  }
}

.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;
  }
}

.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: 428px;
  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 .lp-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  padding: 0 0 10px;
  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 .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;
}

@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;
  background: 0;
  text-align: center;
  margin: 0 auto 0;
}

@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: 0 15px 20px;
    -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: 0 0 15px;
  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");
}

.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;
  }
}

@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;
  }
}

/*# sourceMappingURL=style.css.map */
