:root {
  --vh: 1vh;
  --headerHeight: $l-header-height;
}
@media (max-width: 1200px) and (min-width: 1024px) {
  :root {
    --headerHeight: $l-lg-header-height;
  }
}
@media (max-width: 1023px) and (min-width: 700px) {
  :root {
    --headerHeight: $l-md-header-height;
  }
}
@media (max-width: 699px) {
  :root {
    --headerHeight: $l-sm-header-height;
  }
}
html {
  -webkit-font-smoothing: antialiased;
}
.attentoHaitemimashita {
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-family:
    Yu Gothic Medium,
    游ゴシック,
    Yu Gothic,
    游ゴシック体,
    YuGothic,
    Hiragino Kaku Gothic ProN,
    Noto Sans JP,
    メイリオ,
    Meiryo,
    sans-serif;
  margin-bottom: 8rem;
  margin-top: 5rem;
  position: relative;
}
@media (max-width: 699px) {
  .attentoHaitemimashita {
    margin-top: 2rem;
  }
}
@media (max-width: 389px) {
  .attentoHaitemimashita {
    margin-top: 5.1282051282vw;
  }
}
.attentoHaitemimashita * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.attentoHaitemimashita__main,
.el-headerBrand {
  opacity: 0;
}
body.splash-hidden .attentoHaitemimashita__main,
body.splash-hidden .el-headerBrand {
  opacity: 1;
}
@media (min-width: 1921px) {
  .v-gt_lg,
  .v-gt_md,
  .v-gt_sm,
  .v-lg,
  .v-md,
  .v-sm,
  .v-xl,
  .v-xs,
  .v-xxl {
    display: none;
  }
}
@media (max-width: 1920px) and (min-width: 1201px) {
  .v-gt_lg,
  .v-gt_sm,
  .v-xxl {
    display: none;
  }
  .v-xl {
    display: block;
  }
  .v-gt_md,
  .v-lg,
  .v-md,
  .v-sm,
  .v-xs {
    display: none;
  }
}
@media (max-width: 1200px) and (min-width: 1024px) {
  .v-gt_lg,
  .v-gt_md,
  .v-gt_sm,
  .v-xl,
  .v-xxl {
    display: none;
  }
  .v-lg {
    display: block;
  }
  .v-md,
  .v-sm,
  .v-xs {
    display: none;
  }
}
@media (max-width: 1023px) and (min-width: 700px) {
  .v-gt_lg,
  .v-gt_md,
  .v-gt_sm,
  .v-lg,
  .v-xl,
  .v-xxl {
    display: none;
  }
  .v-md {
    display: block;
  }
  .v-sm,
  .v-xs {
    display: none;
  }
}
@media (max-width: 699px) {
  .v-gt_lg,
  .v-gt_md,
  .v-gt_sm,
  .v-lg,
  .v-md,
  .v-xl,
  .v-xxl {
    display: none;
  }
  .v-sm,
  .v-xs {
    display: block;
  }
}
@media (max-width: 389px) {
  .v-gt_lg,
  .v-gt_md,
  .v-gt_sm,
  .v-lg,
  .v-md,
  .v-xl,
  .v-xxl {
    display: none;
  }
  .v-sm,
  .v-xs {
    display: block;
  }
}
@media (min-width: 1201px) {
  .v-gt_lg {
    display: block;
  }
}
@media (min-width: 1024px) {
  .v-gt_md {
    display: block;
  }
}
@media (min-width: 700px) {
  .v-gt_sm {
    display: block;
  }
}
.judgeDate {
  display: none;
}
.judgeDate.active {
  display: block;
}
.lp-l-container1 {
  margin: 0 auto;
  max-width: 140rem;
  padding: 0 5rem;
  width: 100%;
}
@media (max-width: 699px) {
  .lp-l-container1 {
    max-width: 100%;
    padding: 0 2rem;
  }
}
@media (max-width: 389px) {
  .lp-l-container1 {
    max-width: 100%;
    padding: 0 5.1282051282vw;
  }
}
[class*="lp-l-container"] .lp-l-container1 {
  max-width: 130rem;
  padding: 0;
}
.lp-l-container2 {
  margin: 0 auto;
  max-width: 110rem;
  padding: 0 5rem;
  width: 100%;
}
@media (max-width: 699px) {
  .lp-l-container2 {
    max-width: 100%;
    padding: 0 2rem;
  }
}
@media (max-width: 389px) {
  .lp-l-container2 {
    max-width: 100%;
    padding: 0 5.1282051282vw;
  }
}
[class*="lp-l-container"] .lp-l-container2 {
  max-width: 100rem;
  padding: 0;
}
.lp-l-container3 {
  margin: 0 auto;
  max-width: 60.4rem;
  padding: 0 5rem;
  width: 100%;
}
@media (max-width: 699px) {
  .lp-l-container3 {
    max-width: 100%;
    padding: 0 2rem;
  }
}
@media (max-width: 389px) {
  .lp-l-container3 {
    max-width: 100%;
    padding: 0 5.1282051282vw;
  }
}
[class*="lp-l-container"] .lp-l-container3 {
  max-width: 50.4rem;
  padding: 0;
}
@media (min-width: 1921px) {
  .lp-l-container1-xxl {
    margin: 0 auto;
    max-width: 140rem;
    padding: 0 5rem;
    width: 100%;
  }
}
@media (max-width: 1920px) and (min-width: 1201px) {
  .lp-l-container1-xl {
    margin: 0 auto;
    max-width: 140rem;
    padding: 0 5rem;
    width: 100%;
  }
}
@media (max-width: 1200px) and (min-width: 1024px) {
  .lp-l-container1-lg {
    margin: 0 auto;
    max-width: 140rem;
    padding: 0 5rem;
    width: 100%;
  }
}
@media (max-width: 1023px) and (min-width: 700px) {
  .lp-l-container1-md {
    margin: 0 auto;
    max-width: 140rem;
    padding: 0 5rem;
    width: 100%;
  }
}
@media (max-width: 699px) {
  .lp-l-container1-sm {
    max-width: 100%;
    padding: 0 2rem;
  }
}
@media (max-width: 389px) {
  .lp-l-container1-sm {
    max-width: 100%;
    padding: 0 5.1282051282vw;
  }
}
@media (min-width: 1201px) {
  .lp-l-container1-gt_lg {
    margin: 0 auto;
    max-width: 140rem;
    padding: 0 5rem;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .lp-l-container1-gt_md {
    margin: 0 auto;
    max-width: 140rem;
    padding: 0 5rem;
    width: 100%;
  }
}
@media (min-width: 700px) {
  .lp-l-container1-gt_sm {
    margin: 0 auto;
    max-width: 140rem;
    padding: 0 5rem;
    width: 100%;
  }
}
@media (min-width: 1921px) {
  .lp-l-container2-xxl {
    margin: 0 auto;
    max-width: 110rem;
    padding: 0 5rem;
    width: 100%;
  }
}
@media (max-width: 1920px) and (min-width: 1201px) {
  .lp-l-container2-xl {
    margin: 0 auto;
    max-width: 110rem;
    padding: 0 5rem;
    width: 100%;
  }
}
@media (min-width: 1201px) {
  .lp-l-container2-gt_lg {
    margin: 0 auto;
    max-width: 110rem;
    padding: 0 5rem;
    width: 100%;
  }
}
@media (max-width: 1200px) and (min-width: 1024px) {
  .lp-l-container2-lg {
    margin: 0 auto;
    max-width: 110rem;
    padding: 0 5rem;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .lp-l-container2-gt_md {
    margin: 0 auto;
    max-width: 110rem;
    padding: 0 5rem;
    width: 100%;
  }
}
@media (max-width: 1023px) and (min-width: 700px) {
  .lp-l-container2-md {
    margin: 0 auto;
    max-width: 110rem;
    padding: 0 5rem;
    width: 100%;
  }
}
@media (min-width: 700px) {
  .lp-l-container2-gt_sm {
    margin: 0 auto;
    max-width: 110rem;
    padding: 0 5rem;
    width: 100%;
  }
}
@media (max-width: 699px) {
  .lp-l-container2-sm {
    max-width: 100%;
    padding: 0 2rem;
  }
}
@media (max-width: 389px) {
  .lp-l-container2-sm {
    max-width: 100%;
    padding: 0 5.1282051282vw;
  }
}
@media (min-width: 1921px) {
  .lp-l-container3-xxl {
    margin: 0 auto;
    max-width: 60.4rem;
    padding: 0 5rem;
    width: 100%;
  }
}
@media (max-width: 1920px) and (min-width: 1201px) {
  .lp-l-container3-xl {
    margin: 0 auto;
    max-width: 60.4rem;
    padding: 0 5rem;
    width: 100%;
  }
}
@media (min-width: 1201px) {
  .lp-l-container3-gt_lg {
    margin: 0 auto;
    max-width: 60.4rem;
    padding: 0 5rem;
    width: 100%;
  }
}
@media (max-width: 1200px) and (min-width: 1024px) {
  .lp-l-container3-lg {
    margin: 0 auto;
    max-width: 60.4rem;
    padding: 0 5rem;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .lp-l-container3-gt_md {
    margin: 0 auto;
    max-width: 60.4rem;
    padding: 0 5rem;
    width: 100%;
  }
}
@media (max-width: 1023px) and (min-width: 700px) {
  .lp-l-container3-md {
    margin: 0 auto;
    max-width: 60.4rem;
    padding: 0 5rem;
    width: 100%;
  }
}
@media (min-width: 700px) {
  .lp-l-container3-gt_sm {
    margin: 0 auto;
    max-width: 60.4rem;
    padding: 0 5rem;
    width: 100%;
  }
}
@media (max-width: 699px) {
  .lp-l-container3-sm {
    max-width: 100%;
    padding: 0 2rem;
  }
}
@media (max-width: 389px) {
  .lp-l-container3-sm {
    max-width: 100%;
    padding: 0 5.1282051282vw;
  }
}
.lp-s-arrowButton {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 6rem;
  justify-content: center;
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  width: 6rem;
}
@media (max-width: 699px) {
  .lp-s-arrowButton {
    height: 5rem;
    width: 5rem;
  }
}
.lp-s-arrowButton:visited {
  color: #fff;
}
.lp-s-arrowButton--primary10,
.lp-s-arrowButton--primary10:visited {
  color: #023692;
}
.lp-s-arrowButton:before {
  background-color: #023692;
  border-radius: 100%;
  bottom: 0;
  content: "";
  cursor: pointer;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition:
    background-color 0.3s ease,
    -webkit-transform 0.2s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition:
    background-color 0.3s ease,
    -webkit-transform 0.2s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition:
    background-color 0.3s ease,
    transform 0.2s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition:
    background-color 0.3s ease,
    transform 0.2s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    -webkit-transform 0.2s cubic-bezier(0.36, 0.01, 0.29, 0.99);
}
.lp-s-arrowButton--primary10:before {
  background-color: #ebeff5;
}
.lp-s-arrowButton__icon {
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  pointer-events: none;
  position: relative;
}
@media (max-width: 699px) {
  .lp-s-arrowButton__icon {
    height: 1.91rem;
    width: 0.91rem;
  }
}
@media (max-width: 389px) {
  .lp-s-arrowButton__icon {
    height: 4.8974358974vw;
    width: 2.3333333333vw;
  }
}
@media (hover: hover) {
  .lp-s-arrowButton:hover:before {
    background-color: #0349c4;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
  .lp-s-arrowButton--primary10:hover,
  .lp-s-arrowButton--primary10:hover:visited {
    color: #fff;
  }
  .lp-s-arrowButton--primary10:hover:before {
    background-color: #023692;
  }
  .lp-s-arrowButton:hover .lp-s-arrowButton__icon {
    -webkit-animation: lp-c-arrowButton__jump 1s infinite;
    animation: lp-c-arrowButton__jump 1s infinite;
  }
}
@-webkit-keyframes lp-c-arrowButton__jump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(0.3rem);
    transform: translateY(0.3rem);
  }
  60% {
    -webkit-transform: translateY(0.3rem);
    transform: translateY(0.3rem);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes lp-c-arrowButton__jump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(0.3rem);
    transform: translateY(0.3rem);
  }
  60% {
    -webkit-transform: translateY(0.3rem);
    transform: translateY(0.3rem);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.lp-s-button {
  background-color: #fff;
  border-radius: 20rem;
  -webkit-box-shadow:
    0 1.4rem 2.9rem 0 hsla(197, 3%, 57%, 0.349),
    inset 0 0 0 0 #023692;
  box-shadow:
    0 1.4rem 2.9rem 0 hsla(197, 3%, 57%, 0.349),
    inset 0 0 0 0 #023692;
  color: #023692;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition:
    background-color 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    -webkit-box-shadow 0.2s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition:
    background-color 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    -webkit-box-shadow 0.2s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition:
    background-color 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    box-shadow 0.2s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition:
    background-color 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    box-shadow 0.2s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    -webkit-box-shadow 0.2s cubic-bezier(0.36, 0.01, 0.29, 0.99);
}
.lp-s-button__inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  min-height: 10rem;
  padding: 2rem 2.4rem;
  width: 100%;
}
@media (max-width: 699px) {
  .lp-s-button__inner {
    min-height: 8rem;
    padding: 1.6rem 2rem;
  }
}
@media (max-width: 389px) {
  .lp-s-button__inner {
    min-height: 20.5128205128vw;
    padding: 4.1025641026vw 5.1282051282vw;
  }
}
.lp-s-button--primary {
  background-color: #023692;
  color: #fff;
}
.lp-s-button--secondary {
  background-color: #e56c43;
  color: #fff;
}
.lp-s-button--wacoal {
  color: #e4007f;
}
.lp-s-button--green {
  color: #097e34;
}
@media (max-width: 389px) {
  .lp-s-button {
    -webkit-box-shadow: 0 3.5897435897vw 7.4358974359vw 0
      hsla(197, 3%, 57%, 0.349);
    box-shadow: 0 3.5897435897vw 7.4358974359vw 0 hsla(197, 3%, 57%, 0.349);
  }
}
.lp-s-button:visited {
  color: #023692;
}
.lp-s-button--primary:visited,
.lp-s-button--secondary:visited {
  color: #fff;
}
.lp-s-button--wacoal:visited {
  color: #e4007f;
}
.lp-s-button--green:visited {
  color: #097e34;
}
.lp-s-button:hover {
  -webkit-box-shadow:
    0 1.4rem 2.9rem 0 hsla(197, 3%, 57%, 0.349),
    inset 0 0 0 2px #023692;
  box-shadow:
    0 1.4rem 2.9rem 0 hsla(197, 3%, 57%, 0.349),
    inset 0 0 0 2px #023692;
  opacity: 1;
  text-decoration: none;
}
.lp-s-button:hover img {
  opacity: 1;
}
.lp-s-button--primary:hover {
  background-color: #022d79;
  -webkit-box-shadow: 0 1.4rem 2.9rem 0 hsla(197, 3%, 57%, 0.349);
  box-shadow: 0 1.4rem 2.9rem 0 hsla(197, 3%, 57%, 0.349);
}
@media (max-width: 389px) {
  .lp-s-button--primary:hover {
    -webkit-box-shadow: 0 3.5897435897vw 7.4358974359vw 0
      hsla(197, 3%, 57%, 0.349);
    box-shadow: 0 3.5897435897vw 7.4358974359vw 0 hsla(197, 3%, 57%, 0.349);
  }
}
.lp-s-button--secondary:hover {
  background-color: #e25a2d;
  -webkit-box-shadow: 0 1.4rem 2.9rem 0 hsla(197, 3%, 57%, 0.349);
  box-shadow: 0 1.4rem 2.9rem 0 hsla(197, 3%, 57%, 0.349);
}
@media (max-width: 389px) {
  .lp-s-button--secondary:hover {
    -webkit-box-shadow: 0 3.5897435897vw 7.4358974359vw 0
      hsla(197, 3%, 57%, 0.349);
    box-shadow: 0 3.5897435897vw 7.4358974359vw 0 hsla(197, 3%, 57%, 0.349);
  }
}
.lp-s-button--wacoal:hover {
  -webkit-box-shadow:
    0 1.4rem 2.9rem 0 hsla(197, 3%, 57%, 0.349),
    inset 0 0 0 2px #e4007f;
  box-shadow:
    0 1.4rem 2.9rem 0 hsla(197, 3%, 57%, 0.349),
    inset 0 0 0 2px #e4007f;
}
@media (max-width: 389px) {
  .lp-s-button--wacoal:hover {
    -webkit-box-shadow:
      0 3.5897435897vw 7.4358974359vw 0 hsla(197, 3%, 57%, 0.349),
      inset 0 0 0 2px #e4007f;
    box-shadow:
      0 3.5897435897vw 7.4358974359vw 0 hsla(197, 3%, 57%, 0.349),
      inset 0 0 0 2px #e4007f;
  }
}
.lp-s-button--green:hover {
  -webkit-box-shadow:
    0 1.4rem 2.9rem 0 hsla(197, 3%, 57%, 0.349),
    inset 0 0 0 2px #097e34;
  box-shadow:
    0 1.4rem 2.9rem 0 hsla(197, 3%, 57%, 0.349),
    inset 0 0 0 2px #097e34;
}
@media (max-width: 389px) {
  .lp-s-button--green:hover {
    -webkit-box-shadow:
      0 3.5897435897vw 7.4358974359vw 0 hsla(197, 3%, 57%, 0.349),
      inset 0 0 0 2px #097e34;
    box-shadow:
      0 3.5897435897vw 7.4358974359vw 0 hsla(197, 3%, 57%, 0.349),
      inset 0 0 0 2px #097e34;
  }
}
.lp-s-button__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 5.6rem;
  margin-right: 2rem;
  width: 3.2rem;
}
@media (max-width: 699px) {
  .lp-s-button__image {
    height: 4.4rem;
    margin-right: 1.2rem;
    width: 2.8rem;
  }
}
@media (max-width: 389px) {
  .lp-s-button__image {
    height: 11.2820512821vw;
    margin-right: 3.0769230769vw;
    width: 7.1794871795vw;
  }
}
.lp-s-button__image img {
  font-family: "object-fit: contain;object-position: center;";
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}
.lp-s-button--small .lp-s-button__image {
  margin-right: 1.6rem;
}
@media (max-width: 699px) {
  .lp-s-button--small .lp-s-button__image {
    margin-right: 1.6rem;
  }
}
@media (max-width: 389px) {
  .lp-s-button--small .lp-s-button__image {
    margin-right: 4.1025641026vw;
  }
}
.lp-s-button__text__main {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.3333;
  white-space: nowrap;
}
@media (max-width: 699px) {
  .lp-s-button__text__main {
    font-size: 1.8rem;
  }
}
@media (max-width: 389px) {
  .lp-s-button__text__main {
    font-size: 4.6153846154vw;
  }
}
.lp-s-button__text__sub {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.3;
}
@media (max-width: 389px) {
  .lp-s-button__text__sub {
    font-size: 3.5897435897vw;
  }
}
.lp-s-button--small .lp-s-button__text__main {
  font-size: 2rem;
  letter-spacing: 0;
}
@media (max-width: 699px) {
  .lp-s-button--small .lp-s-button__text__main {
    font-size: 1.8rem;
  }
}
@media (max-width: 389px) {
  .lp-s-button--small .lp-s-button__text__main {
    font-size: 4.6153846154vw;
  }
}
.lp-s-button__arrow {
  margin-left: 2rem;
}
@media (max-width: 699px) {
  .lp-s-button__arrow {
    margin-left: 1.2rem;
  }
}
@media (max-width: 389px) {
  .lp-s-button__arrow {
    margin-left: 3.0769230769vw;
  }
}
@media (hover: hover) {
  .lp-s-button:hover .lp-s-button__arrow {
    -webkit-animation: lp-c-button__jump 1s infinite;
    animation: lp-c-button__jump 1s infinite;
  }
}
@-webkit-keyframes lp-c-button__jump {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(0.6rem);
    transform: translateX(0.6rem);
  }
  60% {
    -webkit-transform: translateX(0.6rem);
    transform: translateX(0.6rem);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes lp-c-button__jump {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(0.6rem);
    transform: translateX(0.6rem);
  }
  60% {
    -webkit-transform: translateX(0.6rem);
    transform: translateX(0.6rem);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.lp-s-floatingCta {
  bottom: 3rem;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  text-align: right;
  z-index: 5000000;
}
@media (max-width: 699px) {
  .lp-s-floatingCta {
    bottom: 2rem;
    text-align: center;
  }
}
@media (max-width: 389px) {
  .lp-s-floatingCta {
    bottom: 5.1282051282vw;
    text-align: center;
  }
}
.cookieModalShown .lp-s-floatingCta {
  bottom: calc(95px + 2rem);
}
@media (max-width: 699px) {
  .cookieModalShown .lp-s-floatingCta {
    bottom: calc(165px + 2rem);
    text-align: center;
  }
}
@media (max-width: 389px) {
  .cookieModalShown .lp-s-floatingCta {
    bottom: calc(165px + 5.12821vw);
    text-align: center;
  }
}
.lp-s-floatingCta__button {
  max-width: 35rem;
  pointer-events: auto;
  text-align: left;
  width: 100%;
}
.lp-s-floatingCta__button .lp-s-button__image {
  width: 4.6rem;
}
@media (max-width: 699px) {
  .lp-s-floatingCta__button .lp-s-button__text__main {
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 1.2;
  }
  .lp-s-floatingCta__button .lp-s-button__image {
    width: 4.6rem;
  }
}
@media (max-width: 389px) {
  .lp-s-floatingCta__button {
    max-width: 89.7435897436vw;
  }
  .lp-s-floatingCta__button .lp-s-button__text__main {
    font-size: 5.1282051282vw;
  }
  .lp-s-floatingCta__button .lp-s-button__image {
    width: 11.7948717949vw;
  }
}
.lp-s-image {
  height: auto;
  width: auto;
}
.lp-s-lazyImage {
  font-size: 0;
  position: relative;
}
.lp-s-lazyImage__main {
  height: auto;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition: opacity 0.2s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  width: 100%;
}
.lp-s-lazyImage__main.lazyloaded {
  opacity: 1;
}
.lp-s-lazyImage--fit .lp-s-lazyImage-main {
  font-family: "object-fit: cover; object-position: center;";
  -o-object-fit: cover;
  object-fit: cover;
}
.lp-s-lazyImage--contain .lp-s-lazyImage__main,
.lp-s-lazyImage--fit .lp-s-lazyImage-main {
  height: 100%;
  left: 0;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
}
.lp-s-lazyImage--contain .lp-s-lazyImage__main {
  font-family: "object-fit: contain; object-position: center;";
  -o-object-fit: contain;
  object-fit: contain;
}
.lp-s-package {
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.lp-s-package__image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.lp-s-package__shadow {
  bottom: 0;
  height: 100%;
  left: 0;
  max-width: none;
  mix-blend-mode: multiply;
  position: absolute;
  width: auto;
}
.lp-s-package2 {
  display: inline-block;
  position: relative;
}
.lp-s-package2__image {
  position: relative;
  z-index: 1;
}
.lp-s-package2__shadow {
  left: 50%;
  max-width: none;
  mix-blend-mode: multiply;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 273.1147541%;
}
@media (min-width: 700px) {
  .lp-s-product--horizontal .lp-s-product__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 699px) {
  .lp-s-product__color {
    text-align: center;
  }
}
@media (min-width: 700px) {
  .lp-s-product--reversed .lp-s-product__color {
    padding-right: 8.7rem;
    text-align: right;
  }
  .lp-s-product--horizontal .lp-s-product__color {
    margin-right: 4.7rem;
  }
  .lp-s-product__images {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -2.8rem;
    margin-right: -2.8rem;
    margin-top: 4.2rem;
  }
}
@media (max-width: 699px) {
  .lp-s-product__images {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    margin-top: 3.2rem;
  }
}
@media (max-width: 389px) {
  .lp-s-product__images {
    margin-left: -3.8461538462vw;
    margin-right: -3.8461538462vw;
    margin-top: 8.2051282051vw;
  }
}
.lp-s-product__images > * {
  margin: 0 2.8rem;
}
@media (max-width: 699px) {
  .lp-s-product__images > * {
    margin: 0 1.5rem;
  }
}
@media (max-width: 389px) {
  .lp-s-product__images > * {
    margin: 0 3.8461538462vw;
  }
}
@media (min-width: 700px) {
  .lp-s-product--horizontal .lp-s-product__images,
  .lp-s-product--reversed .lp-s-product__images {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .lp-s-product--horizontal .lp-s-product__images {
    margin-top: 0;
  }
}
.lp-s-product__package {
  -ms-flex-negative: 1.5;
  flex-shrink: 1.5;
  max-width: 21.8rem;
}
@media (max-width: 699px) {
  .lp-s-product__package {
    max-width: 36.15384615vw;
    max-width: 18rem;
  }
}
.lp-s-product__content {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  max-width: 15rem;
}
@media (max-width: 699px) {
  .lp-s-product__content {
    max-width: 25.64102564vw;
    max-width: 12.4rem;
  }
}
.lp-s-product__link {
  margin-top: 9rem;
  text-align: center;
}
@media (max-width: 699px) {
  .lp-s-product__link {
    margin-top: 5.2rem;
  }
}
@media (max-width: 389px) {
  .lp-s-product__link {
    margin-top: 13.3333333333vw;
  }
}
.lp-s-product__link > * {
  max-width: 36.8rem;
  width: 100%;
}
@media (max-width: 699px) {
  .lp-s-product__link > * {
    max-width: 35rem;
  }
}
@media (max-width: 389px) {
  .lp-s-product__link > * {
    max-width: 89.7435897436vw;
  }
}
.lp-s-product--horizontal .lp-s-product__link > * {
  max-width: 66.6rem;
}
@media (max-width: 699px) {
  .lp-s-product--horizontal .lp-s-product__link > * {
    max-width: 35rem;
  }
}
@media (max-width: 389px) {
  .lp-s-product--horizontal .lp-s-product__link > * {
    max-width: 89.7435897436vw;
  }
}
.lp-s-productColor {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (min-width: 700px) {
  .lp-s-productColor {
    min-height: 5.6rem;
  }
}
.lp-s-productColor--white {
  color: #023692;
}
.lp-s-productColor--wacoal {
  color: #e4007f;
}
.lp-s-productColor--boxer {
  color: #097e34;
}
.lp-s-productColor--pad {
  color: #006f3e;
}
.lp-s-productColor:before {
  border-radius: 100%;
  content: "";
  display: block;
  height: 3.6rem;
  margin-right: 2.8rem;
  width: 3.6rem;
}
@media (max-width: 699px) {
  .lp-s-productColor:before {
    margin-right: 1.6rem;
  }
}
@media (max-width: 389px) {
  .lp-s-productColor:before {
    height: 9.2307692308vw;
    margin-right: 4.1025641026vw;
    width: 9.2307692308vw;
  }
}
.lp-s-productColor--white:before {
  background-color: #eff3f8;
  -webkit-box-shadow: 1px 1px 2px 0 hsla(197, 3%, 57%, 0.969);
  box-shadow: 1px 1px 2px 0 hsla(197, 3%, 57%, 0.969);
}
.lp-s-productColor--wacoal:before {
  background-color: #faeded;
  -webkit-box-shadow: 1px 1px 2px 0 hsla(0, 44%, 73%, 0.969);
  box-shadow: 1px 1px 2px 0 hsla(0, 44%, 73%, 0.969);
}
.lp-s-productColor--boxer:before {
  background-color: #d9d9d9;
}
.lp-s-productColor--boxer:before,
.lp-s-productColor--pad:before {
  -webkit-box-shadow: 1px 1px 2px 0 hsla(197, 3%, 57%, 0.969);
  box-shadow: 1px 1px 2px 0 hsla(197, 3%, 57%, 0.969);
}
.lp-s-productColor--pad:before {
  background-color: #fff;
}
.lp-s-productColor__text {
  font-weight: 700;
}
@media (max-width: 699px) {
  .lp-s-productColor__text {
    text-align: left;
  }
}
.lp-s-productColor__sub,
.lp-s-productColor__sub2 {
  display: block;
  font-size: 2rem;
  line-height: 1.25;
  margin-bottom: 0.7rem;
}
@media (max-width: 699px) {
  .lp-s-productColor__sub,
  .lp-s-productColor__sub2 {
    font-size: 1.8rem;
    margin-bottom: 0.6rem;
  }
}
@media (max-width: 389px) {
  .lp-s-productColor__sub,
  .lp-s-productColor__sub2 {
    font-size: 4.6153846154vw;
    margin-bottom: 1.5384615385vw;
  }
}
@media (max-width: 699px) {
  .lp-s-productColor__sub2 {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 389px) {
  .lp-s-productColor__sub2 {
    margin-bottom: 1.2rem;
  }
}
.lp-s-productColor__main {
  display: block;
  font-size: 2.4rem;
  line-height: 1;
}
@media (max-width: 699px) {
  .lp-s-productColor__main {
    font-size: 2rem;
  }
}
@media (max-width: 389px) {
  .lp-s-productColor__main {
    font-size: 5.1282051282vw;
  }
}
.lp-s-productDetail {
  border-radius: 2rem;
  overflow: hidden;
  padding: 12rem 5rem;
  position: relative;
}
@media (max-width: 699px) {
  .lp-s-productDetail {
    padding: 8rem 2rem;
  }
}
@media (max-width: 389px) {
  .lp-s-productDetail {
    border-radius: 5.1282051282vw;
    padding: 20.5128205128vw 5.1282051282vw;
  }
}
.lp-s-productDetail:before {
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  content: "";
  display: block;
  height: 3rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 699px) {
  .lp-s-productDetail:before {
    height: 2rem;
  }
}
@media (max-width: 389px) {
  .lp-s-productDetail:before {
    height: 5.1282051282vw;
  }
}
.lp-s-productDetail--sokai {
  background-color: #f7f3f0;
  color: #023692;
}
.lp-s-productDetail--sokai:before {
  background-image: url(/_var/attento/haitemimashita/update202604/img/line-sokai.png);
}
.lp-s-productDetail--boxer {
  background-color: #f1f3eb;
  color: #097e34;
}
.lp-s-productDetail--boxer:before {
  background-image: url(/_var/attento/haitemimashita/update202604/img/line-boxer.png);
}
.lp-s-productDetail--kibun {
  background-color: #f1f3f6;
  color: #023692;
}
.lp-s-productDetail--kibun:before {
  background-image: url(/_var/attento/haitemimashita/update202604/img/line-kibun.png);
}
@media (min-width: 700px) {
  .lp-s-productDetail__head__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 699px) {
  .lp-s-productDetail__head__inner {
    text-align: center;
  }
}
.lp-s-productDetail__name {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 21.7rem;
}
.lp-s-productDetail__name.logo--small {
  width: 9rem;
}
@media (max-width: 699px) {
  .lp-s-productDetail__name {
    margin: 0 auto;
    width: 13.5rem;
  }
}
@media (max-width: 389px) {
  .lp-s-productDetail__name {
    width: 34.6153846154vw;
  }
}
.lp-s-productDetail__name__new {
  bottom: calc(100% + 1rem);
  position: absolute;
}
.lp-s-productDetail__caption {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-left: 5rem;
}
@media (max-width: 699px) {
  .lp-s-productDetail__caption {
    font-size: 2rem;
    margin-left: 0;
    margin-top: 4rem;
    white-space: nowrap;
  }
}
@media (max-width: 389px) {
  .lp-s-productDetail__caption {
    font-size: 5.1282051282vw;
    margin-top: 10.2564102564vw;
  }
}
.lp-s-productDetail__features {
  margin-top: 6.5rem;
  position: relative;
}
@media (max-width: 699px) {
  .lp-s-productDetail__features {
    margin-top: 4rem;
  }
}
.lp-s-productDetail__features > * {
  position: relative;
}
.lp-s-productDetail__features:before {
  background-image: radial-gradient(
    50% 50% at 50% 50%,
    #fff 0,
    hsla(0, 0%, 100%, 0.505) 66.67%,
    hsla(0, 0%, 100%, 0) 100%
  );
  content: "";
  display: block;
  height: 120rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 699px) {
  .lp-s-productDetail__features__image {
    margin: 0 auto;
    max-width: 39rem;
    width: 79vw;
  }
}
@media (min-width: 700px) {
  .lp-s-productDetail__features__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 6rem;
  }
}
@media (max-width: 699px) {
  .lp-s-productDetail__features__list {
    margin-top: 4.6rem;
  }
}
@media (max-width: 389px) {
  .lp-s-productDetail__features__list {
    margin-top: 11.7948717949vw;
  }
}
@media (min-width: 700px) {
  .lp-s-productDetail__features__item {
    margin: 0 1.8rem;
  }
}
@media (max-width: 699px) {
  .lp-s-productDetail__features__item:not(:first-child) {
    margin-top: 1.6rem;
  }
}
.lp-s-productDetail__features__label {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px dashed;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  min-height: 8.8rem;
  padding: 2rem;
  text-align: center;
  width: 26.2rem;
}
.lp-s-productDetail__features__label .lp-s-productDetail__features__label--small {
  font-size: 1.5rem;
}
@media (max-width: 699px) {
  .lp-s-productDetail__features__label {
    border-radius: 1rem;
    margin: 0 auto;
    min-height: 0;
    padding: 1.2rem;
    width: 26.4rem;
  }
}
@media (max-width: 389px) {
  .lp-s-productDetail__features__label {
    border-radius: 2.5641025641vw;
    min-width: 67.6923076923vw;
    padding: 3.0769230769vw;
  }
}
.lp-s-productDetail__features__label span {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2727272727;
}
@media (max-width: 699px) {
  .lp-s-productDetail__features__label span {
    font-size: 1.8rem;
  }
}
.lp-s-productDetail__features__label sup {
  font-size: 0.6363636364em;
}
.lp-s-productDetail__features__note {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 2.6rem auto 0;
  max-width: 86rem;
  text-align: center;
}
@media (max-width: 699px) {
  .lp-s-productDetail__features__note {
    margin-top: 1.6rem;
  }
}
@media (max-width: 389px) {
  .lp-s-productDetail__features__note {
    margin-top: 4.1025641026vw;
  }
}
.lp-s-productDetail__subheading {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: relative;
  text-align: center;
}
@media (max-width: 699px) {
  .lp-s-productDetail__subheading {
    padding-top: 4.8rem;
  }
}
@media (max-width: 389px) {
  .lp-s-productDetail__subheading {
    padding-top: 12.3076923077vw;
  }
}
.lp-s-productDetail__subheading:after,
.lp-s-productDetail__subheading:before {
  border-top: 0.4rem dotted #98a9b7;
  content: "";
  display: block;
}
@media (min-width: 700px) {
  .lp-s-productDetail__subheading:after,
  .lp-s-productDetail__subheading:before {
    -ms-flex-negative: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    flex-shrink: 1;
    width: 0;
  }
  .lp-s-productDetail__subheading:before {
    margin-right: 3.2rem;
  }
}
@media (max-width: 699px) {
  .lp-s-productDetail__subheading:before {
    left: 3.2rem;
    margin-right: 0;
    position: absolute;
    right: 3.2rem;
    top: 0;
  }
}
@media (max-width: 389px) {
  .lp-s-productDetail__subheading:before {
    left: 8.2051282051vw;
    right: 8.2051282051vw;
    top: 0;
  }
}
@media (min-width: 700px) {
  .lp-s-productDetail__subheading:after {
    margin-left: 3.2rem;
  }
}
@media (max-width: 699px) {
  .lp-s-productDetail__subheading:after {
    display: none;
  }
}
.lp-s-productDetail__subheading--noBorder:after,
.lp-s-productDetail__subheading--noBorder:before {
  display: none;
}
@media (max-width: 699px) {
  .lp-s-productDetail__subheading--noBorder {
    padding-top: 0;
  }
}
@media (max-width: 389px) {
  .lp-s-productDetail__subheading--noBorder {
    padding-top: 0;
  }
}
.lp-s-productDetail__subheading__inner {
  -ms-flex-negative: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  flex-shrink: 0;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
}
.lp-s-productDetail__subheading__inner > * {
  display: block;
}
.lp-s-productDetail__subheading__inner small {
  font-size: 2.4rem;
  margin-bottom: 1.8rem;
}
@media (max-width: 699px) {
  .lp-s-productDetail__subheading__inner small {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 389px) {
  .lp-s-productDetail__subheading__inner small {
    font-size: 5.1282051282vw;
    margin-bottom: 3.0769230769vw;
  }
}
.lp-s-productDetail__subheading__inner span {
  font-size: 3rem;
  line-height: 1.3;
}
@media (max-width: 699px) {
  .lp-s-productDetail__subheading__inner span {
    font-size: 2.6rem;
  }
}
@media (max-width: 389px) {
  .lp-s-productDetail__subheading__inner span {
    font-size: 6.6666666667vw;
  }
}
.lp-s-productDetail__items {
  margin: 8rem auto 0;
  position: relative;
}
@media (max-width: 699px) {
  .lp-s-productDetail__items {
    margin-top: 6rem;
  }
}
@media (max-width: 389px) {
  .lp-s-productDetail__items {
    margin-top: 15.3846153846vw;
  }
}
@media (min-width: 700px) {
  .lp-s-productDetail__items__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-left: -1.2rem;
    margin-right: -1.2rem;
    margin-top: 8rem;
  }
}
@media (max-width: 699px) {
  .lp-s-productDetail__items__list {
    margin-top: 6rem;
  }
}
@media (max-width: 389px) {
  .lp-s-productDetail__items__list {
    margin-top: 15.3846153846vw;
  }
}
@media (min-width: 700px) {
  .lp-s-productDetail__items__item {
    margin: 0 1.2rem;
  }
}
@media (max-width: 699px) {
  .lp-s-productDetail__items__item:not(:first-child) {
    margin-top: 8rem;
  }
}
@media (max-width: 389px) {
  .lp-s-productDetail__items__item:not(:first-child) {
    margin-top: 20.5128205128vw;
  }
}
.lp-s-productDetail__items__link {
  margin-top: 9rem;
  text-align: center;
}
@media (max-width: 699px) {
  .lp-s-productDetail__items__link {
    margin-top: 7.3rem;
  }
}
@media (max-width: 389px) {
  .lp-s-productDetail__items__link {
    margin-top: 18.7179487179vw;
  }
}
.lp-s-productDetail__items__link > * {
  max-width: 66.6rem;
  width: 100%;
}
@media (max-width: 699px) {
  .lp-s-productDetail__items__link > * {
    max-width: 33rem;
  }
}
@media (max-width: 389px) {
  .lp-s-productDetail__items__link > * {
    max-width: 84.6153846154vw;
  }
}
.lp-s-productDetail__items2 {
  margin-top: 6.8rem;
}
@media (max-width: 389px) {
  .lp-s-productDetail__items2 {
    margin-top: 17.4358974359vw;
  }
}
.lp-s-productDetail__items2__plus {
  margin-bottom: 3.2rem;
  text-align: center;
}
@media (max-width: 389px) {
  .lp-s-productDetail__items2__plus {
    margin-bottom: 8.2051282051vw;
  }
}
.lp-s-productDetail__items2__list {
  margin-top: 2.3rem;
  text-align: center;
}
.lp-s-productDetail--boxer .lp-s-productDetail__items__list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.lp-s-productLink {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 7rem 2.4rem 4rem;
  position: relative;
}
@media (max-width: 1023px) and (min-width: 700px), (max-width: 699px) {
  .lp-s-productLink {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: center;
  }
}
@media (max-width: 699px) {
  .lp-s-productLink {
    padding: 6.2rem 0.8rem 4rem;
  }
}
@media (max-width: 389px) {
  .lp-s-productLink {
    padding: 15.8974358974vw 1.0256410256vw 10.2564102564vw;
  }
}
.lp-s-productLink:before {
  background-position: 50%;
  background-size: cover;
  content: "";
  display: block;
  height: 1rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 389px) {
  .lp-s-productLink:before {
    height: 2.5641025641vw;
  }
}
.lp-s-productLink__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1023px) and (min-width: 700px), (max-width: 699px) {
  .lp-s-productLink__wrapper {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
  }
}
.lp-s-productLink--sokai {
  background-color: #f7f3f0;
  color: #023692;
}
.lp-s-productLink--sokai:before {
  background-image: url(/_var/attento/haitemimashita/update202604/img/line-sokai.png);
}
.lp-s-productLink--boxer {
  background-color: #f1f3eb;
  color: #097e34;
}
.lp-s-productLink--boxer:before {
  background-image: url(/_var/attento/haitemimashita/update202604/img/line-boxer.png);
}
.lp-s-productLink--kibun {
  background-color: #f1f3f6;
  color: #023692;
}
.lp-s-productLink--kibun:before {
  background-image: url(/_var/attento/haitemimashita/update202604/img/line-kibun.png);
}
.lp-s-productLink__name {
  height: 100%;
  margin-bottom: auto;
  text-align: center;
}
.lp-s-productLink__name img {
  width: 19.5rem;
}
.lp-s-productLink__name img.logo--small {
  width: 9rem;
}
@media (max-width: 699px) {
  .lp-s-productLink__name img {
    width: 13.7rem;
  }
}
@media (max-width: 389px) {
  .lp-s-productLink__name img {
    width: 35.1282051282vw;
  }
}
.lp-s-productLink__caption {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.4444444444;
  margin-top: 3rem;
  text-align: center;
}
@media (max-width: 699px) {
  .lp-s-productLink__caption {
    font-size: 1.8rem;
    margin-top: 1.8rem;
  }
}
@media (max-width: 389px) {
  .lp-s-productLink__caption {
    font-size: 4.6153846154vw;
  }
}
.lp-s-productLink__images {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 28.6rem;
  justify-content: center;
}
@media (max-width: 1023px) and (min-width: 700px), (max-width: 699px) {
  .lp-s-productLink__images {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    height: auto;
    margin: 0 auto;
  }
}
@media (max-width: 389px) {
  .lp-s-productLink__images {
    height: 28.4615384615vw;
  }
}
.lp-s-productLink__images__inner {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media (max-width: 699px) {
  .lp-s-productLink__images__inner {
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }
}
@media (max-width: 389px) {
  .lp-s-productLink__images__inner {
    margin-left: -2.0512820513vw;
    margin-right: -2.0512820513vw;
  }
}
.lp-s-productLink__images__item {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0 1.5rem;
}
@media (max-width: 699px) {
  .lp-s-productLink__images__item {
    padding: 0 0.8rem;
  }
}
@media (max-width: 389px) {
  .lp-s-productLink__images__item {
    padding: 0 2.0512820513vw;
  }
}
.lp-s-productLink__images__item > * {
  width: 12rem;
}
@media (max-width: 1023px) and (min-width: 700px) {
  .lp-s-productLink__images__item > * {
    width: 15rem;
  }
}
@media (max-width: 699px) {
  .lp-s-productLink__images__item > * {
    width: 8rem;
  }
}
@media (max-width: 389px) {
  .lp-s-productLink__images__item > * {
    width: 13.5897435897vw;
  }
}
.lp-s-productLink__anchor {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 6.2rem;
}
@media (max-width: 1023px) and (min-width: 700px), (max-width: 699px) {
  .lp-s-productLink__anchor {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
}
@media (max-width: 699px) {
  .lp-s-productLink__anchor {
    margin-top: 5rem;
  }
}
@media (max-width: 389px) {
  .lp-s-productLink__anchor {
    margin-top: 5rem;
  }
}
.lp-s-productTitle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.lp-s-productTitle__tag {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
  background-color: #023692;
  border-radius: 0.6rem;
  color: #fff;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 1.2rem 1.6rem;
}
@media (max-width: 699px) {
  .lp-s-productTitle__tag {
    font-size: 3.2rem;
    padding: 0.8rem 1rem;
  }
}
@media (max-width: 389px) {
  .lp-s-productTitle__tag {
    border-radius: 1.5384615385vw;
    font-size: 8.2051282051vw;
    padding: 2.0512820513vw 2.5641025641vw;
  }
}
.lp-s-productTitle__line {
  border-top: 0.4rem dotted #98a9b7;
  display: block;
  width: 100%;
}
.lp-s-productTitle__line__left {
  display: none;
  margin-right: 0.4rem;
}
@media (max-width: 699px) {
  .lp-s-productTitle__line__left {
    display: block;
  }
}
.lp-s-productTitle__line__right {
  margin-left: 0.4rem;
}
@media (max-width: 699px) {
  .lp-s-productTitle__line__right {
    display: block;
  }
}
.lp-s-splash {
  background-color: #dfe9f6;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition:
    opacity 0.5s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    -webkit-filter 0.5s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition:
    opacity 0.5s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    -webkit-filter 0.5s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition:
    filter 0.5s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    opacity 0.5s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition:
    filter 0.5s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    opacity 0.5s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    -webkit-filter 0.5s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  z-index: 9999999;
}
.lp-s-splash[data-splash-hidden] {
  -webkit-filter: blur(2rem);
  filter: blur(2rem);
  opacity: 0;
  pointer-events: none;
}
.lp-s-splash__image,
.lp-s-splash__text {
  font-family: "object-fit: cover;object-position: center top;";
  height: calc(100% + 15vh);
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 699px) {
  .lp-s-splash__image,
  .lp-s-splash__text {
    height: calc(100% + 10vh);
  }
}
.lp-s-voiceCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp-s-voiceCard__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.lp-s-voiceCard__image {
  height: 6.7rem;
  width: 6.7rem;
}
@media (max-width: 389px) {
  .lp-s-voiceCard__image {
    height: 17.1794871795vw;
    width: 17.1794871795vw;
  }
}
.lp-s-voiceCard__title {
  color: #023692;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-top: 2.5rem;
  text-align: center;
}
@media (max-width: 389px) {
  .lp-s-voiceCard__title {
    font-size: 3.8461538462vw;
    margin-top: 6.4102564103vw;
  }
}
.lp-s-voiceCard__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 0.8rem;
  width: 0;
}
@media (max-width: 389px) {
  .lp-s-voiceCard__right {
    margin-left: 0.8rem;
  }
}
.lp-s-voiceCard__balloon {
  padding-left: 3.7rem;
  position: relative;
}
.lp-s-voiceCard__balloon:after,
.lp-s-voiceCard__balloon:before {
  background-color: hsla(0, 0%, 100%, 0.35);
  border-radius: 100%;
  content: "";
  display: block;
  position: absolute;
}
.lp-s-voiceCard__balloon:before {
  height: 0.8rem;
  width: 0.8rem;
}
@media (min-width: 700px) {
  .lp-s-voiceCard__balloon:before {
    left: 0;
    top: calc(50% - 0.4rem);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 699px) {
  .lp-s-voiceCard__balloon:before {
    left: 0;
    top: 3.6rem;
  }
}
@media (max-width: 389px) {
  .lp-s-voiceCard__balloon:before {
    top: 9.2307692308vw;
  }
}
.lp-s-voiceCard__balloon:after {
  height: 1.2rem;
  width: 1.2rem;
}
@media (min-width: 700px) {
  .lp-s-voiceCard__balloon:after {
    left: 1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 699px) {
  .lp-s-voiceCard__balloon:after {
    left: 1.5rem;
    top: 4rem;
  }
}
@media (max-width: 389px) {
  .lp-s-voiceCard__balloon:after {
    left: 3.8461538462vw;
    top: 10.2564102564vw;
  }
}
.lp-s-voiceCard__balloon__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.35);
  border-radius: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 10.5rem;
  padding: 2rem 2.4rem;
}
.lp-s-voiceCard__text {
  color: #023692;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5625;
}
@media (max-width: 389px) {
  .lp-s-voiceCard__text {
    font-size: 4.6153846154vw;
  }
}
.lp-c-fv__inner,
.lp-c-fv__wrapper {
  position: relative;
}
.lp-c-fv__inner {
  background-color: #dfe9f6;
  border-radius: 2rem;
  height: 86rem;
  opacity: 0;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition: opacity 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99);
}
@media (max-width: 699px) {
  .lp-c-fv__inner {
    height: 58rem;
  }
}
@media (max-width: 389px) {
  .lp-c-fv__inner {
    height: 148.7179487179vw;
  }
}
.lp-c-fv[data-animate] .lp-c-fv__inner {
  opacity: 1;
}
.lp-c-fv__bg {
  background-image: url(/_var/attento/haitemimashita/update202604/img/fv-bg-pc.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition:
    opacity 1s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    -webkit-filter 0.5s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    -webkit-transform 1.5s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition:
    opacity 1s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    -webkit-filter 0.5s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    -webkit-transform 1.5s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition:
    opacity 1s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    filter 0.5s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    transform 1.5s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition:
    opacity 1s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    filter 0.5s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    transform 1.5s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    -webkit-filter 0.5s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    -webkit-transform 1.5s cubic-bezier(0.36, 0.01, 0.29, 0.99);
}
@media (max-width: 699px) {
  .lp-c-fv__bg {
    background-image: url(/_var/attento/haitemimashita/update202604/img/fv-bg-sp.jpg);
  }
}
@media (max-width: 389px) {
  .lp-c-fv__bg {
    -webkit-filter: blur(2.5641025641vw);
    filter: blur(2.5641025641vw);
  }
}
.lp-c-fv[data-animate] .lp-c-fv__bg {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.lp-c-fv__container,
.lp-c-fv__main {
  height: 100%;
  position: relative;
}
.lp-c-fv__container {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 110rem;
  padding: 8rem 5rem;
}
@media (max-width: 699px) {
  .lp-c-fv__container {
    max-width: 100%;
    padding: 0;
    position: relative;
  }
}
.lp-c-fv__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 700px) {
  .lp-c-fv__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    align-items: center;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
}
@media (max-width: 699px) {
  .lp-c-fv__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 4.4rem;
    -webkit-transform: translateX(4rem);
    transform: translateX(4rem);
  }
}
@media (max-width: 389px) {
  .lp-c-fv__contents {
    position: absolute;
    top: 11.2820512821vw;
    -webkit-transform: translateX(10.2564102564vw);
    transform: translateX(10.2564102564vw);
  }
}
.lp-c-fv__attento {
  text-align: center;
}
@media (min-width: 700px) {
  .lp-c-fv__attento {
    margin-right: 6.4rem;
    margin-top: 12rem;
  }
}
.lp-c-fv__attento img {
  opacity: 0;
  -webkit-transform: translateY(1.2rem);
  transform: translateY(1.2rem);
  -webkit-transition:
    opacity 1s cubic-bezier(0.36, 0.01, 0.29, 0.99) 0.3s,
    -webkit-transform 1s cubic-bezier(0.36, 0.01, 0.29, 0.99) 0.3s;
  transition:
    opacity 1s cubic-bezier(0.36, 0.01, 0.29, 0.99) 0.3s,
    -webkit-transform 1s cubic-bezier(0.36, 0.01, 0.29, 0.99) 0.3s;
  transition:
    opacity 1s cubic-bezier(0.36, 0.01, 0.29, 0.99) 0.3s,
    transform 1s cubic-bezier(0.36, 0.01, 0.29, 0.99) 0.3s;
  transition:
    opacity 1s cubic-bezier(0.36, 0.01, 0.29, 0.99) 0.3s,
    transform 1s cubic-bezier(0.36, 0.01, 0.29, 0.99) 0.3s,
    -webkit-transform 1s cubic-bezier(0.36, 0.01, 0.29, 0.99) 0.3s;
  width: 15.4rem;
}
@media (max-width: 699px) {
  .lp-c-fv__attento img {
    -webkit-transition:
      opacity 1s cubic-bezier(0.36, 0.01, 0.29, 0.99) 0.1s,
      -webkit-transform 1s cubic-bezier(0.36, 0.01, 0.29, 0.99) 0.1s;
    transition:
      opacity 1s cubic-bezier(0.36, 0.01, 0.29, 0.99) 0.1s,
      -webkit-transform 1s cubic-bezier(0.36, 0.01, 0.29, 0.99) 0.1s;
    transition:
      opacity 1s cubic-bezier(0.36, 0.01, 0.29, 0.99) 0.1s,
      transform 1s cubic-bezier(0.36, 0.01, 0.29, 0.99) 0.1s;
    transition:
      opacity 1s cubic-bezier(0.36, 0.01, 0.29, 0.99) 0.1s,
      transform 1s cubic-bezier(0.36, 0.01, 0.29, 0.99) 0.1s,
      -webkit-transform 1s cubic-bezier(0.36, 0.01, 0.29, 0.99) 0.1s;
    width: 10.3rem;
  }
}
@media (max-width: 389px) {
  .lp-c-fv__attento img {
    -webkit-transform: translateY(1.0256410256vw);
    transform: translateY(1.0256410256vw);
    width: 26.4102564103vw;
  }
}
.lp-c-fv[data-animate] .lp-c-fv__attento img {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.lp-c-fv__message {
  color: #023692;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.92;
  margin-top: 6.4rem;
  opacity: 0;
  -webkit-transform: translateY(1.2rem);
  transform: translateY(1.2rem);
  -webkit-transition:
    opacity 1s cubic-bezier(0.36, 0.01, 0.29, 0.99) 0.1s,
    -webkit-transform 1s cubic-bezier(0.36, 0.01, 0.29, 0.99) 0.1s;
  transition:
    opacity 1s cubic-bezier(0.36, 0.01, 0.29, 0.99) 0.1s,
    -webkit-transform 1s cubic-bezier(0.36, 0.01, 0.29, 0.99) 0.1s;
  transition:
    opacity 1s cubic-bezier(0.36, 0.01, 0.29, 0.99) 0.1s,
    transform 1s cubic-bezier(0.36, 0.01, 0.29, 0.99) 0.1s;
  transition:
    opacity 1s cubic-bezier(0.36, 0.01, 0.29, 0.99) 0.1s,
    transform 1s cubic-bezier(0.36, 0.01, 0.29, 0.99) 0.1s,
    -webkit-transform 1s cubic-bezier(0.36, 0.01, 0.29, 0.99) 0.1s;
}
@media (min-width: 700px) {
  .lp-c-fv__message span {
    display: none;
  }
}
@media (max-width: 699px) {
  .lp-c-fv__message {
    font-feature-settings: normal;
    -webkit-font-feature-settings: normal;
    font-size: 2.4rem;
    line-height: 1.583;
    margin-top: 2.4rem;
    -webkit-transform: translateY(0.8rem);
    transform: translateY(0.8rem);
    -webkit-transition:
      opacity 1s cubic-bezier(0.36, 0.01, 0.29, 0.99) 0.3s,
      -webkit-transform 1s cubic-bezier(0.36, 0.01, 0.29, 0.99) 0.3s;
    transition:
      opacity 1s cubic-bezier(0.36, 0.01, 0.29, 0.99) 0.3s,
      -webkit-transform 1s cubic-bezier(0.36, 0.01, 0.29, 0.99) 0.3s;
    transition:
      opacity 1s cubic-bezier(0.36, 0.01, 0.29, 0.99) 0.3s,
      transform 1s cubic-bezier(0.36, 0.01, 0.29, 0.99) 0.3s;
    transition:
      opacity 1s cubic-bezier(0.36, 0.01, 0.29, 0.99) 0.3s,
      transform 1s cubic-bezier(0.36, 0.01, 0.29, 0.99) 0.3s,
      -webkit-transform 1s cubic-bezier(0.36, 0.01, 0.29, 0.99) 0.3s;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media (max-width: 389px) {
  .lp-c-fv__message {
    font-size: 5.641025641vw;
    -webkit-transform: translateY(2.0512820513vw);
    transform: translateY(2.0512820513vw);
  }
}
.lp-c-fv[data-animate] .lp-c-fv__message {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.lp-c-fv__elleair {
  opacity: 0;
  position: absolute;
  right: 3rem;
  top: 3rem;
  -webkit-transition:
    opacity 0.6s cubic-bezier(0.36, 0.01, 0.29, 0.99) 0.3s,
    -webkit-transform 1s cubic-bezier(0.36, 0.01, 0.29, 0.99) 0.3s;
  transition:
    opacity 0.6s cubic-bezier(0.36, 0.01, 0.29, 0.99) 0.3s,
    -webkit-transform 1s cubic-bezier(0.36, 0.01, 0.29, 0.99) 0.3s;
  transition:
    opacity 0.6s cubic-bezier(0.36, 0.01, 0.29, 0.99) 0.3s,
    transform 1s cubic-bezier(0.36, 0.01, 0.29, 0.99) 0.3s;
  transition:
    opacity 0.6s cubic-bezier(0.36, 0.01, 0.29, 0.99) 0.3s,
    transform 1s cubic-bezier(0.36, 0.01, 0.29, 0.99) 0.3s,
    -webkit-transform 1s cubic-bezier(0.36, 0.01, 0.29, 0.99) 0.3s;
  width: 9.7rem;
}
@media (max-width: 699px) {
  .lp-c-fv__elleair {
    left: 2rem;
    right: auto;
    top: 2rem;
    width: 7.8rem;
  }
}
@media (max-width: 389px) {
  .lp-c-fv__elleair {
    left: 5.1282051282vw;
    top: 5.1282051282vw;
    width: 20vw;
  }
}
.lp-c-fv[data-animate] .lp-c-fv__elleair {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.lp-c-fv__scrollDown {
  bottom: 4rem;
  left: 50%;
  max-width: 110rem;
  padding: 0 5rem;
  pointer-events: none;
  position: fixed;
  text-align: left;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  z-index: 100;
}
@media (max-width: 1200px) {
  .lp-c-fv__scrollDown {
    padding: 0 10rem;
  }
}
@media (max-width: 699px) {
  .lp-c-fv__scrollDown {
    display: none;
  }
}
@media (max-width: 1100px) {
  .lp-c-fv__scrollDown {
    bottom: 4rem;
  }
}
.lp-c-fv__scrollDown__button {
  opacity: 0;
  pointer-events: auto;
}
.lp-c-video {
  background-color: #f1f3f6;
  margin-top: 5rem;
  padding: 10.4rem 0 12rem;
}
@media (max-width: 699px) {
  .lp-c-video {
    margin-top: 2rem;
    padding: 6.4rem 0;
  }
}
@media (max-width: 389px) {
  .lp-c-video {
    margin-top: 5.1282051282vw;
    padding: 16.4102564103vw 0;
  }
}
.lp-c-video__heading {
  color: #023692;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 699px) {
  .lp-c-video__heading {
    font-size: 2.4rem;
  }
}
@media (max-width: 389px) {
  .lp-c-video__heading {
    font-size: 6.1538461538vw;
  }
}
.lp-c-video__main {
  margin: 6.5rem auto 0;
  max-width: 70rem;
  position: relative;
}
@media (max-width: 699px) {
  .lp-c-video__main {
    margin-top: 4.8rem;
    max-width: 100%;
  }
}
@media (max-width: 389px) {
  .lp-c-video__main {
    margin-top: 12.3076923077vw;
  }
}
.lp-c-video__thumbnail {
  background-color: #fff;
  border-radius: 4rem;
  cursor: pointer;
  margin: 0 auto;
  padding: 2rem;
  width: 100%;
}
.lp-c-video__thumbnail__image {
  border-radius: 2rem;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.lp-c-video__thumbnail__image img {
  -webkit-transition:
    opacity 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    -webkit-transform 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition:
    opacity 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    -webkit-transform 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition:
    transform 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    opacity 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition:
    transform 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    opacity 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    -webkit-transform 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99);
}
.lp-c-video__thumbnail:hover .lp-c-video__thumbnail__image img {
  opacity: 0.9;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
@media (max-width: 699px) {
  .lp-c-video__thumbnail {
    border-radius: 3rem;
    padding: 1rem;
  }
}
@media (max-width: 389px) {
  .lp-c-video__thumbnail {
    border-radius: 7.6923076923vw;
    padding: 2.5641025641vw;
  }
  .lp-c-video__thumbnail__image {
    border-radius: 5.1282051282vw;
  }
}
.lp-c-video__button {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 10rem;
  -webkit-box-shadow:
    0 1.4rem 2.9rem 0 hsla(197, 3%, 57%, 0.349),
    inset 0 0 0 0 #023692;
  box-shadow:
    0 1.4rem 2.9rem 0 hsla(197, 3%, 57%, 0.349),
    inset 0 0 0 0 #023692;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 8rem;
  justify-content: flex-end;
  padding: 1rem;
  -webkit-transition:
    background-color 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    -webkit-box-shadow 0.2s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition:
    background-color 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    -webkit-box-shadow 0.2s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition:
    background-color 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    box-shadow 0.2s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition:
    background-color 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    box-shadow 0.2s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    -webkit-box-shadow 0.2s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  width: 25rem;
}
@media (min-width: 700px) {
  .lp-c-video__button {
    bottom: -2rem;
    position: absolute;
    right: -2rem;
  }
}
@media (max-width: 699px) {
  .lp-c-video__button {
    height: 6rem;
    margin: 4rem auto 0;
  }
}
@media (max-width: 389px) {
  .lp-c-video__button {
    border-radius: 25.641025641vw;
    height: 15.3846153846vw;
    margin: 10.2564102564vw auto 0;
    padding: 2.5641025641vw;
    width: 64.1025641026vw;
  }
}
.lp-c-video__button:hover {
  -webkit-box-shadow:
    0 1.4rem 2.9rem 0 hsla(197, 3%, 57%, 0.349),
    inset 0 0 0 2px #023692;
  box-shadow:
    0 1.4rem 2.9rem 0 hsla(197, 3%, 57%, 0.349),
    inset 0 0 0 2px #023692;
  opacity: 1;
  text-decoration: none;
}
.lp-c-video__button:hover img {
  opacity: 1;
}
.lp-c-video__button__text {
  color: #023692;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media (max-width: 389px) {
  .lp-c-video__button__text {
    font-size: 4.6153846154vw;
  }
}
.lp-c-video__button__icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #023692;
  border-radius: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 6rem;
  justify-content: center;
  margin-left: 1.6rem;
  width: 6rem;
}
@media (max-width: 699px) {
  .lp-c-video__button__icon {
    height: 4rem;
    margin-left: 2.4rem;
    width: 4rem;
  }
}
@media (max-width: 389px) {
  .lp-c-video__button__icon {
    height: 10.2564102564vw;
    margin-left: 6.1538461538vw;
    width: 10.2564102564vw;
  }
}
.lp-c-video__button__icon svg {
  -webkit-transform: translateX(25%);
  transform: translateX(25%);
}
.lp-c-video__modal {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 63%, 0.9);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 0;
  opacity: 0;
  overflow: auto;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition:
    opacity 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    -webkit-transform 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition:
    opacity 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    -webkit-transform 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition:
    transform 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    opacity 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition:
    transform 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    opacity 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    -webkit-transform 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  z-index: 9999999;
}
.lp-c-video__modal:after,
.lp-c-video__modal:before {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  content: "";
  display: block;
  flex-grow: 1;
  min-height: 4rem;
}
.lp-c-video__modal[data-visible] {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.lp-c-video__modal__inner {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 80rem;
  width: 100%;
}
@media (max-width: 699px) {
  .lp-c-video__modal__inner {
    max-width: 60rem;
  }
}
@media (max-width: 389px) {
  .lp-c-video__modal__inner {
    max-width: 153.8461538462vw;
  }
}
.lp-c-video__modal__embed {
  background-color: #000;
  position: relative;
  width: 100%;
}
.lp-c-video__modal__embed:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.lp-c-video__modal__embed iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lp-c-video__modal__close {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid;
  border-radius: 10rem;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5.6rem;
  justify-content: center;
  margin: 7.2rem auto 0;
  -webkit-transition: background-color 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition: background-color 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  width: 23.6rem;
}
@media (max-width: 699px) {
  .lp-c-video__modal__close {
    height: 4.8rem;
    margin: 3.2rem auto 0;
  }
}
@media (max-width: 389px) {
  .lp-c-video__modal__close {
    height: 12.3076923077vw;
    margin: 8.2051282051vw auto 0;
    width: 60.5128205128vw;
  }
}
.lp-c-video__modal__close:hover {
  background-color: hsla(0, 0%, 100%, 0.15);
}
.lp-c-video__modal__close span {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media (max-width: 389px) {
  .lp-c-video__modal__close span {
    font-size: 4.1025641026vw;
  }
}
.lp-c-video__modal__close svg {
  margin-left: 2rem;
}
@media (max-width: 389px) {
  .lp-c-video__modal__close svg {
    margin-left: 5.1282051282vw;
  }
}
.lp-c-intro {
  margin-top: 5.8rem;
}
@media (max-width: 699px) {
  .lp-c-intro {
    margin-top: 3.5rem;
    overflow: hidden;
  }
}
@media (max-width: 389px) {
  .lp-c-intro {
    margin-top: 8.9743589744vw;
  }
}
.lp-c-intro__wrapper {
  background-image: url(/_var/attento/haitemimashita/update202604/img/intro-bg-pc.png);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 148.5rem 133.6rem;
  padding: 8rem 0 7.2rem;
}
@media (max-width: 699px) {
  .lp-c-intro__wrapper {
    background-image: url(/_var/attento/haitemimashita/update202604/img/intro-bg-sp.png);
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: 78rem 189.6rem;
    padding: 3.5rem 0 7rem;
  }
}
@media (max-width: 389px) {
  .lp-c-intro__wrapper {
    padding: 8.9743589744vw 0 17.9487179487vw;
  }
}
.lp-c-intro__heading {
  color: #023692;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
}
@media (max-width: 699px) {
  .lp-c-intro__heading {
    font-size: 3.2rem;
    letter-spacing: 0.01em;
    line-height: 1.4375;
  }
}
@media (max-width: 389px) {
  .lp-c-intro__heading {
    font-size: 8.2051282051vw;
  }
}
.lp-c-intro__products {
  margin: 6.4rem auto 0;
  max-width: 100rem;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media (max-width: 699px) {
  .lp-c-intro__products {
    padding-bottom: 2rem;
  }
}
@media (max-width: 389px) {
  .lp-c-intro__products {
    margin-top: 16.4102564103vw;
    padding-bottom: 5.1282051282vw;
  }
}
.lp-c-intro__products__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media (max-width: 699px) {
  .lp-c-intro__products__inner {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.lp-c-intro__products__item {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0 1.5rem;
  width: 100%;
}
@media (max-width: 699px) {
  .lp-c-intro__products__item {
    padding: 0;
  }
}
.lp-c-intro__products__item:nth-child(n + 2) {
  margin-top: 8.8rem;
}
@media (max-width: 699px) {
  .lp-c-intro__products__item:not(:first-child) {
    margin-top: 6.4rem;
  }
}
@media (max-width: 389px) {
  .lp-c-intro__products__item:not(:first-child) {
    margin-top: 6.4rem;
  }
}
.lp-c-intro__group__list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 9.6rem;
}
@media (max-width: 699px) {
  .lp-c-intro__group__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 8.4rem;
  }
}
@media (max-width: 389px) {
  .lp-c-intro__group__list {
    margin-top: 21.5384615385vw;
  }
}
.lp-c-intro__group__list__old {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  max-width: 24rem;
  width: 100%;
}
@media (max-width: 699px) {
  .lp-c-intro__group__list__old {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: inherit;
  }
}
.lp-c-intro__group__list__old__items {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  margin-top: 5.6rem;
  position: relative;
  width: 100%;
}
@media (max-width: 699px) {
  .lp-c-intro__group__list__old__items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: 15rem;
  }
}
@media (max-width: 389px) {
  .lp-c-intro__group__list__old__items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -2.5641025641vw;
    margin-right: -2.5641025641vw;
    margin-top: 38.4615384615vw;
  }
}
.lp-c-intro__group__list__old__items__center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.lp-c-intro__group__list__old__items__center
  .lp-c-intro__group__list__old__label {
  left: 50%;
}
.lp-c-intro__group__list__old__arrow {
  position: absolute;
  right: -2.4rem;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.lp-c-intro__group__list__old__arrow--sp {
  display: none;
  position: absolute;
}
@media (max-width: 699px) {
  .lp-c-intro__group__list__old__arrow--sp {
    display: block;
    top: -13rem;
  }
}
@media (max-width: 389px) {
  .lp-c-intro__group__list__old__arrow--sp {
    top: -33.3333333333vw;
  }
}
.lp-c-intro__group__list__old__label {
  left: calc(50% + 0.6rem);
  max-width: 11rem;
  position: absolute;
  top: -8.8rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
@media (max-width: 699px) {
  .lp-c-intro__group__list__old__label {
    left: 50%;
    max-width: 10rem;
    top: -7.8rem;
  }
}
@media (max-width: 389px) {
  .lp-c-intro__group__list__old__label {
    max-width: 25.641025641vw;
    top: -20vw;
  }
}
.lp-c-intro__group__list__old__caption {
  color: #6a7490;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1.2rem;
  position: relative;
  text-align: center;
}
@media (max-width: 699px) {
  .lp-c-intro__group__list__old__caption {
    font-size: 2.8rem;
    line-height: 1.1;
  }
}
@media (max-width: 389px) {
  .lp-c-intro__group__list__old__caption {
    font-size: 7.1794871795vw;
    margin-top: 3.0769230769vw;
  }
}
.lp-c-intro__group__list__new {
  max-width: 71.7rem;
  position: relative;
  width: 100%;
}
@media (max-width: 699px) {
  .lp-c-intro__group__list__new {
    max-width: inherit;
  }
}
.lp-c-intro__group__list__new__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  border-radius: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  padding-bottom: 7.6rem;
  padding-top: 6rem;
  position: relative;
  width: 100%;
}
@media (max-width: 699px) {
  .lp-c-intro__group__list__new__inner {
    padding-bottom: 7rem;
  }
}
@media (max-width: 389px) {
  .lp-c-intro__group__list__new__inner {
    border-radius: 2.0512820513vw;
    padding-bottom: 17.9487179487vw;
    padding-top: 15.3846153846vw;
  }
}
.lp-c-intro__group__list__new__inner--sokai {
  background-color: #f7f3f0;
}
.lp-c-intro__group__list__new__inner--boxer {
  background-color: #f1f3eb;
}
.lp-c-intro__group__list__new__inner--kibun {
  background-color: #f1f3f6;
}
.lp-c-intro__group__list__new__bg {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#fff),
    to(hsla(0, 0%, 100%, 0))
  );
  background: linear-gradient(0, #fff, hsla(0, 0%, 100%, 0));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lp-c-intro__group__list__new__bg:before {
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 1.8rem;
  content: "";
  display: block;
  height: 1rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 699px) {
  .lp-c-intro__group__list__new__bg:before {
    height: 1rem;
  }
}
@media (max-width: 389px) {
  .lp-c-intro__group__list__new__bg:before {
    border-top-left-radius: 2.0512820513vw;
    border-top-right-radius: 4.6153846154vw;
    height: 2.5641025641vw;
  }
}
.lp-c-intro__group__list__new__bg--sokai:before {
  background-image: url(/_var/attento/haitemimashita/update202604/img/product-line-sokai.jpg);
}
.lp-c-intro__group__list__new__bg--boxer:before {
  background-image: url(/_var/attento/haitemimashita/update202604/img/product-line-boxer.jpg);
}
.lp-c-intro__group__list__new__bg--kibun:before {
  background-image: url(/_var/attento/haitemimashita/update202604/img/product-line-kibun.jpg);
}
.lp-c-intro__group__list__new__label {
  left: 50%;
  max-width: 11rem;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}
@media (max-width: 699px) {
  .lp-c-intro__group__list__new__label {
    max-width: 10rem;
  }
}
@media (max-width: 389px) {
  .lp-c-intro__group__list__new__label {
    max-width: 25.641025641vw;
  }
}
.lp-c-intro__group__list__new__items {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}
@media (max-width: 699px) {
  .lp-c-intro__group__list__new__items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 389px) {
  .lp-c-intro__group__list__new__items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.lp-c-intro__group__list__new__items__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.lp-c-intro__group__list__new__items--kibun {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.lp-c-intro__group__list__new__items--kibun > * {
  padding: 0 2rem;
}
.lp-c-intro__group__list__new__items__inner {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 699px) {
  .lp-c-intro__group__list__new__items__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    justify-content: center;
  }
  .lp-c-intro__group__list__new__items__inner:nth-child(n + 2) {
    margin-bottom: 6.4rem;
    margin-top: 6.4rem;
  }
}
@media (max-width: 389px) {
  .lp-c-intro__group__list__new__items__inner:nth-child(n + 2) {
    margin-bottom: 16.4102564103vw;
    margin-top: 16.4102564103vw;
  }
}
@media (max-width: 699px) {
  .lp-c-intro__group__list__new__items__inner--boxer {
    margin-bottom: 6.4rem;
  }
}
@media (max-width: 389px) {
  .lp-c-intro__group__list__new__items__inner--boxer {
    margin-bottom: 16.4102564103vw;
  }
}
.lp-c-intro__group__list__new__items__inner2 {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: relative;
}
@media (max-width: 699px) {
  .lp-c-intro__group__list__new__items__inner2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    justify-content: center;
  }
  .lp-c-intro__group__list__new__items__inner2--pad {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.lp-c-intro__group__list__new__caption {
  bottom: -1.2rem;
  color: #023692;
  font-size: 1.8rem;
  font-weight: 700;
  left: 50%;
  line-height: 1.3333333333;
  position: absolute;
  text-align: center;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  white-space: nowrap;
}
@media (max-width: 699px) {
  .lp-c-intro__group__list__new__caption {
    bottom: -0.4rem;
    font-size: 2.8rem;
    line-height: 1.1;
  }
}
@media (max-width: 389px) {
  .lp-c-intro__group__list__new__caption {
    bottom: -1.0256410256vw;
    font-size: 7.1794871795vw;
  }
}
.lp-c-intro__group__list__new__caption--small {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 699px) {
  .lp-c-intro__group__list__new__caption--small {
    font-size: 2.4rem;
    line-height: 1.1;
  }
}
@media (max-width: 389px) {
  .lp-c-intro__group__list__new__caption--small {
    font-size: 6.1538461538vw;
  }
}
.lp-c-intro__group__list__new__caption--sp {
  display: none;
}
@media (max-width: 699px) {
  .lp-c-intro__group__list__new__caption--sp {
    display: block;
  }
  .lp-c-intro__group__list__new__caption--pc {
    display: none;
  }
}
.lp-c-intro__group__list__one {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.lp-c-intro__group__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -ms-flex-negative: 0;
  flex-grow: 1;
  flex-shrink: 0;
  max-width: 18rem;
  opacity: 0;
  padding: 0 1.5rem;
  position: relative;
  -webkit-transform: translateY(4rem);
  transform: translateY(4rem);
  -webkit-transition:
    opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition:
    opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition:
    opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition:
    opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.lp-c-intro__group__item[data-animate] {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 699px) {
  .lp-c-intro__group__item {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: inherit;
    padding: 0 1rem;
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem);
    width: auto;
  }
  .lp-c-intro__group__item > * {
    max-width: 37.5vw;
  }
}
@media (max-width: 389px) {
  .lp-c-intro__group__item {
    padding: 0 2.5641025641vw;
    -webkit-transform: translateY(5.1282051282vw);
    transform: translateY(5.1282051282vw);
  }
}
.lp-c-intro__group__item--pad {
  position: relative;
  -webkit-transform: translate(-50%, -20%) !important;
  transform: translate(-50%, -20%) !important;
}
@media (max-width: 699px) {
  .lp-c-intro__group__item--pad {
    position: static;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
  .lp-c-intro__group__item--pad .lp-s-package {
    margin-bottom: 2rem;
  }
}
.lp-c-intro__group__item__content {
  z-index: 99;
}
.lp-c-intro__group__item__content--sokai {
  width: 14.5rem;
}
@media (max-width: 699px) {
  .lp-c-intro__group__item__content--sokai {
    margin: 4rem 0 2rem;
    width: 70% !important;
  }
}
.lp-c-intro__group__item__content--boxer {
  width: 14.5rem;
}
@media (max-width: 699px) {
  .lp-c-intro__group__item__content--boxer {
    margin: 4rem 0 2rem;
    width: 70% !important;
  }
}
.lp-c-intro__group__item__content--kibun {
  width: 10rem;
}
@media (max-width: 699px) {
  .lp-c-intro__group__item__content--kibun {
    margin: 4rem 0 2rem;
    width: 60% !important;
  }
}
.lp-c-intro__group__item__content--pad {
  bottom: -10%;
  position: absolute;
  right: -20%;
  width: 10rem;
}
@media (max-width: 699px) {
  .lp-c-intro__group__item__content--pad {
    position: static;
    width: 40% !important;
  }
}
.lp-c-intro__group__item--s {
  max-width: 15rem;
  padding: 0 0.6rem;
}
@media (max-width: 699px) {
  .lp-c-intro__group__item--s {
    max-width: inherit;
  }
  .lp-c-intro__group__item--s > * {
    width: 36vw;
  }
}
@media (max-width: 389px) {
  .lp-c-intro__group__item--s {
    padding: 0 1.5384615385vw;
  }
}
.lp-c-intro__group__item--xs {
  max-width: 13.2rem;
  padding: 0 0.6rem;
}
@media (max-width: 699px) {
  .lp-c-intro__group__item--xs {
    max-width: inherit;
  }
  .lp-c-intro__group__item--xs > * {
    width: 35vw;
  }
}
@media (max-width: 389px) {
  .lp-c-intro__group__item--xs {
    padding: 0 1.5384615385vw;
  }
}
@media (max-width: 699px) {
  .lp-c-intro__group__item--sp--s > * {
    width: 29.5vw;
  }
  .lp-c-intro__group__item--sp--px0 {
    padding: 0;
  }
  .lp-c-intro__group__item--sp--pxm {
    padding: 0 0.8rem;
  }
}
@media (max-width: 389px) {
  .lp-c-intro__group__item--sp--pxm {
    padding: 0 2.0512820513vw;
  }
}
@media (max-width: 699px) {
  .lp-c-intro__group__item--sp--pxl {
    padding: 0 3rem;
  }
}
@media (max-width: 389px) {
  .lp-c-intro__group__item--sp--pxl {
    padding: 0 7.6923076923vw;
  }
}
.lp-c-intro__group__title {
  opacity: 0;
  position: relative;
  -webkit-transform: translateY(4rem);
  transform: translateY(4rem);
  -webkit-transition:
    opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition:
    opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition:
    opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition:
    opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.lp-c-intro__group__title[data-animate] {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 699px) {
  .lp-c-intro__group__title {
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem);
  }
}
@media (max-width: 389px) {
  .lp-c-intro__group__title {
    -webkit-transform: translateY(5.1282051282vw);
    transform: translateY(5.1282051282vw);
  }
}
.lp-c-intro__banner {
  margin: 7rem auto 0;
  max-width: 80rem;
}
@media (max-width: 699px) {
  .lp-c-intro__banner {
    margin-top: 4.4rem;
  }
}
@media (max-width: 389px) {
  .lp-c-intro__banner {
    margin-top: 11.2820512821vw;
  }
}
@media (max-width: 800px) and (min-width: 541px) {
  .lp-c-intro__banner {
    max-width: 100%;
    padding: 0 2rem;
  }
}
@media (max-width: 540px) {
  .lp-c-intro__banner {
    max-width: 35rem;
  }
}
@media (max-width: 389px) {
  .lp-c-intro__banner {
    max-width: 89.7435897436vw;
  }
}
.lp-c-intro__banner__item {
  -webkit-transition:
    opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition:
    opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition:
    opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition:
    opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.lp-c-intro__banner a {
  display: block;
  -webkit-transition: opacity 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition: opacity 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99);
}
.lp-c-intro__banner a:hover {
  opacity: 0.75;
}
.lp-c-intro__banner a:hover img {
  opacity: 1;
}
.lp-c-message {
  padding: 14.6rem 0 6rem;
}
@media (max-width: 699px) {
  .lp-c-message {
    padding: 8rem 0 12rem;
  }
}
@media (max-width: 389px) {
  .lp-c-message {
    padding: 20.5128205128vw 0 30.7692307692vw;
  }
}
@media (max-width: 699px) {
  .lp-c-message__text {
    margin: 0 auto;
    max-width: 40rem;
  }
}
@media (max-width: 389px) {
  .lp-c-message__text {
    max-width: 102.5641025641vw;
  }
}
.lp-c-message__text p {
  color: #023692;
  -webkit-filter: blur(0.5rem);
  filter: blur(0.5rem);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.7142857143;
  margin: 4.8rem 0;
  opacity: 0;
  -webkit-transform: translateY(1rem) scale(1.01);
  transform: translateY(1rem) scale(1.01);
  -webkit-transition:
    opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-filter 0.8s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition:
    opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-filter 0.8s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition:
    opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    filter 0.8s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition:
    opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    filter 0.8s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-filter 0.8s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  white-space: nowrap;
}
.lp-c-message__text p[data-animate] {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}
.lp-c-message__text p:first-child {
  margin-top: 0;
}
.lp-c-message__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 699px) {
  .lp-c-message__text p {
    font-size: 2.2rem;
    line-height: 1.9545;
    margin: 4.2999rem 0;
    max-width: 39rem;
  }
}
@media (max-width: 389px) {
  .lp-c-message__text p {
    -webkit-filter: blur(1.2820512821vw);
    filter: blur(1.2820512821vw);
    font-size: 5.641025641vw;
    margin: 11.0253846154vw 0;
    -webkit-transform: translateY(2.5641025641vw) scale(1.01);
    transform: translateY(2.5641025641vw) scale(1.01);
  }
}
.lp-c-scene {
  padding: 22.5rem 0 2.7rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 699px) {
  .lp-c-scene {
    padding: 11.5rem 0 1.6rem;
  }
}
@media (max-width: 389px) {
  .lp-c-scene {
    padding: 29.4871794872vw 0 4.1025641026vw;
  }
}
.lp-c-scene:after,
.lp-c-scene:before {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.lp-c-scene:after {
  background-image: url(/_var/attento/haitemimashita/update202604/img/scene-bg-top-pc.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 180rem 61.1rem;
}
@media (max-width: 699px) {
  .lp-c-scene:after {
    background-image: url(/_var/attento/haitemimashita/update202604/img/scene-bg-top-sp.png);
    background-size: contain;
  }
}
.lp-c-scene:before {
  background-image: url(/_var/attento/haitemimashita/update202604/img/scene-bg-bottom-pc.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 180rem 55.8rem;
}
@media (max-width: 699px) {
  .lp-c-scene:before {
    background-image: url(/_var/attento/haitemimashita/update202604/img/scene-bg-bottom-sp.png);
    background-size: contain;
  }
}
.lp-c-scene__wrapper {
  position: relative;
  z-index: 1;
}
.lp-c-scene__head {
  position: relative;
}
.lp-c-scene__head:before {
  border-top: 0.4rem dotted #98a9b7;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 31.2rem;
}
@media (max-width: 699px) {
  .lp-c-scene__head:before {
    display: none;
  }
}
.lp-c-scene__head__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 699px) {
  .lp-c-scene__head__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 35rem;
  }
}
.lp-c-scene__heading {
  font-feature-settings: normal;
  -webkit-font-feature-settings: normal;
  color: #023692;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.66666;
  padding-top: 4rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media (max-width: 699px) {
  .lp-c-scene__heading {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3.2rem;
    justify-content: flex-end;
    line-height: 1.4375;
    padding-right: 1.2rem;
    width: 50%;
  }
}
@media (max-width: 389px) {
  .lp-c-scene__heading {
    font-size: 8.2051282051vw;
    padding-right: 3.0769230769vw;
  }
}
@media (max-width: 699px) {
  .lp-c-scene__attento {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 50%;
  }
}
.lp-c-scene__attento img {
  width: 13rem;
}
@media (max-width: 699px) {
  .lp-c-scene__attento img {
    width: 10.3rem;
  }
}
@media (max-width: 389px) {
  .lp-c-scene__attento img {
    width: 26.4102564103vw;
  }
}
.lp-c-scene__images {
  overflow: hidden;
}
@media (max-width: 699px) {
  .lp-c-scene__images {
    margin-top: 6.2rem;
  }
}
@media (max-width: 389px) {
  .lp-c-scene__images {
    margin-top: 15.8974358974vw;
  }
}
.lp-c-scene__images__inner {
  display: inline-block;
  font-size: 0;
  white-space: nowrap;
}
.lp-c-scene__images__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.lp-c-scene__images__item {
  padding: 0 2rem;
}
.lp-c-scene__images__item img {
  max-width: none;
  width: 130rem;
}
@media (max-width: 699px) {
  .lp-c-scene__images__item img {
    width: 76.8rem;
  }
}
@media (max-width: 389px) {
  .lp-c-scene__images__item img {
    width: 196.9230769231vw;
  }
}
.lp-c-scene__images img {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.lp-c-package {
  margin-top: -9.6rem;
  overflow: visible;
  padding: 17.6rem 0 12.2rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 699px) {
  .lp-c-package {
    margin-top: -10.5vw;
    padding: 12rem 0 10.8rem;
  }
}
@media (max-width: 389px) {
  .lp-c-package {
    margin-top: -10.5128205128vw;
    padding: 20.5128205128vw 0 20vw;
  }
}
@media (min-width: 700px) {
  .lp-c-package:after {
    background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#fff),
      color-stop(20%, #fff),
      to(hsla(0, 0%, 100%, 0))
    );
    background-image: linear-gradient(
      0deg,
      #fff,
      #fff 20%,
      hsla(0, 0%, 100%, 0)
    );
    bottom: 0;
    content: "";
    display: block;
    height: 20rem;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: 2;
  }
}
.lp-c-package__bg {
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 700px) {
  .lp-c-package__bg {
    overflow: hidden;
  }
}
.lp-c-package__bg__image {
  background-position: top;
  background-repeat: no-repeat;
  background-size: 180rem 185.6rem;
  height: 185.6rem;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  width: 100%;
}
@media (max-width: 699px) {
  .lp-c-package__bg__image {
    background-size: 100% 160rem;
    height: 160rem;
  }
}
@media (max-width: 389px) {
  .lp-c-package__bg__image {
    background-size: 100% 410.2564102564vw;
    height: 410.2564102564vw;
  }
}
.lp-c-package__bg__image[data-package-active] {
  opacity: 1;
}
.lp-c-package__bg__image:first-child {
  background-image: url(/_var/attento/haitemimashita/update202604/img/package-1-bg-pc.jpg);
}
@media (max-width: 699px) {
  .lp-c-package__bg__image:first-child {
    background-image: url(/_var/attento/haitemimashita/update202604/img/package-1-bg-sp.jpg);
  }
}
.lp-c-package__bg__image:nth-child(2) {
  background-image: url(/_var/attento/haitemimashita/update202604/img/package-2-bg-pc.jpg);
}
@media (max-width: 699px) {
  .lp-c-package__bg__image:nth-child(2) {
    background-image: url(/_var/attento/haitemimashita/update202604/img/package-2-bg-sp.jpg);
  }
}
.lp-c-package__bg__image:nth-child(3) {
  background-image: url(/_var/attento/haitemimashita/update202604/img/package-3-bg-pc.jpg);
}
@media (max-width: 699px) {
  .lp-c-package__bg__image:nth-child(3) {
    background-image: url(/_var/attento/haitemimashita/update202604/img/package-3-bg-sp.jpg);
  }
}
.lp-c-package__bg__image:nth-child(4) {
  background-image: url(/_var/attento/haitemimashita/update202604/img/package-4-bg-pc.jpg);
}
@media (max-width: 699px) {
  .lp-c-package__bg__image:nth-child(4) {
    background-image: url(/_var/attento/haitemimashita/update202604/img/package-4-bg-sp.jpg);
  }
}
.lp-c-package__bg__image:nth-child(5) {
  background-image: url(/_var/attento/haitemimashita/update202604/img/package-5-bg-pc.jpg);
}
@media (max-width: 699px) {
  .lp-c-package__bg__image:nth-child(5) {
    background-image: url(/_var/attento/haitemimashita/update202604/img/package-5-bg-sp.jpg);
  }
}
.lp-c-package__bg__image:nth-child(6) {
  background-image: url(/_var/attento/haitemimashita/update202604/img/package-6-bg-pc.jpg);
}
@media (max-width: 699px) {
  .lp-c-package__bg__image:nth-child(6) {
    background-image: url(/_var/attento/haitemimashita/update202604/img/package-6-bg-sp.jpg);
  }
}
.lp-c-package__container {
  overflow: hidden;
}
.lp-c-package__grid {
  position: relative;
  z-index: 1;
}
@media (min-width: 700px) {
  .lp-c-package__grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.lp-c-package__text {
  position: relative;
}
@media (min-width: 700px) {
  .lp-c-package__text {
    font-feature-settings: normal;
    -webkit-font-feature-settings: normal;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: auto;
    -webkit-transition: color 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99);
    transition: color 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99);
    width: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    z-index: 1;
  }
}
[data-package-text-color="white"] .lp-c-package__text {
  color: #fff;
}
[data-package-text-color="primary"] .lp-c-package__text {
  color: #023692;
}
.lp-c-package__heading {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.4285714286;
}
@media (max-width: 699px) {
  .lp-c-package__heading {
    font-size: 3.2rem;
    line-height: 1.875;
    text-align: center;
  }
}
@media (max-width: 389px) {
  .lp-c-package__heading {
    font-size: 8.2051282051vw;
  }
}
.lp-c-package__body {
  font-weight: 700;
}
@media (min-width: 700px) {
  .lp-c-package__body {
    font-size: 3.2rem;
    line-height: 1.75;
    margin-right: 3.6rem;
    padding-top: 2.4rem;
  }
}
@media (max-width: 699px) {
  .lp-c-package__body {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.2rem;
    justify-content: center;
    line-height: 1.6363636364;
    margin-top: 3.6rem;
  }
}
@media (max-width: 389px) {
  .lp-c-package__body {
    font-size: 5.641025641vw;
    margin-top: 9.2307692308vw;
  }
}
.lp-c-package__image {
  position: relative;
}
@media (min-width: 700px) {
  .lp-c-package__image {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    -ms-flex-negative: 0;
    flex-grow: 0;
    flex-shrink: 0;
    height: 87.3rem;
    max-width: 50.4rem;
    width: 100%;
  }
}
@media (max-width: 699px) {
  .lp-c-package__image {
    height: 43.4rem;
    margin-top: 4rem;
  }
}
@media (max-width: 389px) {
  .lp-c-package__image {
    height: 111.2820512821vw;
    margin-top: 10.2564102564vw;
  }
}
.lp-c-package__image .lp-s-package2 {
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition: opacity 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  width: 30.5rem;
}
.lp-c-package__image .lp-s-package2[data-package-active] {
  opacity: 1;
}
@media (max-width: 699px) {
  .lp-c-package__image .lp-s-package2 {
    width: 20.3rem;
  }
}
@media (max-width: 389px) {
  .lp-c-package__image .lp-s-package2 {
    width: 52.0512820513vw;
  }
}
.lp-c-package__selector {
  position: relative;
}
@media (min-width: 700px) {
  .lp-c-package__selector {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
    padding-left: 2.8rem;
    width: 0;
  }
}
@media (max-width: 699px) {
  .lp-c-package__selector {
    margin-top: 6.4rem;
  }
}
@media (min-width: 700px) {
  .lp-c-package__selector__inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
@media (max-width: 699px) {
  .lp-c-package__selector__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
}
.lp-c-package__selector__item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid transparent;
  border-radius: 1rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 1.2rem;
  -webkit-transition: border-color 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition: border-color 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  width: 6.8rem;
}
@media (max-width: 699px) {
  .lp-c-package__selector__item {
    margin: 0 0.8rem;
    padding: 0.8rem;
    width: 5.6rem;
  }
}
@media (max-width: 389px) {
  .lp-c-package__selector__item {
    margin: 0 2.0512820513vw;
    padding: 2.0512820513vw;
    width: 14.358974359vw;
  }
}
.lp-c-package__selector__item__01 {
  grid-area: 1/1/2/2;
}
.lp-c-package__selector__item__02 {
  grid-area: 1/2/2/3;
}
.lp-c-package__selector__item__03 {
  grid-area: 2/1/3/2;
}
.lp-c-package__selector__item__04 {
  grid-area: 3/1/4/2;
}
.lp-c-package__selector__item__05 {
  grid-area: 3/2/4/3;
}
.lp-c-package__selector__item__06 {
  grid-area: 3/3/4/4;
}
.lp-c-package__selector__item[data-package-active] {
  border-color: #e56c43;
}
.lp-c-package__selector__item img {
  width: 4.4rem;
}
@media (max-width: 699px) {
  .lp-c-package__selector__item img {
    width: 4rem;
  }
}
@media (max-width: 389px) {
  .lp-c-package__selector__item img {
    width: 10.2564102564vw;
  }
}
.lp-c-package__voc__main {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 5.2rem 0;
  position: relative;
}
.lp-c-package__voc__main * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 699px) {
  .lp-c-package__voc__main {
    margin-top: 5.4rem;
    padding: 3.6rem 0;
  }
}
@media (max-width: 389px) {
  .lp-c-package__voc__main {
    margin-top: 13.8461538462vw;
    padding: 9.2307692308vw 0;
  }
}
.lp-c-package__voc__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 5.2rem;
  -webkit-transition: opacity 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition: opacity 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99);
}
@media (min-width: 700px) {
  .lp-c-package__voc__group {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
}
@media (max-width: 699px) {
  .lp-c-package__voc__group {
    display: block;
    top: 3.6rem;
  }
}
@media (max-width: 389px) {
  .lp-c-package__voc__group {
    top: 9.2307692308vw;
  }
}
.lp-c-package__voc__group[data-voice-active] {
  pointer-events: auto;
  position: static;
}
.lp-c-package__voc__item {
  opacity: 0;
}
@media (min-width: 700px) {
  .lp-c-package__voc__item {
    padding: 0 1.6rem;
    width: 50%;
  }
}
@media (max-width: 699px) {
  .lp-c-package__voc__item {
    margin-top: 3rem;
  }
  .lp-c-package__voc__item:first-child {
    margin-top: 0;
  }
}
.lp-c-package__voc__group[data-voice-active] .lp-c-package__voc__item {
  opacity: 1;
}
.lp-c-package__voc__note {
  color: #023692;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 2.4rem;
  position: relative;
  z-index: 3;
}
.lp-c-package__voice {
  color: #023692;
  margin-top: 4rem;
  position: relative;
  text-align: center;
  z-index: 99;
}
.lp-c-package__voice__head {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.83333333;
}
.lp-c-package__voice__head strong {
  font-size: 3rem;
}
.lp-c-package__voice__main {
  margin-top: 10rem;
  position: relative;
}
@media (max-width: 1100px) {
  .lp-c-package__voice__main {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
@media (max-width: 699px) {
  .lp-c-package__voice__main {
    margin-top: 4rem;
    width: 90%;
  }
  .lp-c-package__voice__main__wrapper--pc {
    display: none;
  }
}
.lp-c-package__voice__main__wrapper--sp {
  display: none;
}
@media (max-width: 699px) {
  .lp-c-package__voice__main__wrapper--sp {
    display: block;
  }
}
.lp-c-package__voice__main__slide {
  padding: 0 2rem;
}
.lp-c-package__voice__main .swiper-button-next,
.lp-c-package__voice__main .swiper-button-prev {
  color: #6a7490;
}
.lp-c-package__voice__main .swiper-button-prev {
  left: -5%;
}
.lp-c-package__voice__main .swiper-button-next {
  right: -5%;
}
.lp-c-products {
  position: relative;
  z-index: 2;
}
.lp-c-products__head__inner {
  background-image: url(/_var/attento/haitemimashita/update202604/img/products-head-pc.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  height: 75rem;
  position: relative;
}
@media (max-width: 699px) {
  .lp-c-products__head__inner {
    background-image: url(/_var/attento/haitemimashita/update202604/img/products-head-sp.jpg);
    height: 47rem;
  }
}
@media (max-width: 389px) {
  .lp-c-products__head__inner {
    height: 110vw;
  }
}
.lp-c-products__heading {
  font-feature-settings: normal;
  -webkit-font-feature-settings: normal;
  color: #e4007f;
  position: absolute;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media (min-width: 700px) {
  .lp-c-products__heading {
    font-size: 4.2rem;
    left: calc(50% - 22rem);
    line-height: 1.6666666667;
    top: 18.3rem;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media (min-width: 700px) and (max-width: 1400px) {
  .lp-c-products__heading {
    left: calc(50% - 15.7vw);
  }
}
@media (max-width: 699px) {
  .lp-c-products__heading {
    font-size: 2.8rem;
    left: calc(50% - 1.2rem);
    line-height: 1.4375;
    top: 3.5rem;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media (max-width: 389px) {
  .lp-c-products__heading {
    font-size: 7.1794871795vw;
    left: calc(50% - 3.07692vw);
    top: 8.9743589744vw;
  }
}
.lp-c-products__toc {
  margin-top: 13rem;
  overflow: hidden;
}
@media (max-width: 699px) {
  .lp-c-products__toc {
    margin-top: 10rem;
  }
}
@media (max-width: 389px) {
  .lp-c-products__toc {
    margin-top: 25.641025641vw;
  }
}
.lp-c-products__toc__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
@media (max-width: 1023px) and (min-width: 700px), (max-width: 699px) {
  .lp-c-products__toc__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 389px) {
  .lp-c-products__toc__inner {
    margin-left: -1.0256410256vw;
    margin-right: -1.0256410256vw;
  }
}
.lp-c-products__toc__item {
  width: 33.333%;
}
@media (max-width: 1023px) and (min-width: 700px), (max-width: 699px) {
  .lp-c-products__toc__item {
    margin-bottom: 3.4rem;
    width: 100%;
  }
}
@media (max-width: 389px) {
  .lp-c-products__toc__item {
    padding: 0 1.0256410256vw;
  }
}
.lp-c-products__details {
  margin-top: 13rem;
}
@media (max-width: 699px) {
  .lp-c-products__details {
    margin-top: 4.8rem;
  }
}
@media (max-width: 389px) {
  .lp-c-products__details {
    margin-top: 12.3076923077vw;
  }
}
.lp-c-products__detail:not(:first-child) {
  margin-top: 5rem;
}
.lp-c-cta {
  margin-top: 14rem;
}
@media (max-width: 699px) {
  .lp-c-cta {
    margin-top: 12rem;
  }
}
@media (max-width: 389px) {
  .lp-c-cta {
    margin-top: 30.7692307692vw;
  }
}
.lp-c-cta__bg {
  background-image: url(/_var/attento/haitemimashita/update202604/img/cta-bg-pc.jpg);
  background-position: 0;
  background-size: cover;
  height: 30rem;
  margin: 0 auto;
  max-width: 140rem;
  position: relative;
}
@media (max-width: 699px) {
  .lp-c-cta__bg {
    background-image: url(/_var/attento/haitemimashita/update202604/img/cta-bg-sp.jpg);
    background-position: bottom;
  }
}
@media (max-width: 389px) {
  .lp-c-cta__bg {
    height: 76.9230769231vw;
  }
}
.lp-c-cta__bg:after,
.lp-c-cta__bg:before {
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
@media (max-width: 699px) {
  .lp-c-cta__bg:after,
  .lp-c-cta__bg:before {
    display: none;
  }
}
.lp-c-cta__bg:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff),
    to(hsla(0, 0%, 100%, 0))
  );
  background-image: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
  left: 0;
  width: 10rem;
}
.lp-c-cta__bg:after {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#fff),
    to(hsla(0, 0%, 100%, 0))
  );
  background-image: linear-gradient(-90deg, #fff, hsla(0, 0%, 100%, 0));
  right: 0;
  width: 30rem;
}
.lp-c-cta__heading {
  color: #023692;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 15rem;
  text-align: center;
}
@media (max-width: 699px) {
  .lp-c-cta__heading {
    font-size: 3.2rem;
    margin-top: 8rem;
  }
}
@media (max-width: 389px) {
  .lp-c-cta__heading {
    font-size: 8.2051282051vw;
    margin-top: 20.5128205128vw;
  }
}
.lp-c-cta__body {
  color: #023692;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4375;
  margin-top: 5rem;
  text-align: center;
}
@media (max-width: 699px) {
  .lp-c-cta__body {
    font-size: 2.2rem;
    line-height: 1.6363636364;
    margin-top: 4.8rem;
  }
}
@media (max-width: 389px) {
  .lp-c-cta__body {
    font-size: 5.641025641vw;
    margin-top: 12.3076923077vw;
  }
}
.lp-c-cta__foot {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-left: -3rem;
  margin-right: -3rem;
  margin-top: 7rem;
}
@media (max-width: 699px) {
  .lp-c-cta__foot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    margin-top: 6.4rem;
  }
}
@media (max-width: 389px) {
  .lp-c-cta__foot {
    margin-top: 16.4102564103vw;
  }
}
.lp-c-cta__foot > * {
  margin: 0 3rem;
  max-width: 46rem;
  text-align: center;
  width: 100%;
}
@media (max-width: 699px) {
  .lp-c-cta__foot > * {
    max-width: 35rem;
    width: 100%;
  }
  .lp-c-cta__foot > :not(:first-child) {
    margin-top: 2rem;
  }
}
@media (max-width: 389px) {
  .lp-c-cta__foot > * {
    max-width: 89.7435897436vw;
  }
  .lp-c-cta__foot > :not(:first-child) {
    margin-top: 5.1282051282vw;
  }
}
.lp-c-cta__modal {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 63%, 0.9);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition:
    opacity 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    -webkit-transform 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition:
    opacity 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    -webkit-transform 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition:
    transform 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    opacity 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition:
    transform 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    opacity 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    -webkit-transform 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  z-index: 9999999;
}
.lp-c-cta__modal[data-visible] {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.lp-c-cta__modal__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 63rem;
}
@media (max-width: 699px) {
  .lp-c-cta__modal__links {
    padding: 2rem;
  }
}
@media (max-width: 389px) {
  .lp-c-cta__modal__links {
    padding: 5.1282051282vw;
  }
}
.lp-c-cta__modal__link {
  background-color: #fff;
  border-radius: 1rem;
  margin: 1.1rem;
  padding: 2.8rem;
  text-align: center;
  width: calc(50% - 2.2rem);
}
@media (max-width: 699px) {
  .lp-c-cta__modal__link {
    margin: 0.8rem;
    padding: 1.6rem 2rem;
    width: calc(50% - 1.6rem);
  }
}
@media (max-width: 389px) {
  .lp-c-cta__modal__link {
    margin: 2.0512820513vw;
    padding: 4.1025641026vw 5.1282051282vw;
    width: calc(50% - 4.10256vw);
  }
}
.lp-c-cta__modal__link > img {
  height: 9rem;
}
@media (max-width: 699px) {
  .lp-c-cta__modal__link > img {
    height: 5.6rem;
  }
}
@media (max-width: 389px) {
  .lp-c-cta__modal__link > img {
    height: 14.358974359vw;
  }
}
.lp-c-story {
  margin: 15.2rem auto 0;
  max-width: 180rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 699px) {
  .lp-c-story {
    margin-top: 12.8rem;
  }
}
@media (max-width: 389px) {
  .lp-c-story {
    margin-top: 32.8205128205vw;
  }
}
.lp-c-story:after,
.lp-c-story:before {
  bottom: 0;
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media (max-width: 1400px) {
  .lp-c-story:after,
  .lp-c-story:before {
    display: none;
  }
}
.lp-c-story:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff),
    to(hsla(0, 0%, 100%, 0))
  );
  background-image: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
  left: 0;
  width: 10rem;
}
.lp-c-story:after {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#fff),
    to(hsla(0, 0%, 100%, 0))
  );
  background-image: linear-gradient(-90deg, #fff, hsla(0, 0%, 100%, 0));
  right: 0;
  width: 10rem;
}
.lp-c-story__bg {
  background-image: url(/_var/attento/haitemimashita/update202604/img/story-bg-pc.jpg);
  background-position: 50%;
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 699px) {
  .lp-c-story__bg {
    background-image: url(/_var/attento/haitemimashita/update202604/img/story-bg-sp.jpg);
  }
}
.lp-c-story__wrapper {
  position: relative;
}
@media (min-width: 700px) {
  .lp-c-story__wrapper {
    margin: 0 auto;
    max-width: 140rem;
    padding: 8rem 0 25rem;
  }
}
@media (max-width: 699px) {
  .lp-c-story__wrapper {
    margin: 0 auto;
    max-width: 39rem;
    padding-bottom: 17.8rem;
  }
}
@media (max-width: 389px) {
  .lp-c-story__wrapper {
    max-width: 100vw;
  }
}
@media (min-width: 700px) {
  .lp-c-story__image1 {
    border-radius: 100%;
    left: -12rem;
    max-width: 72rem;
    overflow: hidden;
    position: absolute;
    top: -13.8rem;
  }
}
@media (min-width: 700px) and (max-width: 1100px) {
  .lp-c-story__image1 {
    max-width: 65rem;
  }
}
@media (max-width: 699px) {
  .lp-c-story__image1 {
    border-radius: 100%;
    left: -6rem;
    margin-bottom: -4rem;
    max-width: 33.7rem;
    overflow: hidden;
    position: relative;
    top: -6.7rem;
  }
}
@media (max-width: 389px) {
  .lp-c-story__image1 {
    left: -15.3846153846vw;
    margin-bottom: -5.8974358974vw;
    max-width: 86.4102564103vw;
    top: -17.1794871795vw;
  }
}
.lp-c-story__head {
  position: relative;
}
.lp-c-story__head__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.lp-c-story__head__inner,
.lp-c-story__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp-c-story__heading {
  position: relative;
}
.lp-c-story__heading__text {
  font-feature-settings: normal;
  -webkit-font-feature-settings: normal;
  color: #023692;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.lp-c-story__heading__sub {
  display: block;
  font-size: 2.4rem;
  margin-left: 3.8rem;
}
@media (max-width: 699px) {
  .lp-c-story__heading__sub {
    margin-left: 3.3rem;
  }
}
@media (max-width: 389px) {
  .lp-c-story__heading__sub {
    font-size: 6.1538461538vw;
    margin-left: 8.4615384615vw;
  }
}
.lp-c-story__heading__main {
  display: block;
  font-size: 4.2rem;
}
@media (max-width: 699px) {
  .lp-c-story__heading__main {
    font-size: 3.2rem;
  }
}
@media (max-width: 389px) {
  .lp-c-story__heading__main {
    font-size: 8.2051282051vw;
  }
}
.lp-c-story__heading:after {
  border-left: 0.4rem dotted #98a9b7;
  content: "";
  display: block;
  height: 31rem;
  left: 50%;
  position: absolute;
  top: calc(100% + 4.6rem);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 699px) {
  .lp-c-story__heading:after {
    height: 13.5rem;
    top: calc(100% + 2rem);
  }
}
@media (max-width: 389px) {
  .lp-c-story__heading:after {
    height: 34.6153846154vw;
    top: calc(100% + 5.12821vw);
  }
}
.lp-c-story__subheading {
  font-feature-settings: normal;
  -webkit-font-feature-settings: normal;
  font-weight: 700;
  margin-right: 18rem;
  margin-top: 8rem;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media (max-width: 1260px) {
  .lp-c-story__subheading {
    margin-right: 6vw;
  }
}
@media (max-width: 699px) {
  .lp-c-story__subheading {
    margin-right: 5.3rem;
    margin-top: 5.8rem;
  }
}
@media (max-width: 389px) {
  .lp-c-story__subheading {
    margin-right: 13.5897435897vw;
    margin-top: 14.8717948718vw;
  }
}
.lp-c-story__subheading__main {
  color: #e4007f;
  display: block;
  font-size: 3.6rem;
  line-height: 1.666666;
}
@media (max-width: 699px) {
  .lp-c-story__subheading__main {
    font-size: 2.6rem;
    line-height: 1.5384615385;
  }
}
@media (max-width: 389px) {
  .lp-c-story__subheading__main {
    font-size: 6.6666666667vw;
  }
}
.lp-c-story__subheading__sub {
  color: #023692;
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-right: 3rem;
}
@media (max-width: 389px) {
  .lp-c-story__subheading__sub {
    margin-right: 7.6923076923vw;
  }
}
.lp-c-story__body {
  margin-top: 12.8rem;
  position: relative;
}
@media (max-width: 699px) {
  .lp-c-story__body {
    margin-top: 9rem;
  }
}
@media (max-width: 389px) {
  .lp-c-story__body {
    margin-top: 23.0769230769vw;
  }
}
.lp-c-story__text {
  max-width: 89rem;
  position: relative;
  z-index: 2;
}
.lp-c-story__text p {
  color: #023692;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.7692307692;
  margin: 4.5999999999rem 0;
  white-space: nowrap;
}
.lp-c-story__text p:first-child {
  margin-top: 0;
}
.lp-c-story__text p:last-child {
  margin-bottom: 0;
}
.lp-c-story__text p small {
  display: block;
  font-size: 1.2rem;
  letter-spacing: -0.05em;
  margin-top: -0.4rem;
}
@media (max-width: 389px) {
  .lp-c-story__text p small {
    font-size: 1.1rem;
    margin-top: -1.0256410256vw;
  }
}
.lp-c-story__text p img {
  margin-right: 2rem;
  margin-top: 4rem;
  width: 13rem;
}
@media (max-width: 699px) {
  .lp-c-story__text p img {
    margin-bottom: 0.6rem;
    margin-right: 0.8rem;
    margin-top: 1rem;
    width: 7.8rem;
  }
}
@media (max-width: 389px) {
  .lp-c-story__text p img {
    margin-bottom: 1.5384615385vw;
    margin-right: 2.0512820513vw;
    margin-top: 2.5641025641vw;
    width: 20vw;
  }
}
@media (max-width: 699px) {
  .lp-c-story__text p {
    font-size: 2rem;
    line-height: 2;
    margin: 4rem 0;
  }
  .lp-c-story__text p small {
    line-height: 1.75;
  }
}
@media (max-width: 389px) {
  .lp-c-story__text p {
    font-size: 5.1282051282vw;
    margin: 10.2564102564vw 0;
  }
}
.lp-c-story__image2 {
  border-radius: 100%;
  bottom: -11rem;
  max-width: 72rem;
  overflow: hidden;
  position: absolute;
  right: -12.6rem;
}
@media (max-width: 1200px) {
  .lp-c-story__image2 {
    max-width: 58rem;
  }
}
@media (max-width: 699px) {
  .lp-c-story__image2 {
    border-radius: 100%;
    bottom: -6rem;
    max-width: 29.7rem;
    overflow: hidden;
    right: -7rem;
  }
}
@media (max-width: 389px) {
  .lp-c-story__image2 {
    bottom: -15.3846153846vw;
    max-width: 76.1538461538vw;
    right: -17.9487179487vw;
  }
}
.lp-c-footer {
  background-image: url(/_var/attento/haitemimashita/update202604/img/footer-bg-pc.jpg);
  background-position: 50%;
  background-size: cover;
  height: 71rem;
  margin: 0 auto;
  max-width: 180rem;
  position: relative;
}
@media (max-width: 699px) {
  .lp-c-footer {
    background-image: url(/_var/attento/haitemimashita/update202604/img/footer-bg-sp.jpg);
    height: 40rem;
  }
}
@media (max-width: 389px) {
  .lp-c-footer {
    height: 102.5641025641vw;
  }
}
.lp-c-footer__logo {
  left: calc(50% + 19rem);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20.2rem;
}
@media (max-width: 699px) {
  .lp-c-footer__logo {
    left: calc(50% + 3.3rem);
    width: 14rem;
  }
}
@media (max-width: 389px) {
  .lp-c-footer__logo {
    left: calc(50% + 8.46154vw);
    width: 35.8974358974vw;
  }
}
.lp-c-banner {
  background-color: #edf6ff;
  padding-bottom: 6.4rem;
  padding-top: 10.8rem;
}
@media (max-width: 699px) {
  .lp-c-banner {
    padding-bottom: 6rem;
    padding-top: 6rem;
  }
}
@media (max-width: 389px) {
  .lp-c-banner {
    padding-bottom: 6rem;
    padding-top: 6rem;
  }
}
.lp-c-banner__heading {
  color: #023692;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media (max-width: 699px) {
  .lp-c-banner__heading {
    font-size: 3.2rem;
  }
}
@media (max-width: 389px) {
  .lp-c-banner__heading {
    font-size: 8.2051282051vw;
  }
}
.lp-c-banner__foot {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
@media (max-width: 699px) {
  .lp-c-banner__foot {
    margin-top: 2.4rem;
  }
}
@media (max-width: 389px) {
  .lp-c-banner__foot {
    margin-top: 6.1538461538vw;
  }
}
.lp-c-banner__foot__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  background-color: #fff;
  border-radius: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  margin: 0 1rem;
  max-width: 32rem;
  padding: 3.2rem;
  text-align: center;
  width: 100%;
}
@media (max-width: 699px) {
  .lp-c-banner__foot__item {
    padding: 1.4rem 1.4rem 3.6rem;
    width: 100%;
  }
}
@media (max-width: 389px) {
  .lp-c-banner__foot__item {
    margin: 0 2.5641025641vw;
    padding: 3.5897435897vw 3.5897435897vw 9.2307692308vw;
  }
}
.lp-c-banner__foot__item__image {
  -ms-flex-negative: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  flex-shrink: 0;
}
.lp-c-banner__foot__item__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  color: #023692;
  flex-grow: 1;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1.3888888889;
  margin-top: 2.4rem;
  text-align: left;
}
@media (max-width: 699px) {
  .lp-c-banner__foot__item__text {
    margin-top: 1.2rem;
  }
}
@media (max-width: 389px) {
  .lp-c-banner__foot__item__text {
    font-size: 4.6153846154vw;
    margin-top: 3.0769230769vw;
  }
}
.lp-c-banner__modal {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 63%, 0.9);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition:
    opacity 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    -webkit-transform 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition:
    opacity 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    -webkit-transform 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition:
    transform 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    opacity 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition:
    transform 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    opacity 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99),
    -webkit-transform 0.3s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  z-index: 9999999;
}
.lp-c-banner__modal[data-visible] {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.lp-c-banner__modal__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 63rem;
}
@media (max-width: 699px) {
  .lp-c-banner__modal__links {
    padding: 2rem;
  }
}
@media (max-width: 389px) {
  .lp-c-banner__modal__links {
    padding: 5.1282051282vw;
  }
}
.lp-c-banner__modal__link {
  background-color: #fff;
  border-radius: 1rem;
  margin: 1.1rem;
  padding: 2.8rem;
  text-align: center;
  width: calc(50% - 2.2rem);
}
@media (max-width: 699px) {
  .lp-c-banner__modal__link {
    margin: 0.8rem;
    padding: 1.6rem 2rem;
    width: calc(50% - 1.6rem);
  }
}
@media (max-width: 389px) {
  .lp-c-banner__modal__link {
    margin: 2.0512820513vw;
    padding: 4.1025641026vw 5.1282051282vw;
    width: calc(50% - 4.10256vw);
  }
}
.lp-c-banner__modal__link > img {
  height: 9rem;
}
@media (max-width: 699px) {
  .lp-c-banner__modal__link > img {
    height: 5.6rem;
  }
}
@media (max-width: 389px) {
  .lp-c-banner__modal__link > img {
    height: 14.358974359vw;
  }
}
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  width: 100%;
  z-index: 1;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  width: 100%;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property:
    height,
    -webkit-transform;
  transition-property:
    height,
    -webkit-transform;
  transition-property: transform, height;
  transition-property:
    transform,
    height,
    -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-css-mode > .swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  color: #007aff;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  height: var(--swiper-navigation-size);
  justify-content: center;
  margin-top: -22px;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  position: absolute;
  top: 50%;
  width: 27px;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  z-index: 10;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  font-variant: normal;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none !important;
  text-transform: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  left: auto;
  right: 10px;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  background: #000;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  opacity: 0.2;
  width: 8px;
}
button.swiper-pagination-bullet {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  background: #007aff;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: 1;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition:
    top 0.2s,
    -webkit-transform 0.2s;
  transition:
    top 0.2s,
    -webkit-transform 0.2s;
  transition:
    transform 0.2s,
    top 0.2s;
  transition:
    transform 0.2s,
    top 0.2s,
    -webkit-transform 0.2s;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition:
    left 0.2s,
    -webkit-transform 0.2s;
  transition:
    left 0.2s,
    -webkit-transform 0.2s;
  transition:
    transform 0.2s,
    left 0.2s;
  transition:
    transform 0.2s,
    left 0.2s,
    -webkit-transform 0.2s;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition:
    right 0.2s,
    -webkit-transform 0.2s;
  transition:
    right 0.2s,
    -webkit-transform 0.2s;
  transition:
    transform 0.2s,
    right 0.2s;
  transition:
    transform 0.2s,
    right 0.2s,
    -webkit-transform 0.2s;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  width: 100%;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 4px;
  left: 0;
  top: 0;
  width: 100%;
}
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: 4px;
}
.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
}
.swiper-container-horizontal > .swiper-scrollbar {
  bottom: 3px;
  height: 5px;
  left: 1%;
  position: absolute;
  width: 98%;
  z-index: 50;
}
.swiper-container-vertical > .swiper-scrollbar {
  height: 98%;
  position: absolute;
  right: 3px;
  top: 1%;
  width: 5px;
  z-index: 50;
}
.swiper-scrollbar-drag {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s linear infinite;
  animation: swiper-preloader-spin 1s linear infinite;
  border: 4px solid #007aff;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.swiper-container .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  pointer-events: none;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow:before {
  background: #000;
  bottom: 0;
  content: "";
  -webkit-filter: blur(50px);
  filter: blur(50px);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}
