@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Nuosu+SIL&family=Open+Sans:wght@600&display=swap');

* {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  padding: 0 0 0 0;
}

body,
nav,
ol,
ul,
p,
header,
footer,
section,
div,
img,
figure {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
a,
dt,
dd,
label,
span,
input,
textarea,
th,
td
address {
  font-size: 0.8rem;
  line-height: 1.9;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: #002c43;
}
a {
  text-decoration: none;
}
a,
a:link,
a:visit,
a:hover {
  color: #000000;
}
a {
  opacity: 1.0;
  transition: .3s;
}
a:hover {
  opacity: 0.7;
  transition: .3s;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
}
.sp {
  display: block;
}
.pc {
  display: none;
}
.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 2s;
}
.fadein.active {
  opacity: 1;
  transform: translate(0, 0);
}
.fadein_load {
  animation: fadein 2s forwards;
}
.delay-time1 {
  transition-delay: 0s;
}
.delay-time2 {
  transition-delay: 0.6s;
}
.delay-time3 {
  transition-delay: 0.3s;
}
@keyframes fadein {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}
html {
  scroll-behavior: smooth;
}
/*header*/

 /* ========= ヘッダー全体 ========= */
header {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* ========= スライダー部分 ========= */
.slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* 各画像 */
.slider .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  opacity: 0;
  animation: zoomFade 32s ease-in-out infinite;
}

/* 各画像の開始タイミング */
.slider .slide:nth-child(1) { animation-delay: 0s; }
.slider .slide:nth-child(2) { animation-delay: 8s; }
.slider .slide:nth-child(3) { animation-delay: 16s; }
.slider .slide:nth-child(4) { animation-delay: 24s; }

/* === フェード＋ズームアニメーション === */
@keyframes zoomFade {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  5% {
    opacity: 1;
    transform: scale(1.02);
  }
  25% {
    opacity: 1;
    transform: scale(1.12);
  }
  30% {
    opacity: 0;
    transform: scale(1.15);
  }
  100% {
    opacity: 0;
    transform: scale(1.15);
  }
}
/* ========= ヘッダー全体 ========= */

.top_item--img {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}
.top_item--catch {
  /*要素の配置*/
  position: absolute;
  /*要素を天地中央寄せ*/
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  /*見た目の調整*/
  color: #fff;
  font-size: 1.15rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  animation: blurLateViewAnimation 2s forwards;
  z-index: 10000;
  text-align: center;
  letter-spacing:0.2em;
}

/* main_start */
section{
  width: 100%;
  max-width: 90%;
  margin: 0px auto;
}
.main_background {
  background:#F1F8ed;
  position: relative;
}
.concept_container{
  width: 100%;
  max-width: 30%;
  margin: 30px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.concept_container--logo{
  width: 100%;
  max-width: 120px;
  margin: 30px auto;
}
.concept_container_text{
  display: flex;
  justify-content: center;
  align-items: center;
}
.vertical_text{
  writing-mode: vertical-rl;
  font-size: 1rem;
  line-height: 2.2;
}
.concept_container--description{
  letter-spacing: 2;
  margin-bottom: 80px;
}
.concept_img-container{
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.concept_img-container--logo{
  display: inline-block;
  width: 100%;
  position: relative;
}
.concept_img-item--logo{
  position: absolute;
  width: 100%;
  max-width: 80px;
  top: 30px;
  left: 30px;
}
.concept_img-container--pic{
  width: 100%;
  max-width: 60%;
  display: inline-block;
  margin-bottom: 80px;
}
.name_container{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.name_area{
  display: block;
}
.name_item_tl{
  font-size: 1.2rem;
  color: #231815;
  letter-spacing: .5rem;
  margin-bottom: 10px;
}
.name_item_text{
  color: #231815;
  font-style: italic;
  letter-spacing: .05rem;
  text-align: center;
}
.secondary-concept_container{
  margin: 0 auto;
}
.secondary-concept_container--text{
  padding-top: 30px;
  padding-bottom: 80px;
  display: flex;
  justify-content: center;
  letter-spacing: .1rem;
}
.secondary-concept_container--discriptionarea{
  margin: 0 auto;
}
.secondary-concept_container--img{
  display: inline-block;
  margin-bottom: 30px;
}
.secondary-concept_container--description{
  display: inline-block;
  margin-bottom: 100px;
  letter-spacing: 2.2;
}
.image_area{
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.image_container{
  display: inline-block;
  margin-bottom: 30px;
}
.image_container_right{
  display: flex;
  justify-content: flex-end;
}
.image_container_left{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.image_item_pic01{
  width: 100%;
  max-width: 80%;
  margin-bottom: 20px;
}
.image_item_pic02{
  width: 100%;
  max-width: 60%;
  margin-bottom: 50px;
}
.image_item_pic03{
  width: 100%;
  max-width: 15%;
  margin-top: 20px;
  margin-left: 35px;
}
.image_item_pic04{
  width: 100%;
  max-width: 70%;
  margin-bottom: 30px;
  margin-right: 30px;
}
.image_item_pic05{
  width: 100%;
  max-width: 50%;
  margin-bottom: 10px;
  margin-left: 30px;
}
.image_item_pic06{
  width: 100%;
  max-width: 50%;
  margin-bottom: 50px;
  margin-right: 30px;
}
.image_item_pic07{
  width: 100%;
  max-width: 90%;
  padding-bottom: 30px;
}
.onlinestore_area{
  width: 100vw;
  max-width: 100%;
  margin: 0 auto;
  height: 100%;
  background: #fff;
}
.onlinestore_container{
  display: flex;
  justify-content: center;
}
.onlinestore_item--heading{
  width:100%;
  max-width: 90px;
  margin: 50px auto;
  display: inline-block;
  text-align: center;
}
.onlinestore_item--ttl{
  letter-spacing: .05rem;
}
.craftlist_area{
  width: 100vw;
  max-width: 100%;
  margin: 0 auto;
  height: 100%;
  background: #faf8f5;
  padding: 80px 0;
}
.craftlist_contents_ttl{
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}
.craftlist_contents_ttl h2{
  line-height: 2;
  letter-spacing: .1rem;
  font-size: 1rem;
  color: #617A85;
}
.craftlist_container--button{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
}
.craftlist_contents--button a{color: #231815;text-decoration: none;}
.craftlist_contents--button ul li{
  margin-bottom: 10px;
  color: #617A85;
}
.craftlist_contents--button ul li a{
  font-size: .85rem;
}
.back-to-top {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  opacity: 0;
}
.pagetop_img{
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 100;
}
footer {
  width: 100%;
  padding: 3em 0;
  background-color: #F2EEE7;
}
.h_logo_container{
  width: 100%;
  max-width: 180px;
  margin: 10px auto;
}
.under_h_logo_text{
  text-align: center;
  color: #231815;
  letter-spacing: .05rem;
  margin-bottom: 10px;
  padding-left: 25px;
}
.footer p{
  color: #000000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, sans-serif;
}

.footer .logo {
  width: 280px;
  height: auto;
  margin: 0 auto 1em;
}
a:visited {
  color: #000000;
}
.footer .address {
  width: 90%;
  margin: 0 auto 0.5em auto;
  text-align: center;
}
.footer .open {
  width: 90%;
  margin: 0 auto 1em auto;
  text-align: center;
}
.footer {
  text-align: center;
}

.footer .navSns {
  display: inline-flex;
  justify-content: center;
  gap: 16px;
  margin: 1.5em auto;
  padding: 0;
  list-style: none;
}
.navSns {
  display: flex;
  justify-content: center;  /* 中央寄せ */
  gap: 16px;                /* アイコン同士の間隔 */
  margin: 2em auto 1.5em;   /* 上下マージンは残す */
  padding: 0;
  list-style: none;
}
@media (min-width: 1200px){
.navSns {
    margin: 0 0 0 0;
    margin-left: 0;
}}

/* .navSns li {
  width: 20px;
  margin: 0 0 0 0;
} */


.footer .navList {
  width: 100%;
  max-width: 420px;
  margin: 20px auto 35px;
  display: flex;
  justify-content: center;  /* ←これを追加 */
  flex: 0 1 auto;
  padding: 0;
  list-style: none;
}
.footer .navList li {
  border-right: 1px solid #000000;
  padding: 0 5px;
  line-height: 1.0;
}
.footer .navList li a {
  font-size: 0.65rem;
  padding: 0;
  line-height: 1.0;
  opacity: 1;
  color: #000000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, sans-serif;
}

.footer .navList li:last-child {
  border-right: none;
}
.footer .produced {
  width: 100%;
  max-width: 470px;
  margin: 1em auto;
  font-size: 0.8rem;
  text-align: center;
}
.footer .produced a {
  display: inline-block;
  width: 250px;
  vertical-align: middle;
  line-height: 1.0;
}
.footer .copyright {
  margin: 0;
  padding: 0;
  font-size: 0.7rem;
  text-align: center;
}
.footer .copyright small {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, sans-serif;
}

@media (min-width:768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .section{
    width: 100%;
    max-width: 1056px;
    margin: 0 auto;
  }
  .top_item--catch {
    font-size: 1.5rem;
  }
  .concept_area{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    max-width: 1056px;
    margin: 0 auto;
    margin-bottom: 120px;
  }
  .concept_container--logo{
    width: 100%;
    max-width: 170px;
    padding-top: 50px;
    margin: 50px auto;
  }
  .vertical_text{
    writing-mode: vertical-rl;
    font-size: 1.15rem;
    line-height: 2.2;
    letter-spacing: .15rem;
  }
  .concept_container--description{
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .concept_img-container--pic{
    max-width: 40%;
    margin-bottom: 100px;
  }
  .concept_img-item--logo{
    top: 150px;
    left: 100px;
  }
  .name_area{
    display: block;
    margin-bottom: 150px;
  }
  .name_item_tl{
    font-size: 1.5rem;}
  .secondary-concept_container{
    display: flex;
    justify-content: flex-start;
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
  }
  .secondary-concept_container--img{
    display: inline-block;
    margin-bottom: 70px;
    width: 100%;
    max-width: 65%;
  }
  .secondary-concept_container--text{
    order: 2;
    margin-top: -80px;
  }
  .secondary-concept_container--discriptionarea{
    order: 1;
    margin-bottom: 50px;
  }
  .secondary-concept_container--description p{
    letter-spacing: 2.2;
    line-height: 1.9;
  }
  .image_area{
    width: 100%;
    max-width: 1056px;
    margin: 0 auto;
  }
  .image_item_pic01{
    width: 100%;
    max-width: 65%;
    margin-bottom: 80px;
  }
  .image_item_pic02{
    width: 100%;
    max-width: 45%;
    margin-bottom: 80px;
  }
  .image_item_pic03{
    width: 100%;
    max-width: 15%;
    margin-top: 50px;
    margin-left: 110px;
  }
  .image_item_pic04{
    width: 100%;
    max-width: 57%;
    margin-bottom: 50px;
    margin-right: 30px;
  }
  .image_item_pic05{
    width: 100%;
    max-width: 40%;
    height: auto;
    margin-bottom: 30px;
    margin-left: 30px;
  }
  .image_item_pic06{
    width: 100%;
    max-width: 35%;
    margin-bottom: 100px;
    margin-right: 30px;
  }
  .image_item_pic07{
    width: 80%;
    max-width: 80%;
    padding-bottom: 100px;
  }
  /* .onlinestore_area{
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
    background: #fff;
  } */

  .craftlist_container{
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items:center;
  }
  .craftlist_container .craftlist_contents_ttl{
    order: 3;
  }
  .craftlist_contents_ttl h2{
    font-size: 1.2rem;
  }
  .craftlist_container--button{
    display: flex;
    justify-content: space-around;
    text-align: start;
    order: 1;
  }
}


@media screen and (max-width: 320px) {
  .lt-container>.col .vertical_description {
    line-height: 1.5;
  }

  #concept .lt-container>.col h2 {
    font-size: 1.2rem;
  }
}

@media (max-width: 769px) {
  #catchcopy_top {
    font-size: 1.2rem;
  }
}

@media screen and (min-width:768px) and (max-width: 980px) {
  .lt-container>.col {
    width: 48%;
  }
}

@media (min-width:980px) {
  .lt-container>.col {
    width: 40%;
    margin: 0;
  }
}




/* .scrolldown {
  position: absolute;
  left: 10%;
  bottom: 10px;
  height: 50px;
  animation: arrowmove .8s ease-in-out infinite;
}
@keyframes arrowmove {
  0% {
    bottom: 1%;
  }

  50% {
    bottom: 1.7%;
  }

  100% {
    bottom: 1%;
  }
} */

.blurView_Top {
  filter: blur(10px);
  animation: blurViewTopAnimation 0.75s linear forwards;
}

@keyframes blurViewTopAnimation {
  100% {
            filter: blur(0);
  }
}

.blurView {
  filter: blur(10px);
}
.blurView.scrollIn{
  animation: blurViewAnimation 0.75s linear forwards;
}

@keyframes blurViewAnimation {
  100% {
            filter: blur(0);
  }
}


.blurLateView {
  filter: blur(10px);
  opacity: 0;
}
.blurLateView.scrollIn {
  animation: blurLateViewAnimation 1s linear forwards;
}
@keyframes blurLateViewAnimation {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 0;
  }
  25% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 1;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

/* =========共通 =========*/
.w100{width: 100% !important;}
#header .logo{width: 200px; margin: 10px 0 10px 20px;}
    /* ヘッダーの初期状態 */
    #header {
      position: fixed;
      top: -100px; /* 最初はヘッダーが画面外に隠れている */
      left: 0;
      width: 100%;
      padding: 10px 0;
      transition: top 0.3s ease-in-out; /* スライドインのアニメーション */
      z-index: 1000;
    }
    
    /* ヘッダーのナビゲーション */
    #header nav ul {
      list-style: none;
      display: flex;
      justify-content: center;
    }
    
    #header nav ul li {
      margin: 0 15px;
    }
    
    #header nav ul li a {
      color: white;
      text-decoration: none;
      font-size: 1.2rem;
    }
.title-area {
  display: flex;             /* ← 中央揃えの基本 */
  justify-content: center;   /* ← 横方向に中央寄せ */
  align-items: center;       /* ← 縦方向にも中央寄せ（必要に応じて） */
  width: 100%;
  margin: 0 auto;
}

.logo-title {
  width: 200px !important;
  margin: 30px auto;         /* ← 自動中央寄せ（保険としてOK） */
  display: block;            /* ← inline要素のままだとずれる可能性があるためblockに */
}
.al-c{text-align: center;letter-spacing: .3rem !important;}
.wrapper{margin-top: 200px;}
.container img{width: 100%;}
.m100-b{margin-bottom: 100px;}
.m50-b{margin-bottom: 50px;}
@media (max-width:768px) {
.wrapper{margin-top: 100px;}
.m100-b{margin-bottom: 50px;} 
.m50-b{margin-bottom: 30px;} 
}
.italic a{text-decoration: none;color: #000;}

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

/* =========メニュー =========*/
.menu_item--logo{margin-bottom: 2rem;width: 100px;}
  /* メニューアイコン */
  .menu-icon-area {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1001;
  }

  .menu-icon {
    width: 35px;
    height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
  }

  .menu-icon span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #002c43;
    transition: all 0.3s ease;
    z-index: 9999;
  }

/* メニュー全体のデザイン */
.menu-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  color: #002c43;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  z-index: 1; /* z-indexを修正 */
}

  .menu-content ul {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
  }

  .menu-content li {
    margin: 20px 0;
  }

  .menu-content li a {
    text-decoration: none;
    color: #002c43;
    letter-spacing: 0.2rem;
    font-size: 1rem;
  }

/* 閉じるボタン */
.close-button {
  position: absolute;
  top: 0px;
  right: 10px;
  background: none;
  border: none;
  color: #002c43;
  font-size: 2rem;
  font-weight: lighter;
  cursor: pointer;
  z-index: 100000001 !important; /* close-buttonのz-indexを保持 */
}

  /* メニューアイコン変化時（×の状態） */
  .menu-icon.open span:nth-child(1) {
    transform: rotate(45deg) translateY(9px) translateX(7px);
  }

  .menu-icon.open span:nth-child(2) {
    opacity: 0;
  }

  .menu-icon.open span:nth-child(3) {
    transform: rotate(-45deg) translateY(-9px) translateX(7px);
  }

  /* メニュー表示 */
  .menu-content.open {
    opacity: 1;
    visibility: visible;
  }
/* =========メニュー =========*/
/* =========study =========*/
.name_item_tl2{
  font-size: 1.2rem;
  color: #002c43;
  letter-spacing: .5rem;
  margin-bottom: 10px;
}

.name_item_text2{
  color: #231815;
  font-style: italic;
  letter-spacing: .05rem;
  text-align: left;
}
.italic{
  font-style: italic;
  color: #231815;
  margin-right: .3rem;
}
#study{background-color: #fff;}
#study a{text-decoration: none;}
#study img {
  width: 100%;
  aspect-ratio: 1 / 1; /* 正方形を維持 */
  object-fit: cover;   /* 中央をトリミング */
  margin-bottom: 10px;
  display: block;
}
.study-link:hover .container-fluid {
  background-color: #F1F8ed !important;
}
@media (max-width: 769px) {
#study img{margin-bottom: 10px;}
}
.red{color: #ff0000;}


/* ========= プロダクト ========= */
.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  max-width: 800px;
  margin: 0 auto;
}

.item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3; /* ← 比率固定（4:3など好みに変更可） */
}

/* === 画像 === */
.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;     /* ← これで中央トリミング */
  object-position: center; /* ← 画像中央を基準に切り抜き */
  display: block;
  transition: transform 0.6s ease;
}

/* hoverでズーム効果 */
.item:hover img {
  transform: scale(1.05);
}

/* === キャプション === */
.caption {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  transition: opacity 0.4s ease;
  text-align: center;
}

/* hoverで表示 */
.item:hover .caption {
  opacity: 1;
}

/* 日本語（小さく） */
.caption .jp {
  font-size: 13px;
  color: #000;
  letter-spacing: 0.05em;
  font-style: italic;
  line-height: 1;
  margin-bottom: 0;
}

/* 英語（大きくイタリック） */
.caption .en {
  font-size: 25px;
  font-style: italic;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 5px;
}

/* === スマホ === */
@media screen and (max-width: 768px) {
  .caption .jp {
    font-size: 11px;
  }
  .caption .en {
    font-size: 18px;
  }
}
/* =========プロダクト =========*/


/* =========プロダクト投稿 =========*/

 /* === メインスライド === */
.main-slider {
  width: 100%;
  height: 500px;
  margin-bottom: 20px;
}

.main-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* === サムネイル === */
.thumb-slider {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.thumb-slider .swiper-slide {
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.thumb-slider .swiper-slide-thumb-active {
  opacity: 1;
}

.thumb-slider img {
  width: 100%;
  height: 90px;
  object-fit: cover;
  border: 1x solid transparent;
  transition: border-color 0.3s ease;
}

.thumb-slider .swiper-slide-thumb-active img {
  border-color: #000;
}

/* スマホでは1行4列で表示 */
@media (max-width: 768px) {
  .thumb-slider {
    max-width: 100%;
  }
  .thumb-slider img {
    height: 100px;
  }
  .thumb-slider .swiper {
    height: auto;
  }
  .thumb-slider .swiper-slide {
    opacity: 0.8;
  }
}
 /* === メインスライド === */
 .btn-store {
  display: block;
  width: 100%;
  max-width: 600px;           /* ボタンの最大幅（調整可） */
  margin: 20px auto;
  background-color: #fcff30;  /* 鮮やかな黄色 */
  text-align: center;
  padding: 5px 0;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-store img {
  width: 180px;               /* 画像のサイズ（調整可） */
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

/* hover時の効果 */
.btn-store:hover {
  background-color: #fcff30;  /* 少し濃い黄色 */
  transform: translateY(-1px);
}

/* =========プロダクト投稿 =========*/

/* =========ニュース =========*/

.news-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

/* === カード全体 === */
.news-card {
  text-align: center;
  padding-bottom: 20px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* === 画像ラッパー === */
.img-wrap {
  width: 100%;
  aspect-ratio: 16 / 9;       /* ← 高さを比率で自動算出 */
  overflow: hidden;
  position: relative;
}

/* === 画像本体 === */
.img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;          /* ← 縦横比を維持してトリミング */
  transition: transform 0.6s ease;
}

/* hoverで拡大（親カードにhoverでも反応） */
.news-card:hover .img-wrap img {
  transform: scale(1.1);
}

/* === メタ情報 === */
.news-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; /* ← 中央ではなく上揃えにする！ */
  font-size: 13px;
  text-align: left;
  margin: 15px 0 5px 0;
  color: #002c43;
}

.news-title {
  font-size: 14px;
  color: #002c43;
  line-height: 1.5;
}

.news-date {
  color: #000;
  font-size: 12px;
  margin-top: -3px;
  margin-right: 2px;
  font-style: italic;
}

/* === 本文 === */
.news-text {
  font-size: 13px;
  line-height: 1.7;
  color: #002c43;
  margin: 0 0 10px;
  text-align: left;
}

/* === リンク === */
.news-link {
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-style: italic;
  border-bottom: 1px solid #222;
  transition: color 0.3s ease;
}

.news-link:hover {
  color: #555;
}

/* === スマホ対応 === */
@media (max-width: 768px) {
  .news-section {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* ページネーション*/
.pagination {
  display: flex;
  justify-content: center;  /* ← 中央寄せ */
  align-items: center;
  gap: 8px;                 /* 数字間の余白 */
  background-color: #f3f8ef; /* 淡い背景色（画像と同系） */
  padding: 20px 0;
  margin: 50px 0;
}

.pagination a {
  color: #000;
  text-decoration: none;
  font-style: italic;
  font-size: 15px;
  transition: color 0.3s ease;
  position: relative;
}

/* --- スラッシュを自動で挿入 --- */
.pagination a:not(:last-child)::after {
  content: "/";
  color: #000;
  margin: 0 6px;
}

/* 現在のページを太字に */
.pagination a.current {
  font-weight: bold;
  color: #002c43;
}

/* hover時の色変化 */
.pagination a:hover {
  color: #555;
}
/* =========ニュース =========*/

/* =========ニュースsilgle =========*/
  .news-title-single{line-height: 1.8;font-size: 20px;color: #002c43;margin-bottom: 20px;}
/* =========ニュースsilgle =========*/