@charset "UTF-8";

/* CSS Document */

/*====================================

	main

====================================*/

main {
}

/*====================================

	#fv

====================================*/

#fv {
	width: 100%;
}
#fv .inner {
	width: 100%;
	position: relative;
}
#fv .inner .video {
	background: #000;
}
#fv .inner .video video {
	opacity: .6;
}
#fv .inner .copy {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: url(/common/top/images/fv_copy.svg) no-repeat center center;
	background-size: 50%;
}

/*====================================

	#wp_news

====================================*/

#wp_news {
	background: rgba(0, 0, 0, .2);
}
#wp_news .inner {
	position: relative;
}
#wp_news .inner .list {
	margin-bottom: 40px;
}
#wp_news .inner .list dl {
	width: 100%;
	border-bottom: 1px dotted rgba(255, 255, 255, .2);
	padding: 8px 0;
}
#wp_news .inner .list dl:first-child {
	border-top: 1px dotted rgba(255, 255, 255, .2);
}
#wp_news .inner .list dl dt {
	font-size: 90%;
}
#wp_news .inner .list dl dd {
}
#wp_news .inner .list dl dd a {
	color: var(--text-color);
	text-decoration: underline;
}
#wp_news .inner .list dl dd a:hover {
	text-decoration: none;
}

/*====================================

	#wp_insta

====================================*/

#wp_insta {
}
#wp_insta .inner {
}
#wp_insta .inner .cell {
	padding: 40px 20px;
}
#wp_insta .inner .cell_mitsukoshi {
	background: url(/common/images/bg_2.webp);
}
#wp_insta .inner .cell_tsukiji {
	background: url(/common/images/bg_noise_gray.webp);
}
#wp_insta .inner .cell_mitsukoshi h2 {
	color: #fff;
}
#wp_insta .inner .cell_tsukiji h2 {
	color: #000;
}
#wp_insta .inner .cell h2 {
	font-size: 150%;
	line-height: 1em;
	margin-bottom: 20px;
	background: url(/common/images/icon_instagram.png) no-repeat top 50% left 0;
	background-size: 20px;
	padding: 0 0 0 30px;
}
#wp_insta .inner .cell h2 span {
	font-size: 60%;
	padding: 0 0 0 .5em;
}
#wp_insta .inner .cell ul {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 4px;
	margin-bottom: 40px;
	list-style: none;
	padding: 0;
}
#wp_insta .inner .cell ul li {
	width: auto;   /* 25%指定を打ち消す。幅はgridが管理 */
	margin: 0;
}
#wp_insta .inner .cell ul li a {
	display: block;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}
#wp_insta .inner .cell ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
#wp_insta .inner .cell .btn a {
	padding: 1em 4em 1em 3em;
}
#wp_insta .inner .cell .btn a {
	background: url(/common/images/icon_instagram.png) top 50% right 2em var(--main-color) no-repeat;
	background-size: 14px;
}
#wp_insta .inner .cell .btn a:hover {
	background: url(/common/images/icon_instagram.png) top 50% right 2em var(--main-color) no-repeat;
	background-size: 14px;
}

/*====================================

	#wp_concept

====================================*/

#wp_concept {
}
#wp_concept .inner {
	position: relative;
}
#wp_concept .inner .sec_content {
}
#wp_concept .inner .sec_content .cell {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}
#wp_concept .inner .sec_content .cell .text {
}
#wp_concept .inner .sec_content .cell .text p,
#wp_concept .inner .sec_content .cell_2 .text p {
	margin-bottom: 30px;
	line-height: 2em;
}
#wp_concept .inner .sec_content .cell .video {
	position: relative;
	padding: 0 40% 0 0;
	margin-bottom: 40px;
}
#wp_concept .inner .sec_content .cell .video span {
	position: absolute;
	bottom: 40px;
	right: 20px;
	width: 40%;
}
#wp_concept .inner .sec_content .cell_2 {
	width: 100%;
	position: relative;
	display: none;
}
#wp_concept .inner .sec_content .cell_2 .ph {
	width: 100%;
	position: relative;
	margin-bottom: 40px;
	padding: 0 0 0 30%;
}
#wp_concept .inner .sec_content .cell_2 .ph span {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 50%;
}
#wp_concept .inner .sec_content .cell_2 .text {
}

/*====================================

	#wp_menu

====================================*/

#wp_menu {
}
#wp_menu .inner {
	position: relative;
}
#wp_menu .inner .sec_content {
}
#wp_menu .inner .list_btn {
	margin-bottom: 20px;
}
#wp_menu .inner .list_btn ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#wp_menu .inner .list_btn ul li {
	width: 49%;
	background: rgba(0, 0, 0, .3);
	border: 1px solid rgba(255, 255, 255, .3);
}
#wp_menu .inner .list_btn ul li a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 20px 0 30px;
	background: url(/common/images/arrow_down_dot.svg) no-repeat bottom 12px left 50%;
	background-size: 10px;
}
#wp_menu .inner .list_btn ul li a h3 {
	font-size: 80%;
	text-align: center;
	line-height: 1.8em;
	margin-bottom: 4px;
}
#wp_menu .inner .list_btn ul li a h3 span {
	font-size: 100%;
	display: block;
}
#wp_menu .inner .list_btn ul li a h4 {
	font-size: 60%;
	display: block;
	line-height: 1.5em;
	width: 100%;
	text-align: center;
}
#wp_menu .inner .list_btn ul li a h4 span {
	font-size: 100%;
	display: block;
	line-height: 1.5em;
	width: 100%;
	text-align: center;
}
#wp_menu .inner .sec_content .cell {
	padding: 100px 0px 40px 0px;
	border-radius: 200px 200px 0 0;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
#wp_menu .inner .sec_content .cell:first-child {
	/*border: 1px solid;
	border-image: linear-gradient(to right, #bf953f, #fcf6ba, #b38728) 1;*/
	border: 2px solid #fcf6ba;
	margin-bottom: 40px;
	background: url(/common/images/bg_noise_brown.webp) #382304;
	background-size: 100px;
}
#wp_menu .inner .sec_content .cell:last-child {
	/*border: 1px solid;
	border-image: linear-gradient(to right, #b0b0b0, #eeeeee, #b0b0b0) 1;*/
	background: url(/common/images/bg_noise_gray.webp) #eee;
	border: 2px solid #fff;
	background-size: 100px;
}
#wp_menu .inner .sec_content .cell .bg_ph {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
#wp_menu .inner .sec_content .cell .ph {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
	padding: 0 20px;
}
#wp_menu .inner .sec_content .cell .ph img {
	width: 50%;
}
#wp_menu .inner .sec_content .cell .text {
	text-align: center;
	padding: 0 20px;
}
#wp_menu .inner .sec_content .cell .text h3 {
	font-size: 110%;
	margin-bottom: 20px;
	line-height: 1.85em;
}
#wp_menu .inner .sec_content .cell .text h3 span {
	font-size: 150%;
	display: block;
}
#wp_menu .inner .sec_content .cell .text h4 {
	font-size: 130%;
	margin-bottom: 20px;
}
#wp_menu .inner .sec_content .cell .text h4 span {
	font-size: 80%;
	display: block;
}
#wp_menu .inner .sec_content .cell:last-child .text h3 {
	color: #000;
}
#wp_menu .inner .sec_content .cell:last-child .text h4 {
	color: #000;
}
#wp_menu .inner .sec_content .cell .text p {
	margin-bottom: 20px;
	text-align: left;
}
#wp_menu .inner .sec_content .cell:last-child .text p {
	color: #000;
}

/*====================================

	#wp_shoplist

====================================*/

#wp_shoplist {
}
#wp_shoplist .inner {
	position: relative;
}
#wp_shoplist .inner .sec_content {
}
#wp_shoplist .inner .sec_content .cell {
	width: 100%;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
}
#wp_shoplist .inner .sec_content .cell:last-child {
	margin-bottom: 0px;
}
#wp_shoplist .inner .sec_content .cell .text {
	margin-bottom: 20px;
}
#wp_shoplist .inner .sec_content .cell .text h3 {
	margin-bottom: 10px;
	font-size: 110%;
}
#wp_shoplist .inner .sec_content .cell .text h3 span {
	font-size: 120%;
	padding-left: .5em;
}
#wp_shoplist .inner .sec_content .cell .text dl {
	width: 100%;
	margin-bottom: 10px;
}
#wp_shoplist .inner .sec_content .cell .text dl dt {
	color: rgba(255, 255, 255, .6);
	font-size: 80%;
	line-height: 1em;
}
#wp_shoplist .inner .sec_content .cell .text dl dd {
	font-size: 90%;
}
#wp_shoplist .inner .sec_content .cell .text .g_btn {
	margin-top: 10px;
}
#wp_shoplist .inner .sec_content .cell .text .g_btn a {
	color: var(--main-color);
	font-size: 140%;
}
#wp_shoplist .inner .sec_content .cell .ph {
	width: 100%;
	border: 1px solid var(--main-color);
	border-radius: 8px;
	overflow: hidden;
}
#wp_shoplist .inner .sec_content .cell .ph iframe {
	width: 100%;
	height: 300px;
	line-height: 0;
	margin: 0;
	padding: 0;
	display: block;
}

/*====================================

	#wp_chef

====================================*/

#wp_chef {
}
#wp_chef .inner {
	position: relative;
}
#wp_chef .inner .sec_content {
	width: 100%;
}
#wp_chef .inner .sec_content .ph {
	margin-bottom: 20px;
}
#wp_chef .inner .sec_content .text {
}
#wp_chef .inner .sec_content .text h3 {
	font-size: 200%;
	margin-bottom: 20px;
}
#wp_chef .inner .sec_content .text h3 span {
	font-size: 50%;
	display: inline-block;
	padding: 0 0 0 1em;
}
#wp_chef .inner .sec_content .btn {
	margin-top: 20px;
}

/*====================================

	.parallax-img

====================================*/

.parallax-img {
	height: 200px;
	overflow: hidden;
}
.parallax-img-02 {
	height: 200px;
	overflow: hidden;
	margin-bottom: -60px;
}
.parallax-img img,
.parallax-img-02 img {
	height: 100% !important;
}
.parallax {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 100%;
}














