@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;
}


/*  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;
}
#content_wrap a:hover {
	color: #b28247;
	text-decoration: none;
}

/* a  画像フェードインアウト
------------------------*/
#content_wrap a:hover img {
	-webkit-opacity: 0.7;
	　-moz-opacity: 0.7;
	　-o-opacity: 0.7;
	　filter: alpha(opacity=70);	/* IE lt 8 */
	　-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	　opacity: 0.7;
}
#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;

	-webkit-backface-visibility: hidden; /* 追加 */
	backface-visibility: hidden; /* 追加 */

}

/*  フォント
------------------------*/
#content_wrap { /* デフォルトは明朝 */
	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 { /* ゴシック */
	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;
}

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

/*  一段階狭い横幅
------------------------*/
.side_margin {
	margin:0 50px;
}

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

/*  インビューアニメーション
------------------------*/
#content_wrap .sa {
	opacity: 0;
	transition: all 2s ease;
	transform: translate(0, 60px);
}
#content_wrap .sa.show {
	opacity: 1;
	transform: none;
}


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

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

}
section#gr_main_img:before {
	display: none;
}

#gr_main_img .slide_show {
	width: 860px;
	height: 356px;
}
#gr_main_img .slide_show img {
	display: none;
}

#gr_main_img .main_message {
	text-align: center;
	margin: 43px auto 0;
}
#gr_main_img .main_message h2 {
	font-size: 22px;
	font-weight: normal;
	line-height: 1.6;
	background: linear-gradient(transparent 53%, #f3dbba 30%);
	display: inline;
	letter-spacing: .32em;
}


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

#gr_index {
	/*margin-bottom: 50px;*/
}
#gr_index ul {
	justify-content: space-around;
}
#gr_index ul li {
	text-align: center;
	width: 215px;
}
#gr_index ul li:nth-child(3) {
	width: 155px;
}
#gr_index p {
	margin-top: 15px;
	font-size: 14px;
	letter-spacing: .18em;
}

/*  ボタンhover
------------------------*/
#gr_index a.btn_about {
	background-image: url(../img/index_about_on.jpg);
	width: 215px;
	height: 50px;
	display: block;
}
#gr_index a.btn_scene {
	background-image: url(../img/index_scene_on.jpg);
	width: 215px;
	height: 50px;
	display: block;
}
#gr_index a.btn_item_lineup {
	background-image: url(../img/index_item_lineup_on.jpg);
	width: 155px;
	height: 50px;
	display: block;
}

#gr_index a:hover img {
	opacity: 0!important;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-o-opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	}


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

#gr_about h2 {
	margin: 17px auto 0 29%;
}
#gr_about h2 img {
	width: 301px;
}

/*  メッセージ
------------------------*/
.about_message {
	text-align: center;
	margin-top: 25px;
}
.about_message p {
	font-size: 17px;
	font-weight: normal;
	line-height: 2!important;
	/*background: linear-gradient(transparent 53%, #f3dbba 30%);*/
	display: inline;
}

/*  ポイント
------------------------*/
#gr_about ul {
	margin-top: 45px;
}
#gr_about ul li {
	width: 365px;
	margin: 0 30px 0 0
}
#gr_about ul li:nth-child(2n) {
	margin-right: 0;
}
#gr_about ul li:nth-last-child(n+3){
	margin-bottom: 50px;
}
#gr_about ul li img {
	width: 100%;
	margin-bottom: 5px;
}
#gr_about ul li h3 {
	font-size: 17px;
	font-weight: normal;
	line-height: 2.3!important;
	background: linear-gradient(transparent 53%, #f3dbba 30%);
	display: inline;
}
#gr_about ul li p {
	margin-top: 5px;
	font-size: 14px;
	text-align: justify;
	line-height: 1.8;
}


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

#gr_scene h2 {
	margin: 17px auto 0 33%;
}
#gr_scene h2 img {
	width: 362px;
}

/*  scene_case
------------------------*/
#gr_scene ul li {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-wrap: wrap;
	margin-top: 35px;
}

/* 仕切り線 */
#gr_scene ul li:nth-child(n+2):before {
	content:"";
	border-top: 1px solid #c9a671;
	width: 100%;
	margin-bottom: 35px;
}

/* 見出し イラスト */
#gr_scene ul li > div:nth-child(1) {
	width: 340px;
	text-align: center;
}
#gr_scene ul li > div:nth-child(1)  img {
	width: 280px;
  margin: 12px 0 20px;
}
#gr_scene ul li h3 {
	font-size: 22px;
	letter-spacing: .13em;
	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: 6px;
}
#gr_scene ul li h4 {
	font-size: 16px;
	color: #b28247;
	text-align: center;
	font-weight: normal;
	letter-spacing: .15em;
}

/* イメージ画像 */
#gr_scene ul li > div:nth-child(2) {
	width: 420px;
}
#gr_scene ul li > div:nth-child(2) img {
	width: 100%;
}

/* その他商品おすすめリンク */
#gr_scene ul li > div:nth-child(2) p {
	text-align: right;
	width: 100%;
	font-size: 11px;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	letter-spacing: .1em;
	margin-top: 10px;
	margin-bottom: -12px;
}
#gr_scene ul li > div:nth-child(2) p a {
	text-decoration: underline;
}
#gr_scene ul li > div:nth-child(2) p a:hover {
	color: #d4b897;
}
#gr_scene ul li:last-child > div:last-child p {
    margin-bottom: 0;
}


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

#gr_item_lineup h2 {
	margin: 0 auto 0 32%;
}
#gr_item_lineup h2 img {
	width: 245px;
}

/*  レターボーイ柄説明
------------------------*/
#gr_item_lineup div.letterboy_logo {
	margin-top: 25px;
	margin-bottom: 20px;
	display: flex;
	justify-content: flex-end;
}
div.letterboy_logo img {
	display: inline-block;
	margin-right: 10px;
	margin-top: -8px;
}
div.letterboy_logo p {
	display: inline-block;
}

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

/* メッセージごとのまとまり ul */
ul.item_lineup > li {
	margin-top: 60px;
	width: 100%;
}
ul.item_lineup > li:first-child {
	margin-top: 0;
}
ul.item_lineup a {
	display: block;
}

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

/* 各柄 */
ul.lineup_design > li {
	width: 365px;
	margin-right: 30px;
}
ul.lineup_design > li:nth-child(2n) {
	margin-right: 0;
}
ul.lineup_design > li:nth-last-child(n+3) {
	margin-bottom: 35px;
}
ul.lineup_design .design_name {
	font-size: 17px;
	margin-top: 10px!important;
}

/* 枚数別リンク */
ul.item_link li {
	width: 100%;
	position: relative;
	margin-top: 10px;
}
ul.item_link li a {
	display: block;
	margin-left: 12px;
}
ul.item_link li a:before {
	display: block;
	content: "";
	background: url(../img/arrow.jpg) no-repeat;
	background-size: contain;
	width: 5px;
	height: 9px;
	position: absolute;
	left: 0;
	top: 5px;
}
ul.item_link span.item_price {
	margin-left: 12px;
}
ul.item_link p.note {
	margin-top: 5px!important;
	font-size: 11px;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	letter-spacing: .1em;
}


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

.cate_link {
  position: relative;
  margin: 100px 160px 50px;
	text-align: center;
	border: 1px solid #c9a671;
	font-size: 16px;
	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/arrow3.png) no-repeat;
	background-size: contain;
	width: 9px;
	height: 15px;
	margin-left: 15px;
}
.cate_link a:hover {
	background-color: #fbf6f0;
}
