@charset "utf-8";

/* ------------------------------------------

    -2020/11/25	 v01

------------------------------------------ */


/* =====================
　　共通、既存カスタマイズ
===================== */
#content_wrap  {
	text-align: center;
	margin-bottom: 80px;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN", "メイリオ", sans-serif;
	font-size: 14px;
	letter-spacing: .15em;
	font-feature-settings: "palt" 1;
	color: #111;
}
#content_wrap p,
#content_wrap h1,
#content_wrap h2,
#content_wrap h3,
#content_wrap h4 {
	margin: 0;
	padding: 0;
}

/*  a
------------------------*/
#content_wrap a {
	color: #111;
}
#content_wrap a:hover img,
#content_wrap a:hover p {
	opacity: 1;
}
/*
#content_wrap a:hover h4 {
	opacity: 0.8;
}
*/

/* a  画像フェードインアウト
------------------------*/
#content_wrap a:hover {
	-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 {
	-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; /* 追加 */
}

/*  p
------------------------*/
.sp_kinpu_tutumi_set p {
	line-height: 2;
}

/*  section
------------------------*/
section#sp_scene,
section#sp_howtouse,
section#sp_lineup,
section#sp_bottom {
	margin: 60px 0 0;
	padding: 80px 0 0;
}

/*  section h2
------------------------*/
/* 仕切り線*/
#content_wrap section h2 {
	position: relative;
	display: inline-block;
}
#content_wrap section h2:before {
	content: '';
	position: absolute;
	left: 50%;
	top: -70px;
	display: inline-block;
	width: 687px;
	height: 3px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-image: url(../img/line.png);
	/*background-color: #eee;*/
	/*margin: 0 80px;*/
}

/* シーン、金封包みの使い方、ラインアップ ul
------------------------*/
#sp_scene ul,
#sp_lineup ul {
  margin: 60px 0 0;
}

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

}
#content_wrap .sa.show {
	opacity: 1;
	transform: none;
}

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


/* =====================
　　メイン
===================== */

/*  スライドショー
------------------------*/

#sp_main {
	width: 860px;
	height: 660px;
	margin: 0 auto;
	position: relative;
}
#sp_main .slide_show img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}


/*  メッセージ
------------------------*/
#content_wrap p.main_message {
	line-height: 2.6;
	text-align: left;
	position: absolute;
	top: 100px;
	left: 80px;
	z-index: 2;
}


/* =====================
　　アンカーリンク
===================== */
#sp_anchor ul {
	margin: 26px 0 0;
	/*
	justify-content: center;
	*/
	align-items: flex-end;
}
#sp_anchor ul li {
	margin-left: 27px;
}
#sp_anchor ul li:first-child {
	margin-left: 90px;
}


/* =====================
　　シーン
===================== */
#sp_scene img {
}
#sp_scene ul {
	display: block;
	position: relative;
	height: 1354px;
	width: 860px;
}
#sp_scene ul li {
	position: absolute;
}
#sp_scene ul li p {
	position: absolute;
	text-align: left;
	font-size: 13px;
	line-height: 1.6;
	width: 400px;
}
#sp_scene ul li p span { /* インデント */
	text-indent: -1em;
	margin-left: 1em;
	display: block;
	margin-top: 8px;
}

#sp_scene ul li > img {
	position: absolute;
}
/* シーン1 */
#sp_scene ul li:nth-child(1) {
	left: 86px;
}
#sp_scene ul li:nth-child(1) p {
	top: 140px;
}
#sp_scene ul li:nth-child(1) > img {
	top: 30px;
	left: 480px;
}
/* シーン2 */
#sp_scene ul li:nth-child(2) {
	top: 313px;
}
#sp_scene ul li:nth-child(2) h3 {
	position: absolute;
	left: 394px;
}
#sp_scene ul li:nth-child(2) p {
	top: 75px;
	left: 396px;
}
#sp_scene ul li:nth-child(2) > img {
	top: 38px;
}
/* シーン3 */
#sp_scene ul li:nth-child(3) {
	top: 701px;
	left: 78px;
}
#sp_scene ul li:nth-child(3) p {
	top: 250px;
}
#sp_scene ul li:nth-child(3) > img {
	top: 30px;
	left: 364px;
}
/* シーン4 */
#sp_scene ul li:nth-child(4) {
	top: 1093px;
	left: 68px;
}
#sp_scene ul li:nth-child(4) h3 {
	position: absolute;
	left: 248px;
}
#sp_scene ul li:nth-child(4) p {
	top: 160px;
	left: 246px;
}
#sp_scene ul li:nth-child(4) > img {
	top: 45px;
}

/* =====================
　　金封セットについて
===================== */
#sp_howtouse p {
	text-align: left;
	margin-top: 12px;
}
/* 金封包みセットについて */
#sp_howtouse div.kinpuset_about {
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content:space-between;
}
#sp_howtouse div.kinpuset_about p {
	width: 495px;
}
/* 金封包みの包み方 */
#sp_howtouse h3 {
	margin: 60px auto 0 90px;
}
#sp_howtouse ul {
	margin-top: 20px;
}
#sp_howtouse ul li {
	width: 324px;
}
#sp_howtouse ul li img {
	width: 100%;
}
#sp_howtouse ul li p {
	margin-left: 40px;
	letter-spacing: .07em;
}
#sp_howtouse ul li:first-child {
	margin-left: 50px;
}
#sp_howtouse ul li:nth-child(2) {
	margin-left: 80px;
}

/* =====================
　　ラインアップ
===================== */

#sp_lineup h2 img {
	margin-left: 120px;
	margin-top: -40px;
}

#sp_lineup > ul {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
#sp_lineup ul li:nth-child(n+2) {
	margin-top: 60px;
}
#sp_lineup ul.kinpu_type {
	margin-top: 0;
	text-align: left;
	/*justify-content: space-between;*/
}
#sp_lineup ul.kinpu_type li {
	width: 148px;
  margin-top: 30px;
  margin-right: 36px;
}
#sp_lineup ul.kinpu_type li:nth-child(4n) {
	margin-right: 0;
}
#sp_lineup ul.kinpu_type li a {
	text-decoration: none;
}
#sp_lineup ul.kinpu_type li img {
	width: 100%;
	/*border: 1px solid #f2f2f2;
	box-sizing: border-box;*/
}
/* キャッチ・商品名 */
#sp_lineup ul.kinpu_type h4 span {
	font-size: 14px;
	display: block;
	font-weight: normal;
}
/* キャッチ */
#sp_lineup ul.kinpu_type h4 span:first-child {
	color: #004E8F;
	margin: 8px auto 3px;
	font-weight: bold;
}
/* 価格 */
#sp_lineup ul.kinpu_type p {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 3px;
	color: #727171;
}


/* =====================
　　下部
===================== */

#sp_bottom {
	font-size: 14px;
}
#sp_bottom a:hover {
	text-decoration: none;
	/*opacity: 0.5;*/
}
#sp_bottom div:first-child {
	/*border: 1px solid #ccc;*/
	display: inline-block;
}
#sp_bottom div:first-child a {
	padding: 20px 30px;
	display: block;
	/*color: #333;*/
	background-color: #f2f2f2;
}
#sp_bottom div:nth-child(n+2) {
	margin-top: 50px;
}
