@charset "utf-8";@charset "utf-8";

/* ===================================
    全体レイアウト用
==================================== */
#Area {
	/*font-family: "Inter", sans-serif;*/
	font-family: "Zen Old Mincho", serif;
	/*font-family: 'Shippori Mincho B1', serif;*/
	text-align: center;
	color:#fff;
	width: 100%;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	/*max-width: 1400px;*/
}

.img {
	text-align: center;
	margin: 0 auto;
}

/*スマホの時だけ改行*/
.br-sp {
    display: none;
}

@media (max-width: 600px) {
    .br-sp {
        display: block;
    }	
}

/* 余白*/
.spece {
 margin-bottom:3%;
}	

.spece2 {
    padding-top: 10%;
    text-align: center;
}

.spece_text {
 margin-bottom:-2%;
	font-weight: 400;
}	


.spece_bottom {
 margin-bottom: 7%;
}	


img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

p {
	font-size: 16px;
	/*font-family: "Libre Baskerville", serif;*/
  /*font-weight: 400;*/
  font-style: normal;
	color: #333333;
}

.border_1 {
	border-top: 1px solid #d1cbc2;
	width: 80%;
	margin: 10% auto 9% auto;
}

/*
.backcolor {
  background-image:url("/photo/page/20241102/back_12.jpg");
}
*/


.inner {
        width: calc(100% - 10%);
        max-width: 3000px;
        margin-left: auto;
        margin-right: auto;
    }

.backcolor {
  background-image: url("/photo/page/20251122/back_1.png"); /* 画像パスを入れる */
  background-repeat: repeat;   /* 横・縦に繰り返す */
  background-size: auto;       /* 元のサイズのまま繰り返す */
}




/*スクロールの調整*/
#women,
#men,
#friends,
#me {
  scroll-margin-top: 550px; 
}


/* ===================================
 真ん中スクロール
==================================== */


#Area {
  scrollbar-width: none;     /* Firefox */
  -ms-overflow-style: none;  /* IE & Edge */
}

#Area::-webkit-scrollbar {
  display: none;             /* Chrome / Safari */
}

/* 背景を固定（画面の真ん中） */
body {
  margin: 0;
  padding: 0;
  background-image: url("background.jpg");
  background-size: cover;        /* 全画面に表示 */
  background-position: center;   /* 真ん中 */
  background-attachment: fixed;  /* 固定 */
}

/* 中身だけスクロールエリアにする */
#Area {
  height: 100vh;       /* 画面いっぱいを占有 */
  overflow-y: scroll;  /* 中身だけ縦スクロール */
  background: rgba(255, 255, 255, 0.7); /* 半透明も可 */
  padding: 40px 7%;
}



/* ===================================
  アイコンの指示
==================================== */

.floating-icons {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2; /* 必要に応じて調整してね */
}

.icon {
  position: absolute;
  animation: spin 20s linear infinite;
  opacity: 0.8;
}


@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}


.icon1 {
  top: 40%;
  left: 14%;
  width: 30px;
  animation-duration: 18s;
}

.icon2 {
  top: 39%;
  left: 84.5%;
  width: 50px;
  animation-duration: 25s;
}

.icon3 {
  top: 54%;
  left: 12%;
  width: 40px;
  animation-duration: 22s;
}

.icon4 {
  top: 42%;
  left: 11.5%;
  width: 60px;
  animation-duration: 30s;
}

.icon5 {
  top: 65%;
  left: 85%;
  width: 27px;
  animation-duration: 26s;
}



/* ===================================
    雪の指示
==================================== */

.snow {
  /*雪の色*/
  color: snow;
  /*雪の大きさ*/
  font-size: 8px;
  /*初期位置*/
  position: fixed;
  top: -5%;
  /*雪を適当な幅で降らせる*/
  text-shadow:
  5vw   -100px 2px,
  10vw  -400px 3px,
  20vw  -500px 4px,
  30vw  -580px 1px,
  39vw  -250px 2px,
  42vw  -340px 5px,
  56vw  -150px 2px,
  63vw  -180px 0,
  78vw  -220px 4px,
  86vw  -320px 9px,
  94vw  -170px 7px;
  /*雪アニメーション1*/
  animation: roll 16s linear infinite;
}
  /*2つめの雪アニメーション*/
.snow2nd{animation: anim 14s linear infinite;}

@keyframes roll {
    0% {transform:rotate(0deg);}
   90% {opacity:1;}
   100% {transform:rotate(20deg);top:100%;opacity:0;}
}
@keyframes anim {
  100% {color:transparent;top:150%;}
}


/* ===================================
    バナー部分
==================================== */
.mainimage {
	width: 100%;
	display: block;
	margin: 0 auto;
	max-width: 2000px;
	text-align: center;
}

/*一番上のバナー*/
.mainimage img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 2000px;
	text-align: center;
		margin: 0 auto;
}


/*===================================
TOPテキスト
===================================*/

.top_text {
	width: 100%;
	/*margin: 3% auto 5% auto;*/
	text-align: center;
	/*font-family: 'Shippori Mincho B1';*/
	  background-color: #f0ede4; 
	margin-top: 7%;
}

.top_text_01 {
	font-size: 30px;
	color: #224e1f;
	font-weight: 400;
	margin-top: -3%;
	letter-spacing: 0.08em;
	line-height: 1.5;
	/*font-family: "Times New Roman", Times, "serif"*/
}

.top_text_02 {
	font-size: 20px;
	color: #333333;
	line-height: 23px;
}

.top_text_03 {
	font-size: 16px;
	color: #333333;
    margin-top: 2%;
	line-height: 2.2em;
	/*margin-bottom: 10%;*/
	font-weight: 400;

}


.top_text span {
	text-decoration:underline;
}

.mini {
	font-size: 12px;
	/*font-family: 'Shippori Mincho B1';*/
}

.top_text {
	position: relative;
    padding: 14% 5% 2%;
    margin-top: 7%;
}

/*
.top_text::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.55); 
  backdrop-filter: blur(4px);           
  -webkit-backdrop-filter: blur(4px);    
  z-index: 1;
}
*/

/* テキストを前面に出す */
.top_text > * {
  position: relative;
  z-index: 2;
}



/* ===================================
    ターゲット別ボタン
==================================== */


.gift-target {
  padding: 40px 70px 110px;
  background-color: #f0ede4; 
  text-align: center;
　color: #224e1f;
}

.gift-target__title {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 5%;
	color: #224e1f;
	letter-spacing: 0.08em;
	line-height: 1.2;
}

.gift-target__title span {
  font-size: 13px;

}

/* 共通：グリッドレイアウト */
.gift-target__list {
  display: grid;
  gap: 32px 24px;          /* 縦・横のすき間 */
  justify-content: center; /* 真ん中寄せ */
}

/* SP：2列（～767px想定） */
@media (max-width: 767px) {
  .gift-target__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* PC：4列（768px～） */
@media (min-width: 768px) {
  .gift-target__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 1100px;
    margin: 0 auto;
  }
}

.gift-target__item {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gift-target__img {
  width: 105%;      /* 画像の土台サイズは調整してOK */
  aspect-ratio: 1/1; /* 正方形っぽく */
  margin-bottom: 12px;
}

.gift-target__img img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* 画像の形そのまま収める */
  display: block;
}

.gift-target__label {
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  /*font-family: "Times New Roman", Times, "serif";	*/
}

/* ホバー時のちょっとした動き */
@media (hover: hover) {
  .gift-target__item:hover .gift-target__img {
    transform: translateY(-4px);
    transition: transform 0.2s ease;
  }
}

/* ===================================
    TOPボタン
==================================== */

.top_button {  display: grid;
  grid-template-columns: 300px 300px;
  /*grid-template-rows: 300px;*/
  gap: 1% 12%;
  grid-auto-flow: row;
  grid-template-areas:
    "btn_women btn_men";
	text-align: center;
	margin: 0 auto;
	max-width: 685px;
	margin-top: 5%;
    margin-bottom: 5%;
}

.btn_women { grid-area: btn_women; }
.btn_men { grid-area: btn_men; }


.btn_women,.btn_men {
	max-width: 300px;
    text-align: center;
    line-height: 2.5;
    border-radius: 30px 30px 30px 30px;
    padding: 0.5em;
	font-family: "Times New Roman", Times, "serif"
}

.btn_women {
	color: #fff;
	background: #6f2222;
}

.btn_women:hover {
	background: #f4f2ed;
  color: #6f2222;
	border: 1px solid #6f2222;
	font-weight: 700;
}

.btn_men {
	color: #fff;
	background: #0f254a;
}

.btn_men:hover {
	background: #f4f2ed;
  color: #0f254a;
	border: 1px solid #0f254a;
	font-weight: 700;
}


/*===============================
 container_01～04共通
===============================*/
.container_01,.container_02,.container_03,.container_04 {
	padding-top: 10%;
    padding-bottom: 6%;
}

.container_03,.container_04 {
	padding-top: 10%;
    padding-bottom: 12%;
}


/*===============================
 container_01
===============================*/
.container_01 {
	background: #7c1126;
}



/*===============================
 container_02
===============================*/
.container_02 {
	background: #0b3d31;
}



/*===============================
 container_03
===============================*/
.container_03 {
	background: #7c1126;
}


/*===============================
 container_04
===============================*/
.container_04 {
	background: #f0ede4;
}


/*===============================
ピックアップの詳細
===============================*/

.pickup {
  max-width: 1080px;
  margin: 0 auto 80px;
  padding: 0 45px;
  text-align: center;
}

.pickup__eyebrow {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  margin-bottom: 8px;
  color: #af941a;
}

.pickup__title {
  font-size: 2.5rem;
  letter-spacing: 0.15em;
  margin-bottom: 3%;
}

.pickup__subtitle {
  font-size: 1.3rem;
  color: #b13a32;
  margin-bottom: 32px;
}

/* グリッド：SPは2列、タブレット以上は3列 */
.pickup__list {
  display: grid;
  gap: 40px 32px;
  justify-content: center;
}

/* SP（～767px）：2列 */
@media (max-width: 767px) {
  .pickup__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* タブレット・PC（768px～）：3列 */
@media (min-width: 768px) {
  .pickup__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.pickup-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #fff;	
}

.pickup-item__img {
  width: 78%;
  max-width: 260px;
  margin: 0 auto 16px;
  /*border: 1px solid #f0f0f0;*/
}

.pickup-item__img img {
  width: 100%;
  display: block;
}

.pickup-item__brand {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}

.pickup-item__line {
  font-size: 1.1rem;
  margin-bottom: 2px;
}

.pickup-item__name {
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  margin-bottom: 6px;
}

.pickup-item__price {
  font-size: 1.2rem;
  margin-bottom: 12px;
}

.pickup-item__btn {
  display: inline-block;
  padding: 6px 24px;
  border-radius: 999px;
  border: none;
  background-color: #a22020;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}


/* hover */
@media (hover: hover) {
  .pickup-item:hover .pickup-item__btn {
    opacity: 0.8;
  }
}

/* VIEW ALL */
.pickup__viewall {
  margin-top: 56px;
}

.pickup__viewall-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 72px;
  border-radius: 999px;
  border: 1px solid #fff;
  text-decoration: none;
  color: #a22020;
}

.pickup__viewall-btn span {
  font-size: 1.4rem;
  letter-spacing: 0.18em;
  margin-bottom: 6px;
}

.pickup__viewall-btn small {
  font-size: 1.1rem;
}


.pickup-item__brand,
.pickup-item__line,
.pickup-item__name,
.pickup-item__price {
  color: #fff;
}



/* hover */
.pickup-item__btn_2 {
  display: inline-block;
  padding: 6px 24px;
  border-radius: 999px;
  border: none;
  background-color: #568d56;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}


/* hover */
@media (hover: hover) {
  .pickup-item:hover .pickup-item__btn_2 {
    opacity: 0.8;
  }
}




/*================================
ギフトラッピングの詳細
=================================*/
.gift {  
	display: grid;
    grid-template-columns: 47% 48%;
    /*grid-template-rows: 300px;*/
    gap: 1% 5%;
    grid-auto-flow: row;
    grid-template-areas: "gift_image gift_text";
    text-align: center;
    margin: 0 auto;
    width: 80%;
}

.gift_image { grid-area: gift_image; }

.gift_text { grid-area: gift_text; }

.gift_text_top {
	font-size:25px;
	margin-bottom: 4%;
	letter-spacing: 0.08em;
	line-height: 1.2;
	/*color: #6f2222;*/
}

.gift_text_top span {
	font-size: 13px;
}

.gift_text_deteil {
	width: 80%;
    text-align: left;
    margin: 2% auto 10%;
    line-height: 1.8;
	font-weight: 400;	
}

.gift_text_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c3a723;
    /*border: 1px solid #000;*/
    box-sizing: border-box;
    width: 150px;
    height: 45px;
    padding: 0 6% 0 6%;
    color: #fff;
    font-size: 14px;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
    margin: 5% auto 3% auto;
	border-radius: 30px 30px 30px 30px;
	}

.gift_text_btn:hover {
	background: #f4f2ed;
  color: #af941a;
	border: 1px solid #af941a;
	font-weight: 700;
}



/*画像のモーション*/

/*１枚目*/
@keyframes slide1 {
	0% {opacity: 0.3;}
	10% {opacity: 1;}
	30% {opacity: 1;}
	40% {opacity: 0;}
	100% {opacity: 0;}
}
/*２枚目*/
@keyframes slide2 {
	0% {opacity: 0;}
	30% {opacity: 0;}
	40% {opacity: 1;}
	60% {opacity: 1;}
	70% {opacity: 0;}
	100% {opacity: 0;}
}
/*３枚目*/
@keyframes slide3 {
	0% {opacity: 0;}
	60% {opacity: 0;}
	70% {opacity: 1;}
	90% {opacity: 1;}
	100% {opacity: 1;}
}

/*画像ブロック*/
.gift_image {
	clear: left;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}

/*３枚画像の共通設定*/
.gift_image img:nth-of-type(1),.gift_image img:nth-of-type(2),.gift_image img:nth-of-type(3) {
	-webkit-animation-duration: 15s;	/*実行する時間。「s」は秒の事。*/
	animation-duration: 15s;			/*同上*/
	-webkit-animation-iteration-count:infinite;	/*実行する回数。「infinite」は無限に繰り返す意味。*/
	animation-iteration-count:infinite;			/*同上*/
	border-radius: 10px;	/*角丸のサイズ。大きくすれば角の丸みが大きくなる。角丸が不要ならこの１行削除。*/
}

/*１枚目*/
.gift_image img:nth-of-type(1) {
	-webkit-animation-name: slide1;		/*上で設定しているキーフレーム（keyframes）の名前*/
	animation-name: slide1;				/*同上*/
	position: relative;
	width: 100%;
	height: auto;
}

/*２枚目*/
.gift_image img:nth-of-type(2) {
	-webkit-animation-name: slide2;		/*上で設定しているキーフレーム（keyframes）の名前*/
	animation-name: slide2;				/*同上*/
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: auto;
}

/*３枚目*/
.gift_image img:nth-of-type(3) {
	-webkit-animation-name: slide3;		/*上で設定しているキーフレーム（keyframes）の名前*/
	animation-name: slide3;				/*同上*/
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: auto;
}



/*===================================
テキスト
===================================*/
.title {
	font-size: 26px;
	margin: 5% auto 1%;
	font-weight: 700;
}

.title_sub {
	font-weight: 700;
	margin-bottom: 1%;
	font-size: 16px;
}

.title_sub_2 {
	font-weight: 400;
	width: 50%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 4%;
	font-size: 15px;
}

/*===================================
商品の小画像＆詳細
===================================*/
.details {
	font-size: 14px;
	text-align: center;
}

.details span {
	color: #8a5f62;
	/*font-weight: 700;*/
}

.buy {
	color: #fff;
        -webkit-box-pack: center;
        align-items: center;
    height: 100%;
    font-weight: 700;
    line-height: 2;
    letter-spacing: .06em;
    border: 1px solid #fff;
    border-radius: 100px;
	padding: 0px 12px;
}

.buy:hover {
	border: 1px solid #fff;
	background: #fff;
    color: #6f2222;
}

/*===================================
ボタン系
===================================*/
/*黒細ライン＆ホバーグレー*/
a.btn_01,a.btn_03 {
display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    width: 450px;
    height: 55px;
    padding: 0 6% 0 6%;
    color: #000;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
     margin: 4% auto 4% auto;
}

a.btn_01:hover,a.btn_03:hover {
  background: #9b9b9d;
  color: #fff;
	    border: 1px solid #9b9b9d;

}

a.btn_01:before,a.btn_03:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}

a.btn_01:hover:before,a.btn_03:hover:before {
  border-color: transparent transparent transparent #fff;
}


/*黒細ライン＆ホバーも黒*/
a.btn_02 {
display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    width: 400px;
    height: 55px;
    padding: 0 6% 0 6%;
    color: #000;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
        margin: 2% auto 4% auto;
}

a.btn_02:hover {
  background: #000;
  color: #fff;
}

a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}

a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}



/*===============================
 タブ部分
===============================*/
.tab-title {
	font-size: 25px;
	margin-bottom: 4%;
	letter-spacing: 0.08em;
	line-height: 1.2;
	color: #d1a919;
}

.tab-title span {
	font-size: 13px;
}

.tab-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
	width: 90%;
	/*font-family: "futura-pt";*/
}

.tab-2 > label {
    flex: 1 1;
    order: -1;
    opacity: .5;
    min-width: 70px;
    padding: 0.8em 0.7em;
    border-radius: 5px 5px 0 0;
    background-color: #c3a722;
    color: #fff;
    font-size: 1.0em;
    text-align: center;
    cursor: pointer;
}

.tab-2 > label:hover {
    opacity: .8;
}

.tab-2 input {
    display: none;
}

.tab-2 > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
    background-color: #fff;
}

.tab-2 label:has(:checked) {
    opacity: 1;
}

.tab-2 label:has(:checked) + div {
    display: block;
}

/*===================================
リストボタン(検索タグ)
===================================*/
.list_btn {
    display: grid;
    grid-template-columns: 22% 22% 22% 22%;
    /* grid-template-rows: 50px; */
    gap: 2% 2.7%;
    grid-auto-flow: row;
    grid-template-areas: "top_btn-1 top_btn-2 top_btn-3 top_btn-4";
    max-width: 830px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 2%;
    margin-left: 3%;
	}

.list_btn-1 { grid-area: top_btn-1;}
.list_btn-2 { grid-area: top_btn-2; }
.list_btn-3 { grid-area: top_btn-3; }
.list_btn-4 { grid-area: top_btn-4; }


.list_btn-1,.list_btn-2,.list_btn-3,.list_btn-4 {
	max-width: 220px;
    text-align: center;
    line-height: 2;
    border-radius: 30px 30px 30px 30px;
    padding: 0.5em;
	font-size: 13px;
    border: 1.5px dashed #224e1f;
	color: #333333;
	background: #fff;
	font-weight: 500;
}

.list_btn span{
	margin-top: -1%;
	font-size: 17px;
	}	

.list_btn img {
    width: 10%;
    margin: 0 0 2% 7%;
}

/*===================================
リストボタンのホバー
===================================*/

.list_btn-1:hover,.list_btn-2:hover,.list_btn-3:hover,.list_btn-4:hover{
background-color: #224e1f;
	color: #fff;
	  transition: .3s;
border: none;
}


 

/*================================
その他の記事の記述
=================================*/

.other {
    display: grid;
    grid-template-columns: 23% 23% 23% 23%;
    /* grid-template-rows: 200px; */
    gap: 2% 2.7%;
    grid-auto-flow: row;
    grid-template-areas: "other-1 other-2 other-3 other-4";
    text-align: center;
    margin: 0 auto;
    max-width: 85%;
}

.other-1 { grid-area: other-1; }
.other-2 { grid-area: other-2; }
.other-3 { grid-area: other-3; }
.other-4 { grid-area: other-4; }

.other_title {
	 text-align: left;
    max-width: 85%;
	margin: 10% auto 1%;
	font-size: 20px;
}

.other_details {
font-size: 15px;
text-align-last: left;	
}



/*================================
tablet
=================================*/
@media(max-width: 834px){
#Area .imageArea ul.row-fluid {
    width: 90%;
    text-align: center;
    margin: 5% auto 0;
  }	
	
.top {
    line-height: 2.0;
    font-size: 16px;
    font-weight: 400;
    margin: 5% auto;
}	
	
.top_text {
	font-size: 14px;
	line-height: 2.5;
	margin-top: 3%;
	color: #fff;
}
	
	
.top_text_01 {
	font-size: 26px;
	color: #224e1f;
	line-height: 55px;
	font-weight: 500;
	letter-spacing: 0.01em;
	margin-top: -12%;
	/*font-family: "Times New Roman", Times, "serif"*/
}
	
	
.top_text_02 {
    font-size: 18px;
    color: #333333;
    line-height: 23px;
	}	
	
	
.top_text_03 {
    font-size: 15px;
    color: #333333;
    margin-top: 2%;
    line-height: 2.2em;
    margin-bottom: 0%;
}	
	
/*スクロールの調整*/
#women,
#men,
#friends,
#me {
  scroll-margin-top: 520px; 
}
	
/* ===================================
    ターゲット別ボタン
==================================== */	
	
.gift-target__img {
  width: 120%;      
  aspect-ratio: 1/1; 
  margin-bottom: 12px;
}	
		
.gift-target {
    padding: 40px 35px 60px;
}	
	
.gift-target__label {
    font-size: 1.1rem;
}	
	
/* ===================================
    TOPボタン
==================================== */	
	
.top_button {
    display: grid;
    grid-template-columns: 46% 46%;
    /* grid-template-rows: 300px; */
    gap: 1% 8%;
    grid-auto-flow: row;
    grid-template-areas: "btn_women btn_men";
    text-align: center;
    margin: 0 auto;
    max-width: 80%;
	margin-top: 5%;
    margin-bottom: 5%;
}	
	
	
/* ===================================
  アイコンの指示
==================================== */

.floating-icons {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2; /* 必要に応じて調整してね */
}

.icon {
  position: absolute;
  animation: spin 20s linear infinite;
  opacity: 0.8;
}


@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}


.icon1 {
  top: 33.5%;
  left: 15%;
  width: 28px;
  animation-duration: 18s;
}

.icon2 {
  top: 33.5%;
  left: 82.5%;
  width: 40px;
  animation-duration: 25s;
}

.icon3 {
  top: 50.5%;
  left: 13%;
  width: 27px;
  animation-duration: 22s;
}

.icon4 {
  top: 35.5%;
  left: 12%;
  width: 50px;
  animation-duration: 30s;
}

.icon5 {
  top: 45%;
  left: 85%;
  width: 27px;
  animation-duration: 26s;
}

	
/*===================================
リストボタン(検索タグ)
===================================*/
.tab-title {
	font-size: 22px;
	margin-bottom: 2%;
	letter-spacing: 0.08em;
	/*color: #6f2222;*/
}	
	
.tag {
	width: 90%;
}
	
	
.tag_text {
	font-size: 22px;
	margin-bottom: 4%;
    padding-top: 6%;
}

.tag_text img {
	width: 8%;
}	
	
	
.list_btn {
    display: grid;
    grid-template-columns: 21% 21% 21% 21%;
    grid-template-rows: 100%;
    gap: 3% 1%;
    grid-auto-flow: row;
    grid-template-areas: "top_btn-1 top_btn-2 top_btn-3 top_btn-4";
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
	margin-bottom: 2%;
    margin-left: 11%;
}
	
	.list_btn-1, .list_btn-2, .list_btn-3, .list_btn-4 {
	max-width: 155px;
    text-align: center;
    /* margin-bottom: 10px; */
    line-height: 2;
    border-radius: 30px 30px 30px 30px;
    padding: 0.5em;
	border: 1.5px dashed #224e1f;
    background: #fff;
	font-size: 10px;
	}

/*===================================
テキスト
===================================*/
	
.title {
    font-size: 16px;
    margin: 5% auto 1%;
    font-weight: 700;
}
	
.title_sub {
    font-weight: 700;
    margin-bottom: 1%;
    font-size: 16px;
}	
	
.title_sub_2 {
    font-weight: 400;
    width: 70%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 6%;
    font-size: 13px;
}
	
	
	
/*================================
ギフトラッピングの詳細
=================================*/

.gift {  
	display: grid;
  grid-template-columns: 44% 45%;
  grid-template-rows: 300px;
  gap: 1% 2%;
  grid-auto-flow: row;
  grid-template-areas:
    "gift_image gift_text";
	text-align: center;
    margin: 0 auto;
    width: 100%;
	margin-left: 5%;
}

.gift_image { grid-area: gift_image; }

.gift_text { grid-area: gift_text; }

.gift_text_top {
	font-size:22px;
	margin-bottom: 3%;
	letter-spacing: 0.08em;
	/*color: #6f2222;*/
}

.gift_text_deteil {
	width: 80%;
    text-align: center;
    margin: 2% auto 10%;
    line-height: 1.8;
	font-size: 12px;
}


.gift_text_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c3a723;
    /* border: 1px solid #000; */
    box-sizing: border-box;
    width: 140px;
    height: 40px;
    padding: 0 6% 0 6%;
    color: #fff;
    font-size: 12px;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
    margin: 4% auto 3% auto;
    border-radius: 30px 30px 30px 30px;
}
	
		
/*===================================
ボタン系
===================================*/
a.btn_01 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    width: 330px;
    height: 45px;
    padding: 0 6% 0 6%;
    color: #000;
    font-size: 14px;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
    margin: 5% auto 3% auto;	
	}
	
a.btn_03 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    width: 330px;
    height: 45px;
    padding: 0 13% 0 15%;
    color: #000;
    font-size: 14px;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
    margin: 5% auto 3% auto;	
	}	


}	


	
/*===================================
SMP
====================================*/

@media (max-width: 480px) {
#Area .imageArea ul.row-fluid {
    width: 100%;
    text-align: center;
    margin: 0 auto;
	font-family: "Inter", sans-serif;
  }
	
/* 中身だけスクロールエリアにする */
#Area {
  height: 100vh;       /* 画面いっぱいを占有 */
  overflow-y: scroll;  /* 中身だけ縦スクロール */
  background: rgba(255, 255, 255, 0.7); /* 半透明も可 */
  padding: 40px 3%;
}	
	
.spece_bottom {
 margin-bottom:0%;
}	
	
.spece_text {
 margin-bottom: 0px;
}	
	
	
.inner {
        width: calc(100% - 0%);
    }
	
.inner--sp {
        padding-left: 10px;
        padding-right: 10px;
    }	
	
	
/*スクロールの調整*/
#women,
#men,
#friends,
#me {
  scroll-margin-top: 630px; 
}
		
	
	
/* ===================================
  ターゲット別ボタン
==================================== */


.gift-target {
  padding: 0px 16px 100px;
  background-color: #f0ede4; 
  text-align: center;
　color: #224e1f;
}
	
.gift-target__title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 12%;
	color: #224e1f;
	letter-spacing: 0.08em;
	line-height: 1.3;
}	
	
	
/* 共通：グリッドレイアウト */
.gift-target__list {
  display: grid;
  gap: 10% 3%;          /* 縦・横のすき間 */
  justify-content: center; /* 真ん中寄せ */
}
	
.gift-target__img {
  width: 110%;      /* 画像の土台サイズは調整してOK */
  aspect-ratio: 1/1; /* 正方形っぽく */
  margin-bottom: 12px;
}
	
	
	
	
/* ===================================
    TOPテキスト
==================================== */	
	
.top_text {
	width: 100%;
    font-size: 14px;
    line-height: 2;
    margin: 10% auto 0%;
	color: #fff;
	padding-top: 26%;
	}	
	
.top_text_01 {
	font-size: 25px;
	color: #224e1f;
	line-height: 1.4;
	font-weight: 500;
	margin-bottom: 5%;
	margin-top: -10%;
	font-family: "Times New Roman", Times, "serif";
	letter-spacing: 0.08em;	
}	
	
.top_text_02 {
    font-size: 18px;
    color: #333333;
    /*font-family: "ryo-gothic-plusn";*/
    line-height: 23px;
}		

.top_text_03 {
    font-size: 14px;
    color: #333333;
    margin-top: 2%;
    /*font-family: "ryo-gothic-plusn";*/
    line-height: 1.8;
    margin-bottom: 16%;
	letter-spacing: 0.08em;
	}	

	
/*===============================
 container_01～04共通
===============================*/
.container_01,.container_02,.container_03,.container_04 {
	padding-top: 10%;
    padding-bottom: 20%;

}	
	
/*===============================
ピックアップの詳細
===============================*/


.pickup__title {
  font-size: 2.0rem;
  margin-bottom: 9%;
}
	
	
.pickup {
	width: 95%;
	margin: 0 auto;
	margin-top: 20%;
    }	
	
	
.pickup__list {
    display: grid;
    gap: 40px 26px;
    justify-content: center;
}	
	
	
.pickup-item__img {
  width: 100%;
  max-width: 260px;
  margin: 0 auto 16px;
  /*border: 1px solid #f0f0f0;*/
}

.pickup-item__img img {
  width: 100%;
  display: block;
}
	
	
/* ===================================
  アイコンの指示
==================================== */
	
.icon1 {
  top: 37%;
  left: 15%;
  width: 28px;
  animation-duration: 18s;
}

.icon2 {
  top: 35.5%;
  left: 81.5%;
  width: 30px;
  animation-duration: 25s;
}

.icon3 {
  top: 55.5%;
  left: 11%;
  width: 27px;
  animation-duration: 22s;
}

.icon4 {
  top: 48.5%;
  left: 10%;
  width: 37px;
  animation-duration: 30s;
}

.icon5 {
  top: 45%;
  left: 82%;
  width: 27px;
  animation-duration: 26s;
}
	
	
	

			
/*================================
ギフトラッピングの詳細
=================================*/

.gift {  display: block;
  grid-template-columns: 410px 340px;
  grid-template-rows: 300px;
  gap: 1% 5%;
  grid-auto-flow: row;
  grid-template-areas:
    "gift_image gift_text";
	text-align: center;
    margin: 0 auto;
    max-width: 500px;
	width: 90%;
}

.gift_image { grid-area: gift_image; }

.gift_image img {
		width: 90%;
	}	
	
.gift_text { grid-area: gift_text; }

.gift_text_top {
	font-size:22px;
	margin-top: 5%;
	margin-bottom: 5%;
	letter-spacing: 0.08em;
	line-height: 1.0;
	/*color: #6f2222;*/
}
	
	.gift_text_top span {
	font-family: "Inter", sans-serif;
	}	

.gift_text_deteil {
	width: 90%;
    text-align: left;
    margin: 0 auto 9%;
    line-height: 1.8;
	font-size: 14px;
}


.gift_text_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c3a723;
    /*border: 1px solid #000;*/
    box-sizing: border-box;
    width: 190px;
    height: 40px;
    padding: 0 6% 0 6%;
    color: #fff;
    font-size: 14px;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
    margin: 5% auto 3% auto;
	border-radius: 30px 30px 30px 30px;
	}
	
	
	
	
	
.border_1 {
	border-top: 1px solid #d1cbc2;
	width: 80%;
	margin: 20% auto 10% auto;
}	
	
	
.image_width {  display: grid;
  grid-template-columns: 48% 48%;
  grid-template-rows: 49% 49%;
  gap: 4% 4%;
  grid-auto-flow: row;
  grid-template-areas:
    "img_wid1 img_wid2"
    "img_wid3 img_wid4";
 margin-bottom: 10%;
}

.img_wid1 { grid-area: img_wid1; }
.img_wid2 { grid-area: img_wid2; }
.img_wid3 { grid-area: img_wid3; }
.img_wid4 { grid-area: img_wid4; }
	
	
	
.image_width_2 {  display: grid;
  grid-template-columns: 48% 48%;
  grid-template-rows: 49% 49%;
  gap: 4% 4%;
  grid-auto-flow: row;
  grid-template-areas:
    "img_wid5 img_wid6"
    "img_wid7 img_wid8";
 margin-bottom: 10%;
}

.img_wid5 { grid-area: img_wid5; }
.img_wid6 { grid-area: img_wid6; }
.img_wid7 { grid-area: img_wid7; }
.img_wid8 { grid-area: img_wid8; }
		

	
.image_width_3 {  display: grid;
  grid-template-columns: 48% 48%;
  grid-template-rows: 49% 49%;
  gap: 4% 4%;
  grid-auto-flow: row;
  grid-template-areas:
    "img_wid9 img_wid10"
    "img_wid11 img_wid12";
 margin-bottom: 10%;
}

.img_wid9 { grid-area: img_wid9; }
.img_wid10 { grid-area: img_wid10; }
.img_wid11 { grid-area: img_wid11; }
.img_wid12 { grid-area: img_wid12; }
	
	
.image_width_4 {  display: grid;
  grid-template-columns: 48% 48%;
  grid-template-rows: 49% 49%;
  gap: 4% 4%;
  grid-auto-flow: row;
  grid-template-areas:
    "img_wid13 img_wid14"
    "img_wid15 img_wid16";
 margin-bottom: 10%;
}

.img_wid13 { grid-area: img_wid13; }
.img_wid14 { grid-area: img_wid14; }
.img_wid15 { grid-area: img_wid15; }
.img_wid16 { grid-area: img_wid16; }	
			
	
	
.img_wid1 img{
    /*width: 350px;*/
    transition: 1.0s;
    transform: rotateY(0deg );
}
.img_wid1:hover img {
    transform: rotateY( 360deg );
}
	
	
/*================================
ギフト検索タグ
=================================*/

.tab-title {
    font-size: 22px;
    margin-bottom: 5%;
	line-height: 1.3;
	letter-spacing: 0.08em;
	 margin-top: 5%;
	/*color: #6f2222;*/
}
	
.tab-title span
	{
	font-family: "Inter", sans-serif;	
	}
	
.tag {
	width: 100%;
}
	
	
.tag_text {
	font-size: 20px;
	margin-bottom: 7%;
    padding-top: 10%;
}

.tag_text img {
	width: 9%;
}	
		
	
.list_btn {
        display: grid;
        grid-template-columns: 47% 47%;
        grid-template-rows: 42% 42%;
        gap: 15% 5%;
        grid-template-areas:
        "list_btn-1 list_btn-2"
        "list_btn-3 list_btn-4";
        max-width: 450px;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 4%;
        margin-left: 2%;
}

.list_btn-1 { grid-area: list_btn-1; }
.list_btn-2 { grid-area: list_btn-2; }
.list_btn-3 { grid-area: list_btn-3; }
.list_btn-4 { grid-area: list_btn-4; }
	
	
.list_btn-1,.list_btn-2,.list_btn-3,.list_btn-4 {
    max-width: 155px;
    text-align: center;
    line-height: 3.0;
    border-radius: 30px 30px 30px 30px;
    padding: 0 0.5em 0.5em 0.5em;
    border: 1px dashed #224e1f;
    color: #333333;
    background: #fff;
    font-weight: 500;
    font-size: 11px;
    }
	
.list_btn span{
	font-size: 10px;
	}		
	
	
.list_btn img {
    width: 13%;
    margin: 0 0 2% 7%;
}	
	
a.btn_01 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    width: 75%;
    height: 40px;
    padding: 0 6% 0 6%;
    color: #000;
    font-size: 14px;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
    margin: 14% auto 3% auto;	
	}
	
a.btn_03 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    width: 75%;
    height: 40px;
    padding: 0 13% 0 19%;
    color: #000;
    font-size: 14px;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
    margin: 14% auto -6% auto;	
	}	
	
.text {
    font-size: 14px;
    margin: 0 3% 5% 3%;		
}	
	
.title {
        font-size: 19px;
        margin: 18% 3% 2% 3%;
        font-weight: 700;
        width: 91%;
    }
	
.title_sub {
    font-weight: 700;
    margin-bottom: 1%;
    font-size: 16px;
	width: 85%;
    text-align: center;
    margin: 0 auto;
}	
	
.title_sub_2 {
    font-weight: 400;
    width: 85%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 6%;
    font-size: 13px;
	margin-top: 3%;
}

	
	
/*===================================
PICU UP
===================================*/
.pickup {
	width: 100%;
	margin: 0 auto;
	margin-top: 20%;
	padding: 0 16px;

}

.p_title {
	font-size: 22px;
	text-align: left;
}	
	
	
.pickup_image {  display: grid;
  grid-template-columns: 40% 40% 40% 40%;
  grid-template-rows: 49% 49%;
  gap: 1% 2%;
  grid-auto-flow: row;
	
 overflow-x: auto;
	overflow-y: none;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;	
}

.picimg_01 { grid-area: 1 / 1 / 2 / 2; }
.picimg_02 { grid-area: 1 / 2 / 2 / 3; }
.picimg_03 { grid-area: 1 / 3 / 2 / 4; }
.picimg_04 { grid-area: 1 / 4 / 2 / 5; }
.picimg_05 { grid-area: 2 / 1 / 3 / 2; }
.picimg_06 { grid-area: 2 / 2 / 3 / 3; }
.picimg_07 { grid-area: 2 / 3 / 3 / 4; }
.picimg_08 { grid-area: 2 / 4 / 3 / 5; }
	
	
.picimg_01,.picimg_02,.picimg_03,.picimg_04,.picimg_05,.picimg_06,.picimg_07,.picimg_08 {
  display: inline-block;
	width: 90%;
	margin: 10px;
	}
			
/*================================
ギフト検索タブ部分
=================================*/
	
　.tab-2 {
	width: 95%;
	/*font-family: "futura-pt";*/
}


	
	}

