@charset "utf-8";

/*------------------------------------------------------------------
 咲氷蟹
------------------------------------------------------------------*/
.fs-body-custom .fs-l-main {
	margin: 0 auto;
	padding: 0;
}

.fs-body-custom .fs-c-heading--page{
	display: none;
}



html {
	scroll-behavior: smooth;
}



/* コンテンツ
-------------------------------------------------------------------------*/
#unagi {
	max-width: 100%;
	margin: 0 auto ;
	background: #fff;
}
#unagi *,
#unagi *:before,
#unagi *:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#unagi figure {
	margin: 0;
	padding: 0;
}
#unagi a {
	display: block;
	text-decoration: none;
	transition: all 0.3s 0s ease;
	-webkit-transition: all 0.3s 0s ease;
	-moz-transition: all 0.3s 0s ease;
	-o-transition: all 0.3s 0s ease;
	color: #0000ff;
}
#unagi a:active, 
#unagi a:hover {
	opacity: 0.8;
	filter: alpha(opacity=0.8);
	-ms-filter: "alpha(opacity=0.8)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	zoom: 1;
	outline-width: 0;
	color: #0000ff;
}

#unagi img {
	display: block;
	width: 100%;
	max-width: 100%;
}
#unagi a img {
	border: none;
}





/* メイン
------------------------------------------------------------------*/
#unagi .main {
	background: #e6dcd2;
}
#unagi .main h2 {
	margin: 5vw 0 3vw 0;
	padding: 0 5vw;
	text-align: center;
	font-weight: 700;
	font-size: 5.6vw;
	font-family: "BIZ UDPMincho", serif;
	letter-spacing: -0.01em;
}
#unagi .main h2 span {
	color: #af0005;
}
#unagi .main h2 span ruby {
	ruby-position: over;
}
#unagi .main .box {
	padding: 0 5vw;
	
	display: flex;
	flex-direction: column;
}
#unagi .main .box .img {
	width: 100%;
	margin-bottom: 2vw;
}
#unagi .main .box .txt {
	width: 100%;
}
#unagi .main .box .txt p {
	font-size: 4.4vw;
	line-height: 1.4;
	margin:0 0 4vw 0;
	letter-spacing: -0.02em;
}




/* 4つのポイント
------------------------------------------------------------------*/
#unagi .point .box {
	display: flex;
	flex-wrap: wrap;
}
#unagi .point .box .img {
	width: 50%;
}
	



/* おすすめ商品
------------------------------------------------------------------*/
#unagi .item {
	background: #fef6dc;
}
#unagi .item h3 {
	margin: 0;
	padding: 9vw 0 4vw 0;
	text-align: center;
	font-weight: 700;
	font-size: 5.6vw;
	font-family: "BIZ UDPMincho", serif;
}
	
#unagi .item ul.item-list {
	background: #fff;
	margin: 0;
	padding: 2vw;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#unagi .item ul.item-list li.item {
	background: #fff;
	width: 45vw;
	margin-bottom: 4vw;	
}
#unagi .item ul.item-list li.item:nth-child(3),
#unagi .item ul.item-list li.item:nth-child(4) {
	margin-bottom: 0;	
}	
#unagi .item ul.item-list li.item .txt{
	font-size: 3.6vw;
	margin: 1vw 0;
}
#unagi .item ul.item-list li.item .txt ruby {
	ruby-position: over;
}	
#unagi .item ul.item-list li.item .icon{
	width: 18.5vw;
}	
#unagi .item ul.item-list li.item .price{
	text-align: right;
	font-size: 6vw;
	color: #c70000;
	font-weight: 700;
	margin: 0;
}
#unagi .item ul.item-list li.item .en {
	font-size: 4vw;
}
#unagi .item ul.item-list li.item .tax{
	font-size: 3vw;
	color: #000000;
	font-weight: 400;
}		




/*おすすめコンテンツ
------------------------------------------------------------------*/
h3.heading-1{
	margin: 0;
	padding: 18vw 0 2vw 0;
	text-align: center;
	font-weight: 700;
	font-size: 5.6vw;
	font-family: "BIZ UDPMincho", serif;
	}		
/*余白*/
.fs-body-custom .fs-l-footer{
	margin-top: 0;
}	




/*PAGE TOP
------------------------------------------------------------------*/
#unagi .btn_pagetop{
	width: 13vw;
	margin: 5vw auto 0 auto;
	padding-bottom: 5vw;
}





