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

ラブラブサンド　ディレクトリ名：/lovelove/

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

/*Google webフォント　日本語　サイト全体用*/
/*@import url(https://fonts.googleapis.com/css?family=Sawarabi+Gothic);*/
/*
	■ページタイトル等丸みががった日本語
	.wf-sawarabigothic { font-family: 'Sawarabi Gothic', sans-serif; }
	https://googlefonts.github.io/japanese/
*/


/*サイト全体スタイルのulとliをリセット*/
ul:not(.nav-menu-box ul):not(#contents_side ul):not(.contents_anchor_box ul):not(.mainvisual_box ul):not(.top_ir_link_contents_box ul):not(ul.tub_category):not(ul.top_pickup_list1_box):not(ul.top_pickup_list2_box){
	padding-bottom: 0px;
	list-style: none;
}

ul:not(.nav-menu-box ul):not(#contents_side ul):not(.contents_anchor_box ul):not(.mainvisual_box ul):not(.top_ir_link_contents_box ul):not(ul.tub_category):not(ul.top_pickup_list1_box):not(ul.top_pickup_list2_box) li {
	padding: 0px;
	padding-left: 0em;
	text-indent: 0em;
	list-style-position: inside;
}

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

カテゴリタイトルとページタイトル

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

/*カテゴリタイトル*/
.entry_lovelove .page_category_title,
.entry_lovelove_test .page_category_title{
	background: url(img/category_title_img_lovelove.png) no-repeat center center;
	background-size:cover;
}


/*ラブラブサンド（スペシャルページ）　*/
.category_lovelove.entry_lovelove #contents_header .entry_title h1,
.category_lovelove_test.entry_lovelove_test #contents_header .entry_title h1 {
	background: url(img/entry_title_icon_x2_products.png) no-repeat center top;
	background-size: 160px 75px;
}




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

コンテンツ欄全体

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



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

ローディング

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

/*ローディング　画面全体*/
.loading_box{
	display: none;
	/*
	position: fixed;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100vh;
	width: 100vw;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #ffffff;
	z-index: 20000 !important;
	*/
}


.sk-fading-circle {
	margin: 100px auto;
	width: 40px;
	height: 40px;
	position: relative;
}

.sk-fading-circle .sk-circle {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.sk-fading-circle .sk-circle:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: #333;
	border-radius: 100%;
	-webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
			animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
		-ms-transform: rotate(30deg);
			transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
		-ms-transform: rotate(60deg);
			transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
			transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
		-ms-transform: rotate(120deg);
			transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
		-ms-transform: rotate(150deg);
			transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
			transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
		-ms-transform: rotate(210deg);
			transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
		-ms-transform: rotate(240deg);
			transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
			transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
		-ms-transform: rotate(300deg);
			transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
		-ms-transform: rotate(330deg);
			transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
			animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
			animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
	-webkit-animation-delay: -0.9s;
			animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
	-webkit-animation-delay: -0.8s;
			animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
	-webkit-animation-delay: -0.7s;
			animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
	-webkit-animation-delay: -0.6s;
			animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
	-webkit-animation-delay: -0.5s;
			animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
	-webkit-animation-delay: -0.4s;
			animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
	-webkit-animation-delay: -0.2s;
			animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle11:before {
	-webkit-animation-delay: -0.2s;
			animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
	-webkit-animation-delay: -0.1s;
			animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
	0%, 39%, 100% { opacity: 0; }
	40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
	0%, 39%, 100% { opacity: 0; }
	40% { opacity: 1; }
}



/*========== パララックス設定 ==========*/

/*フェードイン及びちょっと上に移動*/
.fadeInUp {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInUp;
 animation-name: fadeInUp;
 visibility: visible !important;
 opacity: 0;
}

@keyframes fadeInUp {
	0% { opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
		}
	100% { opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		}
}

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

/*ディレイ（待機時間）※他のアニメーションとの併用*/
.delay_05 {animation-delay: 0.5s;}
.delay_1 {animation-delay: 1.0s;}
.delay_15 {animation-delay: 1.5s;}
.delay_2 {animation-delay: 2.0s;}
.delay_25 {animation-delay: 2.5s;}
.delay_3 {animation-delay: 3.0s;}
.delay_35 {animation-delay: 3.5s;}
.delay_4 {animation-delay: 4.0s;}
.delay_45 {animation-delay: 4.5s;}
.delay_5 {animation-delay: 5.0s;}

.delay_10 {animation-delay: 10.0s;}




/*フェードイン（ぼかし無し）*/
.fadeIn {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeIn;
 animation-name: fadeIn;
 visibility: visible !important;
 opacity: 0;
}

@keyframes fadeIn {
	0% { opacity: 0;

		}
	100% { opacity: 1;

		}
}


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

/*フェードイン（ぼかしあり）*/
.fadeInBlur {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInBlur;
 animation-name: fadeInBlur;
 visibility: visible !important;
 opacity: 0;
}


@keyframes fadeInBlur {
	0% { opacity: 0;
		filter: blur(30px);
		-webkit-filter: blur(30px);
		}
	100% { opacity: 1;
		filter: blur(0px);
		-webkit-filter: blur(0px);
		}
}

/*フェードイン（ぼかしあり）3秒かけて遷移*/
.fadeInBlur_For2sec {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:2s;
 -ms-animation-duration:2s;
 animation-duration:2s;
 -webkit-animation-name: fadeInBlur_For2sec;
 animation-name: fadeInBlur_For2sec;
 visibility: visible !important;
 opacity: 0;
}


@keyframes fadeInBlur_For2sec {
	0% { opacity: 0;
		filter: blur(30px);
		-webkit-filter: blur(30px);
		}
	100% { opacity: 1;
		filter: blur(0px);
		-webkit-filter: blur(0px);
		}
}




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

ラブラブサンド（スペシャルページ）　ディレクトリ名：products/lovelove/

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

.entry_lovelove div#contents_main .lovelove_contents_box,
.entry_lovelove_test div#contents_main .lovelove_contents_box{
	display: block;
	overflow: hidden;
	padding: 40px 80px 40px 80px;
	background:url(img/lovelove_bg_img_lt.png),url(img/lovelove_bg_img_rt.png),url(img/lovelove_bg_img_lc.png),url(img/lovelove_bg_img_rc.png),url(img/lovelove_bg.png);
	background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,repeat-y;
	background-position: left top,right top,left center,right -70px center,center top;
	background-size: 250px 470px,280px 300px,220px 270px,210px 590px,auto;
	margin-bottom: 0px;
}


/*ラインナップの上部導入部分　div*/
.lovelove_lineup_intro_box{
	display: block;
	overflow: hidden;
	position: relative;
	width: 620px;
	margin: 0 auto;
	margin-bottom: 20px;
}

/*ラインナップの導入文　p*/
.lovelove_lineup_intro_text{
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	line-height: 170%;
}

/*北海道ラブラブサンド生　欄*/
.lovelove_hokkaido_nama_box{
	display: block;
	position: relative;
	overflow: hidden;
	width: 860px;
	background-color: #ffffff;
	padding: 30px 50px 30px 50px;
	margin: 0 auto;
	margin-bottom: 60px;
	border-radius: 6px;
}

/*p*/
.lovelove_hokkaido_nama_text{
	font-size: 17px;
	font-weight: 600;
	text-align: left;
	line-height: 170%;
	margin-bottom: 5px;
}

.lovelove_hokkaido_nama_mark{
	display: block;
	position: relative;
	width: 540px;
	margin: 0 auto;
}

.lovelove_hokkaido_nama_mark table,
.lovelove_hokkaido_nama_mark table tr,
.lovelove_hokkaido_nama_mark table td{
	border: 0px !important;
}


/*ラインナップのタイトル　p*/
.lovelove_lineup_intro_title{
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 490px;
	height: 120px;
	background:url(img/lovelove_lineup_title.png) no-repeat center top;
	background-size: 490px 120px;
}

.lovelove_lineup_intro_title b{
	display: none;
}


/*商品情報 一覧　div*/
.entry_lovelove .products_list,
.entry_lovelove_test .products_list{
	display: block;
	overflow: hidden;
	margin-bottom: 0px;
	margin: 0 auto;
	max-width: 860px;
}

.entry_lovelove .products_list ul,
.entry_lovelove_test .products_list ul{
	display:-webkit-box; display:-moz-box; display:-webkit-flexbox; display:-moz-flexbox; display:-ms-flexbox; display:-webkit-flex; display:-moz-flex; display:flex; -webkit-box-lines:multiple; -moz-box-lines:multiple; -webkit-flex-wrap:wrap; -moz-flex-wrap:wrap; -ms-flex-wrap:wrap; flex-wrap:wrap;
	
	letter-spacing: -.40em;
	margin-bottom: 0px;
}

/*ul*/
.products_list_lovelove{
	
}

.entry_lovelove .products_list ul li,
.entry_lovelove_test .products_list ul li{
	display: inline-block;
	position: relative;
	letter-spacing: normal;
	vertical-align: top;
	position: relative;
	width: 30%;
	height: auto;
	margin-right: 5%;
	margin-bottom: 10px;
}

.entry_lovelove .products_list ul li:nth-of-type(3n),
.entry_lovelove_test .products_list ul li:nth-of-type(3n){
	margin-right: 0px !important;
}

/*1商品のくくりの高さを固定（overflowで下をトリミング）*/
.entry_lovelove .products_list ul li a,
.entry_lovelove_test .products_list ul li a{
	display: block;
	width: 100%;
	/*height: 17em;*/
	margin-bottom: 30px;
	overflow: hidden;
	text-decoration: none !important;
	z-index: 0;
}

.entry_lovelove .products_list ul li a:focus,
.entry_lovelove_test .products_list ul li a:focus{
	outline: none;
}

/*画像欄　div*/
.entry_lovelove .products_list ul li a .top_products_img_box,
.entry_lovelove_test .products_list ul li a .top_products_img_box{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	background-color: #ffffff;
	padding: 40px 20px 40px 20px;
	border: solid 1px #e0e0e0;
	border-radius: 6px;
	z-index: 1;
}

.entry_lovelove .products_list ul li a .top_products_img_box img,
.entry_lovelove_test .products_list ul li a .top_products_img_box img{
	display: block;
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

/*「New」マーク　p*/
.entry_lovelove .products_list ul li a .top_products_new,
.entry_lovelove_test .products_list ul li a .top_products_new{
	display: block;
	position:absolute;
	width: 52px;
	height: 52px;
	top:0px;
	left: 0px;
	padding: 6px 6px 6px 6px;
	background: url(img/icon_new_x2.png) no-repeat 6px 6px;
	background-size: 40px 40px;
	z-index: 2;
}

.entry_lovelove .products_list ul li a .top_products_new span,
.entry_lovelove_test .products_list ul li a .top_products_new span{
	display: none;
}

/*「道産素材使用」北海道マーク　p*/
ul li a .top_products_hokkaido{
	display: block;
	position:absolute;
	width: 52px;
	height: 52px;
	top:6px;
	right: 6px;
	padding: 0px 0px 0px 0px;
	background: url(img/icon_hokkaido.png) no-repeat 0px 0px;
	background-size: 52px 52px;
	z-index: 2;
}

ul li a .top_products_hokkaido span{
	display: none !important;
}


/*商品名テキスト　p*/
.entry_lovelove .products_list ul li a .top_products_name,
.entry_lovelove_test .products_list ul li a .top_products_name{
	padding: 20px 0px 20px 0px;
	margin-bottom: 0px !important;
	min-height: 4.3em;
	color: #3a2a14;
	line-height: 140%;
	text-indent: 0px;
	font-size: 21px;
	text-decoration: none !important;
}

/*商品紹介文テキスト　p*/
.entry_lovelove .products_list ul li .top_products_text,
.entry_lovelove_test .products_list ul li .top_products_text{
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin-bottom: 3px;
	/*height: 3.0em;*/
	color: #3a2a14;
	line-height: 150%;
	text-indent: 0px;
	font-size: 15px;
	/*
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	*/
}


/*ラブラブサンドの日　div*/
.lovelove_day_box{
	display: block;
	overflow: hidden;
	position:relative;
	background-color: #FFC4BB;
	padding: 20px 40px 20px 40px;
	margin-bottom: 50px;
}

.lovelove_day_box_inner{
	display: block;
	overflow: hidden;
	position:relative;
	background:
		url(img/loveloveday_line_lt.png),
		url(img/loveloveday_line_rt.png),
		url(img/loveloveday_line_lb.png),
		url(img/loveloveday_line_rb.png),
		url(img/loveloveday_line_b.png),
		url(img/loveloveday_line_t.png),
		url(img/loveloveday_line_l.png),
		url(img/loveloveday_line_r.png);
	background-size:
		36px 36px,
		36px 36px,
		36px 36px,
		36px 36px,
		36px 36px,
		36px 36px,
		36px 36px,
		36px 36px;
	background-repeat:
		no-repeat,
		no-repeat,
		no-repeat,
		no-repeat,
		repeat-x,
		repeat-x,
		repeat-y,
		repeat-y;
	background-position:
		left top,
		right top,
		left bottom,
		right bottom,
		center bottom,
		center top,
		left center,
		right center;
		
	padding: 40px 80px 40px 80px;
}

.lovelove_day_box_inner_img_box{
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 36%;
}

.lovelove_day_box_inner_img_box p{
	text-align: center;
}

.lovelove_day_box_inner_text_box{
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 63%;
}

/*キャッチコピー　h3*/
/*class名変更不可　jquery.arctext.jsと連携でアーチ状に表示*/
.lovelove_day_catchcopy{
	color: #E03615;
	font-size: 28px;
	font-weight: 600;
	margin-top: -5px;
	margin-bottom: 60px;
	white-space: normal;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	text-align: center;
}

.lovelove_day_text{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 16px;
	text-align: left;
}



/*=========================スマホ用スタイルここから=========================*/

/*@media screen and ( max-width: 767px ) {*/
@media screen and ( max-width: 719px ) {
	
	
	/*サイト全体スタイルのリセット*/
		ul:not(.nav-menu-box ul):not(#contents_side ul):not(.contents_anchor_box ul):not(.mainvisual_box ul):not(.top_ir_link_contents_box ul):not(ul.tub_category):not(ul.top_pickup_list1_box):not(ul.top_pickup_list2_box):not(ul.contents_products_popular_list_box):not(ul.recipe_tsukurikata_list){
		list-style: none;
		padding: 0px;
	}
	
	ul:not(.nav-menu-box ul):not(#contents_side ul):not(.contents_anchor_box ul):not(.mainvisual_box ul):not(.top_ir_link_contents_box ul):not(ul.tub_category):not(ul.top_pickup_list1_box):not(ul.top_pickup_list2_box):not(ul.contents_products_popular_list_box):not(ul.recipe_tsukurikata_list) li {
		padding: 0px;
		padding-left: 0em !important;
		text-indent: 0em !important;
		list-style-position: inside;
	}
	
	
	/*カテゴリータイトル*/
	.entry_lovelove .page_category_title,
	.entry_lovelove_test .page_category_title{
		background: url(img/category_title_img_lovelove.png) no-repeat center center;
		background-size:cover;
	}
		
	/*ラブラブサンド*/
	.entry_lovelovesand #contents_header .entry_title h1 {
		background: url(img/entry_title_icon_x2_products.png) no-repeat center top;
		background-size: 140px 66px;
	}
	
	/* --------------------
	
	ラブラブサンド（スペシャルページ）　ディレクトリ名：products/lovelove/
	
	-------------------- */
	
	.entry_lovelove div#contents_main .lovelove_contents_box,
	.entry_lovelove_test div#contents_main .lovelove_contents_box{
		display: block;
		overflow: hidden;
		padding: 20px 10px 10px 10px;
		background:none;
		background: url(img/lovelove_bg.png) repeat-y center top;
	
	}
	
	
	/*ラインナップの上部導入部分　div*/
	.lovelove_lineup_intro_box{
		display: block;
		overflow: hidden;
		position: relative;
		margin: 0 auto;
		width: 100%;
	}
	
	/*ラインナップの導入文　p*/
	.lovelove_lineup_intro_text{
		font-size: 16px;
		font-weight: 600;
		text-align: left;
		line-height: 150%;
	}
	
	/*北海道ラブラブサンド生　欄*/
	.lovelove_hokkaido_nama_box{
		display: block;
		position: relative;
		overflow: hidden;
		width: 100%;
		background-color: #ffffff;
		padding: 10px 10px 10px 10px;
		margin: 0 auto;
		margin-bottom: 60px;
		border-radius: 6px;
	}
	
	/*img*/
	.lovelove_hokkaido_nama_title{
		width: 280px !important;
	}
	
	/*p*/
	.lovelove_hokkaido_nama_text{
		font-size: 16px;
		font-weight: 600;
		text-align: left;
		line-height: 170%;
		margin-bottom: 5px;
	}
	
	.lovelove_hokkaido_nama_mark{
		display: block;
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
	
	.lovelove_hokkaido_nama_mark table,
	.lovelove_hokkaido_nama_mark table tr,
	.lovelove_hokkaido_nama_mark table td{
		border: 0px !important;
	}
	
	/*ラインナップのタイトル　p*/
	.lovelove_lineup_intro_title{
		display: block;
		overflow: hidden;
		position: relative;
		margin: 0 auto;
		margin-bottom: 20px;
		width: 100%;
		height: 60px;
		background:url(img/lovelove_lineup_title.png) no-repeat center top;
		background-size: 245px 60px;
	}
	
	.lovelove_lineup_intro_title b{
		display: none;
	}
	
	
	
	
	.entry_lovelove div#contents_main .lovelove_contents_box ul,
	.entry_lovelove_test div#contents_main .lovelove_contents_box ul{
		font-size: 0;
	}
	
	.entry_lovelove div#contents_main .lovelove_contents_box ul li,
	.entry_lovelove_test div#contents_main .lovelove_contents_box ul li{
		display: inline-block !important; /* インラインブロック化 */
		vertical-align: top;
		letter-spacing: normal; /* 文字間を通常に戻す */
		position: relative;
		width: 49%;
		height: auto;
		min-height: 14.5em;
		overflow: hidden;
		padding: 2px 0px 6px 0px;
		padding-left: 0em !important;
		text-indent: 0em !important;
		margin-right: 2%;
		margin-bottom: 10px;
	}
	
	.entry_lovelove div#contents_main .lovelove_contents_box ul li:nth-Child(1),
	.entry_lovelove div#contents_main .lovelove_contents_box ul li:nth-Child(3),
	.entry_lovelove div#contents_main .lovelove_contents_box ul li:nth-Child(5),
	.entry_lovelove div#contents_main .lovelove_contents_box ul li:nth-Child(7),
	.entry_lovelove div#contents_main .lovelove_contents_box ul li:nth-Child(9),
	.entry_lovelove div#contents_main .lovelove_contents_box ul li:nth-Child(11),
	.entry_lovelove div#contents_main .lovelove_contents_box ul li:nth-Child(13){
		margin-right: 2% !important;
	}
	
	.entry_lovelove div#contents_main .lovelove_contents_box ul li:nth-Child(2),
	.entry_lovelove div#contents_main .lovelove_contents_box ul li:nth-Child(4),
	.entry_lovelove div#contents_main .lovelove_contents_box ul li:nth-Child(6),
	.entry_lovelove div#contents_main .lovelove_contents_box ul li:nth-Child(8),
	.entry_lovelove div#contents_main .lovelove_contents_box ul li:nth-Child(10),
	.entry_lovelove div#contents_main .lovelove_contents_box ul li:nth-Child(12),
	.entry_lovelove div#contents_main .lovelove_contents_box ul li:nth-Child(14){
		margin-right: 0% !important;
	}
	
	.entry_lovelove_test div#contents_main .lovelove_contents_box ul li:nth-Child(1),
	.entry_lovelove_test div#contents_main .lovelove_contents_box ul li:nth-Child(3),
	.entry_lovelove_test div#contents_main .lovelove_contents_box ul li:nth-Child(5),
	.entry_lovelove_test div#contents_main .lovelove_contents_box ul li:nth-Child(7),
	.entry_lovelove_test div#contents_main .lovelove_contents_box ul li:nth-Child(9),
	.entry_lovelove_test div#contents_main .lovelove_contents_box ul li:nth-Child(11),
	.entry_lovelove_test div#contents_main .lovelove_contents_box ul li:nth-Child(13){
		margin-right: 2% !important;
	}
	
	.entry_lovelove_test div#contents_main .lovelove_contents_box ul li:nth-Child(2),
	.entry_lovelove_test div#contents_main .lovelove_contents_box ul li:nth-Child(4),
	.entry_lovelove_test div#contents_main .lovelove_contents_box ul li:nth-Child(6),
	.entry_lovelove_test div#contents_main .lovelove_contents_box ul li:nth-Child(8),
	.entry_lovelove_test div#contents_main .lovelove_contents_box ul li:nth-Child(10),
	.entry_lovelove_test div#contents_main .lovelove_contents_box ul li:nth-Child(12),
	.entry_lovelove_test div#contents_main .lovelove_contents_box ul li:nth-Child(14){
		margin-right: 0% !important;
	}
	
	
	
	/*ラブラブサンドの日　div*/
	.lovelove_day_box{
		display: block;
		overflow: hidden;
		position:relative;
		background-color: #FFC4BB;
		padding: 5px 5px 5px 5px;
		margin-bottom: 50px;
	}
	
	.lovelove_day_box_inner{
		display: block;
		overflow: hidden;
		position:relative;
		background:
			url(img/loveloveday_line_lt.png),
			url(img/loveloveday_line_rt.png),
			url(img/loveloveday_line_lb.png),
			url(img/loveloveday_line_rb.png),
			url(img/loveloveday_line_b.png),
			url(img/loveloveday_line_t.png),
			url(img/loveloveday_line_l.png),
			url(img/loveloveday_line_r.png);
		background-size:
			18px 18px,
			18px 18px,
			18px 18px,
			18px 18px,
			18px 18px,
			18px 18px,
			18px 18px,
			18px 18px;
		background-repeat:
			no-repeat,
			no-repeat,
			no-repeat,
			no-repeat,
			repeat-x,
			repeat-x,
			repeat-y,
			repeat-y;
		background-position:
			left top,
			right top,
			left bottom,
			right bottom,
			center bottom,
			center top,
			left center,
			right center;
			
		padding: 20px 20px 20px 20px;
	}
	
	.lovelove_day_box_inner_img_box{
		display: inline-block;
		text-align: center;
		vertical-align: top;
		width: 100%;
	}
	
	.lovelove_day_box_inner_img_box p{
		text-align: center;
	}
	
	.lovelove_day_box_inner_img_box p img{
		text-align: center;
		max-width: 200px;
	}
	
	.lovelove_day_box_inner_text_box{
		display: inline-block;
		text-align: center;
		vertical-align: top;
		width: 100%;
	}
	
	/*キャッチコピー　h3*/
	/*class名変更不可　jquery.arctext.jsと連携でアーチ状に表示*/
	div#contents_main h3.lovelove_day_catchcopy{
		color: #E03615 !important;
		font-size: 18px !important;
		font-weight: 600;
		margin-top: -5px;
		margin-bottom: 30px;
		white-space: normal;
		font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
		text-align: center;
		letter-spacing: -0.05em;
	}
	
	.lovelove_day_text{
		font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
		font-size: 15px !important;
		text-align: left;
		margin-bottom: 10px;
	}
	
	
	@media screen and ( max-width: 320px ) {
		div#contents_main h3.lovelove_day_catchcopy{
			font-size: 16px !important;
		}
	}
	
	


}/*スマホ用スタイル@media screen and ( max-width: 767px )ここまで*/




/*=========================プリント用調整（PC画面をA4に最適化）=========================*/
@page {
	/*margin: 10mm 10mm !important;*/
}

@media print {

	
	/*アニメーション関係はすべて透明度や位置を戻す*/
	.fadeInUp,
	.fadeIn,
	.fadeInBlur,
	.main_img_box,
	.main_logo,
	.main_img,
	.animation_1,
	.animation_2,
	.animation_3
	 {
		opacity: 1 !important;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		filter: blur(0px);
		-webkit-filter: blur(0px);
	}
	


}/*プリント用調整（PC画面をA4に最適化）　@media print {*/




