@charset "UTF-8";
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  ランドセルカラーバリエーション
====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* ======================
波形（区切り）
====================== */
/* ======================
背景
====================== */
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/*====================================
  要素のサイズセット
=====================================*/
/* /////////////////////////////////////////////////////////
  トップページ
///////////////////////////////////////////////////////// */
.home {
  /* ======================
  トップページ内で共通
  ====================== */
  /* ======================
  個別記述
  ====================== */
}
.home .home__kv {
  position: relative;
}
.home .home__kv::after {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  width: 100vw;
  height: auto;
  background-size: contain;
}
@media only screen and (max-width: 834px) {
  .home .home__kv::after {
    bottom: -1.3333333333vw;
    transform: translate(-50%, 100%);
    aspect-ratio: 375/75;
    background: url(./../images/home/divider_rainbow--single--sp.webp) center no-repeat;
    background-size: contain;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__kv::after {
    bottom: -9.5168374817vw;
    transform: translate(-50%, 0);
    aspect-ratio: 1366/200;
    background: url(./../images/home/divider_rainbow--single.webp) center no-repeat;
    background-size: contain;
  }
}
.home .home__kv__container {
  position: relative;
  background-color: #f9dbe1;
  overflow: hidden;
}
.home .home__kv__container img {
  position: absolute;
  inset: 0;
}
.home .home__kv__container picture {
  display: block;
  translate: 0;
  opacity: 1;
  transition: opacity 0.7s ease-out, translate 0.3s ease-in-out;
}
@starting-style {
  .home .home__kv__container picture {
    opacity: 0;
    translate: 0 8px;
  }
}
.home .home__kv__container picture:nth-of-type(1) {
  transition-delay: 0;
}
.home .home__kv__container picture:nth-of-type(2) {
  transition-delay: 0.3s;
}
.home .home__kv__container picture:nth-of-type(3) {
  transition-delay: 0.6s;
}
.home .home__kv__container picture:nth-of-type(4) {
  transition-delay: 0.9s;
}
@media only screen and (max-width: 834px) {
  .home .home__kv__container {
    width: 100vw;
    aspect-ratio: 375/520;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__kv__container {
    width: 100vw;
    height: 50vw;
    aspect-ratio: 1/0.5;
  }
}
.home .home__kv__container img,
.home .home__kv__container video {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 834px) {
  .home .home__kv__scroll {
    position: absolute;
    bottom: 75px;
    left: 10px;
    width: 16px;
    height: 70px;
    animation: linear 2s swing infinite;
  }
  @keyframes swing {
    0% {
      transform: translateY(-5px);
    }
    50% {
      transform: translateY(5px);
    }
    100% {
      transform: translateY(-5px);
    }
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__kv__scroll {
    display: none;
  }
}
.home .home__anm-wave {
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  width: 200vw;
  height: 10.980966325vw;
}
.home .home__anm-wave.wave01 {
  background: url("../../2024/images/common/divider_amn-wave01.svg") repeat-x;
  background-size: 50%;
  animation: scroll-anm 40s linear infinite;
}
.home .home__anm-wave.wave02 {
  background: url("../../2024/images/common/divider_amn-wave02.svg") repeat-x;
  background-size: 50%;
  animation: scroll-anm 20s linear infinite;
}
@media only screen and (max-width: 834px) {
  .home .home__anm-wave.wave02 {
    bottom: 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__anm-wave.wave02 {
    bottom: 20px;
  }
}
.home .home__anm-wave.wave03 {
  background: url("../../2024/images/common/divider_amn-wave03.svg") repeat-x;
  background-size: 50%;
  animation: scroll-anm 30s linear infinite;
}
@media only screen and (max-width: 834px) {
  .home .home__anm-wave.wave03 {
    bottom: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__anm-wave.wave03 {
    bottom: 40px;
  }
}
@keyframes scroll-anm {
  100% {
    background-position: -100% 0;
  }
}
.home .home__itemnav {
  position: relative;
  max-width: 1440px;
  margin-inline: auto;
}
@media only screen and (max-width: 834px) {
  .home .home__itemnav {
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__itemnav {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__itemnav {
    padding-top: 26.6666666667vw;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__itemnav {
    padding-top: 10.2489019034vw;
  }
}
.home .home__itemnav::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100vw;
  height: 100%;
  background: #eff8fb;
  z-index: -100;
}
.home .home__itemnav__container {
  display: flex;
  max-width: 1320px;
  margin-inline: auto;
}
@media only screen and (max-width: 834px) {
  .home .home__itemnav__container {
    padding-inline: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__itemnav__container {
    padding-inline: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__itemnav__container {
    padding-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__itemnav__container {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__itemnav__container {
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__itemnav__container {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__itemnav__container {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__itemnav__container {
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__itemnav__item {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 834px) {
  .home .home__itemnav__item {
    width: 100%;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__itemnav__item:nth-of-type(2n) {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__itemnav__item:not(:first-of-type) {
    margin-top: 20px;
  }
}
.home .home__itemnav__ankerlink {
  position: relative;
}
@media only screen and (max-width: 834px) {
  .home .home__itemnav__ankerlink {
    width: 100%;
    max-width: 280px;
    margin-inline: auto;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__itemnav__ankerlink {
    width: calc(20% - 16px);
    text-align: center;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__itemnav__ankerlink:not(:first-of-type) {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__itemnav__ankerlink:not(:nth-of-type(5n)) {
    margin-right: 20px;
  }
}
.home .home__itemnav__ankerlink::before {
  content: "";
  position: absolute;
  pointer-events: none;
}
@media only screen and (max-width: 834px) {
  .home .home__itemnav__ankerlink::before {
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 40px;
    height: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__itemnav__ankerlink::before {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 60px;
    height: 30px;
  }
}
.home .home__itemnav__ankerlink::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(../../2024/images/common/icon_angle.svg) center no-repeat;
  pointer-events: none;
}
@media only screen and (max-width: 834px) {
  .home .home__itemnav__ankerlink::after {
    top: 50%;
    right: 0;
    transform: translate(0, -50%) rotate(90deg);
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__itemnav__ankerlink::after {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
  }
}
.home .home__itemnav__ankerlink:has(a[href$=girls])::before {
  background: url(../../2024/images/common/icon_crown--pink.svg) center no-repeat;
}
.home .home__itemnav__ankerlink:has(a[href$=boys])::before {
  background: url(../../2024/images/common/icon_crown--blue.svg) center no-repeat;
}
.home .home__itemnav__ankerlink:has(a[href$=colors])::before {
  background: url(../../2024/images/common/icon_colors.svg) center no-repeat;
}
.home .home__itemnav__ankerlink:has(a[href$=material])::before {
  background: url(../../2024/images/common/icon_clarino.svg) center no-repeat;
}
.home .home__itemnav__ankerlink:has(a[href$=price])::before {
  background: url(../../2024/images/common/icon_simple-star.svg) center no-repeat;
}
.home .home__itemnav__ankerlink a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1.4;
}
@media only screen and (max-width: 834px) {
  .home .home__itemnav__ankerlink a {
    padding-left: 60px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__itemnav__ankerlink a {
    padding-top: 30px;
    padding-bottom: 1em;
  }
}
.home .home__itemnav .home__itemnav__catalog-link {
  display: block;
  max-width: 1320px;
  margin-inline: auto;
  border: 2px solid #ffc6db;
  padding-block: 0.5em;
  text-align: center;
  width: min(100%, 100% - 40px);
}
@media only screen and (max-width: 834px) {
  .home .home__itemnav .home__itemnav__catalog-link {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__itemnav .home__itemnav__catalog-link {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__itemnav .home__itemnav__catalog-link {
    padding-inline: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__itemnav .home__itemnav__catalog-link {
    padding-inline: 80px;
  }
}
.home .home__itemnav .home__itemnav__catalog-link .ex-link {
  color: #ff94b4;
  text-decoration: underline;
}
@media only screen and (max-width: 834px) {
  .home .home__itemnav .home__itemnav__catalog-link .ex-link {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__itemnav .home__itemnav__catalog-link .ex-link {
    font-size: 2.4rem;
  }
}
.home .home__itemnav .home__itemnav__catalog-link .ex-link:hover {
  filter: brightness(0.9);
}
.home .home__itemnav .home__itemnav__catalog-link .ex-link::after {
  content: "";
  padding-right: 1.5em;
  background: url(./../images/common/icon_ex-link--pink.svg) center no-repeat;
  background-size: contain;
}
.home .home__newitem {
  display: block;
  max-width: 1320px;
  margin-inline: auto;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .home .home__newitem {
    padding-inline: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__newitem {
    padding-inline: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__newitem {
    padding-top: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__newitem {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__newitem {
    padding-bottom: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__newitem {
    padding-bottom: 80px;
  }
}
.home .home__newitem::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 50%;
  translate: -50% -100%;
  display: block;
  width: 100vw;
  height: 3.6603221083vw;
  top: 50%;
  background: url(./../images/common/divider_wave--white.svg) center repeat-x;
  z-index: -10;
}
.home .home__newitem::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 100vw;
  height: 100%;
  background: linear-gradient(#eff8fb 50%, #ffffff 50%);
  z-index: -100;
}
.home .home__newitem__wrap {
  position: relative;
  padding: 10px;
}
.home .home__newitem__wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(#eff8fb 50%, #ffffff 50%);
  clip-path: inset(10px round 30px);
}
.home .home__newitem__wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(224, 235, 128, 0.7) 0%, rgba(247, 226, 155, 0.7) 25%, rgba(201, 232, 251, 0.7) 50%, rgba(209, 188, 248, 0.7) 75%, rgba(255, 173, 202, 0.7) 100%);
  border-radius: 40px;
  z-index: -2;
}
.home .home__newitem__ttl {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  display: flex;
  padding-inline: 1em;
  background: #eff8fb;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .home .home__newitem__ttl {
    column-gap: 5px;
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__newitem__ttl {
    column-gap: 10px;
    font-size: 3.5rem;
  }
}
.home .home__newitem__ttl .star {
  position: relative;
  display: grid;
  place-content: center;
  aspect-ratio: 1/1;
  background: url(./../images/common/parts_r-star--white.svg) center no-repeat;
  background-size: contain;
  color: #ff94b4;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .home .home__newitem__ttl .star {
    width: 32px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__newitem__ttl .star {
    width: 64px;
  }
}
.home .home__newitem__ttl .star--red {
  color: #ffffff;
  background: url(./../images/common/parts_r-star--red.svg) center no-repeat;
}
.home .home__newitem__innerwrap {
  overflow: hidden;
}
@media only screen and (max-width: 834px) {
  .home .home__newitem__innerwrap {
    padding-top: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__newitem__innerwrap {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__newitem__innerwrap {
    padding-bottom: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__newitem__innerwrap {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__newitem__innerwrap {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .home .home__newitem__innerwrap {
    padding-right: 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .home .home__newitem__innerwrap {
    padding-right: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__newitem__innerwrap {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .home .home__newitem__innerwrap {
    padding-left: 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .home .home__newitem__innerwrap {
    padding-left: 80px;
  }
}
.home .home__newitem__list {
  position: relative;
  display: flex;
  z-index: 10;
}
@media only screen and (max-width: 834px) {
  .home .home__newitem__list {
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__newitem__list {
    column-gap: 36px;
  }
}
.home .home__newitem__list::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 50%;
  translate: -50% -100%;
  display: block;
  width: 100vw;
  height: 3.6603221083vw;
  top: 50%;
  background: url(./../images/common/divider_wave--white.svg) center repeat-x;
  z-index: -10;
}
.home .home__newitem__list::after {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  pointer-events: none;
}
.home .home__newitem__item {
  padding-top: 50px;
}
@media only screen and (max-width: 834px) {
  .home .home__newitem__item {
    width: calc(50% - 10px);
  }
}
.home .home__newitem__item:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 0;
  height: 32px;
  background: url(./../images/home/newitem_ttl01.svg) center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 834px) {
  .home .home__newitem__item:nth-child(1)::before {
    width: 220px;
    left: 50%;
    translate: -50% 0;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__newitem__item:nth-child(1)::before {
    width: 66.6666666667%;
    translate: -18px 0;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__newitem__item:nth-child(3) {
    position: relative;
    margin-top: 40px;
  }
}
.home .home__newitem__item:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 0;
  height: 32px;
  background: url(./../images/home/newitem_ttl02.svg) center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 834px) {
  .home .home__newitem__item:nth-child(3)::before {
    width: 220px;
    left: 50%;
    translate: -50% 0;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__newitem__item:nth-child(3)::before {
    width: 33.3333333333%;
    translate: -18px 0;
  }
}
.home .home__newitem .newitem {
  text-align: center;
}
.home .home__newitem .newitem .caption {
  position: relative;
  display: grid;
}
@media only screen and (max-width: 834px) {
  .home .home__newitem .newitem .caption {
    grid-template: "series" auto "color" auto/1fr;
    column-gap: 10px;
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__newitem .newitem .caption {
    grid-template: "series btn" auto "color btn" auto/1fr 60px;
    column-gap: 10px;
    margin-top: 30px;
  }
}
.home .home__newitem .newitem .series {
  grid-area: series;
  word-break: keep-all;
}
@media only screen and (max-width: 834px) {
  .home .home__newitem .newitem .series {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__newitem .newitem .series {
    font-size: 1.9rem;
  }
}
.home .home__newitem .newitem .color {
  grid-area: color;
  word-break: keep-all;
}
@media only screen and (max-width: 834px) {
  .home .home__newitem .newitem .color {
    font-size: 1.3rem;
  }
}
.home .home__newitem .newitem .btn {
  grid-area: btn;
}
@media only screen and (max-width: 834px) {
  .home .home__newitem .newitem .btn {
    position: absolute;
    top: 0;
    right: 0;
    translate: 25% -100%;
    width: 40px;
    height: 40px;
  }
}
.home .home__newitem__btn {
  position: absolute;
  bottom: 0;
  right: 0;
  display: grid;
  place-content: center;
  aspect-ratio: 1/1;
  background: url(./../images/common/btn_viewmore.svg) center no-repeat;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (max-width: 834px) {
  .home .home__newitem__btn {
    width: 80px;
    translate: 10px 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__newitem__btn {
    width: 130px;
    translate: 30px 30px;
  }
}
.home .home__newitem__btn:hover {
  background: url(./../images/common/btn_viewmore--hover.svg) center no-repeat;
}
.home .home__newitem__btn .txt {
  padding-bottom: 1em;
  color: #ffffff;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 834px) {
  .home .home__newitem__btn .txt {
    font-size: 1.3rem;
  }
}
.home .home__colors {
  display: block;
  max-width: 1320px;
  margin-inline: auto;
  position: relative;
  /* ======================
  カラーバリエーション
  ====================== */
}
@media only screen and (max-width: 834px) {
  .home .home__colors {
    padding-inline: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__colors {
    padding-inline: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__colors {
    padding-top: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__colors {
    padding-top: 80px;
  }
}
.home .home__colors::before {
  content: "";
  position: absolute;
  top: 160px;
  left: 0;
  aspect-ratio: 160/730;
  background: url(./../images/home/colors_ttl.svg) center/contain no-repeat;
  z-index: -10;
}
@media only screen and (max-width: 834px) {
  .home .home__colors::before {
    width: 70px;
    translate: -10px 0;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__colors::before {
    width: 160px;
    translate: -50% 0;
  }
}
.home .home__colors .home__colors__ttl {
  text-align: center;
}
.home .home__colors .home__colors__desc {
  font-weight: bold;
  text-align: center;
  line-height: 2;
}
@media only screen and (max-width: 834px) {
  .home .home__colors .home__colors__desc {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__colors .home__colors__desc {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__colors .home__colors__desc {
    max-width: 305px;
    margin-inline: auto;
    word-break: auto-phrase;
  }
}
.home .home__colors .home__colors__container {
  position: relative;
}
@media only screen and (max-width: 834px) {
  .home .home__colors .home__colors__container {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__colors .home__colors__container {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__colors .home__colors__container {
    padding-top: 60px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__colors .home__colors__container {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__colors .home__colors__container {
    padding-bottom: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__colors .home__colors__container {
    padding-bottom: 80px;
  }
}
.home .home__colors .home__colors__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -100%;
  width: 135px;
  height: 60px;
  background: url(./../images/home/illust_tiger.webp) center no-repeat;
  background-size: contain;
}
.home .home__colors .home__colors__container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 100vw;
  height: 100%;
  background: linear-gradient(135deg, rgba(224, 235, 128, 0.7) 0%, rgba(247, 226, 155, 0.7) 25%, rgba(201, 232, 251, 0.7) 50%, rgba(209, 188, 248, 0.7) 75%, rgba(255, 173, 202, 0.7) 100%);
  background-size: 200% 200%;
  z-index: -100;
  animation: gradientFlow 10s linear infinite;
}
@keyframes gradientFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.home .home__colors .home__colors__list {
  display: grid;
  max-width: 990px;
  margin-top: 50px;
  margin-inline: auto;
}
@media only screen and (max-width: 834px) {
  .home .home__colors .home__colors__list {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 30px 15px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__colors .home__colors__list {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 40px 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__colors .home__colors__list .mt {
    margin-top: -50px;
  }
}
.home .home__colors .home__colors__item a {
  display: block;
  width: 100%;
  height: 100%;
}
.home .home__colors .home__colors__item a:hover .colors__card__img {
  transform: translate(0, 0) scale(-1, 1);
}
.home .home__colors .home__colors__item a:hover .colors__card__img::before {
  opacity: 1;
  transition: trnslate(0, 0) scale(-1, 1) skew(0deg, 0deg);
}
.home .home__colors .home__colors__item a:hover .colors__card__img::after {
  opacity: 1;
  transition: trnslate(-50%, -50%) scale(-1, 1) skew(0deg, 0deg);
}
.home .home__colors .home__colors__btn {
  display: block;
  width: 100%;
  text-align: right;
}
.home .home__colors .colors__card__img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.5s ease;
}
.home .home__colors .colors__card__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: trnslate(0, 0);
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  opacity: 0;
  transition: all 0.5s ease;
}
.home .home__colors .colors__card__img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  display: block;
  width: 60%;
  height: 60%;
  background: url(./../images/common/btn_gray.svg) center no-repeat;
  background-size: contain;
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s ease;
}
.home .home__colors .colors__card .caption {
  margin-top: 1em;
  font-weight: bold;
  text-align: center;
}
.home .home__colors .black .colors__card__img::before {
  background-color: #22201f;
}
.home .home__colors .blue .colors__card__img::before {
  background-color: #0f3784;
}
.home .home__colors .green .colors__card__img::before {
  background-color: #164e2b;
}
.home .home__colors .silver .colors__card__img::before {
  background-color: #b3b3b3;
}
.home .home__colors .saxe .colors__card__img::before {
  background-color: #74c1e3;
}
.home .home__colors .pink .colors__card__img::before {
  background-color: #d9024b;
}
.home .home__colors .red .colors__card__img::before {
  background-color: #cc0000;
}
.home .home__colors .purple .colors__card__img::before {
  background-color: #a689c6;
}
.home .home__colors .pearl .colors__card__img::before {
  background-color: #e0e0c7;
}
.home .home__colors .wine .colors__card__img::before {
  background-color: #990033;
}
.home .home__colors .brown .colors__card__img::before {
  background-color: #793e1c;
}
.home .home__colors .camel .colors__card__img::before {
  background-color: #c68056;
}
.home .home__colors .white .colors__card__img::before {
  background-color: #ffffff;
  border: 1px solid #444444;
}
.home .home__colors .yellow .colors__card__img::before {
  background-color: #ecc666;
}
.home .home__colors .mint .colors__card__img::before {
  background-color: #b4d2d2;
}
.home .home__colors .gray .colors__card__img::before {
  background-color: #7e7e7e;
}
.home .home__about {
  display: block;
  max-width: 1320px;
  margin-inline: auto;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .home .home__about {
    padding-inline: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__about {
    padding-inline: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__about {
    padding-top: 60px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__about {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__about {
    padding-bottom: 100px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__about {
    padding-bottom: 250px;
  }
}
.home .home__about::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 50%;
  translate: -50% -100%;
  display: block;
  width: 100vw;
  height: 3.6603221083vw;
  background: url(./../images/common/divider_wave--blue.svg) center repeat-x;
}
.home .home__about::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 100vw;
  height: 100%;
  background: #eff8fb;
  z-index: -100;
}
.home .home__about .home__about__wrap {
  display: flex;
  max-width: 1070px;
  margin-inline: auto;
  position: relative;
  flex-wrap: wrap;
}
@media only screen and (max-width: 834px) {
  .home .home__about .home__about__wrap {
    padding-inline: 35px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__about .home__about__wrap {
    padding-inline: 80px;
  }
}
.home .home__about .home__about__wrap::before {
  content: "";
  position: absolute;
  z-index: -10;
}
@media only screen and (max-width: 834px) {
  .home .home__about .home__about__wrap::before {
    top: -60px;
    left: 0;
    transform: translate(50%, 0);
    width: 40px;
    height: 27px;
    background: url(../../2024/images/home/concept__illust03.webp) center no-repeat;
    background-size: contain;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__about .home__about__wrap::before {
    top: -80px;
    left: 120px;
    transform: translate(-100%, 0);
    width: 250px;
    height: 414px;
    background: url(../../2024/images/home/concept__illust01.webp) center no-repeat;
    background-size: contain;
  }
}
.home .home__about .home__about__wrap::after {
  content: "";
  position: absolute;
  z-index: -10;
}
@media only screen and (max-width: 834px) {
  .home .home__about .home__about__wrap::after {
    bottom: 0;
    left: -25px;
    transform: translate(0, 100%);
    width: 140px;
    height: 78px;
    background: url(../../2024/images/home/concept__illust04.webp) center no-repeat;
    background-size: contain;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__about .home__about__wrap::after {
    top: -50px;
    right: 120px;
    transform: translate(100%, 0);
    width: 180px;
    height: 95px;
    background: url(../../2024/images/home/concept__illust02.webp) center no-repeat;
    background-size: contain;
  }
}
.home .home__about .home__about__ttl {
  display: block;
  word-break: keep-all;
}
@media only screen and (max-width: 834px) {
  .home .home__about .home__about__ttl {
    width: 100%;
    font-size: 2.6rem;
    letter-spacing: 0.1em;
    text-align: center;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__about .home__about__ttl {
    width: 30.7692307692%;
    font-size: 4rem;
    letter-spacing: 0.28em;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .home .home__about .home__about__ttl {
    font-size: 3.1rem;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__about .home__about__ttl .dots-pc {
    position: relative;
    display: inline-block;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__about .home__about__ttl .dots-pc::after {
    content: "";
    position: relative;
    bottom: 5px;
    left: 0;
    display: block;
    width: 100%;
    height: 6px;
    background: url(../../2024/images/common/parts_line-dots--colorful.svg) left center repeat-x;
    background-size: contain;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__about .home__about__ttl .dots-sp {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__about .home__about__ttl .dots-sp::after {
    content: "";
    position: relative;
    bottom: -5px;
    left: 0;
    display: block;
    width: 100%;
    height: 6px;
    background: url(../../2024/images/common/parts_line-dots--colorful.svg) left center repeat-x;
    background-size: contain;
  }
}
.home .home__about .home__about__container {
  position: relative;
  display: block;
}
@media only screen and (max-width: 834px) {
  .home .home__about .home__about__container {
    width: 100%;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__about .home__about__container {
    width: 69.2307692308%;
    padding-left: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__about .home__about__container::before {
    content: "";
    position: absolute;
    top: -10px;
    right: -50px;
    transform: translate(0, 0);
    width: 90px;
    height: 48px;
    background: url(../../2024/images/home/concept__illust05.webp) center no-repeat;
    background-size: contain;
    z-index: -10;
  }
}
.home .home__about .home__about__desc {
  display: block;
  word-break: auto-phrase;
}
@media only screen and (max-width: 834px) {
  .home .home__about .home__about__desc {
    margin-top: 50px;
    font-size: 1.5rem;
    text-align: center;
    line-height: 2.26;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__about .home__about__desc {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 2.44;
  }
}
.home .home__about .home__about__btn {
  max-width: 300px;
}
@media only screen and (max-width: 834px) {
  .home .home__about .home__about__btn {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__about .home__about__btn {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__about .home__about__btn {
    margin-inline: auto;
  }
}
.home .home__about .home__about__list {
  position: relative;
  display: grid;
}
@media only screen and (max-width: 834px) {
  .home .home__about .home__about__list {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__about .home__about__list {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__about .home__about__list {
    gap: 40px;
    justify-content: center;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__about .home__about__list {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
  }
}
.home .home__about .home__about__list::before {
  content: "";
  position: absolute;
  aspect-ratio: 235/270;
  background: url(./../images/common/about_illust01.webp) center/contain no-repeat;
  animation: swing 3s ease 1s infinite;
  z-index: -10;
  pointer-events: none;
}
@media only screen and (max-width: 834px) {
  .home .home__about .home__about__list::before {
    top: 0;
    right: 50%;
    translate: 50vw -50%;
    width: 75px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__about .home__about__list::before {
    top: 0;
    right: 50%;
    translate: 50vw -50%;
    width: 235px;
  }
}
@keyframes swing {
  0% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(calc(-50% + 20px));
  }
  100% {
    transform: translateY(-50%);
  }
}
.home .home__about .home__about__item {
  justify-self: center;
}
.home .home__about .ttl-img {
  position: relative;
  margin-top: 40px;
}
.home .home__about .ttl-img::before {
  content: "";
  position: absolute;
  aspect-ratio: 24/17;
  background: url(./../images/common/about_ttl.svg) center/contain no-repeat;
  z-index: 10;
}
@media only screen and (max-width: 834px) {
  .home .home__about .ttl-img::before {
    top: 0;
    left: -20px;
    translate: 0 -50%;
    width: 140px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__about .ttl-img::before {
    top: 0;
    left: 0;
    translate: -50% -50%;
    width: 240px;
    height: 170px;
  }
}
.home .home__about .home__about__list-min {
  position: relative;
  display: grid;
}
@media only screen and (max-width: 834px) {
  .home .home__about .home__about__list-min {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__about .home__about__list-min {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__about .home__about__list-min {
    grid-template-columns: repeat(auto-fill, minmax(140px, auto));
    gap: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__about .home__about__list-min {
    grid-template-columns: repeat(auto-fill, minmax(220px, auto));
    gap: 80px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .home .home__about .home__about__list-min {
    gap: 80px 40px;
  }
}
.home .home__about .home__about__list-min::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  translate: -50% -75%;
  aspect-ratio: 33/30;
  background: url(./../images/common/about_illust02.webp) center/contain no-repeat;
  z-index: -10;
}
@media only screen and (max-width: 834px) {
  .home .home__about .home__about__list-min::before {
    width: 170px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__about .home__about__list-min::before {
    width: 330px;
    height: 300px;
  }
}
.home .home__about .home__about__list-min::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  aspect-ratio: 180/95;
  background: url(./../images/common/about_illust03.webp) center/contain no-repeat;
  z-index: -10;
}
@media only screen and (max-width: 834px) {
  .home .home__about .home__about__list-min::after {
    translate: 50% 100%;
    width: 90px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__about .home__about__list-min::after {
    translate: 100% 50%;
    width: 180px;
    height: 95px;
  }
}
.home .home__about .mt {
  margin-top: 80px;
}
@media only screen and (max-width: 834px) {
  .home .home__about .home__about__support {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__about .home__about__support {
    margin-top: 100px;
  }
}
.home .std {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 20px;
  max-width: 400px;
}
.home .std__ttl {
  position: relative;
  display: block;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 834px) {
  .home .std__ttl {
    padding-bottom: 1em;
    font-size: 1.8rem;
    word-break: keep-all;
  }
}
@media print, screen and (min-width: 835px) {
  .home .std__ttl {
    padding-bottom: 0.5em;
    font-size: 3.1rem;
  }
}
.home .std__ttl::before {
  content: "";
  display: block;
  aspect-ratio: 500/430;
}
@media only screen and (max-width: 834px) {
  .home .std__ttl::before {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .std__ttl::before {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .home .std__ttl::before {
    width: 100%;
  }
}
@media print, screen and (min-width: 835px) {
  .home .std__ttl::before {
    width: 125%;
  }
}
.home .std__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: url(./../images/common/parts_line-dots--colorful.svg) left center repeat-x;
}
.home .std:has(a[href*="randoselu/comfort"]) .std__ttl::before {
  background: url(./../images/common/std_img01.webp) center no-repeat;
  background-size: contain;
}
.home .std:has(a[href*="randoselu/report"]) .std__ttl::before {
  background: url(./../images/common/std_img02.webp) center no-repeat;
  background-size: contain;
}
.home .std-min {
  display: grid;
  row-gap: 20px;
  max-width: 220px;
}
.home .std-min__ttl {
  position: relative;
  display: block;
  padding-bottom: 0.5em;
}
@media only screen and (max-width: 834px) {
  .home .std-min__ttl {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 835px) {
  .home .std-min__ttl {
    font-size: 2.2rem;
  }
}
.home .std-min__ttl::before {
  content: "";
  display: block;
  width: 120%;
  aspect-ratio: 260/234;
}
@media only screen and (max-width: 834px) {
  .home .std-min__ttl::before {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .std-min__ttl::before {
    margin-bottom: 40px;
  }
}
.home .std-min__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: url(./../images/common/parts_line-dots--colorful.svg) left center repeat-x;
}
.home .std-min:has(a[href*="randoselu/cube"]) .std-min__ttl::before {
  background: url(./../images/common/std-min_img01.webp) center no-repeat;
  background-size: contain;
}
.home .std-min:has(a[href*=bright]) .std-min__ttl::before {
  background: url(./../images/common/std-min_img02.webp) center no-repeat;
  background-size: contain;
}
.home .std-min:has(a[href*="randoselu/leather"]) .std-min__ttl::before {
  background: url(./../images/common/std-min_img03.webp) center no-repeat;
  background-size: contain;
}
.home .std-min:has(a[href*="randoselu/miracle-touch"]) .std-min__ttl::before {
  background: url(./../images/common/std-min_img04.webp) center no-repeat;
  background-size: contain;
}
.home .std-min__logo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-items: center;
}
.home .support {
  position: relative;
  border: 10px solid #c2e4ff;
}
@media only screen and (max-width: 834px) {
  .home .support {
    border-radius: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .support {
    border-radius: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .home .support {
    padding-top: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .support {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .home .support {
    padding-bottom: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .support {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .home .support {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .home .support {
    padding-right: 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .home .support {
    padding-right: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .home .support {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .home .support {
    padding-left: 30px;
  }
}
@media print, screen and (min-width: 1220px) {
  .home .support {
    padding-left: 80px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .support {
    padding: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .home .support {
    padding: 60px 40px 40px 40px;
  }
}
.home .support__ttl {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  width: fit-content;
  padding-inline: 2em;
  background: #eff8fb;
  color: #91baff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  word-break: keep-all;
}
.home .support__container {
  display: grid;
}
@media only screen and (max-width: 834px) {
  .home .support__container {
    grid-template: "img" auto "support" "remake" auto/auto;
    gap: 40px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .home .support__container {
    grid-template: "img img" auto "support remake" 1fr "support remake" 1fr/1fr 1fr;
    gap: 20px 40px;
  }
}
@media print, screen and (min-width: 1220px) {
  .home .support__container {
    grid-template: "support img remake" auto "support img remake" 1fr/1fr 150px 1fr;
    gap: 20px 80px;
  }
}
.home .support__img {
  grid-area: img;
  position: relative;
  width: 150px;
  aspect-ratio: 1/1;
  margin-bottom: 60px;
  justify-self: center;
}
.home .support__img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(./../images/common/support_img02.svg) center no-repeat;
  background-size: contain;
  animation: rotate 4s infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  45% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  } /* 0.5秒停止 */
  95% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  } /* 0.5秒停止 */
}
.home .support__img::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  translate: -50% 100%;
  width: 145px;
  height: 38px;
  background: url(./../images/common/support_img03.svg) center no-repeat;
  background-size: contain;
}
.home .support__list {
  display: contents;
}
.home .support__menu {
  display: grid;
  row-gap: 20px;
}
@media print, screen and (min-width: 835px) {
  .home .support__menu {
    grid-template-rows: subgrid;
    grid-row: span 2;
  }
}
.home .support__menu:has(a[href*=support]) {
  grid-area: support;
}
.home .support__menu:has(a[href*=remake]) {
  grid-area: remake;
}
.home .support__menu__ttl {
  position: relative;
  display: block;
  padding-bottom: 1em;
  padding-right: 40px;
  word-break: keep-all;
}
@media only screen and (max-width: 834px) {
  .home .support__menu__ttl {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 835px) {
  .home .support__menu__ttl {
    font-size: 2.2rem;
  }
}
.home .support__menu__ttl::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 0;
  translate: 0 -50%;
  width: 30px;
  height: 30px;
  background: url(./../images/common/btn_blue.svg) center no-repeat;
  background-size: contain;
  transition: background 0.3s ease;
}
.home .support__menu__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: url(./../images/common/parts_line-dots--blue.svg) left center repeat-x;
}
.home .support__menu__ttl:hover::before {
  background: url(./../images/common/btn_blue--hover.svg) center no-repeat;
  background-size: contain;
}
.home .support__menu__desc {
  font-size: 1.3rem;
}
.home .home__pv {
  display: block;
  width: 100vw;
  overflow: hidden;
}
@media only screen and (max-width: 834px) {
  .home .home__pv {
    aspect-ratio: 1/1;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__pv {
    aspect-ratio: 2/1;
  }
}
.home .home__pv video {
  width: 100vw;
  height: 100%;
  transform: scale(1.01);
  object-fit: cover;
}
.home .home__ranking {
  position: relative;
}
@media only screen and (max-width: 834px) {
  .home .home__ranking {
    padding-bottom: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__ranking {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__ranking {
    padding-top: 80px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__ranking {
    padding-top: 160px;
  }
}
.home .home__ranking__ttl {
  position: relative;
}
.home .home__ranking__ttl::before, .home .home__ranking__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  aspect-ratio: 1440/135;
  background: url(../images/home/ranking_ttl.svg) center no-repeat;
  background-size: contain;
  z-index: -10;
  animation: text-loop 15s linear infinite;
}
@media only screen and (max-width: 834px) {
  .home .home__ranking__ttl::before, .home .home__ranking__ttl::after {
    width: 200vw;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__ranking__ttl::before, .home .home__ranking__ttl::after {
    width: 100vw;
  }
}
.home .home__ranking__ttl::before {
  left: 0;
}
@media only screen and (max-width: 834px) {
  .home .home__ranking__ttl::after {
    left: 200%;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__ranking__ttl::after {
    left: 100%;
  }
}
@keyframes text-loop {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.home .home__ranking__container {
  display: block;
  max-width: 1200px;
  margin-inline: auto;
  position: relative;
  display: grid;
  margin-top: 10px;
}
@media only screen and (max-width: 834px) {
  .home .home__ranking__container {
    padding-inline: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__ranking__container {
    padding-inline: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__ranking__container {
    grid-template-areas: "girls" "boys";
    row-gap: 80px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__ranking__container {
    grid-template-areas: "girls boys";
    grid-template-columns: 1fr 1fr;
    column-gap: 80px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1219px) {
  .home .home__ranking__container {
    column-gap: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__ranking .ranking {
    min-width: 200px;
    container-type: inline-size;
    overflow: auto;
  }
}
@container (width < 420px) {
  .home .home__ranking .ranking .ranking__item,
  .home .home__ranking .ranking .ranking__btn {
    zoom: 0.8;
  }
}
.home .home__ranking .ranking .ranking__ttl {
  position: relative;
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 834px) {
  .home .home__ranking .ranking .ranking__ttl {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__ranking .ranking .ranking__ttl {
    font-size: 2.2rem;
  }
}
.home .home__ranking .ranking .ranking__ttl::before {
  content: "";
  display: block;
  margin-inline: auto;
}
@media only screen and (max-width: 834px) {
  .home .home__ranking .ranking .ranking__ttl::before {
    width: 66px;
    height: 36px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__ranking .ranking .ranking__ttl::before {
    width: 110px;
    height: 60px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__ranking .ranking .ranking__container {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__ranking .ranking .ranking__container {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__ranking .ranking .ranking__container {
    margin-right: auto;
    margin-left: auto;
    max-width: 480px;
  }
}
.home .home__ranking .ranking .ranking__item {
  justify-items: center;
}
.home .home__ranking .ranking .ranking__item:nth-of-type(n + 2) {
  margin-top: 10px;
}
.home .home__ranking .ranking .ranking__item:nth-of-type(4) .ranking__icon::before {
  background: url(./../images/common/icon_ranking04.svg) center no-repeat;
  background-size: contain;
}
.home .home__ranking .ranking .ranking__item:nth-of-type(5) .ranking__icon::before {
  background: url(./../images/common/icon_ranking05.svg) center no-repeat;
  background-size: contain;
}
.home .home__ranking .ranking .ranking__icon {
  position: relative;
}
@media only screen and (max-width: 834px) {
  .home .home__ranking .ranking .ranking__icon {
    padding-left: 25px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__ranking .ranking .ranking__icon {
    padding-left: 50px;
  }
}
.home .home__ranking .ranking .ranking__icon::before {
  content: "";
  position: absolute;
  display: block;
}
@media only screen and (max-width: 834px) {
  .home .home__ranking .ranking .ranking__icon::before {
    top: 15px;
    left: 15px;
    width: 40px;
    height: 50px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__ranking .ranking .ranking__icon::before {
    top: 20px;
    left: 20px;
    width: 50px;
    height: 60px;
  }
}
.home .home__ranking .ranking .ranking__btn {
  max-width: 400px;
  margin-inline: auto;
}
@media only screen and (max-width: 834px) {
  .home .home__ranking .ranking .ranking__btn {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__ranking .ranking .ranking__btn {
    margin-top: 80px;
  }
}
.home .home__ranking .girls-ranking {
  grid-area: girls;
}
.home .home__ranking .girls-ranking .ranking__item:nth-of-type(1) .ranking__icon::before {
  background: url(./../images/common/icon_ranking01--girls.svg) center no-repeat;
  background-size: contain;
}
.home .home__ranking .girls-ranking .ranking__item:nth-of-type(2) .ranking__icon::before {
  background: url(./../images/common/icon_ranking02--girls.svg) center no-repeat;
  background-size: contain;
}
.home .home__ranking .girls-ranking .ranking__item:nth-of-type(3) .ranking__icon::before {
  background: url(./../images/common/icon_ranking03--girls.svg) center no-repeat;
  background-size: contain;
}
.home .home__ranking .girls-ranking .ranking__ttl::before {
  background: url(../../2024/images/common/icon_crown--pink.svg) center no-repeat;
  background-size: contain;
}
.home .home__ranking .boys-ranking {
  grid-area: boys;
}
.home .home__ranking .boys-ranking .ranking__item:nth-of-type(1) .ranking__icon::before {
  background: url(./../images/common/icon_ranking01--boys.svg) center no-repeat;
  background-size: contain;
}
.home .home__ranking .boys-ranking .ranking__item:nth-of-type(2) .ranking__icon::before {
  background: url(./../images/common/icon_ranking02--boys.svg) center no-repeat;
  background-size: contain;
}
.home .home__ranking .boys-ranking .ranking__item:nth-of-type(3) .ranking__icon::before {
  background: url(./../images/common/icon_ranking03--boys.svg) center no-repeat;
  background-size: contain;
}
.home .home__ranking .boys-ranking .ranking__ttl::before {
  background: url(../../2024/images/common/icon_crown--blue.svg) center no-repeat;
  background-size: contain;
}
.home .home__news {
  display: block;
  max-width: 1320px;
  margin-inline: auto;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .home .home__news {
    padding-inline: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__news {
    padding-inline: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__news {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__news {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__news {
    margin-top: 10px;
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__news {
    margin-top: 100px;
    padding-top: 70px;
    padding-bottom: 120px;
  }
}
.home .home__news::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 50%;
  translate: -50% -100%;
  display: block;
  width: 100vw;
  height: 3.6603221083vw;
  background: url(./../images/common/divider_wave--blue.svg) center repeat-x;
}
.home .home__news::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 100vw;
  height: 100%;
  background: #eff8fb;
  z-index: -100;
}
.home .home__news__ttl .illust--bird {
  position: relative;
  display: inline-block;
}
@media print, screen and (min-width: 835px) {
  .home .home__news__ttl .illust--bird {
    padding-right: 80px;
  }
}
.home .home__news__ttl .illust--bird::after {
  content: "";
  position: absolute;
  display: block;
  background: url(./../images/home/news_illust--bird.webp) center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 834px) {
  .home .home__news__ttl .illust--bird::after {
    top: 50%;
    right: 0;
    transform: translate(100%, -50%);
    width: 50px;
    height: 50px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__news__ttl .illust--bird::after {
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__news__container {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__news__container {
    margin-top: 60px;
  }
}
.home .home__news__btn {
  display: block;
  width: 100%;
  text-align: right;
}
@media only screen and (max-width: 834px) {
  .home .home__news__btn {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__news__btn {
    margin-top: 40px;
  }
}
.home .home__news .mod__news--archive__link:hover {
  background: rgba(162, 210, 255, 0.16);
}
.home .home__style {
  display: flex;
  max-width: 1320px;
  margin-inline: auto;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 834px) {
  .home .home__style {
    padding-inline: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__style {
    padding-inline: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__style {
    padding-top: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__style {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__style {
    padding-bottom: 100px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__style {
    padding-bottom: 250px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__style {
    padding-top: 120px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__style {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__style {
    column-gap: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__style {
    column-gap: 80px;
  }
}
.home .home__style::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 50%;
  translate: -50% -100%;
  display: block;
  width: 100vw;
  height: 3.6603221083vw;
  background: url(./../images/common/divider_wave--white.svg) center repeat-x;
}
.home .home__style .home__style__ttl {
  position: absolute;
  top: 0;
  right: 50%;
}
@media only screen and (max-width: 834px) {
  .home .home__style .home__style__ttl {
    width: 170px;
    height: 160px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__style .home__style__ttl {
    width: 225px;
    height: 240px;
    translate: 0 -35%;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__style .home__style__category {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__style .home__style__category {
    margin-top: 100px;
  }
}
.home .home__style .style-illust {
  position: relative;
}
.home .home__style .style-illust::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  translate: -50% -50%;
  aspect-ratio: 270/140;
  background: url(./../images/home/style_illust01.webp) center/contain no-repeat;
  z-index: -10;
}
@media only screen and (max-width: 834px) {
  .home .home__style .style-illust::before {
    width: 180px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__style .style-illust::before {
    width: 270px;
    height: 140px;
  }
}
.home .home__style .style-illust::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  translate: 50% 50%;
  aspect-ratio: 320/150;
  background: url(./../images/home/style_illust02.webp) center/contain no-repeat;
  z-index: -10;
}
@media only screen and (max-width: 834px) {
  .home .home__style .style-illust::after {
    width: 160px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__style .style-illust::after {
    width: 320px;
    height: 150px;
  }
}
.home .home__style .style-illust03 {
  position: relative;
}
.home .home__style .style-illust03::before {
  content: "";
  position: absolute;
  aspect-ratio: 250/290;
  background: url(./../images/home/style_illust03.webp) center/contain no-repeat;
  animation: swing 3s ease 1s infinite;
  z-index: -10;
  pointer-events: none;
}
@media only screen and (max-width: 834px) {
  .home .home__style .style-illust03::before {
    bottom: 0;
    left: 50%;
    translate: -50vw 100%;
    width: 90px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__style .style-illust03::before {
    top: 0;
    left: 50%;
    translate: -50vw 50%;
    width: 160px;
  }
}
@keyframes swing {
  0% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(calc(-50% + 20px));
  }
  100% {
    transform: translateY(-50%);
  }
}
.home .lineup {
  max-width: 100%;
}
.home .lineup__ttl {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 834px) {
  .home .lineup__ttl {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 835px) {
  .home .lineup__ttl {
    font-size: 4rem;
  }
}
.home .lineup__list {
  display: grid;
  max-width: 100%;
  margin-inline: auto;
}
@media only screen and (max-width: 834px) {
  .home .lineup__list {
    grid-template-columns: repeat(auto-fill, minmax(100px, auto));
    gap: 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .lineup__list {
    grid-template-columns: repeat(auto-fill, minmax(140px, auto));
    gap: 20px 30px;
  }
}
.home .lineup__item {
  display: contents;
}
.home .lineup__item-card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 6;
  row-gap: 8px;
  place-content: flex-start center;
  max-width: 140px;
  margin-top: 40px;
  margin-inline: auto;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.2;
}
@media only screen and (max-width: 834px) {
  .home .lineup__item-card {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .lineup__item-card {
    margin-top: 40px;
  }
}
.home .lineup__item-card:hover .img::after {
  opacity: 1;
  visibility: visible;
}
.home .lineup__item-card .img {
  position: relative;
  display: grid;
  place-content: center;
  padding-inline: 15px;
  aspect-ratio: 1/1;
  border-radius: 15px;
}
.home .lineup__item-card .img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 60px;
  height: 60px;
  background: url(./../images/common/icon_arrow--white.svg) center/40% no-repeat;
  background-color: #ff94b4;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.home .lineup__item-card .logo {
  align-self: center;
}
.home .lineup__item-card .material {
  display: block;
}
.home .lineup__item-card .price {
  display: block;
}
.home .lineup__item-card .colors {
  display: block;
}
.home .lineup__item-card .color-icon {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
}
.home #style__yumepika .lineup__ttl {
  color: #ff94b4;
}
.home #style__pop .lineup__ttl {
  color: #cbb2d9;
}
.home #style__pop .lineup__item-card .img::after {
  background-color: #c08abd;
}
.home #style__classic .lineup__ttl {
  color: #998679;
}
.home #style__classic .lineup__item-card .img::after {
  background-color: #998679;
}
.home #style__premium .lineup__ttl {
  color: #91baff;
}
.home #style__premium .lineup__item-card .img::after {
  background-color: #91baff;
}
.home .home__style__link-fujitabag {
  border-top: 1px solid #f5f5f5;
}
@media only screen and (max-width: 834px) {
  .home .home__style__link-fujitabag {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__style__link-fujitabag {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__style__link-fujitabag {
    padding-top: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__style__link-fujitabag {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__post {
    padding-top: 60px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__post {
    padding-top: 100px;
  }
}
.home .home__blog {
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 834px) {
  .home .home__blog {
    padding-top: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__blog {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__blog {
    padding-bottom: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__blog {
    padding-bottom: 80px;
  }
}
.home .home__blog::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100vw;
  height: 100%;
  background: url(./../images/common/bg_catalog02.svg) center center repeat-y #e5e1f0;
  animation: bg-up 10s linear infinite;
  z-index: -10;
}
@keyframes bg-up {
  0% {
    background-position: center 51.2445095168vw;
  }
  100% {
    background-position: center 0;
  }
}
.home .home__blog__heading .illust--tree {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 834px) {
  .home .home__blog__heading .illust--tree {
    padding-left: 60px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__blog__heading .illust--tree {
    padding-left: 80px;
  }
}
.home .home__blog__heading .illust--tree::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  display: block;
  background: url(./../images/home/blog_illust--tree.webp) center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 834px) {
  .home .home__blog__heading .illust--tree::after {
    width: 45px;
    height: 65px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__blog__heading .illust--tree::after {
    width: 70px;
    height: 100px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__blog__posts {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__blog__posts {
    margin-top: 40px;
  }
}
.home .home__blog__posts__btn {
  display: block;
  max-width: 1320px;
  margin-inline: auto;
  text-align: right;
}
@media only screen and (max-width: 834px) {
  .home .home__blog__posts__btn {
    padding-inline: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__blog__posts__btn {
    padding-inline: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__blog__posts__btn {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__blog__posts__btn {
    margin-top: 40px;
  }
}
.home .home__feature {
  display: block;
  max-width: 1320px;
  margin-inline: auto;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .home .home__feature {
    padding-inline: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__feature {
    padding-inline: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__feature {
    padding-top: 60px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__feature {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__feature {
    padding-bottom: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__feature {
    padding-bottom: 80px;
  }
}
.home .home__feature::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 50%;
  translate: -50% -100%;
  display: block;
  width: 100vw;
  height: 3.6603221083vw;
  background: url(./../images/common/divider_wave--white.svg) center repeat-x;
}
.home .home__feature__ttl {
  position: relative;
  text-align: center;
  word-break: keep-all;
}
.home .home__feature__ttl .illust--cat {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 834px) {
  .home .home__feature__ttl .illust--cat {
    padding-inline: 2em;
  }
}
.home .home__feature__ttl .illust--cat::before {
  content: "";
  position: absolute;
  display: block;
  background: url(./../images/home/illust_cat.webp) center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 834px) {
  .home .home__feature__ttl .illust--cat::before {
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    width: 62px;
    height: 60px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__feature__ttl .illust--cat::before {
    top: 50%;
    left: -60px;
    transform: translate(-100%, -50%);
    width: 155px;
    height: 160px;
  }
}
.home .home__feature__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: left;
}
@media print, screen and (min-width: 835px) {
  .home .home__feature__container {
    margin-top: 80px;
  }
}
.home .home__feature__container .feature__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home .home__feature__container .feature__card:nth-of-type(1) .feature__card__ttl {
  color: #91baff;
}
.home .home__feature__container .feature__card:nth-of-type(1) .feature__card__point {
  background: #eff8fb;
}
.home .home__feature__container .feature__card:nth-of-type(2) .feature__card__ttl {
  color: #ff94b4;
}
.home .home__feature__container .feature__card:nth-of-type(2) .feature__card__point {
  background: #fff5f8;
}
.home .home__feature__container .feature__card:nth-of-type(3) .feature__card__ttl {
  color: #cee128;
}
.home .home__feature__container .feature__card:nth-of-type(3) .feature__card__point {
  background: #eff9eb;
}
.home .home__feature__container .feature__card__ttl {
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .home .home__feature__container .feature__card__ttl {
    margin-top: 20px;
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__feature__container .feature__card__ttl {
    margin-top: 20px;
    font-size: 4rem;
  }
}
.home .home__feature__container .feature__card__desc {
  margin-top: 20px;
  font-weight: bold;
}
.home .home__feature__container .feature__card__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  order: -1;
}
@media only screen and (max-width: 834px) {
  .home .home__feature__container .feature__card__img {
    max-width: 240px;
    margin: auto;
  }
}
.home .home__feature__container .feature__card__img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.home .home__feature__container .feature__card__point {
  margin-top: 40px;
  background: #f9f8fc;
  flex: 1;
}
@media only screen and (max-width: 834px) {
  .home .home__feature__container .feature__card__point {
    border-radius: 30px;
    padding: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__feature__container .feature__card__point {
    border-radius: 40px;
    padding: 50px;
  }
}
.home .home__feature__container .feature__card__point img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.home .home__feature__container .feature__card__point .caption {
  margin-top: 20px;
  font-size: 1.3rem;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .home .home__feature__item {
    width: 100%;
    max-width: 330px;
    margin: 60px 30px 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__feature__item {
    width: calc(33.3333333333% - 26.6666666667px);
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__feature__item:nth-of-type(n + 2) {
    margin-left: 40px;
  }
}
.home .home__report {
  position: relative;
}
@media only screen and (max-width: 834px) {
  .home .home__report {
    padding-top: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__report {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__report {
    padding-bottom: 60px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__report {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__report {
    margin-right: auto;
    margin-left: auto;
  }
}
.home .home__report::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -10%);
  display: block;
  background: url(./../images/home/report_illust--yay.webp) center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 834px) {
  .home .home__report::after {
    width: 90px;
    height: 115px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__report::after {
    width: 260px;
    height: 330px;
  }
}
.home .home__report__desc {
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .home .home__report__desc {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__report__desc {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__report__container {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__report__container {
    margin-top: 80px;
  }
}
.home .home__youtube {
  display: block;
  max-width: 1320px;
  margin-inline: auto;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .home .home__youtube {
    padding-inline: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__youtube {
    padding-inline: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__youtube {
    padding-top: 60px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__youtube {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__youtube {
    padding-bottom: 100px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__youtube {
    padding-bottom: 250px;
  }
}
.home .home__youtube::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 50%;
  translate: -50% -100%;
  display: block;
  width: 100vw;
  height: 3.6603221083vw;
  background: url(./../images/common/divider_wave--blue.svg) center repeat-x;
}
.home .home__youtube::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  width: 100vw;
  height: 100%;
  background: #eff8fb;
  z-index: -10;
}
.home .home__youtube__ttl .sub {
  display: block;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .home .home__youtube__ttl .sub {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__youtube__ttl .sub {
    font-size: 2.2rem;
  }
}
.home .home__youtube__container {
  display: flex;
}
@media only screen and (max-width: 834px) {
  .home .home__youtube__container {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__youtube__container {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__youtube__container {
    flex-direction: column;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__youtube__item {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 480px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__youtube__item {
    width: calc(50% - 40px);
  }
}
@media only screen and (max-width: 834px) {
  .home .home__youtube__item:nth-of-type(n + 2) {
    margin-top: 80px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__youtube__item:nth-of-type(n + 2) {
    margin-left: 40px;
  }
}
.home .home__youtube__item:nth-of-type(1) .youtube__card::before {
  content: "Vol.1";
  background: #ffafcc;
}
.home .home__youtube__item:nth-of-type(2) .youtube__card::before {
  content: "Vol.2";
  background: #a2d2ff;
}
.home .home__youtube .youtube__card {
  position: relative;
  display: flex;
  flex-direction: column;
}
.home .home__youtube .youtube__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-30%, -30%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #a2d2ff;
  color: #ffffff;
  font-size: 2.2rem;
}
@media only screen and (max-width: 834px) {
  .home .home__youtube .youtube__card__txt {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__youtube .youtube__card__txt {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__youtube .youtube__card__ttl {
    font-size: 2.2rem;
  }
}
.home .home__youtube .youtube__card__desc {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px dotted #d3befa;
  line-height: 2;
}
@media print, screen and (min-width: 835px) {
  .home .home__youtube .youtube__card__desc {
    font-size: 1.3rem;
  }
}
.home .home__youtube .youtube__card__img {
  order: -1;
}
.home .home__youtube .youtube__card__img iframe {
  max-width: 100%;
  height: auto;
  aspect-ratio: 540/300;
}
.home .home__exhibition {
  display: block;
  max-width: 1320px;
  margin-inline: auto;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .home .home__exhibition {
    padding-inline: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__exhibition {
    padding-inline: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__exhibition {
    padding-top: 60px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__exhibition {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__exhibition {
    padding-bottom: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__exhibition {
    padding-bottom: 80px;
  }
}
.home .home__exhibition::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 50%;
  translate: -50% -100%;
  display: block;
  width: 100vw;
  height: 3.6603221083vw;
  background: url(./../images/common/divider_wave--white.svg) center repeat-x;
}
.home .home__exhibition__subttl {
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .home .home__exhibition__subttl {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__exhibition__subttl {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__exhibition__subttl {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__exhibition__subttl {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__exhibition__subttl:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__exhibition__subttl:nth-of-type(n + 2) {
    margin-top: 80px;
  }
}
.home .home__exhibition__subttl .star {
  position: relative;
}
@media only screen and (max-width: 834px) {
  .home .home__exhibition__subttl .star {
    padding-left: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__exhibition__subttl .star {
    padding-left: 50px;
  }
}
.home .home__exhibition__subttl .star::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  display: inline-block;
  background: url(../../2024/images/common/icon_simple-star.svg) center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 834px) {
  .home .home__exhibition__subttl .star::before {
    width: 24px;
    height: 24px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__exhibition__subttl .star::before {
    width: 40px;
    height: 40px;
  }
}
.home .home__exhibition__container {
  display: flex;
}
@media only screen and (max-width: 834px) {
  .home .home__exhibition__container {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__exhibition__container {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__exhibition__container {
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
    max-width: 380px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__exhibition__map {
    width: 100%;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__exhibition__map {
    width: 320px;
  }
}
.home .home__exhibition__prefecture {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 834px) {
  .home .home__exhibition__prefecture {
    width: 100%;
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__exhibition__prefecture {
    width: calc(100% - 320px - 80px);
    margin-left: 80px;
  }
}
.home .home__exhibition__prefecture .area {
  position: relative;
}
@media only screen and (max-width: 834px) {
  .home .home__exhibition__prefecture .area {
    width: 80px;
    padding-left: 15px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__exhibition__prefecture .area {
    width: 120px;
    padding: 25px 0 25px 20px;
  }
}
.home .home__exhibition__prefecture .area::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  display: block;
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
}
.home .home__exhibition__prefecture .hokkaido::before {
  background: #91baff;
}
.home .home__exhibition__prefecture .tohoku::before {
  background: #c2e4ff;
}
.home .home__exhibition__prefecture .kanto::before {
  background: #64b36c;
}
.home .home__exhibition__prefecture .chubu::before {
  background: #d0d55a;
}
.home .home__exhibition__prefecture .kansai::before {
  background: #d3befa;
}
.home .home__exhibition__prefecture .chugoku::before {
  background: #ff94b4;
}
.home .home__exhibition__prefecture .shikoku::before {
  background: #fbc9a5;
}
.home .home__exhibition__prefecture .kyushu::before {
  background: #ff9484;
}
.home .home__exhibition__prefecture .prefecture {
  position: relative;
}
@media only screen and (max-width: 834px) {
  .home .home__exhibition__prefecture .prefecture {
    width: calc(100% - 80px);
    padding: 1em 0 1em 15px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__exhibition__prefecture .prefecture {
    width: calc(100% - 120px);
    padding: 25px 0 25px 40px;
  }
}
.home .home__exhibition__prefecture .prefecture::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: calc(100% + 120px);
  height: 3px;
  background: url(./../images/common/parts_line-dots--blue.svg) right repeat-x;
}
.home .home__exhibition__prefecture .prefecture:last-of-type::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: calc(100% + 120px);
  height: 3px;
  background: url(./../images/common/parts_line-dots--blue.svg) right repeat-x;
}
.home .home__exhibition__prefecture .prefecture a {
  display: inline-block;
  border: 1px solid transparent;
}
.home .home__exhibition__prefecture .prefecture a:hover {
  border-bottom: 1px solid #444444;
}
.home .home__exhibition__prefecture .prefecture a:not(:last-of-type) {
  margin-right: 20px;
}
.home .home__exhibition .showroom {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 834px) {
  .home .home__exhibition .showroom__item {
    width: 100%;
  }
  .home .home__exhibition .showroom__item:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__exhibition .showroom__item {
    width: calc(33.3333333333% - 26.6666666667px);
  }
  .home .home__exhibition .showroom__item:not(:nth-of-type(3n)) {
    margin-right: 40px;
  }
  .home .home__exhibition .showroom__item:nth-of-type(n + 4) {
    margin-top: 20px;
  }
  .home .home__exhibition .showroom__item:last-of-type {
    margin-right: 0;
  }
}
.home .home__faq {
  display: block;
  max-width: 1320px;
  margin-inline: auto;
}
@media only screen and (max-width: 834px) {
  .home .home__faq {
    padding-inline: 35px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__faq {
    padding-inline: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__faq {
    padding-top: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__faq {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__faq {
    padding-bottom: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__faq {
    padding-bottom: 80px;
  }
}
.home .home__faq__desc {
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .home .home__faq__desc {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__faq__desc {
    margin-top: 40px;
  }
}
.home .home__faq__container {
  margin-right: auto;
  margin-left: auto;
  margin-inline: auto;
}
@media only screen and (max-width: 834px) {
  .home .home__faq__container {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__faq__container {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__faq__container {
    max-width: 305px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__faq__container {
    max-width: 840px;
  }
}
.home .home__faq__q {
  position: relative;
  padding-inline: 50px 40px;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .home .home__faq__q {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__faq__q {
    font-size: 1.7rem;
  }
}
.home .home__faq__q::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #91baff;
  color: #ffffff;
}
@media only screen and (max-width: 834px) {
  .home .home__faq__q::before {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__faq__q::before {
    font-size: 2.4rem;
  }
}
.home .home__faq__q::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 30px;
  height: 30px;
  background: url(../../2024/images/common/btn_toggle.svg) center no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 834px) {
  .home .home__faq__q:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__faq__q:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}
.home .home__faq__q.open::after {
  transform: translate(0, -50%) rotate(315deg);
}
.home .home__faq__a {
  position: relative;
  height: 0;
  padding-top: 0;
  padding-left: 50px;
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
}
.home .home__faq__a::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ff94b4;
  color: #ffffff;
}
@media only screen and (max-width: 834px) {
  .home .home__faq__a::before {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__faq__a::before {
    font-size: 2.4rem;
  }
}
.home .home__faq__a.open {
  position: relative;
  height: auto;
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 834px) {
  .home .home__faq__a.open {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__faq__a.open {
    margin-top: 40px;
  }
}
.home .home__faq__btn {
  margin-right: auto;
  margin-left: auto;
  max-width: 380px;
}
@media only screen and (max-width: 834px) {
  .home .home__faq__btn {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__faq__btn {
    margin-top: 80px;
  }
}
.home .home__faq__more {
  margin-top: 60px;
  text-align: right;
}
.home .home__faq__more__btn {
  position: relative;
  display: block;
  padding-right: 70px;
  font-size: 1.7rem;
  font-weight: bold;
}
.home .home__faq__more__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-left: 1rem;
  background: url(./../images/common/btn_pink.svg) center no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}
.home .home__faq__more__btn:hover::after {
  background: url(./../images/common/btn_pink--hover.svg) center no-repeat;
  background-size: contain;
}
.home .home__subscribe {
  display: block;
  max-width: 1320px;
  margin-inline: auto;
}
@media only screen and (max-width: 834px) {
  .home .home__subscribe {
    padding-inline: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__subscribe {
    padding-inline: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__subscribe {
    padding-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__subscribe {
    padding-top: 40px;
  }
}
.home .home__subscribe__wrapper {
  border: 10px solid #fff5f8;
}
@media only screen and (max-width: 834px) {
  .home .home__subscribe__wrapper {
    border-radius: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__subscribe__wrapper {
    border-radius: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .home .home__subscribe__wrapper {
    padding: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__subscribe__wrapper {
    padding: 80px;
  }
}
.home .home__subscribe__ttl .illust--bird {
  position: relative;
  display: inline-block;
}
.home .home__subscribe__ttl .illust--bird::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../../2024/images/home/news_illust--bird.webp) center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 834px) {
  .home .home__subscribe__ttl .illust--bird::after {
    top: 0;
    right: 0;
    transform: translate(70%, -50%);
    display: block;
    width: 35px;
    height: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__subscribe__ttl .illust--bird::after {
    top: 0;
    right: 0;
    transform: translate(100%, -50%);
    width: 70px;
    height: 80px;
  }
}
.home .home__subscribe__container {
  max-width: 800px;
  margin-inline: auto;
}
@media only screen and (max-width: 834px) {
  .home .home__subscribe__container {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__subscribe__container {
    margin-top: 80px;
  }
}
.home .home__subscribe .line {
  display: grid;
}
@media only screen and (max-width: 834px) {
  .home .home__subscribe .line {
    grid-template: "ttl" auto "desc" auto "btn" auto "qr" auto/auto;
    row-gap: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__subscribe .line {
    grid-template: "ttl ttl" auto "desc qr" auto "btn qr" auto/auto 200px;
    gap: 20px 80px;
  }
}
.home .home__subscribe .line__ttl {
  grid-area: ttl;
}
.home .home__subscribe .line__desc {
  grid-area: desc;
  margin-top: 0;
  text-align: left;
}
.home .home__subscribe .line__btn {
  grid-area: btn;
}
.home .home__subscribe .line__btn .underline {
  color: #06c755;
  text-decoration: underline #06c755;
}
.home .home__subscribe .line__btn a {
  display: inline-block;
}
.home .home__subscribe .line__btn a img {
  margin-top: 20px;
}
@media only screen and (max-width: 834px) {
  .home .home__subscribe .line__btn a img {
    justify-self: center;
  }
}
.home .home__subscribe .line__qr {
  grid-area: qr;
  text-align: center;
}
.home .home__subscribe__cat-ttl {
  position: relative;
  display: block;
  color: #ff94b4;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 834px) {
  .home .home__subscribe__cat-ttl {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__subscribe__cat-ttl {
    font-size: 2.4rem;
  }
}
.home .home__subscribe__cat-ttl .bar {
  position: relative;
  display: inline-block;
  padding-inline: 2em;
}
.home .home__subscribe__cat-ttl .bar::before, .home .home__subscribe__cat-ttl .bar::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 400px;
  height: 3px;
  background: #f5f5f5;
}
.home .home__subscribe__cat-ttl .bar::before {
  left: 0;
  translate: -100% -50%;
}
.home .home__subscribe__cat-ttl .bar::after {
  right: 0;
  translate: 100% -50%;
}
.home .home__subscribe__desc {
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .home .home__subscribe__desc {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__subscribe__desc {
    margin-top: 40px;
  }
}
.home .home__subscribe__list {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 720px;
}
@media only screen and (max-width: 834px) {
  .home .home__subscribe__list {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__subscribe__list {
    margin-top: 40px;
  }
}
.home .home__subscribe__item {
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 834px) {
  .home .home__subscribe__item {
    width: 50%;
    max-width: 160px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__subscribe__item {
    width: 25%;
    max-width: 180px;
  }
}
.home .home__subscribe__item .ig_post {
  position: relative;
}
.home .home__subscribe__item .ig_post::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
}
.home .home__subscribe__item .ig_post:hover::before {
  opacity: 1;
}
.home .home__subscribe__item .ig_post:hover .ig_caption {
  opacity: 1;
}
.home .home__subscribe__item .ig_caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #ffffff;
  font-size: 1.2rem;
  opacity: 0;
  transition: all 0.3s ease;
}
.home .home__subscribe__btn {
  text-align: center;
  max-width: 400px;
  margin-inline: auto;
}
@media only screen and (max-width: 834px) {
  .home .home__subscribe__btn {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__subscribe__btn {
    margin-top: 40px;
  }
}
.home .home__subscribe__btn a[href*="instagram.com"] {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 380px;
  border-radius: 50px;
  background: #ffafcc;
  color: #ffffff;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .home .home__subscribe__btn a[href*="instagram.com"] {
    font-size: clamp(1.4rem, 4.4vw, 2rem);
    height: 70px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .home__subscribe__btn a[href*="instagram.com"] {
    font-size: 2rem;
    height: 92px;
  }
}
.home .home__subscribe__btn a[href*="instagram.com"]::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  margin-right: 0.5em;
  background: url(./../images/common/icon_instagram--white.svg) center no-repeat;
  background-size: contain;
}
.home .home__subscribe__btn a[href*="instagram.com"]:hover {
  background: #ff94b4;
}/*# sourceMappingURL=home.css.map */