@charset "UTF-8";
/****************************************
  Front MV
*****************************************/
.ly_front_MV {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 10;
  background: #f4efef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 1px;
  margin-top: -72px;
}
@supports (height: 100svh) {
  .ly_front_MV {
    height: 100svh;
  }
}
.ly_front_MV__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 6%;
  z-index: 2;
}

.bl_front_MV__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .bl_front_MV__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .bl_front_MV__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4vw;
  }
}
.bl_front_MV__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.bl_front_MV__copy {
  font-family: "Concert One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(28px, 10vw, 32px);
  font-weight: bold;
  color: #938686;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 5;
  pointer-events: none;
  -webkit-animation: copyBounceAll 4s ease-in-out infinite;
          animation: copyBounceAll 4s ease-in-out infinite;
}
.bl_front_MV__copy span {
  display: inline-block;
  -webkit-animation: copyBounce 4s ease-in-out infinite;
          animation: copyBounce 4s ease-in-out infinite;
}
.bl_front_MV__copy span:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.bl_front_MV__copy span:nth-child(2) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.bl_front_MV__copy span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.bl_front_MV__copy span:nth-child(4) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.bl_front_MV__copy span:nth-child(5) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.bl_front_MV__copy span:nth-child(6) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.bl_front_MV__copy span:nth-child(7) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.bl_front_MV__copy span:nth-child(8) {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .bl_front_MV__copy {
    font-size: clamp(16px, 4vw, 24px);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.2em;
  }
}
@media screen and (min-width: 768px) {
  .bl_front_MV__copy {
    font-size: clamp(28px, 10vw, 48px);
  }
}
@media screen and (min-width: 1024px) {
  .bl_front_MV__copy {
    font-size: clamp(36px, 5vw, 72px);
  }
}
@-webkit-keyframes copyBounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes copyBounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes copyBounceAll {
  0%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  90% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  95% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes copyBounceAll {
  0%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  90% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  95% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.bl_front_MV__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.bl_front_MV__eyeblink {
  position: relative;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-height: 500px) {
  .bl_front_MV__eyeblink {
    max-height: 45vh;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .bl_front_MV__eyeblink {
    aspect-ratio: auto;
    max-height: 50vh;
    width: 100%;
  }
  .bl_front_MV__eyeblink img {
    position: static;
    width: 100%;
  }
}
.bl_front_MV__eyeblink img {
  position: absolute;
  width: 70%;
  height: auto;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .bl_front_MV__eyeblink img {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .bl_front_MV__eyeblink img {
    width: 100%;
    height: 100%;
  }
}

.person-img--base {
  z-index: 1;
}

.person-img--open {
  z-index: 2;
  -webkit-animation: showOpen 3s linear infinite;
          animation: showOpen 3s linear infinite;
}

.person-img--blink {
  z-index: 3;
  -webkit-animation: showBlink 3s linear infinite;
          animation: showBlink 3s linear infinite;
}

@-webkit-keyframes showOpen {
  0%, 46%, 54%, 100% {
    opacity: 1;
  }
  47%, 53% {
    opacity: 0;
  }
}

@keyframes showOpen {
  0%, 46%, 54%, 100% {
    opacity: 1;
  }
  47%, 53% {
    opacity: 0;
  }
}
@-webkit-keyframes showBlink {
  0%, 46%, 54%, 100% {
    opacity: 0;
  }
  47%, 53% {
    opacity: 1;
  }
}
@keyframes showBlink {
  0%, 46%, 54%, 100% {
    opacity: 0;
  }
  47%, 53% {
    opacity: 1;
  }
}
.bl_scrollDown {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  bottom: 2vh;
}
.bl_scrollDown__text {
  font-size: 14px;
  color: #938686;
  margin-bottom: 5px;
}
.bl_scrollDown__icon {
  font-size: 18px;
  color: #938686;
  -webkit-animation: scrollBounce 1.8s infinite;
          animation: scrollBounce 1.8s infinite;
}

@-webkit-keyframes scrollBounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
}

@keyframes scrollBounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
}
.wave-top,
.wave-bottom {
  width: 100%;
  height: 100px;
  overflow: hidden;
  position: relative;
  display: block;
  line-height: 0;
}
.wave-top svg,
.wave-bottom svg {
  display: block;
  width: 100%;
  height: 100px;
}
.wave-top path,
.wave-bottom path {
  fill: #f3e7e7;
}

.wave-top {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-bottom: -2px;
}

.wave-bottom {
  margin-top: -2px;
  background-color: #fffffe;
  line-height: 0;
  position: relative;
  z-index: 1;
}

.wave-bottom svg {
  display: block;
  width: 100%;
  height: 102px;
  z-index: 3;
  border-top: 1px solid #f3e7e7;
}

/****************************************
  F2Laboとはセクション
****************************************/
.ly_about {
  background-color: #f3e7e7;
  padding: 40px 6%;
  text-align: center;
  color: #938686;
}
.ly_about__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.bl_about__heading {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 40px;
  color: #938686;
}
@media screen and (min-width: 768px) {
  .bl_about__heading {
    font-size: 3.6rem;
  }
}
.bl_about__text {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 32px;
}

.br-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .br-pc {
    display: inline;
  }
}

/****************************************

  Profile Section

*****************************************/
/*.ly_profile {
  position: relative;
  padding: 40px 6%;
  background-color: #f4efef;
  display: flex;
  justify-content: center;
  overflow: hidden; // 追加

  @media screen and (max-width: 768px) {
    padding: 40px 20px;
    flex-direction: column;
  }
}

// ▼ 背景として左側に固定表示する PROFILE
.bl_profile_label {
  // スマホ用（横表示＋写真上）
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 10vw;
  font-weight: 900;
  color: rgba(147, 134, 134, 0.1);
  white-space: nowrap;
  pointer-events: none;
  text-align: center;
  transform: none;
  writing-mode: horizontal-tb;
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  max-height: 100%;
  overflow: hidden;
  z-index: 1; // ← 写真の上に出すために1以上

  &.is-visible {
    opacity: 1;
  }

  // タブレット以上（縦固定、文字が切れないように調整）
  @include m.mq('md') {
    position: absolute;
    writing-mode: vertical-lr;
    text-align: left;
    left: 0;
    transform: translateY(-50%);
    font-size: clamp(80px, 12vw, 120px); // ← 文字が切れないように調整
  }

  // PC（ディスプレイが広くても大丈夫なように）
  @include m.mq('xl') {
    font-size: clamp(100px, 8vw, 140px);
  }
}


// ▼ セクション中身
.ly_profile__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4vw;
  padding: 6%;
  max-width: 1200px;
  margin: 0 auto;

  @media screen and (max-width: 768px) {
    flex-direction: column;
    gap: 40px;
  }
}

.bl_profile_photoWrap {
  position: relative;
  width: 320px;
  flex-shrink: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease;

  &.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
  }

  .bl_profile_blob {
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 120px;
    height: 120px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
    z-index: 1;
  }

  .bl_profile_blob--top {
    top: -30px;
    left: -30px;
    bottom: auto;
    right: auto;
  }
}

@keyframes float {
  0%   { transform: translate(0, 0); }
  50%  { transform: translate(10px, -10px); }
  100% { transform: translate(0, 0); }
}

.bl_profile_content {
  color: #938686;
  max-width: 500px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease .2s;

  &.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  &_name {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
  }

  &_text {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 24px;
  }

  &_btn {
    display: inline-block;
    border: 2px solid #938686;
    padding: 10px 24px;
    border-radius: 32px;
    font-size: 1.4rem;
    color: #938686;
    font-weight: bold;
    transition: all 0.3s ease;

    &:hover {
      background-color: #938686;
      color: #fff;
    }
  }
}

.ly_profile {
  position: relative;
  background-color: #f4efef;
  padding: 0 6% 160px; // ← 下にカーブの分ちょっと余裕をもたせる

  &::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 120px;
    background-color: #fff; // WHAT I DO セクションの背景色
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
    z-index: 1;
  }
}
*/
/****************************************
  WORKS
*****************************************/
.ly_works {
  position: relative;
  background-color: #fff;
  text-align: center;
  padding: 0px 6% 80px;
  overflow: hidden;
}
.ly_works::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 160px;
  background-color: #fff;
  border-radius: 0 0 100% 100%/0 0 100% 100%;
  z-index: 1;
}
.ly_works__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.bl_works__heading {
  font-size: 3.2rem;
  font-weight: bold;
  color: #938686;
}
@media screen and (min-width: 768px) {
  .bl_works__heading {
    font-size: 3.6rem;
  }
}
.bl_works__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .bl_works__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.bl_works__item {
  width: 100%;
  text-align: center;
  position: relative;
  padding: 40px 20px;
  border: 1px solid #ddd;
  border-radius: 16px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}
.bl_works__item::before {
  content: attr(data-num);
  position: absolute;
  top: -15px;
  left: 25%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 8rem;
  font-weight: 900;
  color: rgba(147, 134, 134, 0.08);
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .bl_works__item {
    width: 32%;
    margin-bottom: 2%;
  }
}
.bl_works__iconWrap {
  position: relative;
  width: 160px;
  height: 160px;
  margin: 0 auto 20px;
  background-color: #f4efef;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
.bl_works__iconWrap i {
  font-size: 6rem;
  color: #938686;
}
.bl_works__sub {
  font-size: 1.4rem;
  margin-bottom: 40px;
}
.bl_works__title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #938686;
  margin-bottom: 10px;
}
.bl_works__text {
  font-size: 1.1rem;
  color: #938686;
  margin-bottom: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .bl_works__text {
    font-size: 1.4rem;
  }
}
.bl_works__text .br-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .bl_works__text .br-pc {
    display: inline;
  }
}
.bl_works__btn {
  display: inline-block;
  border: 2px solid #938686;
  padding: 10px 24px;
  border-radius: 32px;
  font-size: 1.4rem;
  color: #938686;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bl_works__btn:hover {
  background-color: #938686;
  color: #fffffe;
}

.scallop-down {
  height: 100px;
  width: 100%;
  background: radial-gradient(circle at 50% 0, #fff 10px, #fff 40px, #f4efef 40px);
  background-size: 48px 100%;
  background-repeat: repeat-x;
  background-position: top center;
  margin: 0;
  padding: 0;
}

/****************************************
  Contact Section
*****************************************/
.ly_contact {
  background-color: #f4efef;
  padding: 0 20px 80px;
  text-align: center;
  color: #938686;
}
@media screen and (min-width: 768px) {
  .ly_contact {
    padding: 0 6% 80px;
  }
}
.ly_contact__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.bl_contact__heading {
  font-size: 3.2rem;
  font-weight: bold;
  color: #938686;
}
@media screen and (min-width: 768px) {
  .bl_contact__heading {
    font-size: 3.6rem;
  }
}
.bl_contact__sub {
  font-size: 1.4rem;
  margin-bottom: 40px;
}
.bl_contact__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  background-color: #fffffe;
  border-radius: 30px;
  padding: 32px 24px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .bl_contact__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5%;
    padding: 2%;
  }
}
.bl_contact__content::before {
  content: "";
  display: none;
}
@media screen and (min-width: 768px) {
  .bl_contact__content::before {
    display: block;
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 50%;
    width: 1px;
    background-color: #ccc;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.bl_contact__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 2;
  text-align: center;
}
.bl_contact__iconWrap {
  font-size: 5rem;
}
@media screen and (min-width: 768px) {
  .bl_contact__iconWrap {
    font-size: 6rem;
  }
}
.bl_contact__text--main {
  font-size: 1.5rem;
  margin-bottom: 20px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .bl_contact__text--main {
    font-size: 1.6rem;
  }
}