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

絹艶　ディレクトリ名：/kinutsuya/

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

/*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_kinutsuya .page_category_title,
.entry_kinutsuya_test .page_category_title{
	background: url(img/kinutsuya/category_title_img_kinutsuya_re.jpg) no-repeat center center;
	background-size:cover;
}


/*絹艶（スペシャルページ）*/
.entry_kinutsuya #contents_header .entry_title h1,
.entry_kinutsuya_test #contents_header .entry_title h1 {
	background: url(img/entry_title_icon_x2_products.png) no-repeat center top;
	background-size: 160px 75px;
}




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

コンテンツ欄全体

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





.entry_kinutsuya .contents_main img,
.entry_kinutsuya_test .contents_main img{
	max-width: 1080px;
	height: auto;
}

/*
.kinutsuya_content_all{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	
	z-index: 0;
}

.kinutsuya_content_all p{
	font-family: 'Sawarabi Gothic', sans-serif;
	font-size: 16px;
}
*/



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

ローディング

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

/*ローディング　画面全体*/
.loading_box{
	position: fixed;
	display: flex; /* 子要素をflexboxで揃える */
	flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
	justify-content: center; /* 子要素をflexboxにより中央に配置する */
	align-items: center;	/* 子要素をflexboxにより中央に配置する */
	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);
		}
}



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

絹艶

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

/*メインビジュアル*/
.kinutsuya_main{
	display: block;
	position: relative;
	margin-bottom: 60px;
}

.kinutsuya_main_inner{
	
}

.kinutsuya_main_img{

}

.kinutsuya_main_img img{
	width: 100%;
	height: auto;
}



/*メインビジュアル下のテキストのキャッチコピー*/

/*div*/
.kinutsuya_catchcopy_box{
	text-align: center;
	margin-bottom: 80px;
}

.kinutsuya_catchcopy_box h2{
	display: inline;
	color: #181851 !important;
	font-size: 45px !important;
	line-height: 140% !important;
	font-family: serif;
	margin-bottom: 20px;
	
	
	background: linear-gradient(transparent 72%, #d6b440 0%);
	font-weight: bold;
}



/*3つの黄金バランス*/
.kinutsuya_point_box{
	display: block;
	position: relative;
	text-align: center;
	background: url(img/kinutsuya/kinutsuya_point_bg.png) no-repeat right 50px;
	background-size: 50% auto;
	padding-bottom: 80px;
	margin-bottom: 60px;
}

.kinutsuya_3point_box{
	display: block;
	position: relative;
	text-align: center;
	margin-bottom: 5px;
}

.kinutsuya_3point_img{
	display: inline-block;
	position: relative;
	width: 22%;
	margin-left: 2%;
	margin-right: 2%;
}

.kinutsuya_3point_img img{
	width: 100%;
	height: auto;
}

.kinutsuya_3point_catchcopy{
	margin-bottom: 10px;
}

/*h3*/
h3.kinutsuya_3point_catchcopy{
	color: #B79508 !important;
	font-size: 24px !important;
	line-height: 180% !important;
}

h3.kinutsuya_3point_catchcopy span{
	font-size: 38px !important;
}

.kinutsuya_movie_box{
	display: block;
	position: relative;
	overflow: hidden;
}

.kinutsuya_movie_box .mobie_youtube_area{
	display: block;
	position: relative;
	overflow: hidden;
}

.kinutsuya_movie_box .mobie_youtube_area iframe{
	width: 880px;
	height: 495px;
	/*元の比率640px ✕ 360px;*/
}

/*div*/
.kinutsuya_link_box{
	display: block;
	position: relative;
	text-align: center;
	margin-bottom: 100px;
}

.kinutsuya_link_box p{
	line-height: 100% !important;
}

/*a*/
.kinutsuya_link_cm{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	
	margin: 0 auto;
	
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	color: #181851 !important;
	line-height: 100% !important;

	background-color: #ffffff;

	border: solid 2px #181851 !important;
	padding: 11px 30px 11px 30px;
	
	min-width: 280px;
	max-width: 400px;
	
	text-decoration: none;
	
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.kinutsuya_link_cm:hover{

	color: #ffffff !important;

	background-color: #181851;
	
	border: solid 2px #181851 !important;
	padding: 11px 30px 11px 30px;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.kinutsuya_link_cm:before{
	content:"";
	display: inline-block;
	vertical-align: middle;
	width: 48px;
	height: 48px;
	background: url(img/kinutsuya/icon_64_movie.png) no-repeat center center;
	background-size: contain;
	margin-right: 10px;
}

.kinutsuya_link_cm:hover:before{
	background: url(img/kinutsuya/icon_64_movie_white.png) no-repeat center center;
	background-size: contain;
}





.kinutsuya_kodawari_title{
	text-align: center;
	margin-bottom: 20px;
}

/*h3*/
h3.kodawari_title{
	color: #181851 !important;
	font-size: 45px !important;
	line-height: 100% !important;
	font-family: serif;
	margin-bottom: 30px;
}

.kinutsuya_kodawari_img_box{
	display: block;
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}





/*div*/
.kinutsuya_link_box{
	display: block;
	position: relative;
	text-align: center;
}

/*「絹艶の誕生秘話とは？」ボタン　a*/
.kinutsuya_link_secret{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	
	margin: 0 auto;
	
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	line-height: 100% !important;
	
	color: #181851 !important;
	background-color: #ffffff;
	border: solid 2px #CCA732 !important;
	
	padding: 11px 30px 11px 30px;
	
	min-width: 280px;
	max-width: 400px;
	
	text-decoration: none;
	
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.kinutsuya_link_secret:hover{
	
	color: #181851 !important;
	background-color: #CCA732;
	border: solid 2px #CCA732 !important;
	
	padding: 11px 30px 11px 30px;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.kinutsuya_link_secret:before{
	content:"";
	display: inline-block;
	vertical-align: middle;
	width: 48px;
	height: 48px;
	background: url(img/kinutsuya/icon_64_kodawari.png) no-repeat center center;
	background-size: contain;
	margin-right: 10px;
}

/*iframeのスタイル（元はfancyboxのcssに記載）*/
.fancybox-skin{
	padding: 0px !important;
}






/*Nichiryoレシピ*/

.kinutsuya_recipe_title{
	padding-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

/*h3*/
h3.recipe_title{
	color: #181851 !important;
	font-size: 45px !important;
	line-height: 100% !important;
	font-family: serif;
	margin-bottom: 20px;
	text-align: center;
}



.kinutsuya_recipe_box{
	display: block;
	position: relative;
	margin-bottom: 100px;
}

.kinutsuya_recipe_img_box{
		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: 20px;
}

.kinutsuya_recipe_img_1box{
	display: inline-block;
position: relative;

letter-spacing: normal;
	width: 32%;
	margin-right: 2%;
}

.kinutsuya_recipe_img_1box:nth-Child(3n){
	margin-right: 0%;
}

.kinutsuya_recipe_img_1box img{
	width: 100%;
	height: auto;
}






/*「そのほかのレシピはこちら」ボタン　a*/
.kinutsuya_link_recipe{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	
	margin: 0 auto;
	
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	
	line-height: 100% !important;
	
	color: #181851 !important;
	background-color: #ffffff;
	border: solid 2px #CCA732 !important;

	padding: 11px 30px 11px 30px;
	
	min-width: 280px;
	max-width: 400px;
	
	text-decoration: none;
	
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.kinutsuya_link_recipe:hover{
	
	color: #181851 !important;
	background-color: #CCA732;
	border: solid 2px #CCA732 !important;
	
	padding: 11px 30px 11px 30px;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.kinutsuya_link_recipe:before{
	content:"";
	display: inline-block;
	vertical-align: middle;
	width: 48px;
	height: 48px;
	background: url(img/kinutsuya/icon_64_recipe.png) no-repeat center center;
	background-size: contain;
	margin-right: 10px;
}






/*----------絹艶の楽しみ方----------*/


/*絹艶の楽しみ方　div*/
.kinutsuya_enjoy_box{
	display: block;
	position: relative;
	overflow: hidden;
	background: url("img/kinutsuya/kinutsuya_point_bg1.png") no-repeat right bottom;
	background-size: 360px 409px;
	background-color: #f7f1da;
	padding: 30px 80px 50px 80px;
	margin-bottom: 50px;
	
	border-radius: 10px;
}



.kinutsuya_enjoy_title_box{
	display: block;
	position:relative;
	margin-bottom: 10px;
}


.kinutsuya_enjoy_title_box h3{
	display:block;
	font-size: 28px;
	color: #181851;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 5px;
	text-align: center !important;
	font-weight: 500;
}

.kinutsuya_enjoy_contents_box{
	display: block;
	position: relative;
	overflow: hidden;
	float: none;
	clear: both;
}



.kinutsuya_enjoy_contents_img_box{
}

.kinutsuya_enjoy_contents_img_box img{
}

.kinutsuya_enjoy_text {
	font-size: 120%;
}




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

TAKASUI 絹艶（2023.6追加）

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

/*メインビジュアル*/
.kinutsuya_takasui_main{
	display: block;
	position: relative;
	margin-bottom: 100px;
	padding-bottom: 0px;
	background: url("img/kinutsuya/kinutsuya_takasui_bg.png") no-repeat right bottom;
	background-size: 390px 350px;
	background-color: #f7f1da;
	
	border-radius: 10px;
}



.kinutsuya_takasui_main_inner{
	display: block;
	padding: 20px 80px 50px 80px;
}

.kinutsuya_takasui_main_img{

}

.kinutsuya_takasui_main_img img{

}

.kinutsuya_takasui_text{
	padding-left: 100px;
	font-size: 120%;
}


/*厚さ比較バリエーション*/
.kinutsuya_variation_box{
	margin-bottom: 100px;
}

.kinutsuya_variation_inner{
	
}


.kinutsuya_variation_inner h3 {
	display: block;
color: #181851 !important;
font-size: 32px !important;
line-height: 100% !important;
font-family: serif;
margin-bottom: 20px;
text-align: center !important;
line-height: 140% !important;
}



/*ラインナップ　div*/
.kinutsuya_lineup{
	display: block;
	position:relative;
	padding: 20px 0px 20px 0px;
	margin-bottom: 50px;
}


/*ラインナップのタイトル　h3*/
div#contents_main .kinutsuya_lineup_title_box h3{
	color: #181851 !important;
	font-size: 45px !important;
	line-height: 100% !important;
	font-family: serif;
	margin-bottom: 15px;
}

.kinutsuya_lineup_title_box p{
	text-align: center;
	font-size: 17px;
	margin-bottom: 30px;
	color: #555555;
}

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

.entry_kinutsuya .products_list ul,
.entry_kinutsuya_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: 50px;
}

/*ul*/
.products_list_kinutsuya{
	
}

.entry_kinutsuya .products_list ul li,
.entry_kinutsuya_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_kinutsuya .products_list ul li:nth-of-type(3n),
.entry_kinutsuya_test .products_list ul li:nth-of-type(3n){
	margin-right: 0px !important;
}

/*1商品のくくりの高さを固定（overflowで下をトリミング）*/
.entry_kinutsuya .products_list ul li a,
.entry_kinutsuya_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_kinutsuya .products_list ul li a:focus,
.entry_kinutsuya_test .products_list ul li a:focus{
	outline: none;
}

/*画像欄　div*/
.entry_kinutsuya .products_list ul li a .top_products_img_box,
.entry_kinutsuya_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_kinutsuya .products_list ul li a .top_products_img_box img,
.entry_kinutsuya_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_kinutsuya .products_list ul li a .top_products_new,
.entry_kinutsuya_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_kinutsuya .products_list ul li a .top_products_new span,
.entry_kinutsuya_test .products_list ul li a .top_products_new span{
	display: none;
}


/*商品名テキスト　p*/
.entry_kinutsuya .products_list ul li a .top_products_name,
.entry_kinutsuya_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_kinutsuya .products_list ul li .top_products_text,
.entry_kinutsuya_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;
	*/
}


.enjoy_hokkaido_komeko_box .products_list p{
	letter-spacing: normal;
}


/*絹艶ドーナツ*/

/*div*/
.kinutsuya_donuts_box{
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 860px;
	padding: 20px 20px 20px 20px;
	border: solid 1px #e0e0e0;
	border-radius: 6px;
}

.kinutsuya_donuts_title{
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 12px 12px 12px 12px;
	background-color: #171851;
	color: #ffffff;
	font-weight: 600;
	font-size: 30px !important;
	text-align: center;
}

.kinutsuya_donuts_text{
	font-size: 18px;
	font-weight: 600;
	color: #171851;
}

/*p*/
.kinutsuya_donuts_img{
	display: block;
	position: relative;
	margin: 0 auto;
	margin-bottom: 20px;
	max-width: 480px;
}

.kinutsuya_donuts_img img{
	width: 100%;
	height: auto;
}


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

/*@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_kinutsuya .page_category_title,
.entry_kinutsuya_test .page_category_title{
	background: url(img/kinutsuya/category_title_img_kinutsuya_re.jpg) no-repeat center center;
	background-size:cover;
}
	


.entry_kinutsuya #contents_header .entry_title h1,
.entry_kinutsuya_test #contents_header .entry_title h1 {
	background: url(img/entry_title_icon_x2_products.png) no-repeat center top;
	background-size: 140px 66px;
}


.entry_kinutsuya .contents_inner{
	overflow: visible;
}

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

絹艶

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

/*メインビジュアル*/
.kinutsuya_main{
	display: block;
	position: relative;
	height: auto;
	
	margin-bottom: 40px;
}

.kinutsuya_main_inner{
	margin-left: -10px;
	margin-right: -10px;
}

.kinutsuya_main_img{

}

.kinutsuya_main_img img{
	width: 100%;
	height: auto;
}


/*メインビジュアル下のテキストのキャッチコピー*/

/*div*/
.kinutsuya_catchcopy_box{
	text-align: center;
	margin-bottom: 40px;
}

.kinutsuya_catchcopy_box h2:not(.side_title_box h2):not(.contents_products_popular_title h2):not(h2.top_info_title):not(h2.top_youtube_title):not(h2.top_products_title):not(h2.top_pickup_title):not(h2.top_news_title):not(h2.top_ir_link_title), #iframe_contents h2
.kinutsuya_catchcopy_box h2{
	display: inline;
	color: #181851 !important;
	font-size: 21px !important;
	line-height: 140% !important;
	font-family: serif;
	margin-bottom: 20px;
	text-align: center !important;
	
	background: linear-gradient(transparent 72%, #d6b440 0%);
	font-weight: bold;
}



/*3つの黄金バランス*/
.kinutsuya_point_box{
	display: block;
	position: relative;
	text-align: center;
	background: url(img/kinutsuya/kinutsuya_point_bg.png) no-repeat right bottom;
	background-size: 80% auto;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.kinutsuya_3point_box{
	display: block;
	position: relative;
	text-align: center;
	margin-bottom: 5px;
}

.kinutsuya_3point_img{
	display: inline-block;
	position: relative;
	width: 42%;
	margin-left: 2%;
	margin-right: 2%;
}

.kinutsuya_3point_img img{
	width: 100%;
	height: auto;
}

.kinutsuya_3point_catchcopy{
	margin-bottom: 10px;
}

/*h3*/
h3.kinutsuya_3point_catchcopy{
	color: #B79508 !important;
	font-size: 18px !important;
	line-height: 180% !important;
}

h3.kinutsuya_3point_catchcopy span{
	font-size: 28px !important;
}

.kinutsuya_movie_box{
	
}

.kinutsuya_movie_box .mobie_youtube_area{
}

.kinutsuya_movie_box .mobie_youtube_area iframe{

}


/*div*/
.kinutsuya_link_box{
	display: block;
	position: relative;
	text-align: center;
	margin-bottom: 40px;
}

.kinutsuya_link_box p{
	line-height: 100% !important;
}

/*a*/
.kinutsuya_link_cm{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	
	margin: 0 auto;
	
	text-align: center;
	vertical-align: middle;
	font-size: 17px;
	color: #181851 !important;
	line-height: 100% !important;

	background-color: #ffffff;

	border: solid 2px #181851 !important;
	padding: 6px 15px 6px 15px;
	
	min-width: 280px;
	max-width: 400px;
	
	text-decoration: none;
	
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.kinutsuya_link_cm:hover{

	color: #ffffff !important;

	background-color: #181851;
	
	border: solid 2px #181851 !important;
	padding: 6px 15px 6px 15px;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.kinutsuya_link_cm:before{
	content:"";
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	background: url(img/kinutsuya/icon_64_movie.png) no-repeat center center;
	background-size: contain;
	margin-right: 10px;
}

.kinutsuya_link_cm:hover:before{
	background: url(img/kinutsuya/icon_64_movie_white.png) no-repeat center center;
	background-size: contain;
}




.kinutsuya_kodawari_title{
	margin-bottom: 20px;
}

/*h3*/
h3.kodawari_title{
	color: #181851 !important;
	font-size: 26px !important;
	line-height: 100% !important;
	font-family: serif;
	margin-bottom: 10px !important;
}

.kinutsuya_kodawari_img_box{
	display: block;
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}



/*div*/
.kinutsuya_link_box{
	display: block;
	position: relative;
	text-align: center;
}



/*「絹艶の誕生秘話とは？」ボタン　a*/
.kinutsuya_link_secret{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	
	margin: 0 auto;
	
	text-align: center;
	vertical-align: middle;
	font-size: 17px;
	line-height: 100% !important;
	
	color: #181851 !important;
	background-color: #ffffff;
	border: solid 2px #CCA732 !important;
	
	padding: 6px 15px 6px 15px;
	
	min-width: 280px;
	max-width: 400px;
	
	text-decoration: none;
	
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.kinutsuya_link_secret:hover{
	
	color: #181851 !important;
	background-color: #CCA732;
	border: solid 2px #CCA732 !important;
	
	padding: 6px 15px 6px 15px;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.kinutsuya_link_secret:before{
	content:"";
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	background: url(img/kinutsuya/icon_64_kodawari.png) no-repeat center center;
	background-size: contain;
	margin-right: 10px;
}

/*iframeのスタイル（元はfancyboxのcssに記載）*/
.fancybox-skin{
	padding: 0px !important;
}



/*Nichiryoレシピ*/

.kinutsuya_recipe_title{
	padding-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

/*h3*/
h3.recipe_title{
	color: #181851 !important;
	font-size: 26px !important;
	line-height: 100% !important;
	font-family: serif;
	margin-bottom: 10px !important;
	text-align: center;
}



.kinutsuya_recipe_box{
	display: block;
	position: relative;
	margin-bottom: 100px;
}

.kinutsuya_recipe_img_box{
		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: 20px;
}

.kinutsuya_recipe_img_1box{
	display: block;
	position: relative;
	

	letter-spacing: normal;
	width: 76%;
	max-width: 380px;
	margin-right: 0%;
	margin: 0 auto;
	margin-bottom: 20px;
}

.kinutsuya_recipe_img_1box:nth-Child(3n){
	margin-right: 0%;
	margin: 0 auto;
	margin-bottom: 20px;
}

.kinutsuya_recipe_img_1box img{
	width: 100%;
	height: auto;
}






/*「そのほかのレシピはこちら」ボタン　a*/
.kinutsuya_link_recipe{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	
	margin: 0 auto;
	
	text-align: center;
	vertical-align: middle;
	font-size: 17px;
	
	line-height: 100% !important;
	
	color: #181851 !important;
	background-color: #ffffff;
	border: solid 2px #CCA732 !important;

	padding: 6px 15px 6px 15px;
	
	min-width: 280px;
	max-width: 400px;
	
	text-decoration: none;
	
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.kinutsuya_link_recipe:hover{
	
	color: #181851 !important;
	background-color: #CCA732;
	border: solid 2px #CCA732 !important;
	
	padding: 6px 15px 6px 15px;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.kinutsuya_link_recipe:before{
	content:"";
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	background: url(img/kinutsuya/icon_64_recipe.png) no-repeat center center;
	background-size: contain;
	margin-right: 10px;
}


/*----------絹艶の楽しみ方----------*/


/*絹艶の楽しみ方　div*/
.kinutsuya_enjoy_box{
	display: block;
	position: relative;
	overflow: hidden;
	background: url("img/kinutsuya/kinutsuya_point_bg1.png") no-repeat right bottom;
	background-size: 50% auto;
	background-color: #f7f1da;
	padding: 15px 15px 5px 15px;
	margin-bottom: 10px;
	
	border-radius: 10px;

}



.kinutsuya_enjoy_title_box{
	display: block;
	position:relative;
	margin-bottom: 10px;
}


div#contents_main .kinutsuya_enjoy_title_box h3{
	display:block;
	font-size: 21px;
	color: #181851;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 5px;
	text-align: center !important;
	font-weight: 500;
}

.kinutsuya_enjoy_contents_box{
	display: block;
	position: relative;
	overflow: hidden;
	float: none;
	clear: both;
}

.kinutsuya_enjoy_contents_img_box{
}

.kinutsuya_enjoy_contents_img_box img{
}

.kinutsuya_enjoy_text {
	font-size: 100%;
}



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

TAKASUI 絹艶（2023.6追加）

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

/*メインビジュアル*/
.kinutsuya_takasui_main{
	display: block;
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 0px;
	background: url("img/kinutsuya/kinutsuya_takasui_bg.png") no-repeat right bottom;
	background-size: 195px 175px;
	background-color: #f7f1da;
	
	border-radius: 10px;
}



.kinutsuya_takasui_main_inner{
	display: block;
	position: relative;
	padding: 15px 15px 5px 15px;
}

.kinutsuya_takasui_main_img{

}

.kinutsuya_takasui_main_img img{

}

.kinutsuya_takasui_text{
	padding-left: 15px;
	padding: 15px;
	font-size: 100%;
}


/*厚さ比較バリエーション*/
.kinutsuya_variation_box{
	margin-bottom: 60px;
}

.kinutsuya_variation_inner{
	
}

div#contents_main .kinutsuya_variation_inner h3,
.kinutsuya_variation_inner h3 {
	display: block;
color: #181851 !important;
font-size: 21px !important;
line-height: 140% !important;
font-family: serif;
margin-bottom: 20px;
text-align: center !important;
}



/*ラインナップ　div*/
.kinutsuya_lineup{
	/*display: none;*//*リニューアル公開時は非表示にしておく*/
	display: block;
	position:relative;
	padding: 0px 0px 0px 0px;
	margin-bottom: 20px;
}


/*ラインナップのタイトル　h3*/
div#contents_main .kinutsuya_lineup_title_box h3{
	display:block;
	font-size: 22px !important;
	color: #181851;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 15px;
	text-align: center !important;
	font-weight: 500;
}

.kinutsuya_lineup_title_box p{
	text-align: left;
	font-size: 15px;
	margin-bottom: 25px;
	color: #555555;
}

/*商品情報 一覧　div*/
.entry_kinutsuya .products_list,
.entry_kinutsuya_test .products_list{
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}

.entry_kinutsuya .products_list ul,
.entry_kinutsuya_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;
}

.entry_kinutsuya .products_list ul li,
.entry_kinutsuya_test .products_list ul li{
	display: inline-block;
	position: relative;
	letter-spacing: normal;
	vertical-align: top;
	position: relative;
	width: 48%;
	height: auto;
	margin-right: 4%;
	margin-bottom: 10px;
}

.entry_kinutsuya .products_list ul li:nth-of-type(3n),
.entry_kinutsuya_test .products_list ul li:nth-of-type(3n){
	margin-right: 4% !important;
}

.entry_kinutsuya .products_list ul li:nth-of-type(2n),
.entry_kinutsuya_test .products_list ul li:nth-of-type(2n){
	margin-right: 0px !important;
}

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

.entry_kinutsuya .products_list ul li a:focus,
.entry_kinutsuya_test .products_list ul li a:focus{
	outline: none;
}

/*画像欄　div*/
.entry_kinutsuya .products_list ul li a .top_products_img_box,
.entry_kinutsuya_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: 20px 0px 20px 0px;
	z-index: 1;
}

.entry_kinutsuya .products_list ul li a .top_products_img_box img,
.entry_kinutsuya_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_kinutsuya .products_list ul li a .top_products_new,
.entry_kinutsuya_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_kinutsuya .products_list ul li a .top_products_new span,
.entry_kinutsuya_test .products_list ul li a .top_products_new span{
	display: none;
}


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

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


.enjoy_hokkaido_komeko_box .products_list p{
	letter-spacing: normal;
}


/*絹艶ドーナツ*/

/*div*/
.kinutsuya_donuts_box{
	display: block;
	position: relative;
	margin: 0 auto;
	margin-bottom: 100px;
	max-width: 860px;
	padding: 15px 15px 15px 15px;
	border: solid 1px #e0e0e0;
	border-radius: 6px;
}

.kinutsuya_donuts_title{
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 15px;
	padding: 8px 8px 8px 8px;
	background-color: #171851;
	color: #ffffff;
	font-weight: 600;
	font-size: 20px !important;
	text-align: center;
}

.kinutsuya_donuts_text{
	font-size: 16px;
	font-weight: 600;
	color: #171851;
	margin-bottom: 15px;
}

/*p*/
.kinutsuya_donuts_img{
	display: block;
	position: relative;
	margin: 0 auto;
	margin-bottom: 10px;
	max-width: 220px;
}


}/*スマホ用スタイル@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 {*/




