@charset "utf-8";@charset "utf-8";

/* ===================================
    全体レイアウト用
==================================== */
#Area {
	font-family: "Times New Roman", Times, "serif";	
	/*font-family: 'Shippori Mincho B1', serif;*/
	text-align: center;
	width: 90%;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	max-width: 1200px;
}

.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:13%;
}	


.spece_bottom {
 margin-bottom:25%;
}	


img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

p {
	font-size: 16px;
	font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}



.border_1 {
	border-top: 1px solid #d1cbc2;
	width: 80%;
	margin: 10% auto 9% auto;
}

.backcolor {
  background-image:url("/photo/page/20250331/back_4.jpg");
}

/* ===================================
    雪の指示
==================================== */

.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;
}


/* ===================================
    youtube挿入 
==================================== */
.youtube {
	margin-top: 5%;
}

.youtube_text {
	font-size: 15px;
	width: 80%;
    text-align: center;
    margin: 0 auto;
}



/*===================================
画像回転
===================================*/

.picimg_01 img,.picimg_02 img,.picimg_03 img,.picimg_04 img,.picimg_05 img,.picimg_06 img,.picimg_07 img,.picimg_08 img{
    transition: 1.0s;
    transform: rotateY(0deg );
}

.picimg_01:hover img,.picimg_02:hover img,.picimg_03:hover img,.picimg_04:hover img,.picimg_05:hover img,.picimg_06:hover img,.picimg_07:hover img,.picimg_08:hover img {
    transform: rotateY( 360deg );
}



/*===================================
TOPテキスト
===================================*/

.top_text {
		width: 60%;
	font-size: 25px;
	margin: 10% auto 3% auto;
	color: #df535a;
	line-height: 1.1;
}

.top_text span {
	text-decoration:underline;
}

.mini {
	font-size: 16px;
	font-family: "Inter", sans-serif;
	/*color: #df535a;*/
	color: #222222;
	/*font-family: "Inter", sans-serif;
	font-family: 'Shippori Mincho B1';*/
}

/*===================================
リストボタン
===================================*/
.list_btn {
    display: grid;
    grid-template-columns: 19% 19% 19% 19%;
    /* 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: 900px;
    text-align: center;
    margin: 0 auto;
	margin-bottom: 4%;
	margin-top: 7%;
	margin-left: 16%;
	}

.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.5;
    border-radius: 30px 30px 30px 30px;
    padding: 0.3em;
	color: #fff;
	background: #f26e75;
	font-size: 13px;
	border: 1px solid #f26e75;
}

.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: #f4f2ed;
	color: #f26e75;
	transition: .3s;
	border: none;
	border: 1px solid #f26e75;
}


/*===================================
テキスト
===================================*/
.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: 300;
	width: 50%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 4%;
	font-size: 15px;
}

/*===================================
商品横並びのコンテナー
===================================*/
.image_width {  display: grid;
  grid-template-columns: 24% 24% 24% 24%;
  grid-template-rows: 100%;
  gap: 12px 12px;
  grid-auto-flow: row;
  grid-template-areas:
    "img_wid1 img_wid2 img_wid3 img_wid4";
		max-width: 1100px;
	text-align: center;
	margin: 0 auto;	
	margin-bottom: 7%;
}

.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: 24% 24% 24% 24%;
  grid-template-rows: 100%;
  gap: 12px 12px;
  grid-auto-flow: row;
  grid-template-areas:
    "img_wid5 img_wid6 img_wid7 img_wid8";
		max-width: 1100px;
	text-align: center;
	margin: 0 auto;	
	margin-bottom: 7%;
}

.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: 24% 24% 24% 24%;
  grid-template-rows: 100%;
  gap: 12px 12px;
  grid-auto-flow: row;
  grid-template-areas:
    "img_wid9 img_wid10 img_wid11 img_wid12";
		max-width: 1100px;
	text-align: center;
	margin: 0 auto;	
	margin-bottom: 7%;
}

.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: 24% 24% 24% 24%;
  grid-template-rows: 100%;
  gap: 12px 12px;
  grid-auto-flow: row;
  grid-template-areas:
    "img_wid13 img_wid14 img_wid15 img_wid16";
		max-width: 1100px;
	text-align: center;
	margin: 0 auto;	
	margin-bottom: 7%;
}

.img_wid13 { grid-area: img_wid13; }
.img_wid14 { grid-area: img_wid14; }
.img_wid15 { grid-area: img_wid15; }
.img_wid15 { grid-area: img_wid16; }

.image_width_5 {  display: grid;
  grid-template-columns: 24% 24% 24% 24%;
  grid-template-rows: 100%;
  gap: 12px 12px;
  grid-auto-flow: row;
  grid-template-areas:
    "img_wid17 img_wid18 img_wid19 img_wid20";
		max-width: 1100px;
	text-align: center;
	margin: 0 auto;	
	margin-bottom: 7%;
}

.img_wid17 { grid-area: img_wid17; }
.img_wid18 { grid-area: img_wid18; }
.img_wid19 { grid-area: img_wid19; }
.img_wid20 { grid-area: img_wid20; }

.image_width_6 {  display: grid;
  grid-template-columns: 24% 24% 24% 24%;
  grid-template-rows: 100%;
  gap: 12px 12px;
  grid-auto-flow: row;
  grid-template-areas:
    "img_wid21 img_wid22 img_wid23 img_wid24";
		max-width: 1100px;
	text-align: center;
	margin: 0 auto;	
	margin-bottom: 7%;
}

.img_wid21 { grid-area: img_wid21; }
.img_wid22 { grid-area: img_wid22; }
.img_wid23 { grid-area: img_wid23; }
.img_wid24 { grid-area: img_wid24; }


/*===================================
商品の小画像＆詳細
===================================*/
.details {
	font-size: 14px;
	text-align: center;
	font-family: "Inter", sans-serif;
}

.details span {
	color: #8a5f62;
	/*font-weight: 700;*/
}


.details a {
	color: #fff;
	font-weight: 300;
}

.buy {
	color: #fff;
	background: #f26e75;
    font-weight: 500;
    line-height: 2;
    letter-spacing: .06em;
    border: 1px solid #f26e75;
    border-radius: 100px;
	padding: 0px 12px;
}

.buy:hover {
	border: 1px solid #f26e75;
	background: #f4f2ed;
    color: #f26e75;

}

/*===================================
PICU UP
===================================*/
.pickup {
	width: 88%;
	margin: 0 auto;
}

.p_title {
	font-size: 30px;
	text-align: left;
	color: #df535a;
}

.pickup_image {  
	display: grid;
  grid-template-columns: 20.5% 20.5% 20.5% 20.5%;
  grid-template-rows: 51% 51%;
  gap: 1% 6%;
  grid-auto-flow: row;
}


.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; }

.details_2 {
	font-size: 14px;
	text-align: center;
	 color: #df535a;
	font-family: "Inter", sans-serif;
}


/*================================
ギフトラッピングの詳細
=================================*/
.gift {  display: grid;
  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;
    width: 790px;
}

.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: 19% auto 10%;
    line-height: 1.8;
	font-weight: 400;	
}

.gift_text_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f26e75;
    /*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: #df535a;
	border: 1px solid #df535a;
	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;
}




/*===================================
ボタン系
===================================*/

/*黒細ライン＆ホバーグレー*/
a.btn_01,a.btn_03 {
display: flex;
    justify-content: center;
    align-items: center;
    background: #f6f6f6;
    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;
}



/*================================
その他の記事の記述
=================================*/

.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: 100%;
    text-align: center;
    margin: 5% auto 0;
  }	
	
.top {
    line-height: 2.0;
    font-size: 16px;
    font-weight: 400;
    margin: 5% auto;
}	
	
.top_text {
	width: 80%;
	font-size: 25px;
	line-height: 1.1;
	margin-top: 11%;
	color: #df535a;
	margin-bottom: 6%;
}
	
.mini {
	font-size: 14px;
	font-family: "Inter", sans-serif;
	color: #222222;
	/*color: #df535a;*/
	}	
	
	
/* ===================================
   youtube埋め込み
==================================== */
.youtube {
   width: 80%;
   aspect-ratio: 16 / 9;
   text-align: center;
   margin: 0 auto;
}
	
.youtube iframe {
  width: 100%;
  height: 100%;
}
	
	
	
/*===================================
リストボタン
===================================*/
.list_btn {
display: grid;
	grid-template-columns: 20% 20% 20% 20%;
	grid-template-rows: 100%;
	gap: 3% 5%;
	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: 5%;
	margin-left: 6%;
}
	
	.list_btn-1, .list_btn-2, .list_btn-3, .list_btn-4 {
	max-width: 155px;
    text-align: center;
    /* margin-bottom: 10px; */
    line-height: 2.5;
    border-radius: 30px 30px 30px 30px;
    padding: 0.5em;
	color: #fff;
	background: #f26e75;
		font-size: 11px;
	}

/*===================================
テキスト
===================================*/
	
.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: 300;
    width: 70%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 6%;
    font-size: 13px;
}
	
/*===================================
商品の小画像＆詳細
===================================*/
.details {
	font-size: 12px;
	text-align: center;
}
	
	
	
/*===================================
PICU UP
===================================*/	
.p_title {
	font-size: 25px;
	text-align: left;
	color: #df535a;
	margin-bottom: 1%;
}	
	
	
.details_2 {
	font-size: 12px;
	text-align: center;
	color: #df535a;
	font-family: "Inter", sans-serif;
}	
	
	
/*================================
ギフトラッピングの詳細
=================================*/

.gift {  display: grid;
  grid-template-columns: 38% 37%;
  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: 760px;
	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: left;
    margin: 15% auto 10%;
    line-height: 1.8;
	font-size: 12px;
}


.gift_text_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f26e75;
    /* 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;	
	}	

/*================================
その他の記事の記述
=================================*/

.other {
    display: grid;
    grid-template-columns: 23% 23% 23% 23%;
    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: 17px;
}

	
	
	
	}
	
/*===================================
SMP
====================================*/

@media (max-width: 480px) {
#Area .imageArea ul.row-fluid {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
	
	
.spece_bottom {
 margin-bottom:40%;
}	
	
	
.spece_text {
 margin-bottom:16%;
}		
	
	
.top_text {
	width: 95%;
	font-size: 22px;
	line-height: 1.5;
	margin: 7% auto 5%;
	color: #df535a;
	}	
	
.mini {
	font-size: 15px;
	font-family: "Inter", sans-serif;
	/*color: #df535a;*/
	color: #222222;
	font-weight: 300;
	}		
		
/* ===================================
   youtube埋め込み
==================================== */
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
	margin-top: 5%;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
	
.youtube_text {
	font-size: 14px;
	width: 80%;
    text-align: center;
    margin: 0 auto;
}
	
		
	
	
	
.border_1 {
	border-top: 1px solid #d1cbc2;
	width: 80%;
	margin: 20% auto 16% 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; }	
			
	
.image_width_5 {  display: grid;
  grid-template-columns: 48% 48%;
  grid-template-rows: 49% 49%;
  gap: 4% 4%;
  grid-auto-flow: row;
  grid-template-areas:
    "img_wid17 img_wid18"
    "img_wid19 img_wid20";
 margin-bottom: 10%;
}

.img_wid17 { grid-area: img_wid17; }
.img_wid18 { grid-area: img_wid18; }
.img_wid19 { grid-area: img_wid19; }
.img_wid20 { grid-area: img_wid20; }	
	
	
.image_width_6 {  display: grid;
  grid-template-columns: 48% 48%;
  grid-template-rows: 49% 49%;
  gap: 4% 4%;
  grid-auto-flow: row;
  grid-template-areas:
    "img_wid21 img_wid22"
    "img_wid23 img_wid24";
 margin-bottom: 10%;
}

.img_wid21 { grid-area: img_wid21; }
.img_wid22 { grid-area: img_wid22; }
.img_wid23 { grid-area: img_wid23; }
.img_wid24 { grid-area: img_wid24; }	
	
	
/*	
.img_wid1 img{
    transition: 1.0s;
    transform: rotateY(0deg );
}
.img_wid1:hover img {
    transform: rotateY( 360deg );
}
*/	
	
/***************************************/	
		
	
.list_btn {
    display: grid;
    grid-template-columns: 49% 49%;
    grid-template-rows: 50% 50%;
    gap: 30% 2%;
    grid-template-areas: "list_btn-1 list_btn-2"
    "list_btn-3 list_btn-4";
    max-width: 323px;
    margin: 0 auto;
	text-align: center;
	margin-bottom: 20%;
}

.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: 2.5;
    border-radius: 30px 30px 30px 30px;
    padding: 0.5em;
	color: #fff;
    background: #f26e75;
	font-size: 12px;
	font-weight: 800;
}
	
	
.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: #f6f6f6;
    border: 1px solid #000;
    box-sizing: border-box;
    width: 75%;
    height: 40px;
    padding: 0 4% 0 8%;
    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: #f6f6f6;
    border: 1px solid #000;
    box-sizing: border-box;
    width: 75%;
    height: 40px;
    padding: 0 13% 0 13%;
    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: 300;
    width: 85%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 6%;
    font-size: 13px;
	margin-top: 3%;
}
	
		
/*================================
商品詳細
=================================*/

.details {
	font-size: 13px;
	text-align: center;
}
	
.buy {
	color: #fff;
        -webkit-box-pack: center;
        align-items: center;
    height: 100%;
    font-weight: 500;
    line-height: 2;
    letter-spacing: .06em;
    border: 1px solid #f26e75;
    border-radius: 100px;
	padding: 2px 20px;
}
	
	
	
/*===================================
PICU UP
===================================*/
.pickup {
	width: 88%;
	margin: 0 auto;
	margin-top: 20%;
}

.p_title {
	font-size: 22px;
	text-align: left;
	margin-top: -12%;
}	
	
.details_2 {
	font-size: 13px;
	text-align: center;
	color: #df535a;
	font-family: "Inter", sans-serif;
    }	
	
	
	
.pickup_image{
	display: grid;
    grid-template-columns: 48% 48%;
    grid-template-rows: 24% 24% 24% 24%;
    gap: 1% 1%;
    grid-auto-flow: row;
    grid-template-areas:
     "picimg_01 picimg_02"
     "picimg_03 picimg_04"
     "picimg_05 picimg_06"
     "picimg_07 picimg_08";
    }

.picimg_01 { grid-area: picimg_01; }
.picimg_02 { grid-area: picimg_02; }
.picimg_03 { grid-area: picimg_03; }
.picimg_04 { grid-area: picimg_04; }
.picimg_05 { grid-area: picimg_05; }
.picimg_06 { grid-area: picimg_06; }
.picimg_07 { grid-area: picimg_07; }
.picimg_08 { grid-area: picimg_08; }
	
	
.picimg_01,.picimg_02,.picimg_03,.picimg_04,.picimg_05,.picimg_06,.picimg_07,.picimg_08 {
  display: inline-block;
	width: 90%;
	margin: 10px;
	}
	

/*================================
スライドの記載
=================================*/
/*	
.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;
	}	
*/	
	
	
/*================================
ギフトラッピングの詳細
=================================*/

.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;
	font-family: "Inter", sans-serif;
}


.gift_text_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f26e75;
    /*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 -8% auto;
	border-radius: 30px 30px 30px 30px;
	font-family: "Inter", sans-serif;
	}
	
	
	
	
			
/*================================
その他の記事の記述
=================================*/
	
.other {
        display: grid;
        grid-template-columns: 49% 49%;
        grid-template-rows: 50% 50%;
        gap: 3% 3%;
        grid-auto-flow: row;
        grid-template-areas:
        "other-1 other-2"
        "other-3 other-4";
        text-align: center;
        margin: 0 auto;
        max-width: 86%;
	    margin-bottom: 35%
}

.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: 20% auto 1%;
	font-size: 15px;
}
	
.other_details {
font-size: 12px;
text-align: left;	
}
	
	}


