@charset "UTF-8";

body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    color: #1f4931;
    background-color: #fff;
    letter-spacing: 2px;
}

.w-container {
    width: min(92%,1166px);
    margin: auto;
}

a {
    text-decoration: none;
}


#header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%; /* 上部だけに適用 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent);
    z-index: 1; /* ロゴや文字より下、背景動画より上 */
    pointer-events: none; /* クリック等を透過 */
    position: fixed;
}

h2 {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 4rem;
}


h3 {
    font-size: 1rem;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fdfdf4;
    transition: transform 0.2s ease;
}

button:hover {
    transform: scale(1.05);
}

.instagram-area {
  right: 0px;
  top: 70px;
  position: fixed;
  z-index: 100;
  background-color: #1f4931;
  padding: 16px;
  border-radius: 20px 0px 0px 20px;
}



.instagram-area img {
  width: 30px;
  height: 30px;
  transition: transform 0.3s ease;
}

.instagram-area img:hover {
  transform: scale(1.2);
}


/* hero */
.hero-img {
    position: absolute;
    bottom: 0;
    /* left: 20; */
    width: 100%;
    text-align: center;

  }
  
  .hero-img img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;  /* これで画像が中央寄せされます */
  }

.hero-area {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);

}

.hero-text {
    text-align: center;
    padding: 300px;
    line-height: 6rem;
    color: #fff;

}

.hero-text-title {
  font-size: 1.5rem;
}

  .hero-text p{
    font-size: 0.9rem;
  }

@media screen and (max-width: 768px) {
  .hero-title img{
    padding: 0 4%;
  }

  .hero-area {
    padding: 0 4%;
  }

  .hero-text p{
    font-size: 0.8rem;
  }

  .hero-text-title {
  font-size: 1.2rem;
}


  h2 {
    font-size: 2rem;
  }

}

  /* bland-message */
.bland-message {
    background-color: #fff;
    padding-bottom: 16%;
}

.bland-title {
    padding-top: 10%;
    margin-bottom: 6%;
    margin-left: 4%;
}

.bland-box {
    display: flex;
    justify-content: space-between;
}

.bland-text {
    flex-basis: 40%;
    line-height: 4rem;
    margin-left: 4rem;
}

.bland-box .img {
    flex-basis: 50%;
}

.bland-img1 {
    margin-top: -8%;
    margin-bottom: 16%;
}

.bland-box2 {
    display: flex;
    flex-direction: row-reverse;
    gap: 5rem;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 8%;
}

.bland-text-title {
    font-size: 1.4rem;
}

.area {
    display: flex;
    justify-content: flex-end;
    gap: 6%;
    align-items: center;
}

.bland-img2 {
    width: 100%;
}

.smoseco {
    margin-right: 4rem;
    line-height: 4rem;
    width: 80%;

}

.smosecobig {
    font-size: 1.4rem;
}

.life {
  color: #9cb4a5;
}

@media screen and (min-width: 1400px) {
  .bland-img2 {
    width: 70%; /* ← 少し小さくする（調整可能） */
    margin-right: 4rem; /* 余白もここで */
    box-sizing: border-box;
  }

  .bland-box .img {
    flex-basis: 40%;
}


}


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

  .bland-title {
    padding-top: 16%;
}

.bland-text-title {
    font-size: 1.2rem;
}


.smosecobig {
    font-size: 1.2rem;
}
}

/* circle - 丸い回転オブジェクト */
.circle,
.circle-static {
    position: absolute;
    top: -50%;
    right: 4%;
    width: 16%;
    aspect-ratio: 1;
    pointer-events: none;
    z-index: 10;
    overflow: hidden;
    border-radius: 50%;
}

.circle {
    animation: rotate 20s linear infinite;
}

.circle img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 72%;
    height: auto;
    transform: translate(-50%, -50%);
}

.circle-static {
    animation: reverse-rotate 25s linear infinite;
}

.circle-static img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
}



@media screen and (max-width: 768px) {
  .bland-box,
  .bland-box2 {
    flex-direction: column;
    gap: 2rem;
  }

  .bland-text {
    margin-left: 0;
    padding: 0 1rem;
  }

    .smoseco {
    margin: 0 !important; /* すべての余白を削除 */
    width: 100%;
  }
}


html, body {
  overflow-x: hidden;
}

.circle-wrapper {
  position: absolute;
  top: -200px;
  left: 45%;
  transform: translate(-50%, -50%);
  width: 320px; /* 固定サイズのほうが安定。%は使わない */
  height: 400px;
  pointer-events: none;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .circle-wrapper {
      width: 200px; /* 固定サイズのほうが安定。%は使わない */
  height: 200px;
    top: -8%;
  }


}

.circle-wrapper img {
  position: absolute;
  top: 40%;
  left: -120%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  pointer-events: none;
}

.circle {
  animation: rotate 20s linear infinite;
}

.circle-static {
  animation: reverse-rotate 25s linear infinite;
}

/* 回転アニメーション */
@keyframes rotate {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes reverse-rotate {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(-360deg); }
}



/* アニメーション */
@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes reverse-rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(-360deg); }
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
    .bland-img2 {
        margin-top: 3.5rem;
        width: 100%;
    }

    .bland-img2 img {
        width: 100%;
        height: auto;
        margin-top: 2rem;
    }

    .area {
        flex-direction: column-reverse;
    }



    .bland-box2 {
        flex-direction: column-reverse !important;
        margin-top: 16%;
    }

    .bland-text {
        line-height: 2rem;
    }

    .smoseco {
        line-height: 2rem;
        margin: 0 1rem;
    }

    .collection-image h2 {
        display: none;
    }

    .circle-wrapper img {
  position: absolute;
  top: 60%;
  left: -30%;
}
}




/* -------------------------------------------------- */
/* bland-btn, new-items-btn, shoplist-btn, director-btn, insta-btn の共通ルール */
.bland-btn,
.new-items-btn,
.shoplist-btn,
.director-btn,
.insta-btn {
  position: relative;
  font-size: 1.5rem;
  text-decoration: none;
  padding: 0;
  line-height: 2;
  margin-top: 6rem;
  transition: color 0.3s ease;
  background: none;
  border: none;
  cursor: pointer;
}

/* 色設定 */
.bland-btn,
.director-btn,
.insta-btn {
  color: #1f4931 !important; /* 緑で統一 */
}

.new-items-btn,
.shoplist-btn {
  color: #fdfdf4;
}

/* アンダーライン共通演出 */
.bland-btn::after,
.new-items-btn::after,
.shoplist-btn::after,
.director-btn::after,
.insta-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 2px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

/* 線の色も対応 */
.bland-btn::after,
.director-btn::after,
.insta-btn::after {
  background-color: #1f4931;
}

.new-items-btn::after,
.shoplist-btn::after {
  background-color: #fdfdf4;
}

/* ホバー時の演出 */
.bland-btn:hover::after,
.new-items-btn:hover::after,
.shoplist-btn:hover::after,
.director-btn:hover::after,
.insta-btn:hover::after {
  transform: scaleX(1);
}


/* shoplist-btn の追加レイアウト調整 */
.shoplist-btn {
  color: #fdfdf4 !important;
  display: block;
  margin-left: auto;
  margin-right: 4rem;
}

@media screen and (max-width: 767px) {
  .shoplist-btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}

/* -------------------------------------------------- */
/* collection-image */
.collection-image {
  background-color: #fdfdf4;
}

.collection-image h2 {
  margin-bottom: 2%;
  margin-left: 4%;
  display: none;
}

@media screen and (max-width: 768px) {
  .collection-image img {
    margin-top: 2rem;
  }
}

/* -------------------------------------------------- */
/* collection */
.collection {
  color: #fdfdf4;
  background-color: #1f4931;
  padding-bottom: 8%;
}

.collection h3 {
  text-align: center;
  margin-bottom: 6%;
}

.collection-area {
  width: min(92%, 1166px);
  margin: auto;
  padding-top: 16%;
}

.collection-box {
  margin-top: 6%;
  display: flex;
  gap: 6rem;
  justify-content: center;
  padding-left: 8rem;
  padding-right: 8rem;
  margin-bottom: 4rem;
}

.collection-text {
  flex-basis: 60%;
}

/* Swiperの矢印・ドット色 */
.swiper-button-next::after,
.swiper-button-prev::after {
  color: #d4d4d4;
  font-size: 20px;
}

.swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-bullet-active {
  background-color: white;
}

/* -------------------------------------------------- */
/* details */
.details {
  display: flex;
  gap: 2rem;
  background-color: #fdfdf4;
  padding: 8% 4%;
}

.details-box {
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.details-text {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
}

.copy {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  text-align: right;
}

.bold {
  font-weight: bold;
  line-height: 4;
  font-size: 1rem;
}

.details-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.details-box {
  flex: 1 1 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


/* -------------------------------------------------- */
/* new-items */
.new-items {
  color: #fdfdf4;
  background-color: #1f4931;
  padding-bottom: 8%;
}

.new-items-area-title {
  display: flex;
  justify-content: center;
  padding-top: 8rem;
}



.title-box {
  display: flex;
  justify-content: space-between;
  width: min(92%, 1166px);
  margin: auto;
  padding-top: 8%;
  margin-bottom: 4rem;
  padding-left: 4rem;
}

.new-items-area {
  width: min(92%, 1166px);
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 0 4rem;
}

.new-items-area > * {
  width: calc(33.333% - 1.34rem); /* ← 3列に合わせて幅を調整 */
  flex: none;
  box-sizing: border-box;
}


.img1 {
  display: flex;
  justify-content: center;
  margin: 20px 0px;
}

.img1 img {
  width: 100%;
}

.img2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.img2 img {
  width: 100%;
}


@media (max-width: 768px) {
  .new-items-area > * {
    flex: 1 1 calc(50% - 1rem) !important;
  }
  .new-items-area {
    gap: 1rem;
    padding: 0 0;
  }

  .img1 {
  margin: 13.5px 0px;
}

.title-box {
  padding-left: 0;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.new-items-area-title {
  padding-top: 2rem;
}

.new-items-title h3 {
  font-size: 12px;
}


}

.new-items-box {
  text-align: center;
  background-color: #fff;
  color: #1f4931;
  padding: 1rem 0;
}

.new-items-box .img {
  display: flex;
  justify-content: center;
  /* margin-bottom: 2rem; */
}


.img1 img,
.img2 img {
  transition: transform 0.3s ease;
}

.img1:hover img,
.img2:hover img {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .new-items-area {
    gap: 1rem;
    padding: 0 0;
  }

  .new-items-area > * {
    width: calc(50% - 0.5rem); /* 2列で間隔を保つ */
    flex: none !important;
  }

  .img1 {
    margin: 13.5px 0px;
  }

  .title-box {
    padding-left: 0;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

  .new-items-area-title {
    padding-top: 0;
  }

  .new-items-title h3 {
    font-size: 12px;
  }
}

/* -------------------------------------------------- */
/* director */
.director {
  background-color: #fdfdf4;
  padding-top: 8%;
  padding-bottom: 8%;
}

.director-box {
  display: flex;
  margin-left: 8%;
  gap: 9rem;
  margin-top: 4rem;
  align-items: center;
}

.director h3,
.director-copy {
  margin-left: 4%;
}

.director-box img {
  flex-basis: 60%;
  width: 600px;
}

.director-text {
  flex-basis: 40%;
  line-height: 3rem;
}

.insta {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.insta-btn {
 align-items: end;
 margin-right: 4rem;
}


.button-wrapper {
  display: flex;
  justify-content: flex-end;
}



.director-title {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  margin-right: 4%;
}

@media screen and (max-width: 768px) {
  .director-box {
    margin-left: 0;
  }
  .director-title {
    flex-direction: column;
    align-items: flex-end;
  }
  .insta-btn {
    margin-right: 4%;
  }

  .shoplist-btn {
    margin-right: 1.4rem;
  }

  .director h3 {
    margin-bottom: -2rem;
  }
}


/* footre */
.site-footer {
    background-color: #1f4931;
    color: #ffffff;
    padding: 40px 20px; /* 高さを増やすために上下のパディングを増加 */
    font-size: 12px;
  }
  
  .footer-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .footer-content a {
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
  }



  .nonaboutjp {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
    margin-bottom: 2rem;
    text-decoration: none;
    color: white; /* リンクの文字色を白に */
    transition: transform 0.3s ease; /* アニメーション効果 */
  }

  
.nonaboutjp:hover {
  transform: scale(1.05); /* ホバー時に少し拡大 */
}
  
  .nonaboutjp img {
    width: 30px;
  }




/*========= 背景動画設定のCSS ===============*/

/*header設定*/
#header{
    position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
    height: 100vh;/*高さを全画面にあわせる*/
} 

#video-area{
    position: fixed;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}

#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}

/*見出し設定*/
h1{
    position: absolute;
    top: 2rem;
    left: 2rem;
    transform: none; /* 中央寄せの解除 */
    margin: 0;
    /*見た目の調整*/
    color:#fff;
    text-shadow: 0 0 15px #666;
    width: 88px;
    padding-left: 1rem;
}

.logo {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 10;
    margin: 0;
    position: fixed;
}

.logo img {
    width: 60px; /* サイズを小さく調整 */
    height: auto;
    display: block;
    max-width: 100%; /* 親の幅を超えない */
}

@media screen and (max-width: 768px) {
 .logo {
    left: 0;
  }
}

/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 110;
    /*ナビのスタート位置と形状*/
	top:-120%;
    left:0;
	width:100%;
    height: 60vh;/*ナビの高さ*/
	background:rgba(150, 150, 150, 0.8);
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 110; 
    width: 100%;
    height: 60vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    position: absolute;
    z-index: 130;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content; /* または width: 100%; にして中央寄せ */
    padding: 0;
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: center; 
}

#g-nav li a{
	color: #fff;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}



/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
    z-index: 120;/*ボタンを最前面に*/
	top:10px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #fff;
  	width: 60%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 60%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 60%;
}

/* フェード */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-out, transform 0.8s ease-out;
  }
  
  .fade-in.show {
    opacity: 1;
    transform: translateY(0);
  }

 /*リンクの形状*/
#page-top {
	position: fixed;
	bottom: 30px;
	right: 50px; 
	z-index: 100;
}

#page-top a {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	color: #888; /* ← 最初からグレーに変更 */
	font-family: 'Arial', sans-serif;
	font-size: 0.6rem;
	letter-spacing: 3px;
	transition: color 0.3s ease;
	text-align: center;
	line-height: 1.5;
}

#page-top a:hover {
	color: #444; /* ← ホバーで薄いグレーに変化 */
}

#page-top .arrow {
	width: 40px;
	height: 40px;
	margin-bottom: 5px;
	transition: stroke 0.3s ease;
}

#page-top .arrow polyline {
	stroke: #888; /* ← 最初からグレーに */
}

#page-top a:hover .arrow polyline {
	stroke: #444; /* ← ホバーで薄く */
}




/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}


/* Loading背景画面設定　*/
#splash {
/*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background:#333;
  text-align:center;
  color:#fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width:260px;
}

/* fadeUpをするアイコンの動き */
.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/
#splash {
    /*fixedで全面に固定*/
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	text-align:center;
	color:#fff;
}

/* Loading画像中央配置　*/
#splash_text {
	position: absolute;
	top: 50%;
	left: 50%;
  z-index: 9999;
	transform: translate(-50%, -50%);
	color: #fff;
	width: 100%;
}

/*IE11対策用バーの線の高さ※対応しなければ削除してください*/
#splash_text svg{
    height: 2px;
}

/*割れる画面のアニメーション*/
.loader_cover {
    width: 100%;
    height: 50%;
    background-color: #1f4931;
    transition: all .2s cubic-bezier(.04, .435, .315, .9);
    transform: scaleY(1);
    z-index: 9998;
}
/*上の画面*/
.loader_cover-up {
    transform-origin: center top;
}

/*下の画面*/
.loader_cover-down {
    position: absolute;
    bottom: 0;
    transform-origin: center bottom;
}
/*クラス名がついたらY軸方向に0*/
.coveranime {
    transform: scaleY(0);
}




@media screen and (max-width: 768px) {
  /* ▼ 背景動画サイズ調整 */
  #video {
    width: 100vw;
    height: auto;
    top: 0;
    left: 0;
    transform: none;
    min-width: unset;
    min-height: unset;
  }

  #video-area {
    height: 100vh;
    overflow: hidden;
  }

  #header {
    height: 60vh;
    overflow: hidden;
  }

  /* ボタンサイズ */
  .bland-btn {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
  .new-items-btn {
        font-size: 1.4rem;
  }

  .director-btn,
  .insta-btn {
        font-size: 1.4rem;
        margin-top: 2rem;
  }


  /* ▼ heroテキスト縮小 */
  .hero-text {
    padding: 92px 16px 240px 16px ;
    font-size: 1rem;
    line-height: 2rem;
  }

  /* ▼ ロゴ調整 */
  .logo img {
    width: 60px;
  }

  /* ▼ page-top ボタン調整 */
  #page-top {
    right: 1rem;
    bottom: 1rem;
    transform: scale(0.8);
  }

  /* ▼ フレックス縦並びに */
  .collection-box,
  .bland-box2,
  .details,
  .director-box {
    flex-direction: column;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    gap: 2rem;
  }

  .bland-box {
    flex-direction: column-reverse;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    gap: 2rem;
    padding-top: 2rem;
  }

 

  .bland-img1 {
    display: none;
  }

  /* ▼ コンテナ幅調整 */
  .w-container,
  .collection-area{
    width: 95%;
    margin: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  /* ▼ new-itemsエリア */
  .new-items-area > * {
    flex: 1 1 100%;
  }



  /* ▼ 回転サークルのサイズ調整 */
  .circle {
    width: 160px;
    height: 160px;
    top: -5rem;
    right: 10px;
  }
}

.mySwiper {
  width: 100%;
  max-width: 450px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .mySwiper {
    width: 100%;
    max-width: 100%; /* スマホで幅いっぱい */
    padding: 0 1rem;
  }
}

@media screen and (max-width: 768px) {
  #video {
    width: auto;
    height: 100%;
    min-width: 100%;
    min-height: unset;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
  }

  #video-area {
    height: 100vh;
    overflow: hidden;
  }

  #header {
    height: 100vh;
    overflow: hidden;
  }
}





/* 商品ページ */
.item-area-title {
    margin-bottom: 2rem;
}

.item-name {
    font-size: 2rem;
}

.item-box {
  display: flex;
  gap: 4rem;
}

.item-text {
  flex: 1;         /* 残りの幅を使用（=40%） */
  min-width: 0;    /* ← 折り返しを有効にするため絶対必要 */
  word-break: break-word;
  line-height: 2.5rem;
}

.price {
    font-size: 1.5rem;
}

.tax {
    font-size: 1rem;
}
.item-text-title {
    font-size: 2rem;
}


.item-img-area {
  display: flex;
  flex-wrap: wrap; /* wrapにすることで安全に折り返しも可能 */
  gap: 10px;
  justify-content: space-between;
  padding: 0 10px;  /* 内側に余白追加してはみ出し防止 */
  box-sizing: border-box;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.item-img-area img {
  width: calc(25% - 8px); /* gapの分引く */
  height: auto;
  object-fit: cover;
}


@media (max-width: 768px) {
  .item-img-area {
    flex-wrap: wrap;       /* スマホは折り返す */
  }

  .item-img-area img {
    width: 50%;            /* 2列になるよう調整 */
  }
}

/* 商品詳細 */

.item-product {
  display: flex;
  gap: 4rem;
  justify-content: center;
  margin-bottom: 6rem;
  width: 100%;
  max-width: 1000px; /* 必要に応じて */
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
}

.pr1 {
  width: 100%;
  max-width: 800px; /* 必要に応じて */
}

.info-table {
  width: 100%;
  max-width: 800px;
  border-collapse: collapse;
}

.info-table tr {
  border-bottom: 1px solid #1f4931;
}

.info-table td {
  padding: 0.5rem 1rem;
}

.info-table td:first-child {
  width: 40%;
  font-weight: bold;
}

.info-table td:last-child {
  width: 60%;
}

/* 他のクラスはそのまま */
.new-item-area-title {
  margin-bottom: 2rem;
}

.new-item-area2 {
  margin-bottom: 12rem;
  padding: 0 3rem;
}

@media screen and (max-width: 768px) {
    .new-item-area2 {
        padding: 0 0;
    }

    .details {
       padding: 4rem 0;
    }

    .new-items {
        padding-top: 4rem;
        padding-bottom: 6rem;
    }

    .director {
        padding: 4rem 0;
    }

    .director-text {
      line-height: 2rem;
    }

}

/* ページネーションのドット（丸）の色をグレーに */
.swiper-pagination-bullet {
  background-color: gray !important;
  opacity: 1; /* 好みで調整可 */
}

/* アクティブなドットの色もグレーに */
.swiper-pagination-bullet-active {
  background-color: darkgray !important;
}

/* PCデフォルト：横並び（50:50） */
.item-box {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.mySwiper {
  flex: 0 0 50%;
  max-width: 40%;
}

.item-text {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 2rem;
}

/* スライダー画像のサイズ調整 */
.swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}



/* スマホ（縦並び）用 */
@media screen and (max-width: 768px) {
  .item-box {
    flex-direction: column;
  }

  .mySwiper,
  .item-text {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* スライダーに高さをつけてしっかり表示させる */
  .mySwiper {
    height: auto;
    margin-bottom: 1rem;
  }

  .item-text {
    padding: 1rem;
    text-align: left;
  }

  .item-product {
    flex-direction: column;
  }

}



/* LOOK */
.look-btn {
    position: relative;
    font-size: 1.4rem;
    color: #1f4931 !important; 
     /* ここで色を強制 */
    text-decoration: none;
    padding: 0;
    line-height: 2;
}

.look-btn::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 2px;
    width: 100%;
    background-color: #1f4931;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}
.look-btn:hover::after {
    transform: scaleX(1);
}

.look-title {
    display: flex;
    justify-content: space-between;
}

.look-area {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem; /* 任意：隙間を空けたい場合 */
    justify-content: space-between; /* 両端揃えなど必要に応じて */
    margin-top: 2rem;
    margin-bottom: 6rem;
}

.look-box {
    width: calc(33.333% - 13.33px); /* 3列になるよう調整（gapありの場合） */
    box-sizing: border-box;
    margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .look-btn {
        font-size: 1.4rem;
  }

      .look-box {
        width: calc(50% - 0.5rem); /* gapが1rem（= 0.5rem * 2）ある前提で調整 */
    }
  }


  /* contact */
  .Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  margin-bottom: 6rem;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #5bc8ac;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #5bc8ac;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

h4 {
  font-size: 3rem;
  font-weight: lighter;
  text-align: center;
}


/* shoplistページ */

.shop-title {
  text-align: center;
  margin-bottom: 3rem;
}

.shoplist-text {
  text-align: center;
  margin-bottom: 3rem;
}

.shoplist-text a {
  color: #988538;
}

.shoplist-img {
  display: flex;
  gap: 1rem;
  background-color: #fff;
  padding: 1rem 3rem;
  margin-bottom: 3rem;
  justify-content: center;
}

/* .shoplist h3 {
  margin-bottom: 2rem;
  margin-top: 4rem;
} */

.shop {
  font-weight: bold;
  /* font-size: 1rem; */
}

.shoplist {
  margin-bottom: 6rem;
}

.areashop {
  margin-top: 3rem;
}


@media screen and (max-width: 768px) {
  .shoplist-img {
    flex-direction: column;
    align-items: center;
  }
}


/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;

}

.accordion-area li{
    margin: 10px 0;
        background-color: #fff;
}



/* .accordion-area section {
	border: 1px solid #ccc;
} */

/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
    border: 1px solid #1f4931;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #858585;
    
}
.title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/

.title.close::before{
	transform: rotate(45deg);
}

.title.close::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
    background: #ffffff;
	margin:0 3% 3% 3%;
    padding: 3%;
}

.title::before,
.title::after {
    display: none;
}

/*=== 9-1-4 矢印が動いてスクロールを促す  ====*/

/*スクロールダウン全体の場所*/
.scrolldown4{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:1%;
	right:50%;
    /*矢印の動き1秒かけて永遠にループ*/
	animation: arrowmove 1.5s ease-in-out infinite;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:3%;}
     100%{bottom:1%;}
 }

/*Scrollテキストの描写*/
.scrolldown4 span{
    /*描画位置*/
	position: absolute;
	left:-20px;
	bottom:100px;
    /*テキストの形状*/
	color: #eee;
	font-size: 1rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    line-height: 0.5rem;
}

/* 矢印の描写 */
.scrolldown4:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 70px;
    right: -6px;
    /*矢印の形状*/
    width: 1px;
    height: 20px;
    background: #eee;
    transform: skewX(-31deg);
}

.scrolldown4:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:70px;
	right:0;
    /*矢印の形状*/
	width:1px;
	height: 100px;
	background:#eee;
}