/* =============================================
共通部分
============================================= */

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Old Mincho", serif;
  line-height: 2;
}

@font-face {
  font-family: "Butler Reg";
  src: url(/fonts/Butler-Free-Med.ttf) format(truetype);
}


@keyframes Grad {
  0% {
    background-position: 0% 100%;
  }

  50% {
    background-position: 100% 0%;
  }

  100% {
    background-position: 0% 100%
  }
}

.bg-color {
  /* background: linear-gradient(45deg, #7036bf, #0cb4d8, #7036bf);
  background-size: 400% 400%;
  animation: Grad 20s linear infinite; */
  background-image: url(../images/home/home-BG_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.main-title {
  font-size: 32px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}

.sub-title {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #fff;
}

.btn {
  margin: 0 auto;
  text-align: center;
}

.btn a {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #333;
  border-radius: 0.5rem;
}

a {
  color: #333;
}

.transparent__btn a {
  width: 20vw;
  height: auto;
  color: #000;
  background: #fff;
  border: 2px solid #fff;
  transition: .2s;
  margin-top: 20px;
}

.transparent__btn a:hover {
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
}

.transparent__btn,
.white__btn,
.blue__btn {
  margin-top: 20px;
  font-size: 14px;
}

.white__btn a {
  width: 20vw;
  height: auto;
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  transition: .2s;
}

.white__btn a:hover {
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
}

.blue__btn a {
  width: 20vw;
  height: auto;
  color: #3072B5;
  background: #fff;
  border: 2px solid #fff;
  transition: .2s;
}

.blue__btn a:hover {
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
}

/* =============================================
header
ロゴ部分
============================================= */

.header-container {
  padding: 30px 0;
  border-bottom: 1px solid #fff;
}

.header-container a {
  text-align: center;
}

.header-container a h1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo {
  width: 250px;
  height: auto;
}

/* =============================================
kv
キービジュアル部分
============================================= */

.kv {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
  height: 650px;
  overflow: hidden;
}

.kv img {
  /* width: 80%; */
  /* width: 70vw; */
  /* width: 100%;
  height: 650px;
  object-fit: cover; */
  /* object-position: center 20%; */
  /* margin-left: auto; */
}

.kv-text {
  display: block;
}

.kv-textbox {
  position: absolute;
  left: 15%;
  /* margin-right: -60px;
  padding-left: 10vw; */
}

.kv-textbox img {
  /* width: 25vw; */
  width: 150%;
  height: auto;
}

.kv-text {
  /* width: 20vw; */
  margin-top: 20px;
  color: #fff;
}

.kv-main {
  width: 100%;
  height: 650px;
  object-fit: cover;
  padding-left: 35%;
}


/* =============================================
about
アバウト部分
============================================= */

.about {
  margin-top: 100px;
  color: #fff;
}

.about-container {
  display: flex;
  justify-content: center;
}

.about-title {
  font-size: 32px;
  line-height: 1.5;
}

.about-textbox {
  width: 30%;
}

.about-textbox__detail {
  margin-top: 20px;
}

.about-nav {
  width: 30%;
  margin-left: 80px;
}

.about-nav li:not(:first-child) {
  margin-top: 20px;
}

.nav-title {
  position: relative;
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
  font-size: 22px;
  background-color: #fff;
  transition: .3s;
}

.nav-title:hover {
  background-color: #000;
}

.nav-title::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-65%) rotate(45deg);
  width: 17px;
  height: 17px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  margin-right: 20px;
  transition: .3s;
}

.nav-title:hover::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-65%) rotate(45deg);
  width: 17px;
  height: 17px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin-right: 20px;
}

.nav-title a {
  display: block;
  padding-left: 10px;
  transition: .3s;
  /* color: #fff; */
}

.nav-title a:hover {
  color: #fff;
}

.nav-text {
  font-size: 14px;
  line-height: 22px;
}

.nav {
  display: block;
  font-family: "Noto Sans", sans-serif;
}

/* =============================================
about-box
アバウトボックス部分
============================================= */

.about-box {
  width: 80%;
  margin: 0 auto;
  margin-top: 100px;
}

.about-box-container {
  font-family: "Noto Sans", sans-serif;
  background-color: #fff;
}

.about-box__detail {
  display: flex;
  justify-content: space-around;
  padding: 70px 70px 40px;
}

.about-box__inner {
  width: 27%;
}

.about-box--title {
  position: relative;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
  padding-left: 50px;
}

.picture::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-45%);
  width: 40px;
  height: 40px;
  background: url(../images/creative/creative_pict01.svg);
  background-repeat: no-repeat;
}

.illustration::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-45%);
  width: 40px;
  height: 40px;
  background: url(../images/creative/creative_pict02.svg);
  background-repeat: no-repeat;
}

.copywriting::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-35%);
  width: 40px;
  height: 40px;
  background: url(../images/creative/creative_pict03.svg);
  background-repeat: no-repeat;
}

.about-box--title span {
  display: block;
  font-size: 12px;
  line-height: 1.3;
}

.illustration span {
  padding-left: 5px;
}

.about-box--text {
  margin-top: 30px;
  font-feature-settings: "palt";
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.dotted-line {
  border: none;
  border-top: 2px dashed #1e73be;
}

.about-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 110px 70px;
}

.about-data--title {
  width: 30%;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.about-data--text {
  width: 70%;
  font-feature-settings: "palt";
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

/* =============================================
order-here
お問合せ部分
============================================= */

.order-here {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2B2B2B;
  color: #fff;
  padding: 70px;
}

.order-here--title {
  font-size: 64px;
  font-family: "Roboto Condensed", sans-serif;
  text-align: right;
  line-height: 66px;
  padding-right: 50px;
  letter-spacing: 0.1em;
}

.order-here--text {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  line-height: 30px;
  margin-top: 20px;
}

.order-here .btn {
  text-align: left;
  margin-top: 10px;
}

.order-here a {
  width: 45%;
}

/* =============================================
design
デザイン部分
============================================= */

.design {
  margin-top: 170px;
  margin-bottom: 100px;
  color: #fff;
}

.design-wrapper {
  width: 80%;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}

.design-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(32px, 3vw, 48px);
  font-weight: 100;
  line-height: 1.5;
}

.design-subtitle {
  font-family: "Roboto Condensed", sans-serif;
  display: block;
  font-size: 14px;
  font-weight: 300;
}

.design-table {
  width: 50%;
}

.design-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  /* 枠線が重ならないように */
}

.design-table-wrapper {
  width: 50%;
}

.design-table-2 {
  margin-top: 60px;
}

.design-table-wrapper .design-table {
  width: 100%;
}

#add .col-item,
#book .col-item {
  width: 60%;
}

#add .col-size,
#book .col-size {
  width: 10%;
}

#add .col-price,
#book .col-price {
  width: 30%;
}

#web .col-price {
  width: 20%;
}

.size-custom {
  padding-left: 70px;
}

/* .design-table td.item-custom {
  width: 70%;
}

.design-table td.size-custom {
  width: 10%;
} */


.col-item {
  width: 60%;
}

.col-size {
  width: 20%;
}

.col-price {
  width: 20%;
}

.design-table td.item span,
.design-table td.size span,
.design-table td.price span {
  display: block;
}

.design-table tr:first-child td {
  border-top: 1px solid #fff;
}

.design-table td {
  /* padding: 20px 16px; */
  padding: 20px 0px;
  /* セル内余白 */
  border-bottom: 1px solid #fff;
  /* 行の区切り線 */
  vertical-align: top;
  /* 上揃え（任意） */
}

/* 列ごとの調整 */
.design-table td.item {
  text-align: left;
  padding-right: 24px;
  padding-left: 16px;
  /* 項目列を広めに */
}

.design-table td.size {
  /* padding-left: 70px; */
  /* padding-left: 50px; */
}

.design-table td.price {
  text-align: right;
  /* 金額を右寄せ */
  font-variant-numeric: tabular-nums;
  padding-right: 16px;
  /* 桁をきれいに揃える */
}

.comments {
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  padding: 12px 16px;
  line-height: 22px;
}

.design-table td.item-custome {
  line-height: 1.5;
}

.btn-sp {
  display: none;
}

/* .indent {
  margin-left: 1em;
} */


/* =============================================
works
制作事例
============================================= */

.works {
  margin-top: 100px;
}

/* ラッパーを位置基準にして中央寄せ */
.works__wrapper--swiper {
  position: relative;
  width: max-content;
  /* 中身(#works-slide)の幅にフィット */
  margin: 0 auto;
  margin-top: 100px;
}

/* スライダー本体（画像幅に合わせて調整） */
#works-slide {
  max-width: 1200px;
  width: 100%;
  /* 可変なら max-width にしてOK */
}

.work-card__inner {
  /* width: min(92vw, 1000px); */
  display: flex;
  border-radius: 50px;
  overflow: hidden;
  background: #fff;
}

.work-card__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 30%;
  padding: 60px;
  /* 38% : 62% くらいの比率 */
  background: #e9e9e9;
  /* padding: 28px 24px; */
  color: #333;
  line-height: 1.2;
}

.work-card__title {
  font-size: 24px;
  font-weight: 300;
  min-height: 32px;
  display: flex;
  align-items: center;
  /* タイトルの高さを統一（中央寄せ維持）*/
}

.work-card__title-line {
  font-size: 20px;
  font-weight: 100;
  line-height: 1;
  font-weight: 300;
  margin: 8px 0;
  min-height: 20px;
}

.work-card__meta {
  min-height: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  /* クライアント情報の下の余白を狭く */
}

.work-card__desc {
  margin-top: 8px;
  line-height: 1.6;
  /* 説明文の上の余白を狭く */
  /* 1行目の高さを含めて正確に制御 */
}

.work-card__desc::first-line {
  min-height: 1.6em;
  /* 1行目の高さを統一 */
}

/* 画像を中央に */
#works-slide .swiper-slide {
  display: flex;
  justify-content: center;
  min-height: 520px;
}

/* 右エリアを枠いっぱいにさせる */
.slide-media {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  /* 高さを親に合わせる */
  background: #fff;
  min-height: 520px;
  flex: 1;
  padding: 0;
  /* パディングを完全に削除 */
}

/* 画像サイズ調整 */
.slide-media img {
  width: 100%;
  height: 100%;
  /* 好みで */
  display: block;
  object-fit: cover;
  /* カード全体に画像を表示 */
  margin: 0;
  /* マージンを削除 */
}

/* 矢印（外側の要素を絶対配置） */
.works__wrapper--swiper .swiper-button-prev,
.works__wrapper--swiper .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  cursor: pointer;
}

/* 画像の“外側”へオフセット（数値はお好みで） */
.works__wrapper--swiper .swiper-button-prev {
  left: -60px;
}

.works__wrapper--swiper .swiper-button-next {
  right: -60px;
}

/* くの字アイコン（Swiperデフォを消して自作） */
.works__wrapper--swiper .swiper-button-prev::after,
.works__wrapper--swiper .swiper-button-next::after {
  content: "" !important;
}

.works__wrapper--swiper .swiper-button-prev::before,
.works__wrapper--swiper .swiper-button-next::before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.works__wrapper--swiper .swiper-button-prev::before {
  transform: rotate(135deg);
}

/* < */
.works__wrapper--swiper .swiper-button-next::before {
  transform: rotate(-45deg);
}

/* > */

/* ページネーションはスライダー下中央 */
.works__wrapper--swiper .swiper-pagination {
  /* position: absolute;
  left: 0;
  right: 0;
  bottom: -28px; */
  /* 画像の少し下に */
}

.works__wrapper--swiper .swiper-pagination {
  position: static;
  /* ← absoluteをやめる */
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 48px;
  /* スライダーとの間隔 */
  height: auto;
  /* 念のため */
}

.swiper-pagination-bullet {
  background-color: rgb(214, 198, 198);
  height: 10px;
  width: 10px;
  border-radius: 50%;
}

.swiper-pagination-bullet-active {
  background-color: rgb(0, 0, 0);
  height: 10px;
  width: 10px;
  border-radius: 50%;
}

.desing-title-margin {
  margin-bottom: 120px;
}

.mt-100 {
  margin-top: 100px;
}

.desing-margin {
  margin-top: 140px;
}

/* =============================================
footer
フッター部分
============================================= */

.footer-container {
  text-align: center;
  background-color: #4D4D4D;
  padding-top: 100px;
  padding-bottom: 20px;
}

.footer-container a {
  display: block;
  padding-bottom: 100px;
}

.footer-wrapper {
  position: relative;
  color: #fff;
  font-weight: 100;
}

.footer-wrapper br {
  display: none;
}

.footer-wrapper span {
  display: block;
}

.footer-company__address {
  font-family: "Noto Serif JP", serif;
  font-weight: lighter;
  font-size: 14px;
}

.footer-compnay__right {
  font-family: "Noto Serif JP", serif;
  font-weight: lighter;
  font-size: 12px;
}

.footer-wrapper span:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  width: 100%;
  border-bottom: 1px solid #fff;
}

.footer-wrapper span:last-child {
  margin-top: 20px;
}

/* =============================================



ここからレスポンシブ対応です。

タブレット

スマホ



============================================= */

/* =============================================



微調整



============================================= */

@media screen and (max-width: 1500px) {

  #add .col-item,
  #book .col-item {
    width: 70%;
  }

  #add .col-size,
  #book .col-size {
    width: 15%;
  }

  #add .price,
  #book .price {
    width: 15%;
  }

  .size-custom {
    padding-left: 60px;
  }

  .col-item {
    width: 45%;
  }

  .col-size {
    width: 25%;
  }

  .col-price {
    width: 30%;
  }

}

/* 1201～1289  */
@media screen and (max-width: 1289px) {
  #web .col-item {
    width: 50%;
  }

  #web .col-size {
    width: 25%;
  }

  #web .col-price {
    width: 25%;
  }

}

@media screen and (max-width: 1200px) {

  /* =============================================
共通部分
============================================= */




  /* =============================================
about
アバウト
============================================= */

  .about-container {
    display: block;
  }

  .about-textbox {
    display: flex;
    justify-content: space-around;
    width: 85%;
    margin: 0 auto;
  }

  .about-title {
    writing-mode: tb-rl;
    font-feature-settings: "palt";
  }

  .about-textbox__detail {
    margin-top: 0;
    margin-left: 50px;
  }

  .about-nav {
    width: 70%;
    margin: 0 auto;
    margin-top: 100px;
    padding-left: 110px;
  }


  /* =============================================
about-box
アバウトボックス
============================================= */

  .about-box {
    width: 100%;
  }

  .about-box__detail {
    display: block;
  }

  .about-box__inner {
    width: 100%;
  }

  .about-box__inner:not(:last-child) {
    margin-bottom: 50px;
  }

  .about-data {
    display: block;
  }

  .about-data--title br {
    display: none;
  }

  .about-data--title {
    width: 100%;
    text-align: center;
  }

  .about-data--text {
    width: 100%;
    margin-top: 20px;
  }

  /* =============================================
design
デザイン制作費用
============================================= */
  .desing-title-margin {
    margin-bottom: 50px;
  }

  .design-wrapper {
    flex-direction: column;
    padding-top: 50px;
  }

  .desing-margin {
    margin-top: 70px;
  }

  .design-table {
    width: 100%;
    margin-top: 25px;
  }

  .btn-pc {
    display: none;
  }

  .btn-sp {
    display: block;
  }

  .design-container .white__btn a {
    width: 50vw;
  }

  .design-container .blue__btn a {
    width: 50vw;
  }

  #add .col-item,
  #book .col-item {
    width: 70%;
  }

  #add .col-size,
  #book .col-size {
    width: 15%;
  }

  #add .price,
  #book .price {
    width: 15%;
  }

  #web .col-item {
    width: 60%;
  }

  #web .col-size {
    width: 20%;
  }

  #web .col-price {
    width: 20%;
  }

  .design-table-wrapper {
    width: 100%;
  }

  .size-custom {
    padding-left: 60px;
  }

  .col-item {
    width: 60%;
  }

  .col-size {
    width: 20%;
  }

  .col-price {
    width: 20%;
  }


  /* =============================================
works
制作事例
============================================= */

  .works__wrapper--swiper .swiper-button-prev,
  .works__wrapper--swiper .swiper-button-next {
    display: none;
  }

  .work-card__inner {
    flex-direction: column-reverse;
    /* 縦並びに変更 */
  }


  .slide-media {
    min-height: 350px;
    order: 1;
    padding: 0;
    /* 画像を上に配置 */
  }

  .slide-media img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    margin: 0;
    /* スマホでも画像をカード全体に表示 */
  }

  #works-slide {
    width: 88vw;
  }

  #works-slide .swiper-slide {
    min-height: 520px;
  }

  /* =============================================
profile
プロフィール
============================================= */

  .profile-container {
    display: block;
  }

  .profile-img {
    text-align: center;
  }

  .profile-text {
    width: 50%;
    margin: 0 auto;
    padding-left: 0;
  }

  .profile-wrapper {
    text-align: center;
  }

  /* =============================================
footer
フッター部分
============================================= */
  .footer-container {
    padding-top: 150px;
  }

  .footer-container a {
    padding-bottom: 150px;
  }

  .footer-wrapper {
    line-height: 1.5;
  }

  .footer-wrapper br {
    display: block;
  }

  .footer-wrapper span:first-child::before {
    bottom: 27%;
  }

}





/* =============================================



微調整



============================================= */

@media screen and (max-width: 1000px) {

  .kv {
    height: 420px;
  }

  .kv-main {
    width: 190%;
    height: 100%;
  }

  .kv-textbox {
    left: 10%;
  }

  .kv-textbox img {
    width: 100%;
  }

      /* =============================================
  order-here
  メールでのお問合せ
  ============================================= */

  .order-here {
    padding: 40px;
  }


  /* =============================================
  worksセクション - 中サイズデバイス対応
  ============================================= */

  .works__wrapper--swiper {
    margin-top: 50px;
  }

  #works-slide {
    width: 80vw;
    max-width: 900px;
  }

  .work-card__inner {
    flex-direction: column;
    border-radius: 40px;
    /* スマホでは縦並びレイアウト */
  }

  .work-card__text {
    flex: 0 0 55%;
    padding: 40px;
    order: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* 縦並びの場合は上寄せ */
  }

  .slide-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .work-card__title {
    min-height: 32px;
    display: flex;
    align-items: center;
  }

  .work-card__meta {
    min-height: 24px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
  }

  .work-card__desc {
    margin-top: 8px;
    line-height: 1.6;
    min-height: 3.2em;
  }

}

@media screen and (max-width: 768px) {

  #add .col-item,
  #book .col-item {
    width: 60%;
  }

  #add .col-size,
  #book .col-size {
    width: 20%;
  }

  #add .price,
  #book .price {
    width: 20%;
  }

  #web .col-item {
    width: 45%;
  }

  #web .col-size {
    width: 25%;
  }

  #web .col-price {
    width: 30%;
  }

  .size-custom {
    padding-left: 20px;
  }

  /* =============================================
  order-here
  メールでのお問合せ
  ============================================= */
  .order-here {
    display: block;
    padding: 70px 30px;
  }

  .order-here--title {
    text-align: left;
    padding-left: 80px;
  }

  .order-here--text {
    font-size: 14px;
    text-align: left;
    padding-left: 80px;
  }

  .order-here .btn {
    text-align: center;
  }

  .order-here a {
    width: 50vw;
  }


  /* =============================================
  worksセクション - タブレット対応
  ============================================= */

  .works__wrapper--swiper {
    margin-top: 50px;
  }

  .work-card__inner {
    flex-direction: column;
    border-radius: 30px;
  }

  .work-card__text {
    flex: none;
    padding: 26px;
    order: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* 縦並びの場合は上寄せ */
  }

  .work-card__title {
    min-height: 32px;
    display: flex;
    align-items: center;
  }

  .work-card__meta {
    min-height: 24px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
  }

  .work-card__desc {
    margin-top: 8px;
    line-height: 1.6;
    min-height: 3.2em;
  }

  .slide-media {
    min-height: 300px;
    order: 1;
    padding: 0;
  }

  .slide-media img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    margin: 0;
  }

  #works-slide {
    width: 90vw;
    max-width: 600px;
  }

}



/* =============================================



スマホ



============================================= */

@media screen and (max-width: 490px) {

  /* =============================================
共通
============================================= */

  .main-title {
    font-size: 28px;
    line-height: 1.7;
  }

  .sub-title {
    font-size: 12px;
  }

  .bg-color {
    background-image: url(../images/home/home-BG_sp.png);
  }

  /* =============================================
header
ヘッダー部分
============================================= */

  .header-container .logo {
    /* width: 250px; */
  }

  .header-container {
    padding: 20px 0;
  }

  .logo {
    width: 150px;
  }


  /* =============================================
kv
キービジュアル
============================================= */

  .kv {
    display: block;
    overflow: hidden;
    height: 220px;
  }

  .kv img {
    height: 100%;
    /* width: 80%; */
    /* width: 70vw; */
    /* width: 100%;
    height: 650px;
    object-fit: cover; */
    /* object-position: center 20%; */
    /* margin-left: auto; */
  }

  .kv-textbox {
    /* position: static; */
    position: absolute;
    display: block;
    /* padding-left: 20px;
    margin-right: -20vw; */
    left: 8%;
    top: 50%;
    transform: translateY(-50%);
  }

  .kv-textbox img {
    /* width: 50%; */
    width: 46vw;
    height: auto;
  }

  .kv-text {
    width: 100%;
    margin-top: 10px !important;
    font-size: 9px;
  }

  .kv-main {
    width: 100%;
    height: 280px;
    object-fit: contain;
    /* object-position: 20% center; */
    object-position: -20% center;
    padding-left: 150px;
    /* padding-left: 70px; */
    /* padding-left: 115px; */
  }


  /* =============================================
about
アバウト
============================================= */

  .about {
    margin-top: 50px;
  }

  .about-textbox {
    width: 90%;
  }

  .about-title {
    font-size: 24px;
    font-weight: 300;
  }

  .about-textbox__detail {
    font-size: 14px;
    margin-left: 25px;
  }

  .about-textbox__detail p {
    font-feature-settings: "palt";
  }

  .about-nav {
    margin-top: 50px;
    padding-left: 90px;
  }

  /* =============================================
about-box
アバウトボックス
============================================= */

  .about-box__detail {
    padding: 70px 40px 40px;
  }

  .about-data {
    padding: 40px 40px 70px;
  }

  .nav-title {
    font-size: 20px;
  }

  .nav-title::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-65%) rotate(45deg);
    width: 14px;
    height: 14px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    margin-right: 20px;
    transition: .3s;
  }
  
  .nav-title:hover::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-65%) rotate(45deg);
    width: 14px;
    height: 14px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-right: 20px;
  }

  /* =============================================
order
オーダー
============================================= */
  /* .order-here {
    padding: 70px 20px;
  } */

  .order-here--title {
    padding-left: 0;
  }

  .order-here--text {
    padding-left: 0;
  }

  /* =============================================
design
デザイン制作費用
============================================= */
  .desing-title-margin {
    margin-bottom: 50px;
  }

  .design-wrapper {
    width: 90%;
  }

  .design-title {
    font-weight: 100;
  }

  .design-table {
    font-size: 12px;
  }

  .design-table td {
    padding: 20px 2px;
  }

  .design-table td.item {
    /* padding-right: 8px; */
    padding-right: 0;
    padding-left: 8px;
  }

  #tool .col-item {
    width: 60%;
  }

  #book .col-item {
    width: 48%;
  }

  #web .col-item {
    width: 45%;
  }

  #web .col-size {
    width: 27%;
  }

  .col-item {
    width: 50%;
  }

  .col-size {
    width: 20%;
  }

  .col-price {
    width: 30%;
  }

  .size-custom {
    padding-left: 10px;
  }

  .comments {
    font-size: 12px;
    padding: 16px 8px;
  }


  /* =============================================
works
制作事例
============================================= */


  #works-slide {
    width: 95vw;
    max-width: 400px;
    /* スマホでは画面幅に応じて調整 */
    min-height: 520px;
  }

  .work-card__inner {
    flex-direction: column;
    border-radius: 40px;
    /* スマホでは縦並びレイアウト */
  }

  .work-card__text {
    flex: 0 0 28%;
    padding: 30px;
    order: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 200px;
    /* 縦並びの場合は上寄せ */
  }

  .work-card__title {
    min-height: 32px;
    display: flex;
    align-items: center;
  }

  .work-card__meta {
    min-height: 24px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
  }

  .work-card__desc {
    margin-top: 8px;
    line-height: 1.6;
    min-height: 3.2em;
  }

  .slide-media {
    min-height: 250px;
    order: 1;
    padding: 0;
    /* 画像を上に配置 */
  }

  .slide-media img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    margin: 0;
    /* スマホでも画像をカード全体に表示 */
  }


  /* =============================================
profile
プロフィール
============================================= */

  .profile {
    padding: 70px 0 70px;
  }

  .profile-text {
    width: 85%;
  }

  .profile-wrapper {
    margin-top: 20px;
  }

  .profile-name {
    font-size: 24px;
  }

  .custom-line {
    width: 85%;
    margin: 50px auto 40px;
  }

}