@charset "utf-8";
/* CSS Document */
body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  font-family:"Sawarabi Mincho","Hannari";
scroll-behavior: smooth;
	color: #666666;
	/*background-color: #f0f0f0;*/
}
.wf-hannari {
  font-family: "Hannari";
}
.wf-sawarabimincho {
  ont-family: "Sawarabi Mincho";
}
h3 {
  font-size: 1.5em;
}
.bold {
	font-weight: bold;
}
.speace { margin-top: 50%;}
.main-visual {
  position: relative;
  display: flex;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* 2カラム背景 */
.left-bg {
  width: 27%;
  background-image: url('images/title_back.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.right-bg {
  width: 73%;
  background-image: url('images/main_visual.jpg');
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}

/* 全体に重ねる装飾画像（左上基準、幅32%） */
.logo-back {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100vh;
  pointer-events: none;
  object-fit: contain;
}

/* 下層・影っぽい画像 */
.back02 {
  z-index: 1;
  mix-blend-mode: soft-light;
  opacity: 0.8;
}

/* 上層・通常描画の飾り */
.back01 {
  z-index: 2;
}

/* ロゴ（左中央） */
.left-inner {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  padding: 20px;
  width: 100%;
  max-width: 400px;
}

/* ロゴ */
.logo {
  max-width: 300px;
  width: 80%;
  height: auto;
}

/* ライン画像 */
.line {
  max-width: 300px;
  width: 60%;
  height: auto;
  margin: 20px 0 20px;
}

/* メッセージ */
.message {
  font-size: 1em;
  line-height: 1.6;
  color: #333;
}

/* ボタン */
.netshop-button {
  max-width: 270px;
  display: inline-block;
  background: linear-gradient(to top, #a8c7e1, #c3e5e5);
  color: #fff;
  text-decoration: none;
  padding: 20px 20px;
  margin: 20px 0;
  border-radius: 30px;
  font-weight: normal;
  transition: background-color 0.3s ease;
}

.netshop-button:hover {
  opacity: 0.7;
}

/* Ayalogo */
.ayalogo {
  max-width: 80px;
  width: 50%;
  height: auto;
}
.center {
  text-align: center;
}
.left {
	    text-align: left!important;
}
.campaign {
  font-size: 1.2rem;
  color: white;
}

.summer-gift {
  padding: 10% 5%;
  text-align: center;
  font-family: "Hiragino Mincho ProN", "游明朝", serif;
  color: #222;
}

.section-title {
  max-width: 480px;
  width: 90%;
  height: auto;
  margin: 0 auto 40px;
}

.section-text {
	margin: 0 auto;
	max-width: 460px;
	min-width: 270px;
  margin-bottom: 40px;
  font-size: 1em;
  line-height: 1.8;
	padding: 3%;
}

.section-text p {
  margin: 15px 0;
  letter-spacing: 3px;
}

.border-line {
  max-width: 60%;
  height: auto;
  margin: 30px auto;
}

.ayafarm-logo {
  margin-top: 40px;
  max-width: 100px;
  width: 50%;
  height: auto;
}

.campaign-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

table {
  margin:50px auto;
  border-collapse: collapse;
  line-height:1.7;
}

table td {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

/* 見出し */
table td:first-child {
    text-align: center;
    padding: 40px 0 40px 40px;
}

/* 内容 */
table td:last-child {
  padding: 40px;
  border-bottom: 1px solid #000;
}

.border {
    border-left: 1px solid #000;
    padding-left: 40px;
    display: block;
}

.rare-end-text {
	max-width: 800px;
	height: auto;
	margin: 0 auto -100px;
	padding: 30px 30px;
	font-size: 1rem;
	text-align: center;
	line-height: 60px;
}

@media screen and (max-width: 768px) {
  .campaign-table {
    font-size: 0.95rem;
  }

  .campaign-title {
    font-size: 1.3rem;
  }
}

.rare-section {
  background-color: #fff;
  position: relative;
  padding: 0;
}

.rare-bg-top,
.rare-bg-bottom {
  background-image: url('images/rare_back.jpg');
  background-size: cover;
  background-position: center;
  width: 100%;
	max-height: 200px;
  min-height: 200px;
	margin:  0 0 -5%;
}

.rare-inner {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.rare-img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 20%;
}

.line-bg-global {
  background-image: url('images/line02.png');
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 40px;
  width: 50vw;
  margin: 0 0 10%;
}

.line-bg-global.right {
  margin-left: auto;
}

.line-bg-global.left {
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .rare-main {
    flex-direction: column;
    align-items: center;
  }
  .rare-img-wrap {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .rare-description {
    padding: 0;
    text-align: center;
  }
  .rare-fruit {
    flex-direction: column !important;
  }
  .rare-fruit .fruit-text,
  .rare-fruit .fruit-imgs {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .rare-fruit .fruit-title {
    text-align: center;
    border-left: none;
    border-bottom: 2px solid #555;
    padding-left: 0;
  }
  .fruit-imgs .img2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}


/*------ scroll Round ------*/
.map-play {
  position: fixed;
  top: 40px;
  right: 40px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  cursor: pointer;
  opacity: .9;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  width: 60px;
  height: 60px;
  z-index: 4;
  background: linear-gradient(to top, #a8c7e1, #c3e5e5);
  border-radius: 40px;
}
.map-play .cls-2 {
  fill: #ffffff;
  -webkit-animation: rotating 24s linear infinite;
  animation: rotating 24s linear infinite;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.netshop_btn_text {
	width: 100%;
	font-size: 11px;
  margin: 0 auto;
  color: #FFFFFF;
}
.copy {
background-color: #FFFFFF;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  height: 100vh; /* 画面全体の高さ */
  display: flex;
  flex-direction: column;
  justify-content: center; /* コンテンツを中央に配置 */
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 0; /* 高さを100vhにするので padding を削除 */
}
.copy p {
	color: #666666;
	line-height: 40px;
	width:  80%;
	margin: 20px auto;
}
.background-rotating {
  position: absolute;
  width: 600px;
  height: 600px;
  background-image: url("image/backimage-rotate.png");
  background-size: cover;
  will-change: transform;
}
.background-rotating.left {
  top: -150px;
  left: -150px;
}
.background-rotating.right {
  bottom: -150px;
  right: -150px;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/*------ scroll Down ------*/
.netshop_btn {
  transition: 0.3s all;
}
.netshop_btn:hover {
  opacity: 0.7;
  transform: scale(1.2, 1.2);
  transition: 0.3s all;
}
.scroll-down {
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%) rotateZ(-90deg);
  transform-origin: center;
  padding-left: 52px;
  display: flex;
  z-index: 201;
}
@keyframes scroll-down-line {
  0% {
    transform-origin: 0% 50%;
    transform: scale(1, 1);
  }
  20% {
    transform-origin: 0% 50%;
    transform: scale(0.001, 1);
  }
  20.01% {
    transform-origin: 100% 50%;
  }
  38% {
    transform-origin: 100% 50%;
    transform: scale(1, 1);
  }
}
@keyframes bounce {
  0%, 15%, 38%, 60%, 75% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(10px);
  }
  45% {
    transform: translateX(5px);
  }
}
.scroll-down__line {
  position: absolute;
  left: 0;
  top: 50%;
  width: 44px;
  height: 0px;
  margin-top: -1px;
}
.scroll-down__line:after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 2px solid #fff;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0s linear 0.5s;
  transform-origin: right center;
  transform: scale(0.001, 1);
  opacity: 0;
}
.scroll-down__text {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.2em;
  font-family: "Replica-Bold", sans-serif;
  overflow: hidden;
}
.scroll-down__text span {
  display: block;
  transform: translate3d(0, 100%, 0);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@keyframes scrollBounce {
    0%, 15%, 38%, 60%, 75% {
        transform: translateX(0);
    }
    30% {
        transform: translateX(-5px);
    }
    45% {
        transform: translateX(-3px);
    }
}
/* 修正後のスクロールダウンのテキストアニメーション */
.scroll-down.is-active.is-inview .scroll-down__text {
    animation: scrollBounce 2.5s infinite;
    transform: rotateZ(0deg); /* ここで不要な回転をリセット */
}
.scroll-down.is-active.is-inview .scroll-down__text span {
  transform: none;
}
.scroll-down.is-active.is-inview .scroll-down__line {
  animation: scroll-down-line 2.5s infinite 851ms;
}
.scroll-down.is-active.is-inview .scroll-down__line:after {
  transform: none;
  opacity: 1;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0s linear;
}
.is-body-touch .scroll-down {
  display: none;
}

	.about-section {
  position: relative;
  width: 100%;
  height: auto;
  /*background-image: url('images/about_back.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;*/
}

.about-mase {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 560px;
  width: 80%;
  height: auto;
}


/*------ Categories Section ------*/
.categories {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  text-align: center;
  position: relative;
}
.category {
  flex: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 600px;
  color: white;
  font-weight: bold;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.categories .category {
    opacity: 0;
    transform: translateY(50px); /* 移動距離を短縮 */
    transition: opacity 0.8s ease-out, transform 0.8s ease-out; /* アニメーション時間を0.8秒に */
}

.categories .category.show
{
    opacity: 1;
    transform: translateY(0);
}


/* 黒透過レイヤー */
.category::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* 50%の黒透過 */
  z-index: 1;
}
/* カテゴリー内の要素（テキストやボタン） */
.category_inner {
  position: relative;
  z-index: 7;
  text-align: center;
}
.category::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease-in-out;
  z-index: -1;
}
.category:nth-child(1)::after {
  background-image: url('image/gift1.jpg');
}
.category:nth-child(2)::after {
  background-image: url('image/gift2.jpg');
}
.category:nth-child(3)::after {
  background-image: url('image/gift3.jpg');
}
.category:hover::after {
  transform: scale(1.2);
}
/* ハッシュタグボタン */
.category .hashtags {
  background: rgba(255, 255, 255, 0.8);
  color: #666666;
  padding: 5px 15px;
  border-radius: 50px;
  display: inline-block;
  font-size: 0.9rem;
  margin: 40px 0;
  display: block;
}
/* 詳しくはこちらボタン */
.category .button {
  margin-top: 10px;
  padding: 10px 20px;
  background: linear-gradient(to top, #a8c7e1, #c3e5e5);
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  z-index: 7;
}
.button:hover {
  opacity: 0.7;
}

/* 商品一覧 */
.products {
	max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
	margin: 10% auto;
  padding: 80px 10%;
}
/* カテゴリー名 */
.product_category {
    grid-column: span 2; /* 2列分の幅を使う */
    font-size: 1.8em;
    font-weight: normal;
    color: #666;
    margin-bottom: 20px;
    text-align: left; /* 左揃え */
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
}
/* 商品アイテム */
.product {
  background: white;
  text-align: left;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transform: scale(1) rotate(-3deg);
  opacity: 0;
  animation: fadeInRotate 1s forwards;
  transition: transform 0.3s ease-in-out;
}
/* 商品の配置にランダム感を出す */
.product:nth-child(even) {
  transform: scale(1) rotate(3deg);
  animation-delay: 1s;
}
.product:nth-child(odd) {
  animation-delay: 1.5s;
}
/* 商品画像エリア */
.product-images {
  width: 100%;
  aspect-ratio: 1 / 1; /* 画像の比率を 1:1 に固定 */
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* 外観画像（デフォルト） */
.product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease-in-out;
}
/* 中身画像（ホバー時に表示） */
.product .inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
/* ホバー時の画像切り替え（フェードイン・フェードアウト） */
.product:hover .inside {
  opacity: 1;
}
.product:hover .exterior {
  opacity: 0;
}
/* 画像サイズの変化を完全に禁止 */
.product-img, .inside {
  transform: none !important;
  scale: 1 !important;
  transition: opacity 0.4s ease-in-out !important; /* フェード効果のみ適用 */
}
/* フェードイン＋回転アニメーション */
@keyframes fadeInRotate {
  to {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}
/* ヘッダー部分のレイアウト */
.product-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px;
}
/* 商品名 */
.product-title h3 {
  font-size: 1.6em;
  font-weight: normal;
  color: #999999;
  margin: 0;
	text-align: left;
}
/* 英語の表記（小さく） */
.product-title .product-subtitle {
  font-size: 0.9em;
  color: #BCBCBC;
  margin: 5px 0 0;
  text-align: left;
}
/* 価格 */
.product-price {
  font-size: 1.5em;
  color: #666;
  margin: 0;
  text-align: right;
}
.tax {
  font-size: 0.5em;
}
.product-text {
  padding: 40px 20px;
}
/* 1300px以下では価格を英語表記の下に移動 */
@media (max-width: 1300px) {
  .product-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .product-title {
    font-size: 0.9em;
  }
  .product-price {
    font-size: 1.5em;
    text-align: left;
    margin-top: 50px;
  }
  .product-text {
    padding: 40px 20px;
  }
}
/* 枠線で囲む仕様情報 */
.product-spec {
  margin-top: 30px;
  padding: 15px;
  border-top: 1px solid #ddd;
  text-align: left;
}
.product-spec h4 {
  font-size: 1.2em;
  color: #555;
  margin-bottom: 5px;
}
.product-spec ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.product-spec li {
  background: #f7f7f7;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.9em;
  color: #333;
}
/* 数量 */
.product-quantity {
  font-size: 1.1em;
  color: #666;
  margin-top: 10px;
  text-align: left;
}
/* 購入ボタン */
.shop-button {
  width: 100%;
  max-width: 70%;
  display: block;
  padding: 20px;
  background: linear-gradient(to top, #a8c7e1, #c3e5e5);
  color: white;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  margin: 15px auto;
}
.shop-button:hover {
  background: linear-gradient(to top, #a8c7e1, #c3e5e5);
  transform: scale(1.05);
}
/* 割引メッセージのスタイル */
.discount-message {
	max-width: 1120px;
    background-color: #FFFFFF;
    color: #666;
    text-align: center;
    padding: 40px;
    font-weight: normal;
    width: 80%;
    margin: 120px auto 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	line-height: 60px;
}

/* 割引のハイライト部分 */
.discount-message .highlight {
    color: #d9534f; /* 赤系で強調 */
    font-size: 1.3em;
}

/* NETSHOPリンク */
.discount-message a {
    color: #00a1b8;
    font-weight: bold;
    text-decoration: underline;
}

.discount-message a:hover {
    text-decoration: none;
    opacity: 0.8;
}

/* スマホ対応 */
@media (max-width: 768px) {
    .discount-message {
        font-size: 1em;
        padding: 5%;
        width: 80%;
    }
	.wrapgift {
  margin: 0 auto!important;
}
}

.wrapgift {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px;
}

.wrapgift-images {
  width: 100%;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.wrapgift-images img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.wrapgift-images:hover img {
  transform: scale(1.02);
}


/* フッター全体 */
.footer {
    background: linear-gradient(to top, #a8c7e1, #c3e5e5);
    color: white;
    padding: 40px 10%;
    font-size: 14px;
}

/* フッターのコンテナ */
.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 0;
}

/* ロゴ */
.footer-logo img {
    max-width: 150px;
}

/* ナビゲーション */
.footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
}

.footer-nav a {
    color: white;
    text-decoration: none;
    transition: opacity 0.3s;
}

.footer-nav a:hover {
    opacity: 0.7;
}

/* SNS リンク（Instagramのみ） */
.footer-social {
    display: flex;
    gap: 15px;
}

.footer-social a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    transition: opacity 0.3s;
}

.footer-social a:hover {
    opacity: 0.7;
}

/* コピーライト */
.footer-bottom {
    text-align: center;
    font-size: 12px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.6);
}

/* スマホ表示（1カラムレイアウト） */
@media screen and (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    .footer-nav ul {
        flex-direction: column;
        gap: 10px;
    }

    .footer-social {
        justify-content: center;
    }
}

/* スマホ対応 */
@media (max-width: 768px) {
  .main-visual {
    position: relative;
    width: 100%;
    height: 100vh;
  }

  .right-bg,
  .left-bg,
  .logo-back,
  .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
	.left-inner {
    bottom: 0;
    transform: translate(-50%, -30%);
	}
  .right-bg {
	  width: 100%!important;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .left-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90vw;      /* スマホ画面の90%に調整 */
    height: auto;
    aspect-ratio: 2 / 5;  /* ← アスペクト比を保つ（縦長なら 3/4、横長なら 16/9 など） */
    z-index: 1;
    background-image: url('images/title_back.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
	  opacity: 0.85;
  }

  .logo-back.back02 {
    z-index: 2;
    mix-blend-mode: soft-light;
    opacity: 0.8;
    object-fit: contain;
    width: auto;
    height: 100vh;
  }

  .logo-back.back01 {
    z-index: 3;
    object-fit: contain;
    width: auto;
    height: 100vh;
  }

  .logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -95%);
  width: 60%;
  height: auto;    
  z-index: 4;
  }
	.ayalogo {
		width: 50px;
	}
		.rare-bg-top {
	margin:  0 0 -30%;
}
	.line-bg-global {
		height: 20px;
		margin: 25% 0;
	}
  .categories {
    flex-direction: column;
  }
  .category {
    padding: 100px 0;
    /*height: 400px;
        margin-bottom: 20px;*/	
  }
  .scroll-down {
    transform: translateX(-50%) rotateZ(-90deg) scale(0.6);
    bottom: 30px; /* 位置を少し上げる */
  }
  .scroll-down__text {
    font-size: 14px; /* 文字サイズを少し小さく */
  }
  .scroll-down__line {
    width: 50px; /* ラインの長さを縮小 */
  }
  .netshop_btn_text {
	  font-size: 12px;
    margin: 0;
    color: #FFFFFF;
  }
  .content {
    width: 80%;
    max-width: 320px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
  }
.copy p {
	color: #666666;
	line-height: 40px;
	width:  80%;
	margin: 20px auto;
	}
.background-rotating.left {
  top: -300px;
  left: -300px;
}
.background-rotating.right {
  bottom: -300px;
  right: -300px;
}
  .scroll-indicator {
    font-size: 0.8rem; /* スマホ版でさらに小さく */
  }
    .products {
        display: flex; /* ❗グリッドを無効化 */
        flex-direction: column; /* 縦並び */
        align-items: center; /* 中央揃え */
		padding: 80px 5%;
    }

    .product {
        width: 100%; /* ❗全幅にする */
        display: flex;
        flex-direction: column; /* 画像→テキスト順 */
        align-items: center;
        text-align: center;
    }

    .product-images {
        width: 100%; /* 画像の幅を親要素いっぱいに */
        /*max-width: 400px; /* サイズ制限 */
    }

    .product-text {
        width: 100%;
        padding: 15px;
    }
}
.pagetop {	
    z-index: 999;
    position: fixed;
    bottom: 40px;
    right: 40px;
    opacity: 0;
    transform: translateY(20px); /* 初期位置を少し下げる */
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, filter 0.5s ease-in-out;
}

.pagetop a img {
	width: 60px;
}

/* ふわっと表示 */
.pagetop.show {
    opacity: 1;
    transform: translateY(0);
}

/* ホバー時にふわっと拡大 */
.pagetop:hover {
    opacity: 0.8;
    transform: scale(1.1);
    filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.2)); /* 影をぼかして自然に */
}
/* ローディング全体の背景 */
.loading-screen {
    position: fixed;
    width: 100vw;
    height: 100vh;
	background-image:url("images/load_back.jpg");
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 1;
    transition: opacity 1s ease-out;
}

/* ローディング終了時のフェードアウト */
.loading-screen.hide {
    opacity: 0;
    pointer-events: none;
}

/* ローディングアニメーションの中央揃え */
.wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px; /* ボールとテキストの間隔 */
    position: relative;
	color: #FFFFFF;
}

/* ロゴ画像 */
.loading-logo {
    width: 150px; /* ロゴの大きさ */
    height: auto;
    position: absolute;
    top: -80px; /* ロゴをボールの上に配置 */
}

/* アニメーションするボール（3つの円） */
.circle-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; /* 円の間隔 */
}

.circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    animation: bounce 0.5s alternate infinite ease;
}

/* それぞれの円に時間差アニメーション */
.circle:nth-child(2) {
    animation-delay: 0.2s;
}
.circle:nth-child(3) {
    animation-delay: 0.4s;
}

/* 影のスタイル */
.shadow-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.shadow {
    width: 20px;
    height: 4px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    filter: blur(1px);
    animation: shadow-bounce 0.5s alternate infinite ease;
}

/* 影のアニメーション */
.shadow:nth-child(2) {
    animation-delay: 0.2s;
}
.shadow:nth-child(3) {
    animation-delay: 0.4s;
}

/* テキスト（Loading）を中央に */
.wrapper span {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    letter-spacing: 5px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

/* ボールのアニメーション */
@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}

/* 影のアニメーション */
@keyframes shadow-bounce {
    0% {
        transform: scaleX(1.5);
        opacity: 0.7;
    }
    100% {
        transform: scaleX(0.8);
        opacity: 0.4;
    }
}
.pi {
	background-color: #D8A7A7;
}
.gr {
	background-color: #A3C8C3;
}
.or {
	background-color: #E09D56;
}

.img-responsive {
  display: inline-block;
  height: auto;
  max-width: 100%;
margin:0 auto;
}