@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Homemade+Apple&family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&family=Manrope:wght@200..800&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/* ==========================================================
   Project : Bloomline creative Studio
   File    : _reset.scss
   Role    : Foundation
   ----------------------------------------------------------
   Description :
   ブラウザデフォルトスタイルのリセット定義
   ========================================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* headings */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
blockquote {
  margin: 0;
}

/* lists */
ul,
ol {
  padding: 0;
  list-style: none;
}

/* media */
img,
picture,
video,
canvas {
  display: block;
  max-width: 100%;
}

/* forms */
input,
button,
textarea,
select {
  font: inherit;
}

/* links */
a {
  color: inherit;
  text-decoration: none;
}

/* tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================
   Project : Bloomline creative Studio
   File    : _variables.scss
   Role    : Foundation
   ----------------------------------------------------------
   Description :
   カラー・フォント・サイズ等の変数管理
   ========================================================== */
/* ==========================================================
   Project : Bloomline creative Studio
   File    : _breakpoints.scss
   Role    : Foundation
   ----------------------------------------------------------
   Description :
   レスポンシブ用ブレークポイント定義
   ========================================================== */
/* ==========================================================
   Project : Bloomline creative Studio
   File    : _base.scss
   Role    : Foundation
   ----------------------------------------------------------
   Description :
   ベースタイポグラフィ・共通スタイル定義
   ========================================================== */
html {
  scroll-behavior: smooth;
  font-size: 100%;
  scroll-padding-top: 100px;
}
@media (max-width: 768px) {
  html {
    scroll-padding-top: 70px;
  }
}

body {
  font-family: "Manrope", sans-serif, "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #2b2b2b;
  line-height: 1.5;
  background-color: #fafaf8;
}

/* Main layout */
main {
  width: 100%;
  margin: 0;
}
main .main__contents {
  padding-top: 82px;
  background-image: url(../img/main_bg.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
@media (max-width: 768px) {
  main .main__contents {
    background-image: url(../img/main_bg_sp.svg);
  }
}
main .main__container {
  width: 100%;
  background-color: #f4f0ed;
  padding-bottom: 160px;
}
@media (max-width: 768px) {
  main .main__container {
    padding-bottom: 0;
  }
}
main .main__inner {
  width: 1200px;
  margin: 0 auto;
  background-color: #f4f0ed;
}
@media (max-width: 768px) {
  main .main__inner {
    width: 100%;
    padding: 0;
  }
}

/* Section title */
.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 88px 0 40px;
}
.section-header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  width: 536px;
}
@media (max-width: 768px) {
  .section-header__title {
    width: 100%;
  }
}
.section-header__num {
  font-family: "Libre Baskerville", serif;
  font-size: 120px;
  line-height: 1;
  color: #d2bdb3;
}
@media (max-width: 768px) {
  .section-header__num {
    font-size: 74px;
  }
}
.section-header__main {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .section-header__main {
    font-size: 36px;
  }
}
.section-header__sub {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 30px;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #d2bdb3;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .section-header__sub {
    font-size: 18px;
    margin-top: 8px;
  }
}
.section-header__lead {
  line-height: 2;
  font-size: 24px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 664px;
}
@media (max-width: 768px) {
  .section-header__lead {
    font-size: 12px;
    max-width: none;
    margin-left: 16px;
  }
}
@media (max-width: 768px) {
  .section-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* Line-break helpers */
.pc_br {
  display: inline-block;
}
@media (max-width: 768px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}
@media (max-width: 768px) {
  .sp_br {
    display: inline-block;
  }
}

/* Squircle setting */
.clothoid-corner {
  clip-path: polygon(41.670368% 0%, 58.329632% 0%, 62.704761% 0.020651%, 67.077555% 0.151634%, 71.438002% 0.493893%, 75.762175% 1.146894%, 79.997481% 2.233011%, 84.062892% 3.834411%, 87.850921% 6.005296%, 91.220749% 8.779251%, 93.994704% 12.149079%, 96.165589% 15.937108%, 97.766989% 20.002519%, 98.853106% 24.237825%, 99.506107% 28.561998%, 99.848366% 32.922445%, 99.979349% 37.295239%, 99.979349% 62.704761%, 99.848366% 67.077555%, 99.506107% 71.438002%, 98.853106% 75.762175%, 97.766989% 79.997481%, 96.165589% 84.062892%, 93.994704% 87.850921%, 91.220749% 91.220749%, 87.850921% 93.994704%, 84.062892% 96.165589%, 79.997481% 97.766989%, 75.762175% 98.853106%, 71.438002% 99.506107%, 67.077555% 99.848366%, 62.704761% 99.979349%, 58.329632% 100%, 41.670368% 100%, 37.295239% 99.979349%, 32.922445% 99.848366%, 28.561998% 99.506107%, 24.237825% 98.853106%, 20.002519% 97.766989%, 15.937108% 96.165589%, 12.149079% 93.994704%, 8.779251% 91.220749%, 6.005296% 87.850921%, 3.834411% 84.062892%, 2.233011% 79.997481%, 1.146894% 75.762175%, 0.493893% 71.438002%, 0.151634% 67.077555%, 0.020651% 62.704761%, 0.020651% 37.295239%, 0.151634% 32.922445%, 0.493893% 28.561998%, 1.146894% 24.237825%, 2.233011% 20.002519%, 3.834411% 15.937108%, 6.005296% 12.149079%, 8.779251% 8.779251%, 12.149079% 6.005296%, 15.937108% 3.834411%, 20.002519% 2.233011%, 24.237825% 1.146894%, 28.561998% 0.493893%, 32.922445% 0.151634%, 37.295239% 0.020651%, 41.670368% 0%);
}

/* ==========================================================
   Project : Bloomline creative Studio
   File    : _header.scss
   Role    : Layout
   ----------------------------------------------------------
   Description :
   固定ヘッダー・ナビゲーション・ドロワーメニュー
   States :
   .is-scrolled
   .is-open
   ========================================================== */
.header {
  width: 100%;
  background: #fafaf8;
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: background 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: background 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: background 0.4s ease, box-shadow 0.4s ease;
  transition: background 0.4s ease, box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
}
.header.is-scrolled {
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.header__inner {
  width: 1200px;
  height: 80px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .header__inner {
    width: 100%;
    height: 56px;
    padding: 16px;
  }
}
.header__logo a {
  display: block;
}
.header__logo a img {
  height: 36px;
}
@media (max-width: 768px) {
  .header__logo a img {
    height: 24px;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header {
  /* =========================================
      PC Menu (WP menu output: ul > li > a)
      - PCは Walker で menu__jp / menu__en を出す想定
      ========================================= */
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__menu > li {
  margin: 0;
  padding: 0;
}
.header__menu > li > a {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  color: #b08a78;
  position: relative;
  padding-bottom: 4px;
}
.header__menu {
  /* Walker の出力（PCのみ） */
}
.header__menu .menu__jp {
  /* 上段（日本語） */
  font-size: 16px;
  font-weight: 500;
  color: #b08a78;
  letter-spacing: 0.02em;
}
.header__menu .menu__en {
  /* 下段（英語=description） */
  font-size: 12px;
  margin-top: 4px;
  color: #2b2b2b;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  letter-spacing: 0.08em;
}
.header__menu > li > a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 1px;
  background: #b08a78;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header__menu > li > a:hover::after {
  width: 100%;
}
.header__menu > li > a:hover .menu__en {
  color: #b08a78;
}
.header {
  /* CTA（Contact別タブ導線想定） */
}
.header__cta {
  padding: 12px 32px;
  border: 1px solid #b08a78;
  border-radius: 50px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #b08a78;
  background: transparent;
  -webkit-transition: background-color 0.5s ease, color 0.5s ease;
  transition: background-color 0.5s ease, color 0.5s ease;
}
.header__cta span {
  font-size: 12px;
  margin-top: 4px;
  color: #2b2b2b;
}
.header__cta:hover {
  color: #fff;
  background-color: #d2bdb3;
}

/* Hamburger (SP only) */
.hamburger {
  display: none;
}
@media (max-width: 768px) {
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    position: fixed;
    right: 8px;
    top: 4px;
    z-index: 1100;
    background: none;
    border: none;
    cursor: pointer;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.hamburger span {
  display: block;
  position: absolute;
  width: 28px;
  height: 2px;
  background: #b08a78;
  border-radius: 2px;
  -webkit-transition: opacity 0.3s ease, background 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, background 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, background 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, background 0.3s ease, -webkit-transform 0.3s ease;
}
.hamburger span:nth-child(1) {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.hamburger span:nth-child(3) {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.hamburger.is-open span {
  background: #fff;
}
.hamburger.is-open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.hamburger.is-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

body.drawer-open {
  overflow: hidden;
}

/* Drawer (SP only) */
.drawer {
  display: none;
}
@media (max-width: 768px) {
  .drawer {
    position: fixed;
    inset: 0;
    background: #b08a78;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s, visibility 0.4s;
    transition: transform 0.4s, opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
    z-index: 1000;
  }
  .drawer.is-open {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .drawer__header {
    width: 100%;
    height: 56px;
    padding: 16px;
  }
  .drawer__header .header__logo img {
    height: 24px;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .drawer__nav {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
    padding-top: 120px;
    /* SPは WPメニュー（英語ラベルのみ）: ul > li > a */
  }
  .drawer__nav .drawer__menu {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .drawer__nav .drawer__menu > li {
    margin: 0;
    padding: 0;
  }
  .drawer__nav .drawer__menu > li > a {
    font-size: 28px;
    letter-spacing: 0.2em;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
  }
  .drawer__nav {
    /* ドロワー内にContact CTAを置く場合 */
  }
  .drawer__nav .drawer__contact {
    font-size: 28px;
    letter-spacing: 0.2em;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
  }
  .drawer__sns {
    position: absolute;
    right: 20px;
    bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .drawer__sns .sns-icon img {
    width: 43px;
    height: 43px;
  }
  .drawer__copy {
    width: 100%;
    padding-left: 16px;
    margin-bottom: 8px;
    color: #fafaf8;
    font-size: 10px;
    text-align: left;
  }
  .drawer {
    /* Close button (optional). If you keep it, use 2 spans in HTML. */
  }
  .drawer__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    border: none;
    background: none;
    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;
  }
  .drawer__close span {
    position: absolute;
    width: 24px;
    height: 2px;
    background: #fff;
  }
  .drawer__close span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .drawer__close span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

/* ==========================================================
   WP管理バー対策（最小差分）
   ========================================================== */
.admin-bar .header {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .header {
    top: 46px;
  }
}
/* ==========================================================
   Project : Bloomline creative Studio
   File    : _footer.scss
   Role    : Layout
   ----------------------------------------------------------
   Description :
   フッターエリアのレイアウト・コピーライト
   ========================================================== */
.footer {
  width: 100%;
  text-align: center;
  background: #d2bdb3;
}
.footer__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 64px 0;
}
@media (max-width: 768px) {
  .footer__inner {
    width: 100%;
    padding: 32px 0;
  }
}
.footer__logo {
  width: 320px;
  margin: 0 auto 8px;
}
@media (max-width: 768px) {
  .footer__logo {
    width: 200px;
    margin: 0 auto 24px;
  }
}
.footer__logo img {
  display: block;
  /* translateZ is optional; keep only if you saw rendering issues */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.footer__copy {
  color: #fafaf8;
}
@media (max-width: 768px) {
  .footer__copy {
    font-size: 10px;
  }
}

/* ==========================================================
   Project : Bloomline creative Studio
   File    : _fv.scss
   Role    : Section
   ----------------------------------------------------------
   Description :
   First View（メインビジュアル）セクション
   ========================================================== */
.fv {
  width: 1200px;
  height: 854px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .fv {
    width: 100%;
    min-height: 100vh;
    height: auto;
  }
}
.fv__maincopy {
  min-height: 592px;
  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;
  text-align: center;
  font-size: 20px;
  line-height: 2em;
  opacity: 0;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
  -webkit-transition: opacity 0.9s ease, -webkit-transform 0.9s ease;
  transition: opacity 0.9s ease, -webkit-transform 0.9s ease;
  transition: opacity 0.9s ease, transform 0.9s ease;
  transition: opacity 0.9s ease, transform 0.9s ease, -webkit-transform 0.9s ease;
}
.fv__maincopy.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fv__maincopy__text {
  font-weight: 700;
}
.fv__maincopy__text span {
  color: #b08a78;
}
.fv__maincopy .business {
  margin-top: 16px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .fv__maincopy {
    padding: 0 16px;
    font-size: 14px;
  }
}
.fv__word {
  display: inline-block;
  color: #b08a78;
  letter-spacing: 0.01em;
}
.fv__word-char {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(-10px) rotate(8deg) scale(0.96);
          transform: translateY(-10px) rotate(8deg) scale(0.96);
  -webkit-filter: blur(4px);
          filter: blur(4px);
  -webkit-transition: opacity 0.7s ease, -webkit-transform 0.7s ease, -webkit-filter 0.7s ease;
  transition: opacity 0.7s ease, -webkit-transform 0.7s ease, -webkit-filter 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease, filter 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease, filter 0.7s ease, -webkit-transform 0.7s ease, -webkit-filter 0.7s ease;
  will-change: transform, opacity, filter;
}
.fv__word-char:nth-child(2) {
  margin-right: 0.08em;
}
.fv__word-char.is-active {
  opacity: 1;
  -webkit-transform: translateY(0) rotate(0) scale(1);
          transform: translateY(0) rotate(0) scale(1);
  -webkit-filter: blur(0);
          filter: blur(0);
}
.fv__scroll {
  position: relative;
  height: 182px;
}
.fv__scroll__text {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 500;
  color: #2b2b2b;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  padding-bottom: 8px;
}
.fv__scroll__line {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 100px;
  overflow: hidden;
}
.fv__scroll__line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2b2b2b;
  -webkit-animation: bloomline-scroll 2.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: bloomline-scroll 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@-webkit-keyframes bloomline-scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  30% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  70% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes bloomline-scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  30% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  70% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .fv__maincopy,
  .fv__word-char {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
    -webkit-filter: none;
            filter: none;
  }
  .fv__maincopy {
    opacity: 1;
  }
  .fv__word-char {
    opacity: 1;
  }
}
/* ==========================================================
   Project : Bloomline creative Studio
   File    : _service.scss
   Role    : Section
   ----------------------------------------------------------
   Description :
   サービス一覧セクション（カードUI）
   ========================================================== */
@media (max-width: 768px) {
  .service {
    padding: 0 16px;
  }
}
.service .service-container__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 72px;
}
@media (max-width: 768px) {
  .service .service-container__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
    /* ul reset is handled in reset, but keep if needed */
    list-style: none;
    margin: 0;
    padding: 48px 32px;
    background-color: #fafaf8;
    border-radius: 60px;
  }
  .service .service-container__list .clothoid-corner {
    clip-path: none;
  }
}
.service .service-container__squircle {
  width: 352px;
  height: 352px;
  background-color: #fafaf8;
  text-align: center;
}
@media (max-width: 768px) {
  .service .service-container__squircle {
    width: 100%;
    height: auto;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
}
.service .service-container__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #b08a78;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 72px;
}
.service .service-container__title span {
  font-weight: 300;
  font-size: 16px;
  color: #2b2b2b;
}
@media (max-width: 768px) {
  .service .service-container__title {
    margin-top: 0;
    width: 70%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 20px;
  }
  .service .service-container__title span {
    font-size: 12px;
  }
}
.service .service-container__icon {
  width: 136px;
  height: 136px;
  margin: 16px auto;
  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;
}
.service .service-container__icon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .service .service-container__icon {
    width: 30%;
    height: auto;
    margin: 0;
  }
}

/* ==========================================================
   Project : Bloomline creative Studio
   File    : _flow.scss
   Role    : Section
   ----------------------------------------------------------
   Description :
   ワークフロー（制作の流れ）セクション
   ========================================================== */
.flow {
  padding: 120px 0;
}
@media (max-width: 768px) {
  .flow {
    padding: 0 16px;
  }
}
.flow__container {
  position: relative;
  padding-left: 104px;
}
.flow__container::before {
  content: "";
  position: absolute;
  left: 136px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #d2bdb3;
}
@media (max-width: 768px) {
  .flow__container::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .flow__container {
    padding-left: 0;
    margin: 0;
    padding: 48px 32px 32px;
    background-color: #fafaf8;
    border-radius: 60px;
  }
}
.flow__item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 160px;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .flow__item {
    grid-template-columns: 32px 1fr;
    gap: 16px;
    margin-bottom: 16px;
  }
}
.flow__badge {
  width: 74px;
  height: 74px;
  background: #d2bdb3;
  color: #fff;
  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;
  font-weight: 700;
  font-family: "Libre Baskerville", serif;
  font-size: 34px;
}
@media (max-width: 768px) {
  .flow__badge {
    width: 32px;
    height: 32px;
    font-size: 22px;
  }
}
.flow__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .flow__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.flow__content h3 {
  width: 240px;
  position: relative;
  font-size: 32px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  z-index: 100;
}
@media (max-width: 768px) {
  .flow__content h3 {
    width: 100%;
    font-size: 20px;
  }
}
.flow__content p {
  font-size: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 768px) {
  .flow__content p {
    font-size: 12px;
  }
}
.flow__en {
  position: absolute;
  left: 120px;
  bottom: -12px;
  font-size: 26px;
  font-family: "Homemade Apple", cursive;
  font-weight: 400;
  color: #d2bdb3;
  display: inline-block;
  -webkit-transform: rotate(-10.65deg);
          transform: rotate(-10.65deg);
  z-index: -1;
}
@media (max-width: 768px) {
  .flow__en {
    font-size: 20px;
    left: auto;
    right: 0;
    bottom: 0;
  }
}

/* ==========================================================
   Project : Bloomline creative Studio
   File    : _profile.scss
   Role    : Section
   ----------------------------------------------------------
   Description :
   プロフィール・スキル・SNSエリア
   ========================================================== */
.profile {
  padding: 120px 16px;
}
@media (max-width: 768px) {
  .profile {
    padding: 0 16px;
  }
}
.profile__container {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 80px;
}
@media (max-width: 768px) {
  .profile__container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.profile__visual {
  text-align: center;
}
.profile__portrait img {
  width: 300px;
}
@media (max-width: 768px) {
  .profile__portrait img {
    width: 160px;
  }
}
@media (max-width: 768px) {
  .profile__portrait {
    max-width: 160px;
    margin: 0 auto;
  }
}
.profile__sns {
  width: 300px;
  position: relative;
  margin-top: 24px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 768px) {
  .profile__sns {
    width: 100%;
    padding: 0 24px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.profile__follow {
  position: absolute;
  top: 12px;
  left: 16px;
  font-size: 24px;
  font-family: "Homemade Apple", cursive;
  font-weight: 400;
  color: #d2bdb3;
  display: inline-block;
  -webkit-transform: rotate(-10.65deg);
          transform: rotate(-10.65deg);
  z-index: -1;
}
@media (max-width: 768px) {
  .profile__follow {
    left: 24px;
  }
}
.profile .sns-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .profile .sns-btn {
    margin-top: 0;
  }
}
.profile .sns-btn img {
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.profile .sns-btn:hover img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
@media (max-width: 768px) {
  .profile__content {
    margin: 0 16px;
  }
}
.profile__header h2 {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .profile__header h2 {
    font-size: 24px;
  }
}
.profile__header h2 span {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.08em;
  color: #b08a78;
}
@media (max-width: 768px) {
  .profile__header h2 span {
    font-size: 14px;
  }
}
.profile__role {
  font-size: 18px;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .profile__role {
    font-size: 14px;
  }
}
.profile__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .profile__text {
    font-size: 12px;
  }
}
.profile .skills {
  margin-top: 60px;
}
.profile .skills__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.03em;
  position: relative;
  font-size: 30px;
  z-index: 100;
}
@media (max-width: 768px) {
  .profile .skills__title {
    font-size: 24px;
  }
}
.profile .skills__bg {
  position: absolute;
  left: 75px;
  bottom: -8px;
  font-size: 26px;
  font-family: "Homemade Apple", cursive;
  font-weight: 400;
  color: #d2bdb3;
  display: inline-block;
  -webkit-transform: rotate(-10.65deg);
          transform: rotate(-10.65deg);
  z-index: -1;
}
@media (max-width: 768px) {
  .profile .skills__bg {
    font-size: 20px;
  }
}
.profile .skills__group {
  margin-top: 32px;
}
.profile .skills__group h4 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #b08a78;
  font-size: 20px;
  letter-spacing: 0.03em;
}
@media (max-width: 768px) {
  .profile .skills__group h4 {
    font-size: 16px;
  }
}
.profile .skills .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .profile .skills .tag-list {
    gap: 8px;
  }
}
.profile .skills .tag-list li {
  background: #fafaf8;
  padding: 2px 20px;
  border-radius: 20px;
  border: 1px solid #d2bdb3;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 2em;
  color: #b08a78;
}
@media (max-width: 768px) {
  .profile .skills .tag-list li {
    font-size: 14px;
    padding: 2px 16px;
  }
}

/* ==========================================================
   Project : Bloomline creative Studio
   File    : _contact.scss
   Role    : Section
   ----------------------------------------------------------
   Description :
   お問い合わせセクション・CTAボタン
   ========================================================== */
.contact {
  padding: 120px 0;
}
@media (max-width: 768px) {
  .contact {
    margin-top: 40px;
    background-image: url(../img/contact_bg_sp.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
  }
  .contact .section-header {
    padding: 0 16px;
    margin-top: 20px;
  }
  .contact .section-header__num, .contact .section-header__sub {
    color: #fafaf8;
  }
}
.contact__container {
  width: 846px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .contact__container {
    width: 100%;
    padding: 0 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.contact__text ul {
  margin-top: 20px;
}
.contact__text ul li {
  line-height: 1.8em;
}
@media (max-width: 768px) {
  .contact__text {
    display: none;
  }
}
.contact__cta {
  text-align: center;
}
.contact__cta .cta-button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 438px;
  height: 160px;
  border: 1px solid #b08a78;
  border-radius: 80px;
  background: #fafaf8;
  font-size: 32px;
  font-weight: 500;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: background-color 0.5s ease, color 0.5s ease;
  transition: background-color 0.5s ease, color 0.5s ease;
}
.contact__cta .cta-button:hover {
  background-color: #e4d9d4;
}
@media (max-width: 768px) {
  .contact__cta .cta-button {
    width: 328px;
    height: 120px;
    border-radius: 60px;
    font-size: 24px;
  }
}
.contact__cta .cta-text {
  position: relative;
  z-index: 2;
}
.contact__cta .cta-bg {
  position: absolute;
  right: 40px;
  bottom: 24px;
  font-family: "Homemade Apple", cursive;
  font-size: 32px;
  color: #d2bdb3;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
@media (max-width: 768px) {
  .contact__cta .cta-bg {
    font-size: 24px;
  }
}
.contact__cta .cta-note {
  margin-top: 56px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 768px) {
  .contact__cta .cta-note {
    font-size: 12px;
  }
}
.contact__cta .cta-sns {
  position: relative;
  margin: 40px auto 0;
  width: 316px;
}
.contact__cta .cta-follow {
  position: absolute;
  left: 0;
  top: 14px;
  font-family: "Homemade Apple", cursive;
  font-size: 24px;
  color: rgba(210, 189, 179, 0.5);
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
@media (max-width: 768px) {
  .contact__cta .cta-follow {
    display: none;
  }
}
.contact__cta .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
}
@media (max-width: 768px) {
  .contact__cta .sns-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.contact__cta .sns-btn {
  width: 60px;
  height: 60px;
  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;
}
.contact__cta .sns-btn img {
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.contact__cta .sns-btn:hover img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

/* ==========================================================
   Project : Bloomline creative Studio
   File    : _contact-page.scss
   Role    : Section
   ----------------------------------------------------------
   Description :
   お問い合わせページ
   ========================================================== */
.header-simple {
  position: static;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #b08a78;
}
.header-simple .header-simple__innner {
  padding-left: 16px;
}

.contact-page {
  padding: 0;
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contact-page {
    margin: 0;
    width: 100%;
  }
}
.contact-page .section-header {
  margin: 40px 0;
}
.contact-page__container {
  width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .contact-page__container {
    width: 100%;
    padding: 0 16px;
  }
}
.contact-page__lead {
  line-height: 1.5;
  font-size: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
}
.contact-page__formarea {
  width: 900px;
  margin: 0 auto;
  padding: 16px;
}
@media (max-width: 768px) {
  .contact-page__formarea {
    margin: 0;
    width: 100%;
  }
}
.contact-page__formarea .item {
  padding: 24px 0 8px 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #b08a78;
  font-size: 18px;
  letter-spacing: 0.03em;
}
@media (max-width: 768px) {
  .contact-page__formarea .item {
    font-size: 14px;
  }
}
.contact-page__formarea .wpcf7-form-control {
  width: 100%;
}
.contact-page__formarea .wpcf7-text,
.contact-page__formarea .wpcf7-email,
.contact-page__formarea .wpcf7-textarea,
.contact-page__formarea .wpcf7-select {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 4px;
}
.contact-page__formarea .wpcf7-form-control {
  border: 1px solid #c8c1b8;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.contact-page__formarea .wpcf7-form-control:focus {
  outline: none;
}
.contact-page__formarea .wpcf7-form-control:focus-visible {
  border-color: #b08a78;
  -webkit-box-shadow: 0 0 0 2px rgba(176, 138, 120, 0.2);
          box-shadow: 0 0 0 2px rgba(176, 138, 120, 0.2);
}
.contact-page__formarea .wpcf7-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 32px auto;
  padding: 8px;
  max-width: 300px;
  background: #b08a78;
  color: #fff;
  border-radius: 999px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: background-color 0.5s ease, color 0.5s ease;
  transition: background-color 0.5s ease, color 0.5s ease;
}
.contact-page__formarea .wpcf7-submit:hover {
  color: #fff;
  background-color: #d2bdb3;
}
.contact-page__formarea .wpcf7-not-valid {
  border-color: #b08a78;
}
.contact-page__formarea {
  /* 共通：メッセージ枠（成功/失敗どちらも） */
}
.contact-page__formarea .wpcf7 .wpcf7-response-output {
  margin: 24px 0 0;
  padding: 16px 18px;
  border-radius: 10px;
  background: #f6f4f1;
  color: #5a4a42;
  line-height: 1.6;
}
.contact-page__formarea {
  /* 成功（sent） */
}
.contact-page__formarea .wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid #c8c1b8; /* 落ち着いた枠 */
}
.contact-page__formarea {
  /* エラー系（invalid/unaccepted/payment-required） */
}
.contact-page__formarea .wpcf7 form.invalid .wpcf7-response-output,
.contact-page__formarea .wpcf7 form.unaccepted .wpcf7-response-output,
.contact-page__formarea .wpcf7 form.payment-required .wpcf7-response-output {
  border: 1px solid #b08a78; /* ブランド寄せ */
}

/* ==========================================================
   Project : Bloomline creative Studio
   File    : _404.scss
   Role    : Section
   ----------------------------------------------------------
   Description :
   404ページ
   ========================================================== */
.notfound {
  padding: 160px 0 120px;
  text-align: center;
}
.notfound__code {
  font-size: 80px;
  letter-spacing: 0.1em;
  color: #d2bdb3;
}
.notfound__title {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
}
.notfound__text {
  margin-top: 24px;
  line-height: 1.8;
  color: #666;
}
.notfound__btn {
  display: inline-block;
  margin-top: 40px;
  padding: 12px 40px;
  border: 1px solid #b08a78;
  border-radius: 50px;
  text-decoration: none;
  color: #b08a78;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.notfound__btn:hover {
  background: #d2bdb3;
  color: #fff;
}