@charset "utf-8";
/* ------------------------------------------------------------

commitments.css

------------------------------------------------------------ */

/* page_title
------------------------------------------------------------ */

#contents_mv .page_title .eng {
	letter-spacing:0;
}

@media print, screen and (max-width: 679px) {
	#contents_mv .page_title {
		height:auto;
		bottom:5%;
	}
	#contents_mv .page_title .eng {
		font-size: 15vw;
	}
}

@media print, screen and (min-width: 680px) and (max-width: 768px) {
	#contents_mv .page_title .eng {
		font-size:10.0rem;
	}
}
@media print, screen and (min-width: 769px) {
	#contents_mv .page_title .eng {
		font-size:12.0rem;
	}
}
@media print, screen and (min-width: 1200px) {
	#contents_mv .page_title .eng {
		font-size:14.0rem;
	}
}


/* kodawari
------------------------------------------------------------ */

#kodawari {
	position:relative;
	overflow:hidden;
}
#kodawari::after{
	display:block;
	content:"";
	width:100%;
	height:100%;
	background-image:url(../img/commitments/kodawari_bg.webp);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top 0 left 50%;
	position:absolute;
	opacity:0.2;
	top:0;
	left:0;
}
#kodawari .inner {
	width:100%;
	max-width:1300px;
	margin:0 auto;
	padding:0 0 60px;
	position:relative;
}
#kodawari .headline {
	width:100%;
}
#kodawari .headline h2 {
	margin-bottom:25px;
	font-size:3.2rem;
	line-height:1;
	letter-spacing:0.05em;
	text-align:center;
}
#kodawari .kodawariList li {
	margin-top:60px;
}
#kodawari .kodawariList li:first-child {
	margin-top:0;
}
#kodawari .kodawariList li .data .subheading {
	line-height:1.5;
}
#kodawari .kodawariList li .data .text {
	font-size:1.4rem;
	margin-top:1.5em;
	line-height:2.2;
	padding-left:1.5em;
}

@media print, screen and (max-width: 539px) {
	#kodawari .headline {
		display:none;
	}
	#kodawari .kodawariList li .data {
		padding:0 7%;
	}
	#kodawari .kodawariList li .data .subheading {
		margin-top:25px;
		font-size:3.2rem;
		text-indent:-0.25em;
	}
	#kodawari .kodawariList li .data .text {
		padding-left:0;
	}
}
@media print, screen and (min-width: 540px) and (max-width: 768px) {
	#kodawari .inner {
		display:flex;
		align-items: flex-start;
		padding:30px 5% 80px 0;
	}
	
	#kodawari .headline {
		display: flex;
		justify-content: center;
		width:160px;
	}
	#kodawari .headline h2 {
		font-size:6.0rem;
		writing-mode: vertical-rl;
		text-orientation: mixed;
	}
	#kodawari .kodawariList {
		width: calc(100% - 160px);
	}
	
	#kodawari .kodawariList li .data .subheading {
		margin-top:30px;
		font-size:4.2rem;
	}
}
@media print, screen and (min-width: 769px) {
	#kodawari .inner {
		display:flex;
		align-items: flex-start;
		width:100%;
		max-width:1300px;
		margin:0 auto;
		padding:40px 20px 100px 0;
		position:relative;
	}
	
	#kodawari .headline {
		display: flex;
		justify-content: center;
		width:180px;
	}
	#kodawari .headline h2 {
		font-size:7.2rem;
		writing-mode: vertical-rl;
		text-orientation: mixed;
	}
	#kodawari .kodawariList {
		width: calc(100% - 180px);
	}

	#kodawari .kodawariList li {
		display:flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		margin-top:60px;
	}
	#kodawari .kodawariList li:nth-child(even) {
		flex-direction: row-reverse;
	}
	#kodawari .kodawariList li .photo {
		width:46%;
	}
	#kodawari .kodawariList li .data {
		width:50%;
	}
	#kodawari .kodawariList li .data .subheading {
		font-size:5.2rem;
	}
}
@media print, screen and (min-width: 1300px) {
	#kodawari .inner {
		padding:60px 0 120px;
	}
	
	#kodawari .headline {
		display: flex;
		justify-content: center;
		width:200px;
	}
	#kodawari .headline h2 {
		font-size:8.0rem;
	}
	#kodawari .kodawariList {
		width: calc(100% - 200px);
	}
	
	#kodawari .kodawariList li .data .subheading {
		font-size:6.0rem;
	}
}



/* cuisine
------------------------------------------------------------ */
.categoryBox {
	margin-top:30px;
}
.categoryBox a {
	display:flex;
	flex-wrap: wrap;
	width:100%;
	overflow:hidden;
	text-decoration:none;
	background:#fff;
}

.categoryBox a .image{
	position:relative;
}
.categoryBox a .image::after {
	display:block;
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	background-image:url(../img/share/cover.png);
	background-repeat:repeat;
	background-position:0 0;
	background-size:2px auto;
	opacity:0.15;
}
.categoryBox a .image,
.categoryBox a .text{
	transition:opacity 0.5s ease;
}
.categoryBox a:hover .image,
.categoryBox a:hover .text{
	opacity:0.6;
}
.categoryBox a .text{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width:240px;
	height:220px;
	padding:0 15px;
	text-align:center;
}
.categoryBox a .text .eng{
	line-height:1;
}
.categoryBox a .text .jp{
	margin:5px 0 0;
	font-size:1.4rem;
	line-height:1.5;
}
.categoryBox a .image{
	width: calc(100% - 240px);
	height:220px;
}
.categoryBox a .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

@media print, screen and (max-width: 539px) {
	.categoryBox a {
		display:block;
	}
	.categoryBox a .text,
	.categoryBox a .image{
		width:100%;
	}
	.categoryBox a .text{
		height:auto;
		padding:12px;
	}
	.categoryBox a .image{
		height:160px;
	}
	.categoryBox a .text .eng{
		font-size:4.2rem;
	}
}
@media print, screen and (min-width: 540px) and (max-width: 768px) {
	.categoryBox a .text,
	.categoryBox a .image{
		height:180px;
	}
	.categoryBox a .text .eng{
		font-size:6.4rem;
	}
}
@media print, screen and (min-width: 769px) {
	.categoryBox {
		margin-top:50px;
	}
	.categoryBox a .text{
		width:35%;
	}
	.categoryBox a .image{
		width:65%;
	}
	.categoryBox a .text,
	.categoryBox a .image{
		height:200px;
	}
	.categoryBox a .text .eng{
		font-size:7.2rem;
	}
}
@media print, screen and (min-width: 1300px) {
	.categoryBox a .text,
	.categoryBox a .image{
		height:220px;
	}
	.categoryBox a .text .eng{
		font-size:8.0rem;
	}
}