@charset "utf-8";

.basic-txt{
	font-family: var(--mincho);
}

.page-title-bg .page-title-area .page-title{
    padding: 270px 0 0;
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.page-title-area .page-title .jp{
	font-size: 5rem;
}
.page-title-area .page-title img{
	margin: 0 10px 0 0;
}

@media screen and (max-width: 768px){

	.page-title-bg .page-title-area .page-title{
		padding: 100px 0 0;
	}
	.page-title-area .page-title .jp{
		font-size: 3rem;
	}
	.page-title-area .page-title img{
		width: 100px;
	}
	.breadcrumbs{
	}
}

/* -----------------------------
	top-catch-area
-------------------------------- */
.top-catch-area{
	position: relative;
	height: auto;
	/*overflow: hidden;*/
}
.top-catch-area .inner{
	position: relative;
}
.top-catch-area .inner::before,
.top-catch-area .inner::after{
	content: '';
	position: absolute;
}
.top-catch-area .inner::before {
	background: url("../img/bg-deco01.png") no-repeat top center / contain;
	aspect-ratio: 645 / 432;
	width: 645px;
	height: auto;
	top: -20px;
	right: -50px;
	z-index: 0;
}
/*.top-catch-area .inner::after {
	background: url("../img/bg-deco06.png") no-repeat top center / contain;
	aspect-ratio: 482 / 323;
	width: 482px;
	height: auto;
	bottom: -200px;
	right: -100px;
}*/

.top-catch-area .thumbnail{
	position: absolute;
	top: 0;
	z-index: -1;
}
.top-catch-area .catch{
	padding: 360px 0 80px 650px;
	/*color: #fff;*/
	text-align: center;
	font-size: 3rem;
	font-weight: 600;
	letter-spacing: 0.2rem;
	position: relative;
	margin: 0 0 0 auto;
	line-height: 2;
	text-align: left;
}

.top-catch-area .catch span{
	position: relative;
	z-index: 1;
}
.top-catch-area .catch span::before{
	content: '';
	position: absolute;
	top: 15px;
	right: -10px;
	background: url("../img/gold-marker.png") no-repeat top center / contain;
	aspect-ratio: 366 / 61;
	width: 270px;
	height: auto;
	z-index: -1;
}

.top-catch-area img{
	/*width: 100%;*/
}

.top-catch-area .img-wrap.img01{
	position: absolute;
	z-index: -1;
	left: -320px;
	top: 40px;
}
.top-catch-area .img-wrap::after{
	-webkit-mask-image: url("../img/top-crab-img03.png") ;
	-webkit-mask-size: contain;
	mask-image: url(../img/top-crab-img03.png);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}
.top-catch-area .img-wrap img {
    width: auto;
    height: auto;
}

/*@media screen and (min-width: 769px) and (max-width: 1600px) {
	.top-catch-area .inner{
		width: 1200px;
	}
}*/

@media screen and (max-width: 768px){
	.top-catch-area{
		height: auto;
	}
	.top-catch-area .inner{
		width: 100%;
	}
	.top-catch-area .inner::before {
		width: 300px;
		top: -20px;
		right: auto;
		left: -80px;
	}

	.top-catch-area .catch{
		font-size: 2rem;
		padding: 190px 20px 20px;
		line-height: 1.8;
		letter-spacing: .02em;
		font-weight: bold;
	}

	.top-catch-area .catch span{
	}
	.top-catch-area .catch span::before{
		width: 180px;
		left: -5px;
		right: auto;
		top: 8px;
	}
	
	.top-catch-area .thumbnail{
		height: 100%;
	}
	
	.top-catch-area .img-wrap.img01{
		left: auto;
		right: -60px;
		top: 20px;
		width: 320px;
	}
	.top-catch-area .img-wrap::after{
		mask-size: cover;
		mask-repeat: no-repeat;
		mask-position: right;
	}
	.top-catch-area .img-wrap img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

}

/* -----------------------------
	intro-area
-------------------------------- */
.intro-area{
	padding: 200px 0 0;
	position: relative;
}
.intro-area .red{
	color: #FF4520;
}
.intro-area::before{
	content: '';
	position: absolute;
	width: 700px;
	height: 198px;
	top: 80px;
    left: -40px;
	background: url("../img/brush-deco01.png") no-repeat top center / contain;
}
.intro-area::after{
	content: '';
	position: absolute;
	width: 415px;
	height: 104px;
	top: 860px;
    right: 20px;
	background: url("../img/brush-deco02.png") no-repeat top center / contain;
}
.intro-area .inner1400{
	position: relative;
}
.intro-area .inner1400::before{
	content: '';
	position: absolute;
	width: 482px;
	height: 323px;
	background: url("../img/bg-deco06.png") no-repeat top center / contain;
	bottom: 470px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.intro-area .catch{
	font-size: 4rem;
	padding: 0 0 0 100px;
    letter-spacing: 0;
    line-height: 1.9;
}

.intro-area .img-wrap{
	position: absolute;
}
.intro-area .img-wrap img {
    width: auto;
    height: auto;
}
.intro-area .img01{
	right: 0;
	top: -70px;
}
.intro-area .img02{
    left: -100px;
    top: 316px;
}
.intro-area .img03{
	right: 100px;
    top: 850px;
}
.intro-area .img04{
	left: 50px;
	bottom: 290px;
}
.intro-area .img05{
	right: 0;
	bottom: 120px;
}
.intro-area .basic-txt{
	position: relative;
	font-size: 1.8rem;
}
.intro-area .box01{
	padding: 250px 0 0;
	width: 670px;
	margin: 0 100px 0 auto;
}
.intro-area .box01 .basic-txt:nth-child(2){
	margin: 10px 0 0;
}
.intro-area .box02{
	padding: 170px 0 1000px 100px;
	width: 800px;
}
.intro-area .box02 .basic-txt:nth-child(2){
	margin: 10px 0 0;
}
@media screen and (max-width: 768px){
	.intro-area{
		padding: 150px 0 0
	}
	.intro-area .red{
	}
	.intro-area::before{
		width: 300px;
	}
	.intro-area::after{       
		width: 250px;
	}
	.intro-area .inner1400{
	}
	.intro-area .inner1400::before{
		width: 300px;
		bottom: auto;
		top: 200px;
	}
	.intro-area .catch{
		font-size: 2.4rem;
		padding: 10px 0 0 20px;
		position: relative;
        z-index: 1;
	}

	.intro-area .img-wrap{
	}
	.intro-area .img-wrap img {
		width: 100%;
		height: 100%;
	}
	.intro-area .img01{
		width: 200px;
		height: 120px;
		top: -130px;
		right: 40px;
	}
	.intro-area .img02{
		width: 200px;
		height: 150px;
		top: 170px;
        left: 0;
	}
	.intro-area .img03{
		width: 120px;
        height: 200px;
        top: 70px;
        right: 0;
	}
	.intro-area .img04{
		width: 140px;
        height: 170px;
        bottom: 90px;
        left: 0;
	}
	.intro-area .img05{
		width: 200px;
		height: 150px;
		bottom: 50px;
        right: 20px;
	}
	.intro-area .basic-txt{
		font-size: 1.7rem;
	}
	.intro-area .box01{
		padding: 210px 20px 0;
        width: 100%;
	}
	.intro-area .box01 .basic-txt:nth-child(2){
	}
	.intro-area .box02{
		width: 100%;
		padding: 20px 20px 290px;
	}
	.intro-area .box02 .basic-txt:nth-child(2){
	}
}

/* -----------------------------
	commitment-area
-------------------------------- */
.commitment-area{
	/*background: var(--black);*/
	background: var(--beige);
	padding: 440px 0 600px;
	position: relative;
}
.commitment-area::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 800px;
	top: 0;
	right: 0;
	background: url("../img/commitment-area-bg2.png") no-repeat bottom center / cover;
	/*mix-blend-mode: multiply;*/
}
.commitment-area .inner1400{
	position: relative;
	width: 1300px;
}

.commitment-area .txt-block{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 80px;
}
.commitment-area .ttl-block{
	margin: 0;
}
.commitment-area .ttl-block .jp{
	margin: 0 0 0 100px;
	font-family: var(--fude);
	/*color: #fff;*/
	font-size: 8rem;
    display: flex;
    align-items: baseline;
	white-space: nowrap;

}
.commitment-area .ttl-block .jp span{
	font-size: 6rem;
	margin: 0 0 0 10px;
}
.commitment-area .txt-block .basic-txt{
	margin: 0 0 0 0;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.8;
	text-align: center;
}
.commitment-area .txt-block .basic-txt .main{
	display: block;
	font-size: 5rem;
	font-weight: 600;
	margin: 0 0 5px;
}

.commitment-area .img-wrap{
	position: absolute;
}
.commitment-area .img-wrap img {
    width: 100%;
    height: auto;
}

.commitment-area .commitment-title{
    font-family: var(--fude);
    font-size: 9rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0 auto;
	font-weight: bold;
	position: absolute;
	/*background: url("../img/point-circle.svg") no-repeat center center / 211px 215px;*/
	background: url("../img/gold-circle.svg") no-repeat center center / 212px 215px;
	width: 212px;
	height: 280px;
	display: flex;
    justify-content: center;
    flex-direction: column;
	align-items: center;
} 

.commitment-area .catch{
	font-size: 3.2rem;
	line-height: 2;
}
.commitment-area .catch,
.commitment-area .basic-txt{
	/*color: #fff;*/
}
.commitment-area .basic-txt{
	font-size: 1.7rem;
}
.commitment-area .ani-line {
	background-image: linear-gradient(to right, #F3E3C3 0%, #F3E3C3 50%, transparent 50%);
}

/*purchase-block ------------------------*/
.commitment-area .purchase-block{
	margin: 170px 0 0;
	position: relative;
}
.commitment-area .purchase-block .commitment-title{
	top: -30px;
    left: 52%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.commitment-area .purchase-block .catch{
	width: 470px;
	margin: 0 0 0 auto;
	padding: 0;
}
.commitment-area .purchase-block .txt-box{
	padding: 370px 70px 0 0;
	width: 600px;		
}
.commitment-area .purchase-block .txt-box .basic-txt:nth-child(2){
	margin: 10px 0 0;
}
.commitment-area .purchase-block .img01{
	top: -80px;
	left: 0;
}
.commitment-area .purchase-block .img02{
	bottom: 0;
	right: 0;
}

/*ingredient-block ------------------------*/
.commitment-area .ingredient-block{
	margin: 125px 0 0;
	position: relative;
}
/*.commitment-area .ingredient-block::after{
	content: '';
	position: absolute;
	width: 100vw;
   margin: 0 calc(50% - 50vw);
	height: 357px;
	bottom: -250px;
	right: 0;
	background: url("../img/wide-deco01.png") no-repeat bottom center / contain;
	z-index: 0;
}*/
.commitment-area .ingredient-block .commitment-title{
	top: 550px;
    left: 20px;
}
.commitment-area .ingredient-block .catch{
	padding: 120px 0 0 280px;
}
.commitment-area .ingredient-block .txt01{
	width: 720px;
    padding: 40px 0 0 100px;
}
.commitment-area .ingredient-block .txt02{
	width: 710px;
    padding: 130px 100px 0 0;
    margin: 0 0 0 auto;
	position: relative;
	z-index: 1;
}
.commitment-area .ingredient-block .img03{
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}
.commitment-area .ingredient-block .img04{
	top: 530px;
    right: 0;
}
.commitment-area .ingredient-block .img05{
	bottom: -55px;
	left: 0;
	z-index: 1;
}

/*cooking-block ------------------------*/
.commitment-area .cooking-block{
	margin: 185px 0 0;
	position: relative;
}

.commitment-area .cooking-block .commitment-title{
	top: -35px;
    left: 20px;
}

.commitment-area .cooking-block .catch{
	padding: 0 0 0 280px;
}
.commitment-area .cooking-block .txt01{
	padding: 45px 0 0 100px;
}
.commitment-area .cooking-block .txt02{
	margin: 0 0 0 auto;
    width: 720px;
    padding: 140px 100px 0 0;
}
.commitment-area .cooking-block .img06{
	right: 100px;
    top: -10px;
}
.commitment-area .cooking-block .img07{
	left: 0;
	top: 530px;
}
.commitment-area .cooking-block .img08{
	right: 100px;
    top: 800px;
}
.commitment-area .cooking-block .img09{
	display: none;
}

.soysauce-box{
	padding: 480px 0 0;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.commitment-area .cooking-block .soysauce-box .catch{
	padding: 0;
	position: absolute;
	left: 380px;
	top: 600px;
}
.soysauce-box .img-wrap{
	position: relative;
    padding: 85px 0 0;
    height: 100%;
    display: block;
	width: 300px;
}
.soysauce-box .img-wrap img{
	width: 100%!important;
}
.soysauce-box .txt-box{
	padding: 220px 0 0;
	width: calc(100% - 380px);
}
.soysauce-box .txt-box .basic-txt:nth-child(2){
	margin: 20px 0 0;
}

/*@media screen and (min-width: 769px) and (max-width: 1600px) {
	.commitment-area .inner1400{
		width: 1300px;	
	}
	.commitment-area .img-wrap img{
		width: 100%;
	}
	
	.commitment-area .purchase-block .commitment-title{
		margin: 0 0 0 0;
	}
	.commitment-area .purchase-block .catch{
		width: 500px;
	}
	.commitment-area .purchase-block .txt-box{
		padding: 372px 30px 0 100px;
	}
	.commitment-area .ingredient-block .commitment-title{
		top: 550px;
	}
	.commitment-area .ingredient-block .img04{
		top: 530px;
    	right: 10px;
	}
	
}*/

@media screen and (max-width: 768px){
	.commitment-area{
		padding: 170px 0 10px 0;
	}
	.commitment-area::before{
		height: 300px;
		background: url("../img/commitment-area-bg2.png") no-repeat bottom center / cover;
	}
	.commitment-area .inner1400{
		width: 100%;
	}

	.commitment-area .txt-block{
		display: block;
	}
	.commitment-area .ttl-block{
	}
	.commitment-area .ttl-block .jp{
		margin: 0;
		font-size: 4rem;
		justify-content: center;
	}
	.commitment-area .ttl-block .jp span{
		font-size: 2.6rem;
	}
	.commitment-area .ttl-block .jp img{
		width: 150px;
		margin: 0;
	}
	.commitment-area .txt-block .basic-txt{
		margin: 20px 0 20px;
		line-height: 1.7;
		text-align: left;
		font-size: 1.6rem;
	}
	.commitment-area .txt-block .basic-txt .main{
		font-size: 2.8rem;
		line-height: 1.5;
		text-align: center;
		margin: 0 0 10px;
	}

	.commitment-area .img-wrap{
	}
	.commitment-area .img-wrap img {
		width: 100%;
		height: 100%;
	}

	.commitment-area .commitment-title{
		font-size: 3.6rem;
		background-size: 105px 107px;
		width: 105px;
		height: 120px;
	} 

	.commitment-area .catch{
		font-size: 2.2rem;
		line-height: 1.8;
	}
	.commitment-area .catch,
	.commitment-area .basic-txt{
	}
	

	/*purchase-block ------------------------*/
	.commitment-area .purchase-block{
		margin: 0;
		padding: 140px 0 0;
	}
	.commitment-area .purchase-block .commitment-title{
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		left: 150px;
		top: 10px;
		margin: 0;
	}
	.commitment-area .purchase-block .catch{
		width: 100%;
		padding: 0 0 0 150px;
	}
	.commitment-area .purchase-block .txt-box{
		width: 100%;
		padding: 20px 0 0;
	}
	.commitment-area .purchase-block .txt-box .basic-txt:nth-child(2){
	}
	.commitment-area .purchase-block .img01{
        width: 150px;
        height: 250px;
        left: -20px;
        top: 40px;
	}
	.commitment-area .purchase-block .img02{
		width: 171px;
        height: 130px;
        bottom: -110px;
        z-index: 1;
        right: -20px;
		display: none;
	}

	/*ingredient-block ------------------------*/
	.commitment-area .ingredient-block{
		margin: 40px 0 0;
	}
	.commitment-area .ingredient-block::after{
		bottom: -30px;
	}
	.commitment-area .ingredient-block .commitment-title{
		top: 230px;
		left: 0;
	}
	.commitment-area .ingredient-block .catch{
		padding: 30px 0 0 130px;
		margin: 0 0 20px;
	}
	.commitment-area .ingredient-block .txt01{
		width: 100%;
		padding: 0 0 20px;
	}
	.commitment-area .ingredient-block .txt02{
		width: 100%;
		padding: 20px 0 0;
	}
	.commitment-area .ingredient-block .img03{
	}
	.commitment-area .ingredient-block .img03 img{
		width: 100%;
		height: 200px;
		object-fit: cover;
	}
	.commitment-area .ingredient-block .img04{
		position: relative;
        top: 0;
        right: auto;
        width: 49%;
        display: inline-block;
		height: 180px;
	}
	.commitment-area .ingredient-block .img05{
		position: relative;
        top: 0;
        right: auto;
        width: 49%;
        display: inline-block;
		height: 180px;
	}

	/*cooking-block ------------------------*/
	.commitment-area .cooking-block{
		margin: 0 0 0;
	}
	.commitment-area .cooking-block .commitment-title{
		left: 150px;
        top: 30px;
	}

	.commitment-area .cooking-block .catch{
		width: 100%;
        padding: 150px 0 0 150px;
		margin: 0;
	}
	.commitment-area .cooking-block .txt01{
		padding: 20px 0 0;
	}
	.commitment-area .cooking-block .txt02{
		width: 100%;
		padding: 20px 0 0;
	}
	.commitment-area .cooking-block .img06{
		width: 150px;
        height: 230px;
        left: -20px;
        top: 40px;
	}
	.commitment-area .cooking-block .img07{
		/*position: relative;
		width: 230px;
        height: 140px;
        left: -20px;
        top: 30px;
		display: block;*/
		position: relative;
		width: 50%;
        height: 140px;
        left: 60%;
        top: 80px;
		display: block;
	}
	.commitment-area .cooking-block .img08{
		/*position: relative;
		width: 200px;
        height: 120px;
        right: -230px;
        top: -30px;
		display: block;*/
		position: relative;
		width: 60%;
        height: 140px;
        right: auto;
		left: -20px;
        top: -110px;
		display: block;
	}
	.commitment-area .cooking-block .img09{
		display: block;
		text-align: center;
		margin: 20px 0 10px;
		position: inherit;
	}
	.commitment-area .cooking-block .img09 img{
		width: 100%;
		height: 170px;
		object-fit: cover;
	}
	
	.soysauce-box{
		padding: 0 0 0;
		display: block;
	}
	.commitment-area .cooking-block .soysauce-box .catch{
		position: static;
		text-align: center;
	}
	.soysauce-box .img-wrap{
		width: 180px;
		padding: 20px 0 0;
		margin: 0 auto;
	}
	.soysauce-box .txt-box{
		padding: 20px 0 0;
		text-align: left;
		width: 100%;
	}
	.soysauce-box .txt-box .basic-txt:nth-child(2){
	}
	
	.soysauce-box .img-wrap img{
		width: 100%!important;
	}
	
}


/* -----------------------------
	crab-area
-------------------------------- */
.crab-area{
	background: #050607;
	position: relative;
}

.crab-area::before{
	content: '';
	position: absolute;
	width: 645px;
	height: 432px;
	top: 500px;
    right: 0;
	background: url("../img/bg-deco01.png") no-repeat top center / contain;
}
.crab-area::after{
	content: '';
	position: absolute;
	width: 647px;
	height: 236px;
	top: 70px;
    right: 30px;
	background: url("../img/brush-deco03.png") no-repeat top center / contain;
}

.crab-area .inner{
	padding: 120px 0 180px;
}

.crab-area .img-wrap.img01{
	position: absolute;
	top: -100px;
	left: calc((100% - 2000px) / 2);
	z-index: 1;
}
.crab-area .img-wrap.img01::after{
	-webkit-mask-image: url("../img/top-crab-img01.png") ;
	-webkit-mask-size: contain;
	mask-image:url("../img/top-crab-img01.png") ;
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position:  center;
}
.crab-area .img-wrap.img02{
	position: absolute;
	top: 400px;
    left: 200px;
}
.crab-area .img-wrap.img02::after{
	-webkit-mask-image: url("../img/top-crab-img02.png") ;
	-webkit-mask-size: contain;
	mask-image:url("../img/top-crab-img02.png") ;
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position:  center;
}

.crab-area .txt-block{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    gap: 30px;
	display: grid;
    text-orientation: upright;
	color: #fff;
	position: relative;
	margin: 0 0 0 auto;
	z-index: 1;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.crab-area .txt-block::before{
	content: '';
	position: absolute;
	width: 763px;
	height: 509px;
	bottom: -200px;
    left: -150px;
	background: url("../img/top-crab-bg01.png") no-repeat top center / contain;
}
.crab-area .txt-block .jp{
	font-family: var(--fude);
	font-size: 10rem;
	line-height: 1;
}
.crab-area .txt-block .jp .l{
	font-size: 16rem;	
}
.crab-area .txt-block .jp span:nth-child(2).s{
	position: relative;
	right: -30px;
}
.crab-area .txt-block .jp span:nth-child(3).s{
	position: relative;
	left: -10px;	
}
.crab-area .txt-block .catch{
	font-size: 3.2rem;
	padding: 150px 0 0;
	position: relative;
	letter-spacing: .5rem;
	white-space: nowrap;
}
/*.crab-area .txt-block .catch span{
	padding: 50px 0 0;
}*/


.crab-area .btn-more{
	margin: 0;
}
.crab-area .btn-more a,
.squid-area .btn-more a{
	background: #9D8339;
	font-size: 1.8rem;
	color: #fff;
	border: none;
}
.crab-area .btn-more a::after,
.squid-area .btn-more a::after {
	background: url("../img/btn-arrow-wht.svg") center/cover, no-repeat;
}

@media screen and (max-width: 768px){
	.crab-area{
		margin: 0;
	}

	.crab-area::before{
		width: 400px;
		height: 300px;
		left: auto;
		right: -70px;
        top: auto;
		bottom: -50px;
		
	}
	.crab-area::after{
		width: 373px;
		height: 126px;
		top: 110px;
		right: 0px;
	}

	.crab-area .inner{
		padding: 160px 20px 200px;
	}

	.crab-area .img-wrap.img01{
		width: 440px;
		top: -60px;
		left: -84px;
	}
	.crab-area .img-wrap.img01::after{
	}
	.crab-area .img-wrap.img02{
		top: 570px;
		width: 309px;
		z-index: 2;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	.crab-area .img-wrap.img02::after{
	}

	.crab-area .txt-block{
		gap: 20px;
	}
	.crab-area .txt-block::before{
		width: 368px;
        height: 249px;
        bottom: -120px;
        right: auto;
        left: -140px;
	}
	.crab-area .txt-block .jp{
		font-size: 5.7rem;
	}
	.crab-area .txt-block .jp .l{
		font-size: 9rem;
	}
	.crab-area .txt-block .jp span:nth-child(2).s{
		right: -16px;
		padding: 10px 0 4px;
	}
	.crab-area .txt-block .catch{
		font-size: 2.8rem;
		padding: 67px 0 0;
        line-height: 1.6;
		letter-spacing: 0.5rem;
		white-space: nowrap;
	}
	.crab-area .txt-block .catch span{
		padding: 33px 0 0;
	}


	.crab-area .btn-more{
		margin: 60px 0 0;
	}
	.crab-area .btn-more a,
	.squid-area .btn-more a{
		font-size: 1.6rem;
	}

}

/* -----------------------------
	squid-area
-------------------------------- */
.squid-area{
	background: url(../img/squid-bg.jpg) no-repeat top center / cover;
	position: relative;
	overflow: hidden;
}
.squid-area::before{
	content: '';
	position: absolute;
	width: 400px;
	height: 354px;
	top: 600px;
    right: 50px;
	background: url("../img/bg-deco03.png") no-repeat top center / contain;
	z-index: 1;
}
.squid-area::after{
	content: '';
	position: absolute;
	width: 1048px;
	height: 263px;
	top: 90px;
    right: -65px;
	background: url("../img/brush-deco06.png") no-repeat top center / contain;
}

.squid-area .inner{
	padding: 100px 0 180px;
}
.squid-area .img-wrap.img01{
	position: absolute;
	top: 100px;
    left: calc((100% - 1650px) / 2);
	z-index:1;
}
.squid-area .img-wrap.img01::after{
	-webkit-mask-image: url("../img/top-squid-img01.png") ;
	-webkit-mask-size: contain;
	mask-image: url(../img/top-squid-img01.png);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}
.squid-area .txt-block{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    gap: 30px;
	display: grid;
    text-orientation: upright;
	color: #fff;
	position: relative;
	margin: 0 0 0 auto;
	z-index: 1;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.squid-area .txt-block::before{
	content: '';
	position: absolute;
	width: 888px;
	height: 552px;
    bottom: -250px;
    left: -250px;
	background: url("../img/top-squid-bg01.png") no-repeat top center / contain;
}
.squid-area .txt-block .jp{
	font-family: var(--fude);
	font-size: 10rem;
	line-height: 1;
	white-space: nowrap;
}
.squid-area .txt-block .jp .l{
	font-size: 16rem;
	letter-spacing: -1rem;
}
.squid-area .txt-block .jp .m{
	font-size: 13rem;	
}
.squid-area .txt-block .jp .s{
	position: relative;
	right: -20px;
}
.squid-area .txt-block .catch{
	font-size: 3.2rem;
	padding: 150px 0 0;
	letter-spacing: .5rem;
	white-space: nowrap;
    position: relative;
    z-index: 3;
}
/*.squid-area .txt-block .catch span{
	padding: 50px 0 0;
}*/

.squid-area .btn-more{
	margin: 0 0 0;
}

@media screen and (min-width: 769px) and (max-width: 1600px) {
}

@media screen and (max-width: 768px){
	.squid-area{
		overflow: inherit;
	}
	.squid-area::before{
		width: 300px;
		right: 0;
		left: auto;
		top: auto;
		bottom: -130px;
	}
	.squid-area::after{
		width: 500px;
		top: 130px;
		right: -65px;
	}

	.squid-area .inner{
		padding: 150px 20px 100px;
	}
	.squid-area .img-wrap.img01{
		width: 368px;
		top: -70px;
        left: 20px;
	}
	.squid-area .img-wrap.img01::after{
	}
	.squid-area .txt-block{
		gap: 10px;
	}
	.squid-area .txt-block::before{
		width: 383px;
		height: 242px;
        bottom: auto;
        right: auto;
        top: 180px;
        left: -140px;
	}
	.squid-area .txt-block .jp{
		font-size: 6.1rem;
	}
	.squid-area .txt-block .jp .l{
		font-size: 9.8rem;
	}
	.squid-area .txt-block .jp .m{
		font-size: 8rem;
	}
	.squid-area .txt-block .jp .s {
		right: -10px;
		padding: 0 0 10px;
	}
	.squid-area .txt-block .catch{
		font-size: 2.8rem;
		padding: 76px 0 0;
        line-height: 1.6;
		letter-spacing: 0.5rem;
		white-space: nowrap;
		position: relative;
	}
	.squid-area .txt-block .catch span{
		padding: 33px 0 0;
	}
	.squid-area .txt-block .catch span{
	}

    
	.squid-area .btn-more{
		margin: 30px 0 0;
	}

}


/* -----------------------------
	dish-area
-------------------------------- */
.dish-area{
	background: url(../img/top-dish-bg.jpg) center / cover no-repeat;
	padding: 100px 0 0;
	position: relative;
}
.dish-area::after{
	content: '';
	position: absolute;
	width: 492px;
	height: 501px;
	top: -130px;
    right: 430px;
	background: url(../img/bg-deco07.png) center / contain no-repeat;
}
.dish-area::before{
	content: '';
	position: absolute;
	width: 633px;
	height: 660px;
	top: 0;
	right: 0;
	background: url(../img/commitment-dish.png) top right / contain no-repeat;
}

.dish-area .ttl-block .jp{
	font-family: var(--fude);
	font-size: 7rem;
}
.dish-area .sub-catch{
	padding: 15px 0 0;
	font-family: var(--mincho);
	font-size: 2.1rem;
}
.dish-area .catch{
	font-size: 4rem;
	letter-spacing: 0.1rem;
	padding: 10px 0 0;
}
.dish-area .btn-more{
	margin: 50px 0 0;
	text-align: left;
}

.dish-area .splide{
	margin: 100px 0 0;
}

@media screen and (min-width: 769px) and (max-width: 1600px) {
	.dish-area::before{
		right: -60px;
	}
}

@media screen and (max-width: 768px){
	.dish-area{
		padding: 50px 0 0;
	}
	.dish-area::after{
	}
	.dish-area::before{
		width: 160px;
        height: 160px;
	}
	.dish-area .ttl-block{
		margin: 0 0 30px;
	}

	.dish-area .ttl-block .jp{
		font-size: 3.6rem;
	}
	.dish-area .sub-catch{
		padding: 0;
		width: 100%;
	}
	.dish-area .catch{
		font-size: 2.8rem;
	}
	.dish-area .btn-more{
		margin: 30px 0 0;
	}

	.dish-area .splide{
		margin: 50px 0 0;
	}
	.dish-area .splide img{
		height: 155px;
	}
}

/* -----------------------------
	history-area
-------------------------------- */
.history-area{
	background:url(../img/commitment-history-bg.png) center bottom / contain no-repeat, #050607;
	text-align: center;
	color: #fff;
	padding: 140px 0 34vw;
	position: relative;
}
.history-area::after{
	content: '';
	position: absolute;
	width: 562px;
	height: 204px;
	top: 130px;
    right: 70px;
	background: url(../img/brush-deco03.png) center / contain no-repeat;
}
.history-area::before{
	content: '';
	position: absolute;
	width: 510px;
	height: 144px;
	bottom: 670px;
    left: 50px;
	background: url(../img/brush-deco04.png) center / contain no-repeat;
}

.history-area .ttl-block .jp{
	font-family: var(--fude);
	color: #fff;
	font-size: 8rem;
    display: flex;
    align-items: baseline;
	justify-content: center;
	position: relative;
	z-index: 1;
}
.history-area .ttl-block .jp span{
	font-size: 6rem;
}
.history-area .catch{
	padding: 10px 0 0;
    font-size: 3.2rem;
    letter-spacing: 0;
}

.history-area .basic-txt{
	margin: 20px 0 0;
	position: relative;
	z-index: 1;
}

.history-area .btn-more{
	margin: 60px 0 0;
}

@media screen and (min-width: 769px) and (max-width: 1600px) {
	.history-area .inner1400{
		width: 1200px;
	}
}

@media screen and (max-width: 768px){
	.history-area{
		/*background:url(../img/commitment-history-bg.png) center bottom 150px / contain no-repeat, #050607;
		padding: 50px 0 320px;*/
		
		background:url(../img/commitment-history-bg.png) center bottom / contain no-repeat, #050607;
		padding: 50px 0 180px;
	}
	.history-area::after{
		width: 200px;
		top: -20px;
    right: 0;
	}
	.history-area::before{
	}
	
	.history-area .inner1400{
		width: 100%;
	}
	.history-area .ttl-block .jp img {
        width: 150px;
        margin: 0;
    }

	.history-area .ttl-block .jp{
		font-size: 4rem;
	}
	.history-area .ttl-block .jp span{
		font-size: 2.6rem;
	}
	.history-area .catch{
		font-size: 2.8rem;
		padding: 0;
		margin: 0 0 20px;
		position: relative;
	}

	.history-area .basic-txt{
		text-align: left;
		margin: 0 0 0;
	}
	
	.history-area .btn-more{
		margin: 30px 0 0;
	}
	
}


/* -----------------------------
	summary
-------------------------------- */
.cmn-summary-access-bg .shop-bg {
	background: url("../img/shop-img-l.jpg") center/cover, no-repeat;
	width: 100%;
	height: 450px;
	position: relative;
}

@media screen and (max-width: 768px){
	
	.cmn-summary-access-bg .shop-bg {
		height: 60vw;
	}
	
}


/* -----------------------------
	〇〇〇
-------------------------------- */

@media screen and (max-width: 768px){
	
}
