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

イギリス食パン　ディレクトリ名：/britishbread/

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

/*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_britishbread .page_category_title,
.entry_britishbread_test .page_category_title{
	background: url(img/britishbread/category_title_img_britishbread.jpg) no-repeat center center;
	background-size:cover;
}


/*イギリス食パン（スペシャルページ）*/
.entry_britishbread #contents_header .entry_title h1,
.entry_britishbread_test #contents_header .entry_title h1 {
	background: url(img/entry_title_icon_x2_products.png) no-repeat center top;
	background-size: 160px 75px;
}




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

コンテンツ欄全体

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

.entry_britishbread .contents_main img,
.entry_britishbread_test .contents_main img{
	max-width: 1080px;
	height: auto;
}

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

.britishbread_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);
		}
}



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

イギリス食パン

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

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

.britishbread_main_inner_bg{
	display: block;
	position: absolute;
	background-color: #181851;
	top:0;
	left: 0;
	right: 0;
	height: 76%;
}

.britishbread_main_inner{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
}

.britishbread_main_img{

}

.britishbread_main_img img{
	height: 530px !important;
	width: auto !important;
}



/*トーストで際立つ香りと食感*/
.britishbread_about_box{
	display: block;
	position: relative;
	background: url(img/britishbread/bg_blue.jpg);
	padding: 50px 20px 50px 20px;
}

.about_title{
	display: block;
	position: relative;
	width: 100%;
	height:75px;
	margin: 0 auto;
	margin-bottom: 60px;
	background: url(img/britishbread/main_catchcopy_x2.png) no-repeat center top;
	background-size: 580px 75px;
}

.about_title span{
	display: none;
}

.about_text{
	color: #ffffff;
	font-size: 19px;
	text-align: center;
}



/*開発者の声*/
.britishbread_developer_box{
	display: block;
	position: relative;
	padding-top: 240px;
	margin-bottom: 60px;
}

.developer_title{
	display: block;
	position: absolute;
	width: 100%;
	height: 230px;
	background: url(img/britishbread/title_1_x2.png) no-repeat center top;
	background-size: contain;
	margin-top: -260px !important;
}

.developer_title span{
	display: none;
}

.developer_catchcopy{
	display: block;
	width: 100%;
	color: #2E3994 !important;
	font-size: 33px;
	text-align: center !important;
	margin-top: 0px !important;
	margin-bottom: 50px !important;
}

.developer_text{
	padding-left: 200px;
	padding-right: 200px;
	font-size: 18px;
	margin-bottom: 30px;
}

.developer_picture{
	text-align: center;
}


/*イギリス塩パン*/
.britishbread_sio_pan_box{
	display: block;
	position: relative;
	margin-bottom: 60px;
}

.britishbread_sio_pan_catchcopy{
	display: block;
	width: 100%;
	color: #2E3994 !important;
	font-size: 33px;
	text-align: center !important;
	margin-top: 0px !important;
	margin-bottom: 30px !important;
}

.britishbread_sio_pan_text_box{
	display: block;
	position: relative;
	margin: 0 auto;
	margin-bottom: 130px;
	max-width: 660px;
	
}

.britishbread_sio_pan_text_box p{
	font-size: 18px;
}

.britishbread_raisin_box{
	margin-bottom: 100px;
}

.britishbread_raisin_catchcopy{
	display: block;
	width: 100%;
	color: #2E3994 !important;
	font-size: 33px;
	text-align: center !important;
	margin-top: 0px !important;
	margin-bottom: 30px !important;
}

.britishbread_raisin_text_box{
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 660px;
	
}

.britishbread_raisin_text_box p{
	font-size: 18px;
}

.britishbread_sio_pan_secret_box{
	display: block;
	position: relative;
	padding: 30px 60px 40px 60px;
	background-color: color(display-p3 0.957 0.933 0.863);
	margin-bottom: 40px;
}

.britishbread_sio_pan_title{
	display: block;
	position: relative;
	width: 100%;
	height: 239px;
	background: url(img/britishbread/sio_pan_kodawari.png) no-repeat center top;
	background-size: contain;
	margin-top: -130px !important;
	margin-bottom: 10px !important;
}

.britishbread_sio_pan_title span{
	display: none;
}

/*3列全体　div*/
.britishbread_sio_pan_3column{
	display: block;
	overflow: hidden;
	position: relative;
}

.britishbread_sio_pan_3column .column_inner{
	display: block;
	overflow: hidden;
	position: relative;
	width: 31%;
	margin-right: 3%;
	float: left;
}

.britishbread_sio_pan_3column .column_inner:nth-of-type(3){
	margin-right: 0%;
}

.britishbread_sio_pan_3column .column_inner img{
	width: 100%;
	height: auto;
}

.britishbread_sio_pan_last_text{
	display: block;
	width: 100%;
	color: color(display-p3 0.78 0.165 0.141) !important;
	font-size: 30px;
	font-weight: 600;
	text-align: center !important;
	margin-top: 0px !important;
	margin-bottom: 80px !important;
}

.britishbread_sio_pan_last_text .reverse{
	display: inline-block;
	transform: scaleX(-1);
}



/*ラインナップ　div  ※旧ラインナップのスタイル2024.9.25に削除済み*/
.britishbread_lineup{
	display: block;
	position:relative;
	background-color: #faf2db;
	padding: 50px 0px 20px 0px;
	margin-bottom: 50px;
}

/*ラインナップのタイトル　h3*/
.britishbread_lineup_title_box h3{
	display: block;
	position: relative;
	width: 100%;
	height: 190px;
	background: url(img/britishbread/subtitle_lineup.png) no-repeat center top;
	background-size: contain;
	margin-bottom: 20px !important;
}

.britishbread_lineup_title_box h3 span{
	display: none;
}

.britishbread_lineup_title_box p{
	text-align: center;
	font-size: 19px;
	margin-bottom: 30px !important;
	color: #555555;
}

/*サムネ写真配置*/
.britishbread_lineup_ph_box{
	list-style: none;
	text-align: center;
}

.britishbread_lineup_ph_box:after{
	content:"";
	display: block;
	position: relative;
	width: 100%;
	height: 30px;
	background-color: #2E3994;
	z-index: 1;
	
	margin-top: -30px;
}

.britishbread_lineup_ph_box ul{
	display: block;
	position: relative;
	z-index: 2;
}

.britishbread_lineup_ph_box ul li{
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 155px;
	z-index: 3;
}

.britishbread_lineup_ph_box ul li img{
	width: 120px;
}

.britishbread_lineup_ph_box ul li.w150 img{
	width: 150px;
}


/*ラインナップのスライダー欄*/

.lineup_box{
	display: block;
	position: relative;
	
	width: 1080px;
	height: 330px;
}



/*ul*/
.bxslider{
	
}

.bxslider li,
div#contents_main .bxslider li{
	display: block;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	padding-left: 0em !important;
	text-indent: 0em !important;
}



.package_img{
	display: block;
	position: relative;
	width: 220px;
	height: 330px;
	top: 20px;
	left: 210px;
	float: left;
}


.lineup_contents_right{
	display: block;
	position: relative;
	padding: 50px 0px 0px 0px;
	width: 420px;
	height: 260px;
	right: 200px;
	float: right;
}


div#contents_main p.lineup_name_text{
	font-size: 32px;
	color: #2E3994;
	font-family: 'Lora', serif;
	margin-bottom: 20px;
	line-height: 130%;
}




div#contents_main p.lineup_name_text span{
	font-size: 50px;
	font-weight: 600;
	padding-right: 5px;
}

div#contents_main p.lineup_about_text{
	font-size: 18px;
	/*color: #2E3994;*/
	color: #555555;
	margin-bottom: 20px;
}


div#contents_main .lineup_contents_right.hokkaido p.lineup_about_text{
	/*color: #1e6041 !important;*/
}


.lineup_link a{
	display: inline-block;
	padding: 9px 54px 9px 82px;
	color: #ffffff;
	background-color: #c1923a !important;
	background: url(img/icon_48_sandwich.png) no-repeat 50px center;
	background-size: 28px 28px;
	font-weight: 600px;
	text-decoration: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}

.lineup_link a:hover{
	background-color: #d8a045 !important;
	text-decoration: none;
}

.bx-controls-direction bx-prev{
	background: url(img/britishbread_controller_l.png) no-repeat 0px center !important;
	background-size: 28px 28px;
}

.bx-controls-direction bx-next{
	background: url(img/britishbread_controller_r.png) no-repeat 0px center !important;
	background-size: 28px 28px;
}


/*おすすめの食べ方*/

/*開発者の声*/
.britishbread_recipe_box{
	display: block;
	position: relative;
	margin-bottom: 100px;
}

.recipe_title{
	display: block;
	position: relative;
	width: 100%;
	height: 230px;
	background: url(img/britishbread/title_2_x2.png) no-repeat center top;
	background-size: contain;
}

.recipe_title span{
	display: none;
}

.recipe_column_box.recipe1,
.recipe_column_box.recipe2,
.recipe_column_box.recipe3{
	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: 80px;
}

.recipe_column_box.recipe3{
	margin-bottom: 40px;
}

.recipe_column_box.recipe1 .recipe_column_inner:first-of-type,
.recipe_column_box.recipe3 .recipe_column_inner:first-of-type{
	display: inline-block;
	position: relative;
	width: 540px;
	letter-spacing: normal;
	
	order: 1;
	padding-right: 60px;
}

.recipe_column_box.recipe1 .recipe_column_inner:nth-of-type(2){
	display: inline-block;
	position: relative;
	width: 540px;
	letter-spacing: normal;
	padding-top: 220px;
	background: url(img/britishbread/img_illust1.jpg) no-repeat right 50% top;
	background-size: 240px 190px;
	margin-top: -80px;
	
	order: 2;
	
}

.recipe_column_box.recipe3 .recipe_column_inner:nth-of-type(2){
	display: inline-block;
	position: relative;
	width: 540px;
	letter-spacing: normal;
	
	order: 2;
	
}

.recipe_column_box.recipe1 .recipe_subtitle{
	display: block;
	position: relative;
	width: 225px;
	height: 50px;
	background: url(img/britishbread/subtitle_1_x2.jpg) no-repeat left top;
	background-size: 225px 50px;
	margin-bottom: 30px !important;
}

.recipe_column_box.recipe2 .recipe_subtitle{
	display: block;
	position: relative;
	width: 370px;
	height: 90px;
	background: url(img/britishbread/subtitle_2_x2.jpg) no-repeat left top;
	background-size: 370px 90px;
	margin-bottom: 30px !important;
}

.recipe_column_box.recipe3 .recipe_subtitle{
	display: block;
	position: relative;
	width: 370px;
	height: 90px;
	background: url(img/britishbread/subtitle_3_x2.jpg) no-repeat left top;
	background-size: 370px 90px;
	margin-bottom: 30px !important;
}

.recipe_column_box.recipe1 .recipe_subtitle span,
.recipe_column_box.recipe2 .recipe_subtitle span,
.recipe_column_box.recipe3 .recipe_subtitle span{
	display: none;
}

.recipe_catchcopy{
	display: block;
	position: relative;
	padding: 20px 30px 20px 30px !important;
	border-top: solid 1px #C50018;
	border-bottom: solid 1px #C50018;
	font-size: 23px !important;
	margin-bottom: 30px !important;
}

.recipe_minititle{
	font-size: 21px !important;
	color: #2E3994 !important;
	font-weight: 600;
	margin-bottom: 15px !important;
}

.recipe_text{
	margin-bottom: 25px !important;
}

.recipe_photo{
	margin-bottom: 10px !important;
}


.recipe_column_box.recipe2 .recipe_column_inner:first-Child{
	display: inline-block;
	position: relative;
	width: 540px;
	letter-spacing: normal;
	padding-bottom: 210px;
	background: url(img/britishbread/img_illust3.jpg) no-repeat center bottom;
	background-size: 250px 200px;
	
	order: 2;
	padding-left: 60px;
}

.recipe_column_box.recipe2 .recipe_column_inner:nth-of-type(2){
	display: inline-block;
	position: relative;
	width: 540px;
	letter-spacing: normal;
	padding-top: 140px;
	background: url(img/britishbread/img_illust2.jpg) no-repeat right 30% top;
	background-size: 86px 100px;
	margin-top: -10px;
	order: 1;
	
}





/*「そのほかのレシピはこちら」ボタン　a*/
.britishbread_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 #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;
}

.britishbread_link_recipe: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;
}

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

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


/*新ラインナップ欄（ショートコードからの一覧出力）*/

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

ラインナップ

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

.products_box{
	display: block;
	position: relative;
	padding-bottom: 60px;
	
}


.products_box .lineup_title_box{
	display: block;
	position: relative;
	text-align: center;
	margin-bottom: 40px;
}

/*h5*/
.products_box .lineup_title_box .lineup_title{
	display: inline-block;
	position: relative;
	width: 100%;
	/*max-width: 280px;*/
	background: url(img/britishbread/title_lineup_blue_x2.png) no-repeat center center;
	background-size: contain;
	padding-bottom: 6%;
	margin-top: 0px;
	margin-bottom: 0px;
}

.products_box .lineup_title_box .lineup_title:before,
.products_box .lineup_title_box .lineup_title:after{
	content:"";
	display:inline-block;
	position:absolute;
	top:45px;
	width:280px;
	height:1px;
	background-color:#2E3994;
}

.products_box .lineup_title_box .lineup_title:before{
	left:110px;
}

.products_box .lineup_title_box .lineup_title:after{
	right:110px;
}

.products_box .lineup_title_box .lineup_title span{
	display:none;
}



.entry_britishbread .products_list,
.entry_britishbread_test .products_list{
	display: block;
	overflow: hidden;
	margin-bottom: 0px;
	margin: 0 auto;
	max-width: 860px;
}

.entry_britishbread .products_list ul,
.entry_britishbread_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;
}

.entry_britishbread .products_list ul li,
.entry_britishbread_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_britishbread .products_list ul li:nth-of-type(3n),
.entry_britishbread_test .products_list ul li:nth-of-type(3n){
	margin-right: 0px !important;
}

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

/*画像欄　div*/
.entry_britishbread .products_list ul li a .top_products_img_box,
.entry_britishbread_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: 30px 0px 30px 0px;
	border: solid 1px #e0e0e0;
	border-radius: 6px;
	z-index: 1;
}

.entry_britishbread .products_list ul li a .top_products_img_box img,
.entry_britishbread_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_britishbread .products_list ul li a .top_products_new,
.entry_britishbread_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_britishbread .products_list ul li a .top_products_new span,
.entry_britishbread_test .products_list ul li a .top_products_new span{
	display: none;
}


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

/*商品紹介文テキスト　p*/
.entry_britishbread .products_list ul li .top_products_text,
.entry_britishbread_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;
	*/
}


.products_list p{
	letter-spacing: normal;
}





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

/*@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_britishbread .page_category_title,
.entry_britishbread_test .page_category_title{
	background: url(img/britishbread/category_title_img_britishbread.jpg) no-repeat center center;
	background-size:cover;
}
	


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




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

イギリス食パン

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

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

.britishbread_main_inner_bg{
	display: block;
	position: relative;
	background-color: #181851;
	top:0;
	left: 0;
	right: 0;
	height: 76%;
}

.britishbread_main_inner{
	display: block;
	position: relative;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
}

.britishbread_main_img{

}

.britishbread_main_img img{
	height: auto !important;
	width: 100% !important;
}



/*トーストで際立つ香りと食感*/
.britishbread_about_box{
	display: block;
	position: relative;
	background: url(img/britishbread/bg_blue.jpg);
	padding: 15px 15px 20px 15px;
}

.about_title{
	display: block;
	position: relative;
	width: 100%;
	height:auto;
	margin: 0 auto;
	margin-bottom: 20px !important;
	padding-bottom: 13% !important;
	background: url(img/britishbread/main_catchcopy_x2.png) no-repeat center top;
	background-size: contain;
}

.about_title span{
	display: none;
}

.about_text{
	color: #ffffff;
	font-size: 16px;
	text-align: left;
}



/*開発者の声*/
.britishbread_developer_box{
	display: block;
	position: relative;
	padding-top: 180px;
	margin-bottom: 60px;
}

.developer_title{
	display: block;
	position: absolute;
	width: 100%;
	height: 180px;
	background: url(img/britishbread/title_1_x2.png) no-repeat center top;
	background-size: contain;
	margin-top: -200px !important;
}

.developer_title span{
	display: none;
}

.developer_catchcopy{
	display: block;
	width: 100%;
	color: #2E3994 !important;
	font-size: 20px !important;
	text-align: center !important;
	margin-top: 0px !important;
	margin-bottom: 20px !important;
}

.developer_text{
	padding-left: 10px;
	padding-right: 10px;
}

.developer_picture{
	text-align: center;
	
}

.developer_picture img{
	max-width: 280px !important;
}


/*イギリス塩パン*/
.britishbread_sio_pan_catchcopy{
	display: block;
	width: 100%;
	color: #2E3994 !important;
	font-size: 20px;
	text-align: center !important;
	margin-top: 0px !important;
	margin-bottom: 30px !important;
}

.britishbread_sio_pan_text_box{
	display: block;
	position: relative;
	margin: 0 auto;
	margin-bottom: 130px;
	max-width: 660px;
	
}

.britishbread_sio_pan_text_box p{
	font-size: 18px;
}


.britishbread_raisin_box{
	margin-bottom: 60px;
}

.britishbread_raisin_catchcopy{
	display: block;
		width: 100%;
		color: #2E3994 !important;
		font-size: 20px;
		text-align: center !important;
		margin-top: 0px !important;
		margin-bottom: 30px !important;
}

.britishbread_raisin_text_box{
	display: block;
	position: relative;
	margin: 0 auto;
	margin-bottom: 0px;
	max-width: 660px;
	
}

.britishbread_raisin_text_box p{
	font-size: 18px;
}

.britishbread_sio_pan_secret_box{
	display: block;
	position: relative;
	padding: 20px 20px 20px 20px;
	background-color: color(display-p3 0.957 0.933 0.863);
	margin-bottom: 30px;
}

.britishbread_sio_pan_title{
	display: block;
	position: relative;
	width: 100%;
	height: 180px;
	background: url(img/britishbread/sio_pan_kodawari.png) no-repeat center top;
	background-size: contain;
	margin-top: -100px !important;
	margin-bottom: 10px !important;
}

.britishbread_sio_pan_title span{
	display: none;
}

/*3列全体　div*/
.britishbread_sio_pan_3column{
	display: block;
	overflow: hidden;
	position: relative;
}

.britishbread_sio_pan_3column .column_inner{
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-right: 0%;
	float: none;
	text-align: center;
}

.britishbread_sio_pan_3column .column_inner:nth-of-type(3){
	margin-right: 0%;
}

.britishbread_sio_pan_3column .column_inner img{
	width: 100%;
	height: auto;
	max-width: 220px;
}

.britishbread_sio_pan_last_text{
	display: block;
	width: 100%;
	color: color(display-p3 0.78 0.165 0.141) !important;
	font-size: 18px;
	font-weight: 600;
	text-align: center !important;
	margin-top: 0px !important;
	margin-bottom: 80px !important;
}

.britishbread_sio_pan_last_text .reverse{
	display: inline-block;
	transform: scaleX(-1);
}



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


/*ラインナップのタイトル　h3*/
.britishbread_lineup_title_box h3{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 30%;
	background: url(img/britishbread/subtitle_lineup.png) no-repeat center top;
	background-size: contain;
	margin-bottom: 20px !important;
}

.britishbread_lineup_title_box h3 span{
	display: none;
}

.britishbread_lineup_title_box p{
	text-align: left;
	font-size: 16px;
	margin-bottom: 20px !important;
	color: #555555;
}

/*サムネ写真配置*/
.britishbread_lineup_ph_box{
	list-style: none;
	text-align: center;
}

.britishbread_lineup_ph_box:after{
	content:none;
}



.britishbread_lineup_ph_box 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;
}
.britishbread_lineup_ph_box ul li{
	display: inline-block;
	position: relative;
	overflow: visible;
	letter-spacing: normal;
	width: 50%;
	height: auto;
	vertical-align: top;
	padding-left: 8px !important;
	padding-right: 8px !important;
	
}



/*ラインナップのスライダー欄*/
.lineup_box{
	display: none;
	/*
	display: block;
	position: relative;
	background-color: #faf2db;
	width: 100% !important;
	height: auto;
	*/
}





/*おすすめの食べ方*/

/*開発者の声*/
.britishbread_recipe_box{
	display: block;
	position: relative;
	margin-bottom: 100px;
}

.recipe_title{
	display: block;
	position: relative;
	width: 100%;
	height: 180px;
	background: url(img/britishbread/title_2_x2.png) no-repeat center top;
	background-size: contain;
}

.recipe_title span{
	display: none;
}

.recipe_column_box.recipe1,
.recipe_column_box.recipe2,
.recipe_column_box.recipe3{
	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: 40px;
}

.recipe_column_box.recipe1 .recipe_column_inner:first-of-type,
.recipe_column_box.recipe3 .recipe_column_inner:first-of-type{
	display: block;
	position: relative;
	width: 100%;
	letter-spacing: normal;
	
	order: 1;
	padding-right: 0px;
}

.recipe_column_box.recipe1 .recipe_column_inner:nth-of-type(2),
.recipe_column_box.recipe3 .recipe_column_inner:nth-of-type(2){
	display: block;
	position: relative;
	width: 100%;
	letter-spacing: normal;
	padding-top: 0px;
	background: none;
	margin-top: 0px;
	
	order: 2;
	
}

.recipe_column_box.recipe1 .recipe_subtitle{
	display: block;
	position: relative;
	width: 100%;
	height: 40px;
	background: url(img/britishbread/subtitle_1_x2.jpg) no-repeat left top;
	background-size: contain;
	margin-bottom: 5px !important;
}

.recipe_column_box.recipe2 .recipe_subtitle{
	display: block;
	position: relative;
	width: 100%;
	height: 72px;
	background: url(img/britishbread/subtitle_2_x2.jpg) no-repeat left top;
	background-size: contain;
	margin-bottom: 5px !important;
}

.recipe_column_box.recipe3 .recipe_subtitle{
	display: block;
	position: relative;
	width: 100%;
	height: 72px;
	background: url(img/britishbread/subtitle_3_x2.jpg) no-repeat left top;
	background-size: contain;
	margin-bottom: 5px !important;
}

.recipe_column_box.recipe1 .recipe_subtitle span,
.recipe_column_box.recipe2 .recipe_subtitle span,
.recipe_column_box.recipe3 .recipe_subtitle span{
	display: none;
}

.recipe_catchcopy{
	display: block;
	position: relative;
	padding: 12px 12px 12px 12px !important;
	border-top: solid 1px #C50018;
	border-bottom: solid 1px #C50018;
	font-size: 19px !important;
	margin-bottom: 30px !important;
}

.recipe_minititle{
	font-size: 17px !important;
	color: #2E3994 !important;
	font-weight: 600;
	margin-bottom: 10px !important;
}

.recipe_text{
	margin-bottom: 25px !important;
}

.recipe_photo{
	margin-bottom: 10px !important;
}


.recipe_column_box.recipe2 .recipe_column_inner:first-Child{
	display: block;
	position: relative;
	width: 100%;
	letter-spacing: normal;
	padding-bottom: 0px;
	background: none;
	
	order: 1;
	padding-left: 0px;
}

.recipe_column_box.recipe2 .recipe_column_inner:nth-of-type(2){
	display: block;
	position: relative;
	width: 100%;
	letter-spacing: normal;
	padding-top: 0px;
	background: none;
	margin-top: 0px;
	order: 2;
	
}

.recipe_column_box .recipe_column_inner img{
	text-align: center;
	max-width: 320px;
}








/*「そのほかのレシピはこちら」ボタン　a*/
.britishbread_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 #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;
}

.britishbread_link_recipe: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;
}

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

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


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

新ラインナップ蘭

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

/*div*/
.products_box .text_box{
	display: block;
	position: relative;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	margin-bottom:60px;
}

/*p*/
.products_box .text{
	text-align:left;
	font-size: 16px;
	color: #555555;
	line-height: 180%;
}


.products_box .lineup_title_box{
	display: block;
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}

/*h5*/
.products_box .lineup_title_box .lineup_title{
	display: block;
	position: relative;
	width: 100%;
	/*max-width: 280px;*/
	background: url(img/britishbread/title_lineup_blue_x2.png) no-repeat center top;
	background-size: 190px auto;
	padding-bottom: 14%;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

.products_box .lineup_title_box .lineup_title:before,
.products_box .lineup_title_box .lineup_title:after{
	content:"";
	display:inline-block;
	position:absolute;
	top:30px;
	width:22%;
	height:1px;
	background-color:#2E3994;
}

.products_box .lineup_title_box .lineup_title:before{
	left:0px;
}

.products_box .lineup_title_box .lineup_title:after{
	right:0px;
}

.products_box .lineup_title_box .lineup_title span{
	display:none;
}

.entry_britishbread .products_list,
.entry_britishbread_test .products_list{
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}

.entry_britishbread .products_list ul,
.entry_britishbread_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: 30px;
}

.entry_britishbread .products_list ul li,
.entry_britishbread_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_britishbread .products_list ul li:nth-of-type(3n),
.entry_britishbread_test .products_list ul li:nth-of-type(3n){
	margin-right: 4% !important;
}

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

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

/*画像欄　div*/
.entry_britishbread .products_list ul li a .top_products_img_box,
.entry_britishbread_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_britishbread .products_list ul li a .top_products_img_box img,
.entry_britishbread_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_britishbread .products_list ul li a .top_products_new,
.entry_britishbread_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_britishbread .products_list ul li a .top_products_new span,
.entry_britishbread_test .products_list ul li a .top_products_new span{
	display: none;
}


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

/*商品紹介文テキスト　p*/
.entry_britishbread .products_list ul li .top_products_text,
.entry_britishbread_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;
	*/
}


.products_list p{
	letter-spacing: normal;
}






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




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

@media print {

	
	/*アニメーション関係はすべて透明度や位置を戻す*/
	.fadeInUp,
	.fadeIn,
	.fadeInBlur,
	.britishbread_main,
	.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 {*/




