@charset "utf-8";

/* ------------------------------------
* home
* --------------------------------- */


/* ------------------------------------
* Body
* --------------------------------- */

/* .uc-page-body {
  padding-top: calc((var(--header-height-01) + var(--header-height-02)) * 1px);
} */

.home-block-01 {
  background: linear-gradient(180deg, #FFF0F7 0%, #FFEFF7 50%, #E7FBFF 100%);
}

.home-block-02 {
  background: linear-gradient(180deg, #E7FBFF 0%, #FFF0F7 100%);
}

.home-block-03 {
  background-color: var(--sofybe-color-white-01);
}

.home-block-04 {
  background-color: var(--sofybe-color-pink-02);
}

.wave-block-01,
.wave-block-02 {
  position: relative;
}

.wave-block-01::after,
.wave-block-02::after {
  position: absolute;
  right: 0;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.wave-block-01::after {
  bottom: 0;
  width: calc((100vw / 375) * (750 / 2));
  height: calc((100vw / 375) * (184 / 2));
  background-image: url("/content/dam/sites/www_sofybe_jp/home/wave_01_sp.png");
}

.wave-block-02::after {
  bottom: calc((100vw / 375) * -73);
  width: calc((100vw / 375) * (750 / 2));
  height: calc((100vw / 375) * (146 / 2));
  background-image: url("/content/dam/sites/www_sofybe_jp/home/wave_02_sp.png");
}

/* @media screen and (min-width: 376px) {
  .wave-block-01::after {
    width: 100%;
    height: 92px;
    background-image: url("/content/dam/sites/www_sofybe_jp/home/wave_01_pc.png");
  }

  .wave-block-02::after {
    width: 100%;
    height: 78px;
    background-image: url("/content/dam/sites/www_sofybe_jp/home/wave_02_pc.png");
  }
} */

.black-bg {
  top: calc((var(--header-height-01) + var(--header-height-02)) * 1px);
}

.is-fixed .black-bg,
.is-fixed .nav-wrap.active {
  top: calc(var(--header-height-02) * 1px);
}

.main-kv {
  position: relative;
  background-color: #FDD7E4;
}

.main-kv::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc((100vw / 375) * (750 / 2));
  height: calc((100vw / 375) * (184 / 2));
  content: "";
  background-image: url("/content/dam/sites/www_sofybe_jp/home/wave_kv_sp.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  .nav-wrap.active {
    top: calc((var(--header-height-02)) * 1px);
  }

  .wave-block-pt-01 {
    padding-top: calc((100vw / 375) * 90);
  }
}

@media screen and (min-width: 769px) {
  .main-kv::after {
    width: 1280px;
    height: 92px;
    background-image: url("/content/dam/sites/www_sofybe_jp/home/wave_kv_pc.png");
  }

  .wave-block-01::after {
    width: 1280px;
    height: 92px;
    background-image: url("/content/dam/sites/www_sofybe_jp/home/wave_01_pc.png");
  }

  .wave-block-02::after {
    bottom: calc((100vw / 1280) * -78);
    width: 1280px;
    height: 78px;
    background-image: url("/content/dam/sites/www_sofybe_jp/home/wave_02_pc.png");
  }
}

@media screen and (min-width: 1280px) {
  .main-kv::after {
    width: calc((100vw / 1280) * 1280);
    height: calc((100vw / 1280) * 92);
  }

  .wave-block-01::after {
    width: calc((100vw / 1280) * 1280);
    height: calc((100vw / 1280) * 92);
  }

  .wave-block-02::after {
    width: calc((100vw / 1280) * 1280);
    height: calc((100vw / 1280) * 78);
  }
}

.sofybe-block:has(>.CMP-CM06-section .intro01) {
  padding: 40px 0 118px;
}

.intro01-heading>* {
  display: flex;
  flex-direction: column;
  padding-inline: 16px;
  letter-spacing: calc(2.1 * var(--rem));
}

.intro01-heading>* span:nth-child(1) {
  position: relative;
  font-size: calc(16 * var(--rem));
  line-height: calc(22.4 / 16);
  letter-spacing: calc(1.6 * var(--rem));
}

.intro01-heading>* span:nth-child(1)::before,
.intro01-heading>* span:nth-child(1)::after {
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 20px;
  content: "";
  background-color: var(--sofybe-color-blue-01);
  background-size: 100%;
}

.intro01-heading>* span:nth-child(1)::before {
  margin-left: -16px;
  background-position: left;
  transform: rotate(-45deg);
}

.intro01-heading>* span:nth-child(1)::after {
  margin-left: 8px;
  background-position: right;
  transform: rotate(45deg);
}


.intro01-annotation-list {
  width: fit-content;
  padding-inline: 26px;
  margin-inline: auto;
}

.intro01-image {
  padding-inline: 4.5px;
}

.arrow_down img {
  width: 100%;
  max-width: 275px;
  padding-top: 20px;
}

.sofybe-block:has(>.CMP-CM06-section .products) {
  padding-block: 44px 64px;
}

.products-heading>* {
  line-height: calc(33.6 / 21);
}

.products-wrap>.section:nth-child(odd) {
  margin-left: -15px;
}

.products-wrap>.section:nth-child(even) {
  width: fit-content;
  margin-right: -15px;
  margin-left: auto;
}

.products-wrap>.CMP-CM05-block:not(:last-child) {
  margin-bottom: 64px;
}

.products-block .uc-mod-media-01 {
  margin: 0;
}

.products-01 {
  width: calc((100vw / 375) * 331);
}

.products-image-block {
  position: relative;
}

.products-02 {
  position: absolute;
}

.products-block-01 .products-02 {
  right: calc((100vw / 375) * -15);
  bottom: calc((100vw / 375) * -45);
  width: calc((100vw / 375) * 144);
}

.products-block-02 .products-02 {
  bottom: calc((100vw / 375) * -48);
  left: calc((100vw / 375) * -42);
  width: calc((100vw / 375) * 168);
}

.products-block-03 .products-02 {
  right: calc((100vw / 375) * -16);
  bottom: calc((100vw / 375) * -28);
  width: calc((100vw / 375) * 144);
}

.products-block-04 .products-02 {
  bottom: calc((100vw / 375) * -39);
  left: calc((100vw / 375) * -43);
  width: calc((100vw / 375) * 142);
}

.products-name>* {
  font-size: calc(21 * var(--rem));
  font-weight: 800;
  line-height: calc(33.6 / 21);
  color: var(--sofybe-color-blue-01);
  text-align: left;
  letter-spacing: calc(1.05 * var(--rem));
}

.products-name-custom-01>* {
  line-height: calc(29.4 / 21);
}

.products-name-span-custom-01>* span:nth-child(2) {
  font-size: calc(12 * var(--rem));
  font-weight: 500;
  line-height: calc(14.4 / 12);
  letter-spacing: calc(0.6 * var(--rem));
}

.products-text-block {
  margin-left: 22px;
}

.products-block-01 .products-name {
  margin-top: calc((100vw / 375) * 25.11);
}

.products-block-02 .products-name {
  margin-top: calc((100vw / 375) * 0);
}

.products-block-03 .products-name {
  margin-top: 0;
}

.products-btn[class] {
  margin: 21px 0 0 21px;
}

.products-btn a {
  font-size: calc(18 * var(--rem));
  line-height: calc(25.2 / 18);
  letter-spacing: calc(1.8 * var(--rem));
}

.CMP-CM10-text .products-sub-text-01 {
  margin-top: 3px;
}

.products-sub-text-01 {
  font-size: calc(12 * var(--rem));
  font-weight: normal;
  line-height: calc(19.2 / 12);
  color: var(--sofybe-color-blue-01);
  text-align: left;
  letter-spacing: calc(0.6 * var(--rem));
}

.CMP-CM10-text .products-sub-text-02 {
  margin-top: 0;
}

.products-sub-text-02 {
  font-size: calc(16 * var(--rem));
  font-weight: 800;
  line-height: calc(22.4 / 16);
  color: var(--sofybe-color-blue-01);
  text-align: left;
  letter-spacing: calc(0.8 * var(--rem));
}

.products-block-02 .products-sub-text-02 {
  width: calc((100vw / 375) * 300);
  margin-top: calc((100vw / 375) * 25);
}

.products-block-03 .products-sub-text-02 {
  width: calc((100vw / 375) * 252);
  margin-top: calc((100vw / 375) * 25);
}

.products-block-04 .products-sub-text-02 {
  width: calc((100vw / 375) * 295);
  margin-top: calc((100vw / 375) * 25);
}

.CMP-CM10-text .products-sub-text-03 {
  margin-top: 0;
}

.products-sub-text-03 {
  font-size: calc(11 * var(--rem));
  font-weight: 500;
  line-height: calc(13.2 / 11);
  color: var(--sofybe-color-blue-01);
  letter-spacing: calc(0.55 * var(--rem));
}

.sofybe-block:has(>.CMP-CM06-section .concept) {
  padding-top: calc((100vw / 375) * 125);
  padding-bottom: 64px;
}

.concept-heading>* {
  color: var(--sofybe-color-blue-03);
}

.CMP-CM10-text .concept-text {
  font-size: calc(16 * var(--rem));
  font-weight: 700;
  line-height: calc(35.2 / 16);
  color: var(--sofybe-color-blue-03);
  text-align: center;
  letter-spacing: calc(0.8 * var(--rem));
}

.concept-image {
  width: calc((100vw / 375) * 317.75);
}


@media screen and (min-width: 769px) {
  .sofybe-block {
    padding: 96px 40px 40px;
  }

  .sofybe-block:has(>.CMP-CM06-section .intro01) {
    padding-block: 80px calc((100vw / 1280) * 137);
  }

  .intro01-heading>* {
    font-size: calc(34 * var(--rem));
    line-height: calc(47.6 / 34);
    letter-spacing: calc(3.4 * var(--rem));
  }

  .intro01-heading>* span:nth-child(1) {
    font-size: calc(22 * var(--rem));
    line-height: calc(38.8 / 22);
    letter-spacing: calc(1.1 * var(--rem));
  }

  .intro01-heading>* span:nth-child(1)::before,
  .intro01-heading>* span:nth-child(1)::after {
    bottom: 6px;
    height: 28px;
  }

  .intro01-heading>* span:nth-child(1)::before {
    margin-left: -16px;
  }

  .intro01-heading>* span:nth-child(1)::after {
    margin-left: 13px;
  }

  .intro01-video.uc-mod-media-02 .uc-object {
    max-width: 960px;
  }

  .intro01-image {
    padding-left: 20px;
  }

  .sofybe-block:has(>.CMP-CM06-section .intro02) {
    padding-block: 96px 40px;
  }


  .intro02-heading>* {
    font-size: calc(34 * var(--rem));
    line-height: calc(47.6 / 34);
    letter-spacing: calc(3.4 * var(--rem));
  }

  .arrow_down img {
    max-width: 440px;
    padding-top: 27px;
  }

  .sofybe-block:has(>.CMP-CM06-section .products) {
    padding-block: 89px 26px;
  }

  .products-heading>* {
    font-size: calc(34 * var(--rem));
    line-height: calc(47.6 / 34);
    letter-spacing: calc(3.4 * var(--rem));
  }

  .products-wrap {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    align-items: start;
    justify-content: center;
    max-width: 1032px;
    margin-inline: auto;
  }

  .products-wrap>.section:nth-child(odd),
  .products-wrap>.section:nth-child(even) {
    max-width: 496px;
    margin-inline: 0;
  }


  .products-wrap>.CMP-CM05-block:not(:last-child) {
    margin-bottom: unset;
  }

  .products-block {
    margin-bottom: 56px;
  }

  .products-01 {
    width: 100%;
    max-width: 496px;
  }

  .products-block-02 .products-sub-text-02 {
    width: calc((100vw / 1280) * 400);
    margin-top: calc((100vw / 1280) * 22);
  }

  .products-block-03 .products-sub-text-02 {
    width: calc((100vw / 1280) * 331);
    margin-top: calc((100vw / 1280) * 22);
  }

  .products-block-04 .products-sub-text-02 {
    width: calc((100vw / 1280) * 375);
    margin-top: calc((100vw / 1280) * 37);
  }

  .products-name-span-custom-01>* span:nth-child(2) {
    margin-left: 4px;
    font-size: calc(16 * var(--rem));
    line-height: calc(19.2 / 16);
    letter-spacing: calc(0.8 * var(--rem));
  }

  .products-sub-text-03 {
    font-size: calc(14 * var(--rem));
    line-height: calc(16.8 / 14);
    letter-spacing: calc(0.7 * var(--rem));
  }

  .products-text-block {
    display: flex;
    flex-direction: column;
    min-height: 219px;
    margin-left: 0;
  }

  .products-name>* {
    font-size: calc(32 * var(--rem));
    line-height: calc(51.2 / 32);
    letter-spacing: calc(1.6 * var(--rem));
  }

  .products-name-custom-01>* {
    line-height: calc(44.8 / 32);
  }

  .products-block-01 .products-02 {
    right: calc((100vw / 1280) * -28);
    bottom: calc((100vw / 1280) * -56);
    width: calc((100vw / 1280) * 210);
  }

  .products-block-02 .products-02 {
    right: calc((100vw / 1280) * -45);
    bottom: calc((100vw / 1280) * -69);
    left: auto;
    width: calc((100vw / 1280) * 269);
  }

  .products-block-03 .products-02 {
    right: calc((100vw / 1280) * -34);
    bottom: calc((100vw / 1280) * -56);
    width: calc((100vw / 1280) * 214);
  }

  .products-block-04 .products-02 {
    right: calc((100vw / 1280) * -36);
    bottom: calc((100vw / 1280) * -60);
    left: auto;
    width: calc((100vw / 1280) * 202);
  }

  .products-block-01 .products-name {
    margin-top: calc((100vw / 1280) * 24);
  }

  .products-block-02 .products-name {
    margin-top: calc((100vw / 1280) * 0);
  }

  .CMP-CM10-text .products-sub-text-01 {
    margin-top: 0;
    font-size: calc(16 * var(--rem));
    line-height: calc(25.6 / 16);
    letter-spacing: calc(0.8 * var(--rem));
  }

  .CMP-CM10-text .products-sub-text-02 {
    font-size: calc(21 * var(--rem));
    line-height: calc(29.4 / 21);
    letter-spacing: calc(1.05 * var(--rem));
  }

  .CMP-CM10-text:has(.products-btn) {
    margin-top: auto;
  }

  .products-btn[class] {
    display: grid;
    width: 240px;
    margin: 0 auto;
  }

  .products-btn.blank-btn-01 a {
    padding-right: 52px;
  }

  .sofybe-block:has(>.CMP-CM06-section .concept) {
    padding-top: calc((100vw / 1280) * 158);
    padding-bottom: 96px;
  }

  .concept-heading>* {
    font-size: calc(30 * var(--rem));
    line-height: calc(60 / 30);
    letter-spacing: calc(3 * var(--rem));
  }

  .CMP-CM10-text .concept-text {
    font-size: calc(18 * var(--rem));
    line-height: calc(39.6 / 18);
    letter-spacing: calc(1.8 * var(--rem));
  }

  .concept-image {
    width: 100%;
    max-width: 554px;
  }

}

@media screen and (min-width: 1280px) {
  .products-block-01 .products-02 {
    right: -26px;
    bottom: -56px;
    width: 210px;
  }

  .products-block-02 .products-02 {
    right: -45px;
    bottom: -69px;
    width: 269px;
  }

  .products-block-03 .products-02 {
    right: -34px;
    bottom: -56px;
    width: 214px;
  }

  .products-block-04 .products-02 {
    right: -36px;
    bottom: -60px;
    width: 202px;
  }

  .products-block-01 .products-name {
    margin-top: 24px;
  }

  .products-block-02 .products-name {
    margin-top: 0;
  }

  .products-block-02 .products-sub-text-02 {
    margin-top: 22px;
  }

  .products-block-03 .products-sub-text-02 {
    margin-top: 22px;
  }

  .products-block-04 .products-sub-text-02 {
    margin-top: 25px;
  }
}