/** @format */
/** @format */
body {
  color: #333;
}

/** @format */
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
#b56e52
/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}/*# sourceMappingURL=front-page.css.map */


/*--------------------------------
メインビジュアル
---------------------------------*/
/* --- 1. 土台・背景（オレンジの光を強化） --- */
.mainvisual {
  width: 100%;
  margin-top: 80px;
  overflow: hidden;
  position: relative;
background: radial-gradient(
    circle at calc(50% + 300px) 50%, 
    rgba(226, 125, 96, 0.20) 0%, 
    rgba(226, 125, 96, 0.05) 600px, 
    #FDFBF7 850px
  );
  
  background-color: #FDFBF7;
}
section .top-section-inner h1,
section .top-section-inner h2 {
    margin: 0;
}
.mv-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  height: 720px;
  margin: 0 auto;
  overflow: hidden;
}

/* --- 2. 左側テキストエリア --- */

/* My Portfolio (背景の大きな筆記体) */
body .mainvisual .deco-text {
  position: absolute;
  top: -15%; 
  left: 10%;
  transform: translateY(-50%);
  width: 1200px;
  z-index: 100;
  font-family: 'Cormorant Garamond', serif;
  font-size: 130px;
  font-weight: 550;
  font-style: italic;
  color: #585353; 
  letter-spacing: 0.07em;
  pointer-events: none;
  margin: 0;
  line-height: 1;
}

.mv-contents {
  position: relative;
  z-index: 110;
  flex: 1;
}

/* サブタイトル */
body .mainvisual .mv-subtitle {
  margin: 100px 0 60px 40px;
  font-family: 'Cormorant Garamond', "Noto Serif JP", serif;
  font-style: italic;
  font-weight: 600; 
  font-size: 24px;
  color: #555;
  line-height: 1.8;
  letter-spacing: 0.15em;
  border-left: 2px solid #e27d60;
  padding-left: 25px;
}

body .mainvisual .mv-yago {
  font-family: 'Cormorant Garamond', "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: inline-block;
  padding-bottom: 8px;
  position: relative;
  z-index: 20;
  top: 100px; 
  left: 80px;
  margin: 0;
  opacity: 0;

  /* 文字色と背景の設定 */
  color: transparent; 
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(70deg, #555 0%, #555 45%, #d4af37 48%, #f9f1c0 50%, #d4af37 52%, #555 100%);
  background-size: 600% auto;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;

  /* 初回表示時のアニメーション */
  animation: 
    fadeUpFix 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.8s forwards,
    /* ★3. forwardsで終了状態を維持 */
    shine 4.0s linear 1.0s 3 forwards;
}

/* --- 3. 右側ビジュアルエリア --- */
body .mainvisual .mv-visual {
  position: relative;
  z-index: 10;
  /* マスクで端をぼかす効果を復活 */
  -webkit-mask-image: radial-gradient(circle, #000 60%, rgba(0,0,0,0) 100%);
  mask-image: radial-gradient(circle, #000 60%, rgba(0,0,0,0) 100%);
  box-shadow: 0 30px 60px rgba(226, 125, 96, 0.1); 
  transform: rotate(2deg); 
  transition: transform 0.3s ease;
}

body .mainvisual .mv-visual:hover {
  transform: rotate(0deg);
}

/* 画像の箱（揺れる動きを追加） */
body .mainvisual .visual-box {
  position: relative;
  width: 560px;
  height: 580px;
  background-image: url("../../image/MV_picture.png");
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  overflow: hidden;
  transform-origin: center;
  animation: gentleSway 2.5s cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.8s 1 forwards;
}

/* 乗算・ぼかし用のレイヤー */
.visual-box-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #FDFBF7; /* 背景色で馴染ませる */
  mix-blend-mode: multiply;
  opacity: 0.15;
  pointer-events: none;
}

/* クロネコ */
.mv-cat {
  position: absolute;
  bottom: 20px;
  right: 5%;
  width: 20%;
  z-index: 120;
}

/* --- 4. アニメーション定義 --- */

@keyframes fadeUpFix {
  0% { opacity: 0; transform: translateY(10px); }
  100% { opacity: 1; transform: translateY(0); }
}

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

@keyframes gentleSway {
  0% { transform: rotate(0deg) scale(1); }
  20% { transform: rotate(-1deg) scale(1.01); }
  50% { transform: rotate(1deg) scale(1.01); }
  80% { transform: rotate(-0.5deg) scale(1); }
  100% { transform: rotate(0deg) scale(1); }
}

/* --- 5. レスポンシブ --- */

@media (max-width: 768px) {
  /* 1. 土台の調整 */
  .mv-inner {
    flex-direction: column;
    text-align: center; 
    height: auto;
    padding: 60px 20px 40px;
    box-sizing: border-box;
  } 

  /* ２.タイトルの調整 */
  body .mainvisual .deco-text {
    position: relative;
    font-size: 60px;
    top: 0;
    left: 0;
    transform: none;
    
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  /* ３. サブタイトルの調整 */
  body .mainvisual .mv-subtitle {
    position: relative;
    margin: 80px 0;
    width: 90%;
    font-size: 16px;
    letter-spacing: 0.02em;
    padding-left: 5px;
    border-left: 3px solid #e27d60;
    text-align: left;
  }
  /* ４. 屋号の調整 */
  body .mainvisual .mv-yago {
    position: relative;
    top: 0;
    left: 0;
    display: table;
    font-size: 18px;
    margin: 50px auto;
    text-align: center;
    background-clip: text;
    -webkit-background-clip: text;
  }

  /* ５. 画像エリアの外枠：はみ出し防止 */
  body .mainvisual .mv-visual {
    margin-top: 40px;
    width: 100%;
    display: block;
    text-align: center;
    transform: rotate(0deg);
  }

  /* ６. 画像ボックス　*/
  body .mainvisual .visual-box {
    display: block;
    width: 100%;
    max-width: 450px;
    height: 350px;
    margin: 0 auto;
    
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    
    /* PC版のアニメーション（揺れ）をスマホでも継続 */
    animation: gentleSway 2.5s cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.8s 1 forwards;
  }
}

/*--------------------------------
Worksセクション
---------------------------------*/
:root {
  --container-w: 1200px;
  --frame-w: 560px;
  --gap: 30px;
  --side-w: 290px;
  --one-step: calc(var(--frame-w) + var(--gap));
}

.slider-container {
  max-width: var(--container-w);
  margin: 0 auto;
  overflow: hidden;
  padding: 60px 0 10px;
  display: flex;
  flex-direction: column;
  background-color: #FDFBF7;
}

.slider-inner {
  display: flex;
  gap: var(--gap);
  width: max-content;

  /* 初期位置：2セット目のProject01を中央に配置 */
  margin-left: calc(320px - (var(--one-step) * 3));
  transform: translateX(0);

  /* 描画の安定化 */
  will-change: transform;
  backface-visibility: hidden;
  padding-right: 2500px;
  animation: infinite-slide 16.5s linear infinite;
}

/* 横スライド*/
.swiper{
  width: 100%;
  height: 500px;
  /* max-width: 100vw; */
  max-width: 1200px;
  margin: 0 auto;
  /* padding: 60px 0;   */
  overflow: hidden;
}
.swiper-slide {
  width: 650px;
  max-width: 80%;
  opacity: 0.5;
  transition: opacity 0.3s;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background-color: #f0f0f0;
  border-radius: 8px;
  position: relative;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
  cursor: pointer;
  box-sizing: border-box; 
}
.swiper-slide img {
  display: block  ;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  /* padding: 20px 0; */
}
.swiper-slide-active {
  opacity: 1;
  cursor: pointer;
} 
.swiper-slide:hover {
  transform: translateY(-15px);
  background-color: #FFFAF1;
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}
.swiper-slide-active:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  opacity: 1;
}
.swiper-slide:not(.swiper-slide-active):hover {
  transform: none;
  cursor: default;
}

@media (max-width: 768px) {
 .swiper{
  padding: 30px 0;  
  height: 250px;
 }
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 90%;
 }
.swiper-slide img {
  width: 100%;
  height: 100%;
  padding: 0; 
  object-fit: contain;
  }
}


/* --- アニメーションの計算を 0 基点とする --- */
/*５枚スクロール*/

  /*３枚スクロール
  /* 0%, 30.3% { transform: translateX(0); }                               0% は margin で指定した「Project01中央」からスタート */
  /*33.3%, 63.6% { transform: translateX(calc(-1 * var(--one-step))); } */    /* Project02を中央へ（1枚分左へ） */
  /*66.6%, 96.9% { transform: translateX(calc(-2 * var(--one-step))); } */   /* Project03を中央へ（2枚分左へ） */
  /*100% { transform: translateX(calc(-3 * var(--one-step))); }  */         /*100%：次のProject01が中央に来るまで動かし、瞬時に 0% へ戻る*/
/* } */

/* --- 各アイテムの設定（再確認） --- */
.slide-item {
  flex: 0 0 var(--frame-w);
  height: 400px;
  background-color: #F3F3F3;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: transform 0.4s ease;
}

.type-lp img {
  width: 500px;   
  height: auto;   
  object-fit: contain;
  display: block;
}
.type-banner img {
  width: 350px; 
  height: auto; 
  object-fit: contain;
  display: block;
}
.slider-inner:hover {
  animation-play-state: paused;
}
.works-wrapper{
    width: 100%;
    background-color:#FDFBF7;
    margin: 0 auto;
    position: relative;
}
.works-btn-wrap{
    display: flex;
    /* gap: 35px; */
    position: relative;
    width: fit-content;  
    margin: 20px auto 0;
}
.main-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 100px;
  padding: 16px 28px;
  border-radius: 20px;
  background-color: #C76B4A;
  color: #FFFFFF;
  text-decoration: none;
  margin: 80px auto;
  gap: 20px;

  transition:
      background-color .3s ease,
      transform .2s ease,
      box-shadow .2s ease;
}
.main-btn:hover{
  background-color: #AF5E41;
  transform: translateY(-2px);
  box-shadow: 2px 4px 4px rgba(0,0,0,0.15);
}
.btn-text{
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 10px;
}
.btn-ja{
  font-family:"noto sans JP";
  font-size: 27px;    
  font-weight: bold;
  letter-spacing: 0.05em;
}
.btn-en{
  font-family:"noto sans JP";
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: lowercase;
}
.main-btn:hover .btn-icon{
  transform: translateX(4px);
  animation: tail-swing 1s ease-in-out;
}
.works-btn{
    width: 100%;
    margin-top: 40px;
    text-align: center;
    z-index: 30;
}
.works-btn-icon img{
    width: 20px;
    height: auto;
    display: block;
    color: #ffffff;
}
.works-cat-wrap{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
.works-cat1{
    width: 55px;
    position: absolute;
    left: -100px;
    bottom: 30%;
}
 .works-cat2{
    width: 25px;
    position: absolute;
    left: -120px;
    bottom: 30%;    
    transform-origin: bottom right ;
} 

.works-btn-wrap:hover .works-cat2 {
  animation: tail-swing 1s ease-in-out;
}

@keyframes tail-swing {
  0%   { transform: rotate(0deg); }
  12.5%{ transform: rotate(5deg); }
  25%  { transform: rotate(0deg); }
  37.5%{ transform: rotate(-5deg); }
  50%  { transform: rotate(0deg); }
  62.5%{ transform: rotate(5deg); }
  75%  { transform: rotate(0deg); }
  87.5%{ transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}

@media (max-width: 768px) {
  .works-btn-wrap {
      width: 70%;
      margin: 60px auto 0;
      display: flex;
      justify-content: center;
      flex-direction: column;
      position: relative;
    }
    .main-btn {
        width: 100%;
        max-width: 400px;
        height: 50px; 
        min-height: 70px;
        padding: 15px;
        /* margin: 60px 0; */
        display: flex; 
    }
    .works-cat-wrap{
      width: 70px;
      height: auto;
      position: relative;
    }
    .works-cat2{
      width: 17px;
      height: auto;
      position: absolute;
      margin-left: 127px;
      bottom: -40px;
      z-index: 1;
    }
    .works-cat1{
      width: 30px;
      height: auto;
      position: absolute;
      margin-left: 120px;
      bottom: -40px;
      z-index: 2;
    }
    .btn-ja {
        font-size: 20px;
    }
    .btn-en {
         font-size: 16px;
    }
    .floating-logo {
        position: fixed;
        right: 20px;
    }
  }

/*--------------------------------
Servicesセクション
---------------------------------*/

.service{
    background-color:#FDFBF7;
    margin: 0 auto;
}
.service-wrapper{
    width: 100%;
    background-color:#FDFBF7;
    margin: 0 auto;
    position: relative;
}
.card-wrapper{
    display: flex;
    justify-content: center;
    gap: 40px;
}
.service-card {
  width: 380px;
  height: 480px;
  padding: 32px 24px;
  background-color: #fdf7e8;
  margin: 60px 0;
  border-radius: 16px;
  text-align: center;
  color: #555;
}
.card-header {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 4px;
}
.card-number {
  font-size: 40px;
  font-weight: bold;
  color: #32675D;
  letter-spacing: 0.05em;
}
.card-title {
  font-size: 24px;
  font-weight: 600;
  color: #666666;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}
.card-subtitle {
  font-family: "noto sans JP";
  font-size: 14px;
  font-weight: bold;
  color: #666666;
  margin-bottom: 20px;
}
.card-image {
  display: block;
  max-width: 300px;  
  margin: 0 auto; 
  background-color: #F3F3F3;
  border-radius: 5px;
  margin-bottom: 25px;
}
.card-image img {
  max-width: 100%;
  height: auto;
}
.card-text {
  font-family: "noto sans JP";
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #666666;
  padding: 0 20px;
  text-align: left;
}

@media (max-width: 768px) {
  .card-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 0 20px;
  }
  .service-card {
    width: 100%;
    max-width: 380px;
    height: auto;
    margin: 60px 0 0;
  }
  .service-card:last-child{
    margin-bottom: 60px;
  }
  .card-image {
    width: 100%;
    max-width: 300px;
  }
}
/*--------------------------------
Aboutセクション
---------------------------------*/
  .about {
    background-color:#FDFBF7;
  }
  .about-wrapper{
    display: flex;
    margin: 0 auto;
    max-width: 1440px;
    padding: 80px 0 160px;  
  }
  .about-inner {
    display: flex;
    align-items: center; 
    max-width: 1200px;
    margin: 0 auto;
    gap: 60px;
  }
  /*Left side*/
  .about-image{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      flex: 1;
  }
  .about-image img {
    width: 272px;
    height: 272px;
    border-radius: 50%;
    background-color: #F3F3F3;
    padding: 20px;
    margin-bottom: 36px;
    object-fit: contain;
  }
  .about-name{
    font-family: noto sans JP;
    font-size: 20px;
    font-weight: bold;
    color: #555555;
    letter-spacing: 0.08em;
    margin-bottom: 14px;
  }
  .about-message{
    font-family: noto sans JP;
    font-size: 15px;
    font-weight: normal;
    color: #555555;
    letter-spacing: 0.16em;
    line-height: 1.8    ;
  }
  /*Right side*/
  .about-text-wrap{
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .about-text{
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
    
  }
  .skill-title {
      font-family: noto sans JP;
      font-size: 20px;
      font-weight: bold;
      color: #555555;
      letter-spacing: 0.08em;
      margin: 0 100px 14px 0;
      flex: 1;
  } 
  .skill-text li{
      font-family: noto sans JP;
      font-weight: bold;
      list-style: disc;       /*黒ポチを表示*/
      font-family: noto sans JP;
      font-size: 15px;
      font-weight: normal;
      color: #555555;
      letter-spacing: 0.16em;
      margin: 0 100px 8px 40px;
  }
  .skill-text li:last-child{
      margin-bottom: 72px;
  }
  .skill-text-p{
      font-size: 15px;
      font-family: noto sans JP;
      color: #555555;
      letter-spacing: 0.16em;
      line-height: 1.5;
      margin: 0 0 8px 40px;
  }

@media (max-width: 768px) {
  .about-wrapper {
    padding: 40px 0;
  }
  .about-inner {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 40px 20px;
  }

  /* 左側（イラスト・名前）のリセット */
  .about-image {
    margin-left: 0;
    align-items: center;
    text-align: center;
  }
  .about-image img {
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
  }
  .about-name{
    margin: 40px;
  }
  .about-message{
    text-align: left;
    padding: 0 20px;
  }
  /* 右側（スキル・ポリシー）のリセット */
  .about-text {
    width: 100%;
    padding: 0 20px;
  }
  .skill-title {
    font-size: 17px;
    margin: 0 0 40px 0;
    text-align: center;
  }
  .skill-text li {
    text-align: left;
    width: fit-content;
    margin: 0 0 8px 0;
    list-style-position: inside;  
  }
  .skill-text-p {
    margin: 0 0 8px 0;
    text-align: left;
    padding-left: 20px;
  }
}
  
/*--------------------------------
サンクスページ
---------------------------------*/
.thanks-wrapper{
    background-color: #FDFBF7 ;
    max-width: 1440px;
    margin: 0 auto;
}
.thanks-container {
  max-width: 840px;
  margin: 0 auto;
  padding-top: 60px;
}

.thanks-title{
  font-family: "noto sans JP";
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin: 100px 0 40px;
  color: #555555;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 70px;
}
.thanks-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 1px; 
  background-color: #555555;
}
.thanks-text1{
  font-family: "noto sans JP";
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin: 0 0 40px;
  color: #555555;  
}
.thanks-text2{
  font-family: "noto sans JP";
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin: 0 0 5px;
  color: #555555;  
}
.thanks-text2:last-of-type{
  margin: 0 0 40px;
}
.thanks-name {
  font-family: "noto sans JP";
  font-size: 24px;
  text-align: center;
  font-weight: black;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin: 0 0 5px;
  color: #555555;  
}
.thanks-tel {
  font-family: "noto sans JP";
  font-size: 20px;
  text-align: center;
  font-weight: black;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin: 0 0 40px;
  color: #555555;  
}
.thanks-btn-wrap{
  display: flex;
  justify-content: center;
  gap: 8px;
}
.thanks-btn{
  width: 200px;
  height: 60px;
  padding: 15px 15px;
  border: none;
  border-radius: 8px;
  color: #FFFFFF;
  font-family: "noto sans JP";
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 210px;
  cursor: pointer;
  transition: opacity 0.3s;
  background-color: #AF5E41;
}
.thanks-btn-icon img{
  width: 12px;
}

@media (max-width: 768px){
  .thanks-container {
    padding: 60px 20px 0;
  }
  .thanks-title{
    font-size: 24px;
  }
  .thanks-title::after {
    width: 250px;
  }
  .thanks-text1{
    font-size: 17px;
  }
  .thanks-text2{
    font-size: 16px;
    letter-spacing: 0.02em;
  }
  .thanks-name {
    font-size: 18px;
  }
  .thanks-tel {
    font-size: 16px;
  }


}

/*--------------------------------
商品一覧ページ（Gallery）
---------------------------------*/

.gallery-container {
    background-color: #FDFBF7;
    padding-bottom: 60px; 
}
.gallery-inner{
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 20px;

}
.gallery-filter-nav {
    display: flex;
    gap: 10px;
    margin: 30px 0;
}

.filter-btn {
    background-color: #FFFFFF;
    border: 1px solid #333333;
    padding: 8px 25px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 80px;
    color: #333333;
    letter-spacing: 0.05em;
}

.filter-btn.active {
    background-color: #fbc67b;
    border-color: #fbc67b;
}

.filter-btn:hover {
    background-color: #F3F3F3;
}

.gallery-grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.grid-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F3F3F3;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.grid-item:nth-child(1){
  margin-top: 40px;
}
.grid-item:nth-child(2){
  margin-top: 40px;
}
.grid-img{
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
  object-fit: contain;
}

@media (max-width: 768px) {
    .gallery-grid-container {
        grid-template-columns: 1fr;
    }
    
    .gallery-filter-nav {
        flex-wrap: wrap;
    }
}

/*--------------------------------
詳細ページ
---------------------------------*/
.detail-inner{
  background-color: #FDFBF7;
  overflow: hidden;
  margin-top: 100px;
} 

@media (max-width: 768px) {
  .detail-inner{
    padding: 0 20px;
  }
}

.detail-img{
  max-width: 840px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #F5F5F5;
  margin-top: 60px;
  margin-bottom: 60px;
}
.detail-img img{
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.detail-content {
  max-width: 840px;
  margin: 80px auto;
  padding: 100px;
  background-color: #F5F5F5;
  margin-top: 60px;
  /* margin-bottom: 60px; */
}

@media (max-width: 768px) {
  .detail-content{
    padding: 20px;
  }
}

.info-list {
  margin-bottom: 40px;
}
.info-item {
  display: flex;
  margin-bottom: 15px;
  align-items: flex-start;
}
.info-item dt {
  width: 150px;
  font-family: "noto sans JP";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.16em;
}
.info-item dd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-family: "noto sans JP";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.16em;
}
.info-item dd:first-child{
  gap: 1px;
}
.detail-tag2 {
  display: inline-block;
  border: 1px solid #666;
  padding: 2px;
  width: 54px;
  text-align: center; 
  font-size: 0.8em;
  color: #333333;
  letter-spacing: 0.01em;
}
.detail-title {
  width: 200px;
  font-family: "noto sans JP";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.16em;
  margin-bottom: 8px;
}
.detail-title:first-child {
  margin-top: 80px;
}
.detail-text {
  width: 500px;
  font-family: "noto sans JP";
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}