@charset "utf-8";


/* =====================
　　共通、既存カスタマイズ
===================== */

#content_wrap p,
#content_wrap h1,
#content_wrap h2,
#content_wrap h3,
#content_wrap h4 {
	margin: 0;
	padding: 0;
	line-height: 1.7;
}

.freearea {
	margin: 0;
}


/*  閲覧履歴レコメンド非表示
------------------------*/
#fsrecommenddiv7 {
	display: none;
}

/*  a
------------------------*/
#content_wrap a {
	color: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	text-decoration: none;
}
#content_wrap a:active {
	color: #b28247;
	text-decoration: none;
}

/* a  画像フェードインアウト
------------------------*/
#content_wrap a:active img {
	-webkit-opacity: 0.5;
	　-moz-opacity: 0.5;
	　-o-opacity: 0.5;
	　filter: alpha(opacity=50);	/* IE lt 8 */
	　-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	　opacity: 0.5;
}
#content_wrap a img {
	-webkit-transition: opacity 0.3s ease-out;
	　-moz-transition: opacity 0.3s ease-out;
	　-ms-transition: opacity 0.3s ease-out;
	　-o-transition: opacity 0.3s ease-out;
	　transition: opacity 0.3s ease-out;
}

/*  フォント
------------------------*/
#content_wrap, #content_wrap li { /* デフォルトは明朝 */
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	letter-spacing: .15em;
	font-feature-settings: "palt" 1;
	color: #000;
}
#content_wrap .font_gothic, #content_wrap li.font_gothic { /* ゴシック */
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #000;
	font-size: 13px;
}

/*  ul flexbox指定
------------------------*/
#content_wrap ul {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-wrap: wrap;
}

/*  section
------------------------*/
#content_wrap section {
	margin-top: 40px;
	padding-top: 10px;
}
#content_wrap section > div { /* default打ち消し用 */
	margin: 0!important;
}


/*  sectionに仕切り線
------------------------*/
#content_wrap section:before {
	background: url(../img/line_smp.jpg) repeat;
	content:"";
	display:inline-block;
	width: 100%;
	height: 5px;
	background-size:contain;
	margin: 0 0 15px;
}

/*  一段階狭い横幅
------------------------*/
#content_wrap .side_margin  {
	margin:0 6%!important;
}

/*  スライド
------------------------*/
.slide_show {
	margin: 0 auto;
	position: relative;
}
.slide_show img {
	position: absolute;
	top: 0;
	left: 0;
}

/*  インビューアニメーション
------------------------*/
#content_wrap .sa ,#content_wrap .sa_smp { /* _smp スマホだけ用 */
	opacity: 0;
	transition: all 1.2s ease;
	transform: translate(0, 40px);
}
#content_wrap .sa.show, #content_wrap .sa_smp.show {
	opacity: 1;
	transform: none;
}


/* =====================
　　メインイメージ
===================== */

section#gr_main_img {
	margin: 0;
	padding: 0;

}
section#gr_main_img:before {
	background: none;
	margin: 0!important;
	width: 0;
	height: 0;
	display: none;
}

#gr_main_img .slide_show {
	width: 100%;
	height: 58vw;
	background-size:contain;
}
#gr_main_img .slide_show img {
	display: none;
}

#gr_main_img .main_message {
	text-align: center;
	margin: 20px auto 0!important;
}
#gr_main_img .main_message h2 {
	font-size: 15px;
	font-weight: normal;
	line-height: 2;
	/*background: linear-gradient(transparent 53%, #f3dbba 30%);*/
	display: inline;
	letter-spacing: .18em;
	font-weight: bold;
}


/* =====================
　　インデックス
===================== */

#content_wrap section#gr_index {
	margin-top: 0;
}
#gr_index ul {
	text-align: center;
	flex-direction: column;
}
#gr_index ul li {
	margin: 0 auto 25px;
}
#gr_index ul li:last-child {
	margin-bottom: 0;
}
#gr_index li img {
	height: 12vw;
}
#gr_index p {
	margin-top: 12px;
	font-size: 12px;
}

/* 仕切り */
#content_wrap section#gr_index:before {
	background: none!important;
	content:"";
	display:inline-block;
	width: 0;
	height: 0;
	background-size:contain;
	margin: 0!important;
}


/* =====================
　　greetingsとは
===================== */

#gr_about h2 img {
  height: 20vw;
	margin: 15px auto 0 12vw;
}

/*  メッセージ
------------------------*/
.about_message {
	text-align: center;
  margin: 20px 0 30px;
}
.about_message p {
	font-size: 13px;
	font-weight: normal;
	line-height: 2.3!important;
	/*background: linear-gradient(transparent 53%, #f3dbba 30%);*/
	display: inline;
	letter-spacing: .08em;
	font-weight: bold;
}

/*  ポイント
------------------------*/
#gr_about ul {
	margin-top: 30px;
}
#gr_about ul li:nth-last-child(n+2){
	margin-bottom: 30px;
}
#gr_about ul li img {
	width: 100%;
	margin-bottom: 16px;
}
#gr_about ul li h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.3!important;
	background: linear-gradient(transparent 53%, #f3dbba 30%);
	display: inline;
	font-weight: bold;
	letter-spacing: .18em;
}
#gr_about ul li p {
	margin-top: 12px;
	font-size: 13px;
	text-align: justify;
	line-height: 2;
}


/* =====================
　　カードを贈るシーン
===================== */

#gr_scene h2 img {
  height: 20vw;
	margin: 15px auto 0 17vw;
}

/*  scene_case
------------------------*/
#gr_scene ul {
	text-align: center;
}

/* 仕切り線 */
#gr_scene ul li {
	border-top: 1px solid #c9a671;
	width: 100%;
	margin-bottom: 40px;
	padding-top: 30px;
}
#gr_scene ul li:first-child {
	border: none;
	padding-top: 20px;
}
#gr_scene ul li:last-child {
	margin-bottom: 0;
}

#gr_scene ul li h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1!important;
	background: linear-gradient(transparent 53%, #f3dbba 30%);
	display: inline;
}
#gr_scene ul li h3 + p {
	font-size: 14px;
	margin-top: 5px;
}
#gr_scene ul li h4 {
	font-size: 15px;
	color: #b28247;
	text-align: center;
	font-weight: normal;
	font-weight: bold;
	margin-bottom: 15px;
}

#gr_scene ul li div:nth-child(1) img {
	width: 85%;
	margin: 7px auto 18px;
}

/* その他商品おすすめリンク */
#gr_scene ul li > div:nth-child(2) p {
	text-align: right;
	width: 100%;
	font-size: 10px;
	letter-spacing: .1em;
	margin-top: 12px;
	margin-bottom: -14px;
}
#gr_scene ul li > div:nth-child(2) p a {
	text-decoration: underline;
}
#gr_scene ul li > div:nth-child(2) p a:active {
	color: #d4b897;
}
#gr_scene ul li:last-child > div:last-child p {
	margin-bottom: 0;
}


/* =====================
　　LINE UP
===================== */

#gr_item_lineup h2 img {
  height: 20vw;
	margin: 15px auto 0 19%;
}

/*  レターボーイ柄説明
------------------------*/
#gr_item_lineup div.letterboy_logo {
	margin-top: 25px;
	margin-bottom: 20px;
	font-size: 10px;
}
div.letterboy_logo {
	display: flex;
}
div.letterboy_logo img {
	display: inline-block;
	width: 52px;
	height: 22px;
	margin-top: -2px;
	margin-right: 7px;
}
div.letterboy_logo p {
	display: inline-block;
}


/*  商品ラインアップ
------------------------*/

/* メッセージごとのまとまり ul */
ul.item_lineup > li {
	margin-top: 40px;
}
ul.item_lineup > li:first-child {
	margin-top: 0;
}

/* 帯 */
#gr_item_lineup h3 {
	color: #fff;
	background-color: #c9a671;
	font-size: 15px;
	line-height: 1;
	padding: 10px 0;
	text-align: center;
	font-weight: normal;
	letter-spacing: .13em;
	margin-bottom: 20px;
}

/* 各柄 */
ul.lineup_design {
	justify-content: space-between;
}
ul.lineup_design > li {
	width: 47%;
}
ul.lineup_design > li a {
	display: block;
}
ul.lineup_design > li:nth-child(2n) {
	margin-right: 0;
}
ul.lineup_design > li:nth-last-child(n+3) {
	margin-bottom: 25px;
}
ul.lineup_design .design_name {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px!important;
}

/* 枚数別リンク */
ul.item_link li {
	width: 100%;
	font-size: 10px;
	position: relative;
	margin-top: 5px;
}
ul.item_link li a {
	display: block;
	margin-left: 10px;
}
ul.item_link li a:before {
	display: block;
	content: "";
	background: url(../img/arrow.jpg) no-repeat;
	background-size: contain;
	width: 4px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 6px;
}

ul.item_link span.item_price {
	margin-left: 8px;
}

ul.item_link p.note {
	margin-top: 5px!important;
	font-size: 9px;
	color: #000;
	letter-spacing: .1em;
}


/* =====================
　　カテゴリへのリンク
===================== */

.cate_link {
  position: relative;
  margin: 60px 12% 50px;
	text-align: center;
	border: 1px solid #c9a671;
	font-size: 13px;
	font-weight: bold;
	box-sizing: border-box;
}
.cate_link a {
	color: #b28247!important;
	padding: 15px 0;
	display: inline-block;
	width: 100%;
}
.cate_link a:after {
	display: inline-block;
	content: "";
	background: url(../img/arrow2.png) no-repeat;
	background-size: contain;
	width: 7px;
	height: 15px;
	margin-left: 6px;
  margin-bottom: -4px;
}
.cate_link a:active {
	background-color: #fbf6f0;
}
