@charset "utf-8";
/*
Theme Name:TOKI child(Corporate)
Theme URI:
Description:"TOKI" コーポレートサイト用子テーマです。
Template:toki_tcd069
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.5.1
*/

.header_add{
	color:#fff;
	background:#d2b48c;
}
.header_add_inner{
	margin-left:auto;
	margin-right:auto;
	max-width:1180px;
	display:flex;
	align-items:center;
	justify-content:flex-end;
	gap:20px;
}
.header_store{
	padding:8px 10px 8px 30px;
	color:#fff;
	background:url('images/ico_store.png') no-repeat 0% 50% / 23px 23px;
	display:block;
}
.sns_insta{
	display: block;
	overflow: hidden;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	position: relative;
}
.sns_insta:before {
	content: '\ea92';
	color:#fff;
	font-family: 'design_plus';
	font-size: 15px;
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	right: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.sns_insta span {
	display: none;
}
@media screen and (max-width: 1230px) {
	#header { height:100px !important; }
}
@media screen and (max-width: 750px) {
	#header {height: 90px !important;}
	.header_add_inner{
		justify-content:center;
	}
}
#header_logo img {
	display:block;
	width:auto;
	height:auto;
	max-height:65px;
}
.pc #global_menu > ul{
	text-align:right;
}

#index_blog_list{
	background:transparent;
}
#blog_list .image{
	border:1px solid #ddd;
	border-bottom:none;
	box-sizing:border-box;
}
.nbkk_blog_list {
	margin-left: auto;
	margin-right: auto;
	margin-bottom:30px;
	max-width: 1180px;
}
.nbkk_blog_list .link{
	padding:1em 3em;
	display:block;
	border:1px solid #ddd;
	transition:.5s;
}
.nbkk_blog_list article+article .link{
	border-top:none;
}
.nbkk_blog_list .link:hover{
	color:#fff;
	background:#d2b48c;
}
.nbkk_blog_list .title_area{
	display: grid;
	grid-template-columns: 130px auto;
	line-height: normal;
	font-size: 18px;
}
.index_cb_button a,
.index_cb_button a:hover{
	border-radius:5px;
	background:#d2b48c;
	font-size:14px;
	font-weight:800;
	min-width:200px;
	height:auto;
	line-height:normal;
	padding:15px 10px;
}
@media screen and (max-width: 750px) {
	.nbkk_blog_list .link{
		padding:1em;
	}
}

.nf_brand_logo{
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}
.nf_brand_logo img{
	max-width:200px;
	max-height:200px;
}
body.single-find #one_col,
#one_col.l-large{
	width:1180px !important;
}
@media screen and (max-width:1230px) {
	body.single-find #one_col,
	#one_col.l-large{
		width:auto !important;
	}
}

.q_button{
	background-color:#d2b48c !important;/*#005fae*/
}

.pc #global_menu > ul > li > a:after, #find_menu ol li a:after {
	background:#fff !important;
	opacity:0.5;
}
#find_menu ol li a span:before {
	background: #fff;
	opacity: 0.3;
}
#find_menu ol li:last-child a span:after {
	background: #fff;
	opacity: 0.3;
}

.mt20{
	margin-top:20px;
}

/*レシピ*/
.recipelist{
	display:grid;
	grid-template-columns:repeat(4, 1fr);
	justify-content:center;
	gap:20px;
}
.recipelist > *{
	min-width:0;
}
.home .recipelist{
	grid-template-columns:repeat(4, 220px);
	margin-top:20px;
}
.recipelist-item{
	text-align:left;
	border:1px solid #ccc;
}
.recipelist-item p{
	display:none;
}
.recipelist-item a{
	color:inherit !important;
	display:block;
	height:100%;
}
.recipelist-item-thumb{
	width:100%;
	height:240px;
	overflow:hidden;
}
.home .recipelist-item-thumb{
	height:200px;
}
.recipelist-item-thumb img{
	width:100%;
	height:100% !important;
	object-fit:cover;
}
.recipelist-item a .recipelist-item-thumb img{
	transition:transform 0.75s ease;
}
.recipelist-item a:hover .recipelist-item-thumb img{
	transform:scale(1.2);
}
.recipelist-item-title{
	padding:10px;
	font-size:16px;
	font-weight:bold;
	line-height:normal;
}
.recipelist-item-description{
	padding:0 10px 10px;
	font-size:14px;
	line-height:normal;
	color:#666;
}
.js-btn-more{
	margin:30px auto;
	padding:.8em;
	color:#fff;
	font-size:18px;
	width:240px;
	text-align:center;
	line-height:normal;
	display:block;
	cursor:pointer;
	background:#d2b48c;
	border-radius:7px;
}
@media screen and (max-width:650px) {
	.home .recipelist{
		padding-left:20px;
		padding-right:20px;
	}
	.recipelist,
	.home .recipelist{
		grid-template-columns:repeat(3, 1fr);
	}
	.recipelist-item-thumb,
	.home .recipelist-item-thumb{
		height:200px;
	}
	.recipelist-item-title{
		font-size:14px;
	}
	.recipelist-item-description{
		font-size:12px;
	}
}
@media screen and (max-width:479px) {
	.recipelist,
	.home .recipelist{
		grid-template-columns:repeat(2, 1fr);
	}
	.recipelist-item-thumb,
	.home .recipelist-item-thumb{
		height:150px;
	}
}


/*レシピ　カテゴリー別*/
.recipe_wrap{
	padding-bottom:80px;
}
.recipe_wrap .titbox{
	padding-bottom:10px;
	text-align:center;
}
.categorylist{
	display:grid;
	grid-template-columns:repeat(4, 1fr);
	justify-content:center;
	gap:20px;
}
.categorylist > *{
	min-width:0;
}
.categorylist-item{
	border:1px solid #ccc;
}
.categorylist-item p{
	display:none;
}
.categorylist-item-thumb{
	width:100%;
	height:160px;
	overflow:hidden;
}
.categorylist-item-thumb img{
	width:100%;
	height:100% !important;
	object-fit:cover;
}
.categorylist-item-thumb a img{
	transition:transform 0.75s ease;
}
.categorylist-item-thumb a:hover img{
	transform:scale(1.2);
}
.categorylist-item-title{
	padding: 10px 20px 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: normal;
	background: #ffffff;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	max-width: 90%;
	border-radius:0 3px 0 0;
	box-sizing:border-box;
	position:relative;
	top:-1em;
	z-index:10;
}
.post_content .categorylist-item-menu{
	margin:0 10px 15px;
	list-style:none;
	display: flex;
	flex-wrap: wrap;
}
.categorylist-item-menu li{
	padding:4px 10px;
	font-size:14px;
	line-height:normal;
}
@media screen and (max-width:650px) {
	.categorylist{
		grid-template-columns:repeat(3, 1fr);
	}
	.categorylist-item-thumb{
		height:200px;
	}
	.categorylist-item-title{
		font-size:14px;
	}
	.categorylist-item-description{
		font-size:12px;
	}
}
@media screen and (max-width:479px) {
	.categorylist{
		grid-template-columns:repeat(2, 1fr);
	}
	.categorylist-item-thumb{
		height:150px;
	}
}


/*商品一覧*/
.post_content h3.productlist_title{
	padding:1em;
	margin:3em 0 1em;
	text-align:center;
	border-bottom:1px solid #ddd;
}
a.listbtm{
	margin: 0 auto;
	text-align: center;
	width: 200px;
	background: #d2b48c;
	padding: 15px 10px 15px 10px;
	color: #FFF !important;
	font-size: 14px;
	font-weight: 800;
	border-radius: 5px;
	display:block;
}
.products_nav {
	justify-content:flex-end;
	display: flex;
	align-items: center;
	position: relative;
}
.products_nav p{
	display:none;
}
.products_nav .brandlist{
	padding: 0.8em;
	color: #fff;
	line-height:normal;
	border-bottom: 1px solid #fff;
	background: #d2b48c;
	cursor:pointer;
	position:relative;
}
.brandlist_menu{
	padding-right:2em;
}
.brandlist_menu::after{
	content: "▼";
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 10px;
	border-left: 1px solid #fff;
	padding: 0.8em 1em;
	line-height: normal;
	vertical-align: middle;
	top: 0;
	bottom: 0;
	right: 0;
	position: absolute;
}
.products_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	max-height:200px;
	overflow-y: scroll;
	overflow-x: hidden;
	line-height: normal;
	visibility:hidden;
	opacity:0;
	position:absolute;
	right:0;
	transition:all .75s ease;
	z-index:10;
	white-space: nowrap;
	scrollbar-width: thin;
	scrollbar-color: #d2b48c #efefef;
	box-shadow:0 1px 3px rgba(0,0,0,0.2);
}
.products_nav ul::-webkit-scrollbar{
	width: 10px;
}
.products_nav ul::-webkit-scrollbar-track{
	background-color: #efefef;
}
.products_nav ul::-webkit-scrollbar-thumb{
	background-color: #d2b48c;
}
.products_nav ul li {
	background: #d2b48c;
	color: #fff;
	line-height:normal !importnat;
	border-bottom: 1px solid #fff;
}
.products_nav ul li:last-of-type{
	border-bottom:none;
	border-radius:0 0 5px 5px;
}
.products_nav ul li a {
	color: inherit;
	padding: 0.8em;
	width: 100%;
	line-height:normal !importnat;
	display: block;
}
.products_nav .brandlist:hover ul{
	visibility:visible;
	opacity:1;
}
.products_nav ul li a:hover{
	color:inherit;
	background:rgba(255,255,255,0.2);
}


/*ShopWP*/
.wps-item{
	padding:15px !important;
	border:1px solid #ddd;
}
.wps-item .wps-products-title{
}
.wps-item .wps-component-products-description{
}
.wps-item .wps-btn{
	min-width:0;
}
@media screen and (max-width:479px) {
	.wps-item .wps-btn{
		min-width:0;
		font-size:14px;
	}
}

.wps-container{
	min-height:70vh;
	display: flex;
	flex-flow: column;
	justify-content: center;
}
.wps-product-single{
}
.wps-product-single .wps-product-image-wrapper{
	border:1px solid #ddd;
	padding:2em;
}
#product_buy_button{
	display:none;
}

.wps-btn-next-page{
	background:#d2b48c !important;
}

/*販促ページ*/
.download_list{
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid #ddd;
	display:grid;
	grid-template-columns:200px auto;
	gap:20px;
}
.download_list h3{
	font-size:inherit !important;
	background:#ddd;
	font-weight:700;
	line-height:normal;
	padding:5px;
}
.download_list dl{
	padding:5px;
	display:grid;
	grid-template-columns:80px auto;
}
.download_list dt{
	font-weight:700;
}
.download_list dd{
	line-height:1.8;
}
.download_list dt:not(:first-of-type),
.download_list dd:not(:first-of-type){
	padding-top:20px;
	border-top:1px solid #ddd;
}
@media screen and (max-width:1000px) {
	.download_list{
		display:block;
	}
	.download_list h3{
		font-size:inherit !important;
		background:#ddd;
		font-weight:700;
		line-height:normal;
		padding:5px;
		margin-bottom:10px;
	}
}
@media screen and (max-width:650px) {
	.download_list dl{
		display:block;
	}
	.download_list dd:not(:first-of-type){
		padding-top:0;
		border-top:none;
	}
}

.aboutus{
	margin-top:50px;
	margin-bottom:50px;
	display:grid;
	grid-template-columns:200px auto;
	gap:50px;
}
.aboutus_header_title{
	line-height:normal;
}
.aboutus_header_sub{
	font-size:36px;
	font-weight:normal;
	line-height:normal;
}
.aboutus_cover{
	width:100%;
	height:100px;
	display:block;
	margin-bottom:20px;
}
.aboutus_cover img{
	width:100%;
	height:100% !important;
	object-fit:cover;
}
.about{
	display: grid;
	grid-template-columns:20% auto;
	width:100%;
	gap:20px 0;
}
.aboutlist1{
	padding-bottom: 20px;
	line-height: 1.8;
	border-bottom: solid 1px #ddd;
	font-weight:700;
}
.aboutlist2{
	padding-bottom: 20px;
	line-height: 1.8;
	border-bottom: solid 1px #ddd;
}
.aboutus_text{
	padding:20px;
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	font-size:16px;
	line-height:1.8;
}
.textbox2{
	width: 90%;
	text-align: left;
	font-size: 16px;
	line-height: 22px;
	padding: 10px 0 10px 40px;
}
.aboutus_btn{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	gap:20px;
}
.aboutus_btn>div{
	text-align:center;
	line-height:2.4;
}
.aboutus_btn .q_button{
	max-width:none;
}
@media screen and (max-width:767px) {
	.aboutus{
		display:block;
		position:relative;
	}
	.aboutus_header{
		position:absolute;
		z-index:10;
		top:5px;
		left:5px;
	}
}

#footer_bottom{
	padding-top:20px;
	padding-bottom:10px;
	height:auto;
}
.footer_link{
	margin-left:auto;
	margin-right:auto;
	padding:.8em .4em;
	max-width:700px;
	display:flex;
	justify-content:center;
	align-items:center;
	border-bottom:1px solid #fff;
}
.footer_link li{
	padding:0 7px;
}
.footer_link li+li{
	border-left:1px solid #fff;
}
.footer_link li a {
	display:block;
}
.footer_link li.insta a {
	display:block;overflow:hidden; width:20px; height:20px; line-height:20px; text-align:center; position:relative;
}
.footer_link li.insta a span {
	display:none;
}
.footer_link li.insta a:before {
	font-family:'design_plus';
	font-size:15px;
	display:block;
	position:absolute;
	top:1px;
	left:0;
	right:0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.footer_link li.insta a:before {
	content:'\ea92';
}
.footer_sub{
	margin-left:auto;
	margin-right:auto;
	max-width:700px;
	display:flex;
	justify-content:space-between;
}
.footer_link_sub{
	padding:.8em .4em;
	display:flex;
	font-size:12px;
}
.footer_link_sub li{
	padding:0 7px;
}
.footer_link_sub li+li{
	border-left:1px solid #fff;
}
.footer_link_sub li a {
	display:block;
}
.copyright{
	padding:.8em .4em;
	font-size:12px;
}
.footer_title{
	text-align:center;
}
.footer_title img{
	width:300px;
	height:auto;
}
@media screen and (max-width:1000px) {
	.footer_link{
		display:block;
	}
	.footer_link li{
		padding:7px;
		text-align:center;
	}
	.footer_link li+li{
		border-left:none;
		border-top:1px solid #fff;
	}
	.footer_link li a{
		padding:.5em;
	}
	.footer_link li.insta a {
		margin-left:auto;
		margin-right:auto;
		padding:0;
	}
	.footer_sub{
		display:block;
	}
	.footer_link_sub{
		justify-content:center;
	}
	.footer_link_sub li{
		padding:7px;
		text-align:center;
	}
	.copyright{
		text-align:center;
	}
}

/*ソーシャルメディア*/
.socialmedia{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 50px;
}
.socialmedia_logo{
	width: 160px;
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.socialmedia_logo > img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.socialmedia_btn{
	display: flex;
	gap: 20px;
	align-items: center;
}
.socialmedia_btn>div{
	width:30px;
}

/*パンくずリスト*/
.single-find #bread_crumb{
	border-top: 1px solid #ddd;
}
#bread_crumb .breadcrumbs{
	width: 1180px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#bread_crumb .breadcrumbs > span{
	display: inline;
	font-size: 12px;
	padding: 0 0 0 17px;
	margin: 0 5px 0 0;
	height: 70px;
	line-height: 70px;
	position: relative;
	color: #000;
}
#bread_crumb .breadcrumbs > span:first-of-type{
	padding: 0;
}
#bread_crumb .breadcrumbs > span a{
	color: #000;
}
#bread_crumb .breadcrumbs > span:first-of-type a {
	text-indent: -200%;
	overflow: hidden;
	width: 12px;
	height: 13px;
	display: inline-block;
	top: 2px;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#bread_crumb .breadcrumbs > span:first-of-type a:before {
	font-family: 'design_plus';
	content: '\e90c';
	width: 12px;
	height: 13px;
	line-height: 13px;
	text-indent: 0;
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0;
	left: 0px;
	margin: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#bread_crumb .breadcrumbs > span:not(:first-of-type):before {
	font-family: 'design_plus';
	content: '\e910';
	font-size: 9px;
	width: 9px;
	height: 9px;
	line-height: 9px;
	display: block;
	position: absolute;
	left: 0;
	top: 0px;
	bottom: 0;
	margin-top: 4.5px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width:1230px) {
	#bread_crumb .breadcrumbs{
		width: auto;
		padding: 0 30px;
	}
	#bread_crumb .breadcrumbs > span{
		height: 50px;
		line-height: 50px;
	}
}

.swiper-button-next:after,
.swiper-button-prev:after{
	color:#000;
}