@charset "UTF-8";
/* CSS Document */
    body {
      margin: 0;
      background: #fff;
    }





img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* この一行を追加するだけ！ */
}


* {
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
}


.border{
	width: 180px;
	border: solid 1px #454545;
	padding: 10px;
}

.footer {
  position: absolute;/*②絶対位置*/
  bottom: 0; /*下に固定*/
}




.grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)); /* ←重要 */
  gap: 0px;
  padding: 0px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}

/* 商品カード */
.product {
  padding: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
	  min-width: 0;  /* ←これ超重要（はみ出し防止） */

}


.img-wrap img {
  width: 100%;
  display: block;
}


/* テキスト領域の暴れ防止 */
.datail {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}


.img-wrap img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

 .img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 5 / 6; /* 画像比率に合わせて変更可 */
  overflow: hidden;
}




.divlogo {
	width:	250px;
     height: 25px;
	margin-bottom: 20px;
	}


.div{
  font-family: 'Helvetica';
}

.image-wrapper {
  position: relative;
}


a:link {
  color:rgba(var(--color-foreground), 0.75) !important;
  font-weight :normal !important;
}
a:visited {
  color:rgba(var(--color-foreground), 0.75) !important;
  font-weight :normal !important;
}
a:active {
  color:rgba(var(--color-foreground), 0.75) !important;
  font-weight :normal !important;
}



.text-small {
  font-size: 10px;
  font-family: Helvetica, sans-serif;
  line-height: 1.6;
  margin: 0;
}



.grid-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 3カラム */
  gap: 5px;
  padding: 5px;
}



  .divlogo2 {
    padding: 0;
    width: 30%;
    text-align: center;
  }

.center-svg-overlay {
  position: absolute;
  top: 24%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none; /* スライド操作の邪魔をしない */
}

.center-svg-overlay img {
  width: 360px; /* 適宜サイズ調整 */
  height: auto;
  opacity: 0.85; /* 任意で透明感を出す */
}

    .container-item {
      color: #ffffff;
      background: #ffffff;
      padding: 10px 10px;
		}

.img-wrap {
  position: relative;
  overflow: hidden;
}

.label-text {
  position: absolute;
  left: 8px;
  bottom: 8px;
  font-family: Helvetica, sans-serif;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  pointer-events: none;
  z-index: 2;
  font-weight: normal
}

  .divlogo2 {
    padding: 0;
    width: 60%;
  }

  .datail {
    font-size: 10px;
    text-align: right;
    margin: 0;
    padding: 10px 0;
    width: 100%;
    min-width: auto;
	   color: #fff ;
  }
		


	.title3 {
  display: inline-block; /* 線をテキスト幅に合わせる */
  border-bottom: 1px solid #fff;
  padding-bottom: 2px; /* 線と文字の間の隙間 */
  margin-bottom: 6px; /* 下のテキストとの余白 */
  overflow-x: hidden;
}


	a.btn_04 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25px;
  position: relative;
  background: #fff;
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 15px 25px 15px 40px;
  color: #000;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  margin: 10px auto 0 auto; 
 overflow-x: hidden;
}
a.btn_04 {
  color: #000 !important;
}
	
a.btn_04:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px;
}


a.btn_04:hover {
  background: #000;
  color: #fff !important;  /* 重要度アップ */
}

a.btn_04:hover:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}





.product {
  width: 100%;
  margin: 0 auto;     /* 中央寄せしたい場合 */
  font-family: "Helvetica Neue", Arial, sans-serif;
}



.title-wrap {
  width: 100%;
  text-align: center;
  margin-bottom: 20px; /* ← 下の余白 */
}

.line {
  width: 100%;
  height: 1px;
  background: #fff;
}

.title {
  padding: 24px 0; /* 上下の間隔 */
  letter-spacing: 2px;
font-weight: 900;
  color: #fff;
}


.and-more {
  grid-column: 1 / -1; /* ← 横幅いっぱい使う */
  text-align: center;
  margin: 40px 0;
}


/* =========================
   and more ボタン基本
========================= */
.and-more button {
  position: relative;

  background: #000;
  color: #fff;

  border: 1px solid #000;
  padding: 12px 40px 12px 24px;

  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 800;

  cursor: pointer;
  transition: 0.3s;
  text-transform: uppercase;
}

/* =========================
   右矢印（ライン＋先端）
========================= */
.and-more button::after {
  content: "";
  position: absolute;

  right: 14px;
  top: 50%;

  width: 18px;
  height: 1px;
  background: #fff;

  transform: translateY(-50%);
}

.and-more button::before {
  content: "";
  position: absolute;

  right: 14px;
  top: 50%;

  width: 6px;
  height: 6px;

  border-top: 1px solid #fff;
  border-right: 1px solid #fff;

  transform: translateY(-50%) rotate(45deg);
}

/* =========================
   hover（動き）
========================= */
.and-more button:hover {
  background: #fff;
  color: #000;
}

.and-more button:hover::after {
  background: #000;
  right: 10px;
}

.and-more button:hover::before {
  border-color: #000;
  right: 10px;
}


.content-area {
  padding: 20px 20px;
}



/* 1つ目 */
.area01 {
  background: #587795;
  color: #000;
}


/* 2つ目 */
.area02 {
  background: #000;
  color: #000;
}

/* 2つ目 */
.area03 {
  background: #A3C8DC;
  color: #000;

}

.area04 {
  background: #CDD09B;
  color: #000;

}


.area05 {
  background: #CDD09B;
  color: #000;

}




.only-d1 {
	 width: 600px;
  display: block;
  margin: 0 auto;
}


/* B1中央 */
.b1 {
  display: block;
  margin: 20px auto;
  max-width: 400px;
}
.slideshow-container {
  overflow: hidden;
  width: 100%;
  z-index: 1;
}

.slide-row {
  display: flex;
  width: max-content;
  animation: slide-left 30s linear infinite;
}


.slide-row.reverse {
  animation: slide-right 30s linear infinite;
}

.slide-item {
  flex: 0 0 auto; /* ←これ重要（縮ませない） */
}

.slide-item img {
  width: 140px;      /* ←ここで小さくする（好みで調整） */
  height: auto;      /* ←比率維持 */
  display: block;
  object-fit: cover; /* そのままでOK（必要ならcontainでも可） */
}

@keyframes slide-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}



.area04 .only-d1 {
  width: 100%;       /* ←固定やめる */
  max-width: 800px;  /* ←ここでサイズ管理 */
  height: auto;
  display: block;
}




.rotate-badge img {
  width: 10px;   /* ←好きなサイズに */
  height: auto;
}

.buy-grid a:nth-child(2) img {
  animation: spin 10s linear infinite;
  transform-origin: center;
}

/* =========================
   タイトル
========================= */
.title {
  padding: 24px 0;
  letter-spacing: 4px;
  font-weight: 800;
  font-family: "Arial Black", "Helvetica Neue", sans-serif;
  font-size: 23px !important;
	
}

/* =========================
   TOP画像（横幅100%）
========================= */
.top .only-d1 {
  width: 100%;
  height: auto;
  display: block;
}


/* =========================
  固定位置
========================= */
.fixed-nav {
  position: fixed;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  z-index: 9999;
}

/* =========================
  ボタン（ポップ）
========================= */
.menu-toggle {
  width: 50px;
  height: 50px;
  background:  #92CC84;
  border: none;
  border-radius: 50%;
  cursor: pointer;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;

  box-shadow: 0 6px 16px rgba(0,0,0,0.2);
  transition: 0.3s;
}

.menu-toggle span {
  width: 22px;
  height: 2px;
  background: #fff;
  display: block;
  transition: 0.3s;
}

/* ホバー */
.menu-toggle:hover {
  transform: scale(1.1);
}

.fixed-nav.open::before {
  content: "";
  position: fixed;
  inset: 0;
  backdrop-filter: blur(4px);
  background: rgba(0,0,0,0.2);
  z-index: -1;
}

/* =========================
  メニュー（スライド）
========================= */
.nav-list {
  position: absolute;
  top: 0;
  left: 0;

  transform: translateX(-120%);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);

  display: flex;
  flex-direction: column;
  gap: 20px;

  background: #fff;
  padding: 25px 20px;
  border-radius: 16px;

  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* 開いた状態 */
.fixed-nav.open .nav-list {
  transform: translateX(70px);
}

/* =========================
  メニューリンク
========================= */
.nav-list a {
  color: #111;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  font-family: "Arial Black", "Helvetica Neue", sans-serif;
  position: relative;
  transition: 0.2s;
}

/* 下線アニメ */
.nav-list a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #000;
  transition: 0.3s;
}

.nav-list a:hover::after {
  width: 100%;
}

/* =========================
  ボタン → ×変形
========================= */
.fixed-nav.open .menu-toggle span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
}

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

.fixed-nav.open .menu-toggle span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}






.rotate-badge {
  position: fixed;
  top: 25px;
  left: 25px;
  z-index: 9999;

  width: 80px; /* サイズ調整ここ */
  height: 80px;
}

.rotate-badge img {
  width: 130%;
  height: auto;
  display: block;

  animation: spin 6s linear infinite;
}

/* 時計回り回転 */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



.rotate-badge {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}



.rotate-badge.is-active {
  opacity: 1;
  pointer-events: auto;
}

.only-d1 {
	 width: 300px;
  display: block;
  margin: 0 auto;
}




	a.btn_05 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 25px;
  position: relative;
  background: #fff;
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 15px 25px 15px 40px;
  color: #000;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  margin: 10px auto 0 auto; 
  overflow-x: hidden;
}
a.btn_05 {
  color: #000 !important;
}
	
a.btn_05:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px;
}


a.btn_05:hover {
  background: #000;
  color: #fff !important;  /* 重要度アップ */
}

a.btn_05:hover:before {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}


header {
  margin-top: 20px;
}

.buy-grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;

  max-width: 900px;
  margin: 0 auto;

  align-items: center;
  justify-items: center;
}

/* =========================
   画像基本
========================= */
.buy-grid img {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
}


.area05 .only-d1 {
  width: 100%;       /* ←固定やめる */
  max-width: 800px;  /* ←ここでサイズ管理 */
  height: auto;
  display: block;
}

.area06 {
  background: #9FFFF0;
  color: #000;

}