/* カスタマイズ用CSS */
body {
    /*font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
}
header.ec-layoutRole__header {
    padding-bottom: 20px;
}
.ec-role {
	color: #333;
}
.ec-layoutRole .ec-layoutRole__contents {
    max-width: 1200px;
}
.ec-headerNaviRole {
	max-width: 1200px;
	padding: 0 20px;
	margin-bottom: 10px;
}
.ec-layoutRole__header div.h_inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
div.h_inner .header_h1 .logo_ue {
    font-weight: 500;
    font-size: 12px;
    margin: 0;
    line-height: 1.6;
}
div.h_inner .h_guide {
    line-height: 0;
}
div.h_inner .h_guide .ec-headerNav__item {
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
div.h_inner .h_guide .ec-headerNav__item:nth-child(2) {
    display: none;
}
div.h_inner .h_guide .ec-headerNav__item a {
    display: block;
    height: 35px;
    background: #0066dd;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.2em;
    font-weight: 700;
    border-radius: 0 0 5px 5px / 0 0 5px 5px;
}
div.h_inner .h_guide .ec-headerNav__item a i {
    display: none;
}
div.h_inner .h_guide .ec-headerNav__item a span {
    color: #fff;
}
.ec-headerNaviRole .ec-headerNaviRole__left {
    width: 285px;
}
.ec-headerTitle .ec-headerTitle__title a {
	margin-bottom: 0;
}
.ec-headerNaviRole .ec-headerNaviRole__right {
	width: calc(100% - 285px - 20px);
	margin-left: 20px;
	gap: 10px;
	justify-content: flex-start;
}
.ec-headerNaviRole.hnr01 .h_navigation {
	width: calc(100% - 140px);
}
#headNavigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
#headNavigation ul li.tab {
    width: 128px;
    text-align: center;
}
#headNavigation ul li.tab img {
    vertical-align: bottom;
    max-width: 45px;
    width: auto;
    height: auto;
}
#headNavigation ul li.tab a span {
    display: block;
    font-size: 15px;
    letter-spacing: 0.2em;
    font-weight: 700;
    color: #333;
    padding-top: 2px;
}
.ec-headerNaviRole ul.h_catnavi {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.ec-headerNaviRole ul.h_catnavi > li {
    margin-right: 10px;
}
.ec-headerNaviRole ul.h_catnavi > li > a {
	display: inline-block;
	background: #104862;
	color: #fff;
	padding: 8px 10px;
	border-radius: 5px;
	font-weight: 600;
}
.ec-headerNaviRole ul.h_catnavi li ul {}
.ec-headerNaviRole ul.h_catnavi li ul li a {
	background: #104862;
}
.ec-headerNaviRole ul.h_catnavi li ul li ul li a {
	background: #1878a4;
}
.ec-headerNaviRole ul.h_catnavi > li > ul > li:first-child > a,
.ec-headerNaviRole ul.h_catnavi > li > ul > li:first-child > ul > li:first-child > a {
	border-top: 1px solid #fff;
}
.ec-headerNaviRole__search .ec-headerSearch .ec-headerSearch__category {
	display: none;
}
.info_bnr {
    width: 100%;
    max-width: 1200px;
    margin: 15px auto 0;
}
.info_bnr img {
	width: 100%;
}
.pankuzu {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto 20px;
    text-align: left;
    padding: 5px 10px;
    background: #f0f0f0;
}
@media only screen and (min-width: 768px) {
    .ec-headerNaviRole .ec-headerNaviRole__search {
        display: block;
        margin-top: 0px;
    }
    .ec-headerSearch .ec-headerSearch__keyword {
        float: none;
        width: 100%;
        border-radius: 10px;
    }
    .ec-headerSearch .ec-headerSearch__keyword input[type=search] {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1199px) {
	.ec-headerNaviRole.hnr01 .ec-headerNaviRole__left {
		width: 185px;
	}
	.ec-headerNaviRole.hnr01 .ec-headerNaviRole__right {
		width: calc(100% - 185px - 20px);
	}
	#headNavigation ul li.tab {
		width: 18%;
	}
	#headNavigation ul li.tab img {
		max-width: 35px;
	}
	#headNavigation ul li.tab a span {
		font-size: 14px;
		letter-spacing: 0;
	}
	.ec-headerNaviRole.hnr02 {
		flex-direction: column;
	}
	.ec-headerNaviRole.hnr02 .ec-headerNaviRole__left {
		margin-bottom: 10px;
		width: 100%;
		max-width: 500px;
	}
	.ec-headerNaviRole.hnr02 .ec-headerNaviRole__right {
		width: 100%;
		justify-content: center;
		margin: 0;
	}
}
@media only screen and (max-width: 999px) {
	#headNavigation ul li.tab {
		width: 20%;
	}
	#headNavigation ul li.tab a span {
		font-size: 12px;
	}
	.ec-headerNaviRole.hnr02 .ec-headerNaviRole__right div:first-child {
		display: none;
	}
	.ec-headerNaviRole ul.h_catnavi li a {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767px) {
	div.h_inner .h_guide,
	.ec-headerNaviRole .h_navigation {
		display: none;
	}
	
	.ec-headerNaviRole .ec-headerNaviRole__right {
		width: calc(100% - 185px);
		justify-content: flex-end;
	}
	.ec-headerNaviRole ul.h_catnavi li {
		margin-right: 8px;
		margin-bottom: 5px;
		width: unset;
	}
}
/*---------- トップページスライダー ----------*/
.ec-sliderRole {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

.top_bnr_middle {
	margin-bottom: 30px;
}
.top_bnr_middle img {
	width: 100%;
}
.top_itemlist-btn a {
    position: relative;
    width: 60%;
    max-width: 600px;
    color: #fff;
    border-radius: 7px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    background: #104862;
    margin: 10px auto 30px;
}
/*---------- 売れ筋ランキング ----------*/
.ranking_block {}
.ranking_block .headline {
    padding: 20px 5px 5px;
}
.top_cont {
    text-align: center;
}
.top_cont h2 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5;
    margin: 0;
}
.ranking_block .horizontal {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.ranking_block .horizontal li {
    width: 230px;
    margin-right: 8px;
    padding: 5px;
    display: flex;
    flex-direction: column;
}
.ranking_block .horizontal .itemimage img {
    width: 100%;
}
.ranking_block .horizontal .itemname a {
    font-size: 14px;
    color: #333;
}
.ranking_block .horizontal .itemprice {
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    color: #dd0000;
}
.ranking_block .horizontal .itemprice span {
    color: #333;
    font-weight: 500;
    font-size: 14px;
}
.ranking_block .horizontal .itempra {
    padding: 5px 0;
}
.ranking_block .horizontal .itempra span {
    display: inline-block;
    padding: 2px 4px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border-radius: 5px;
    margin-bottom: 2px;
    letter-spacing: 1.2px;
}
.ranking_block .horizontal .itempra .pra_soryokomi {
    background: #e97132;
}
.ranking_block .horizontal .itempra .pra_reitou {
    background: #7f7f7f;
}
/*---------- 当店のおすすめ商品 ----------*/
.osusume_block {
	margin-top: 60px;
}
.osusume_block .headline {
	padding: 0 5px 5px;
}
.osusume_block .horizontal {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.osusume_block .horizontal li {
    width: 280px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 4px 2px 2px #eeeeee;
    -moz-box-shadow: 2px 4px 2px 2px #eeeeee;
    -webkit-box-shadow: 2px 4px 2px 2px #eeeeee;
    display: flex;
    flex-direction: column;
}
.osusume_block .horizontal .itemimage img {
    width: 100%;
}
.osusume_block .horizontal .itemname {
    padding: 10px 10px 0;
    line-height: 22px;
}
.osusume_block .horizontal .itemname a {
    font-size: 16px;
    color: #333;
}
.osusume_block .horizontal .itemprice {
    padding: 0 10px;
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    color: #dd0000;
}
.osusume_block .horizontal .itemprice span {
    color: #333;
    font-weight: 500;
    font-size: 14px;
}
.osusume_block .horizontal .itempra {
    padding: 0 10px 10px;
}
.osusume_block .horizontal .itempra span {
    display: inline-block;
    padding: 2px 4px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border-radius: 5px;
    margin-bottom: 2px;
    letter-spacing: 1.2px;
}
.osusume_block .horizontal .itempra .pra_soryokomi {
    background: #e97132;
}
.osusume_block .horizontal .itempra .pra_reitou {
    background: #7f7f7f;
}
/*---------- うなぎ一筋それぞれの物語 ----------*/
.top_cont h3 {
    position: relative;
    color: #fff;
    border-radius: 7px;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    background: #104862;
    margin: 0px auto 20px;
}
.top_cont h3 .stxt {
    font-size: 0.9em;
}
.unagistory_block .txtwaku {
    font-size: 18px;
    max-width: 900px;
    margin: 0 auto 20px;
}
.unagistoryblock {
	margin-bottom: 30px;
}
.unagistoryblock .horizontal {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.unagistoryblock .horizontal li {
	width: 23%;
	margin: 1%;
}
.unagistoryblock .horizontal li img {
	width: 100%;
}
.unagistoryblock .horizontal li p {
	text-align: justify;
	font-size: 15px;
	font-weight: bold;
	padding-top: 2%;
	line-height: 1.3em;
	color: #052A62;
}
.unagitopicsblock {
	display: flex;
	padding: 0 20px;
	margin-bottom: 50px;
}
.unagitopicsblock .horizontal {
	width: calc(100% / 2);
	margin: 0;
	padding: 0 10px;
	list-style: none;
}
.unagitopicsblock .horizontal li {
	padding: 5px 0;
	margin-bottom: 12px;
}
.unagitopicsblock .horizontal li a {
	display: flex;
	align-items: center;
	width: 100%;
	border: 2px solid #104862;
	border-radius: 8px;
	padding: 8px 15px;
	font-size: 17px;
	color: #333;
	font-weight: 500;
	position: relative;
}
.unagitopicsblock .horizontal li a::after {
	content: url("../img/top/icon_book.png");
	width: 28px;
	height: 25px;
	position: absolute;
	right: 2%;
	transform: rotate(20deg);
}
.ec-pageHeader h1 {
	border: none;
	border-bottom: 1px solid #ccc;
	margin: 50px 0 30px;
	padding: 8px 8px 12px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
/*---------- 商品一覧ページ ----------*/
.ec-blockBtn--action {
	height: 42px;
	line-height: 42px;
	border-radius: 10px;
}
.ec-blockBtn--cancel {
	height: 42px;
	line-height: 42px;
	border-radius: 10px;
}
/*---------- 商品詳細ページ ----------*/
.ec-productRole {
    color: #333;
    max-width: 1200px;
}
.ec-productRole .ec-productRole__title .ec-headingTitle {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
.ec-productRole .ec-productRole__price {
	padding: 0;
	border-bottom: none;
}
.ec-productRole .ec-productRole__price .ec-price {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.ec-price .ec-price__price {
	font-size: 24px;
	padding: 0;
}
.ec-price .ec-price__tax {
	font-size: 18px;
	font-weight: 700;
}
.ec-productRole .ec-productRole__description {
    padding-top: 15px;
}
.ec-productRole .ec-productRole__description p {
    margin-bottom: 15px;
}
.ec-productRole .ec-productRole__description br {
	display: none;
}
.ec-productRole__description table.fa_item_table {
    font-size: 14px;
    border-top: solid 1px #bebebe;
}
.ec-productRole__description table.fa_item_table th {
    border-bottom: solid 1px #bebebe;
    background: #f0f0f0;
    width: 160px;
    padding: 8px;
    text-align: left;
    font-weight: 500;
}
.ec-productRole__description table.fa_item_table td {
    border-bottom: solid 1px #bebebe;
    padding: 8px;
    text-align: left;
}
.ec-productRole__description h3.waku_red {
	color: #ff0000;
	border: solid 1px #f00;
	padding: 10px;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
}
/*---------- ご利用ガイド ----------*/
div.shopping_guide {
	line-height: 1.8;
}
.shopping_guide .subnavi01 {
	border: 1px solid #104862;
	padding: 10px 20px;
	background: #e7f7ff;
	margin-bottom: 20px;
}
.shopping_guide .subnavi01 ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.shopping_guide .subnavi01 ul li {
	margin: 0.5% 0.8%;
	width: 235px;
}
.shopping_guide .subnavi01 ul li:before {
	content: " ";
	background: #104862;
	border-radius: 50%;
	display: inline-block;
	line-height: 0;
	margin-right: 8px;
	width: 15px;
	height: 15px;
}
.shopping_guide .bikoubox01 {
	border: 1px solid #ccc;
	padding: 10px 15px;
	background-color: #eee;
}
.shopping_guide .bikoubox01.border_red {
	border: 2px solid #cc0000;
}
.shopping_guide .txt_width {
	width: 96%;
	margin: 0 auto 50px;
	padding-top: 20px;
}
.shopping_guide dl.guide01 dt {
	margin-bottom: 10px;
	font-size: 16px;
	border-bottom: 1px solid #104862;
	padding-bottom: 5px;
	color: #104862;
	font-weight: bold;
}
.shopping_guide dl.guide01 dd {
	padding: 0 15px;
	margin-bottom: 30px;
}
.shopping_guide ul.style02 {
	margin: 0;
	line-height: 1.8;
}
.shopping_guide table {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	box-sizing: border-box;
	margin-bottom: 10px;
	line-height: 1.3;
}
.shopping_guide table th {
	padding: 8px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #333;
	background-color: #f0f0f0;
	font-weight: 500;
	box-sizing: border-box;
}
.shopping_guide table td {
	padding: 8px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	text-align: right;
}
.shopping_guide table td.txt_R {
	text-align: right;
}
.shopping_guide .pay_card {
	display: inline-block;
	overflow: hidden;
	height: 90px;
}
.shopping_guide .pay_card img {
	margin-top: -35px;
}
.shopping_guide .cartbtnarea a {
	display: block;
	width: 250px;
	background: #bf981e;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	font-size: 20px;
	border-radius: 5px;
	margin: 20px 0 0;
}
.shopping_guide p {
  margin-bottom: 1rem;
}
.shopping_guide .txt_red {
  color: #cc0000;
}
.shopping_guide .txt_redB {
  color: #cc0000;
  font-weight: bold;
}
div.shopping_guide a {word-wrap: break-word;}
.front_page .anchor,
div.shopping_guide .anchor {
	padding-top: 100px;
	margin-top: -100px;
	display: inline-block;
}
/*よくあるご質問*/
dl.qanda {
}
dl.qanda dt {
	padding: 0 0 0 30px;
	position: relative;
	color: #00f;
	margin-bottom: 10px;
}
dl.qanda dt:before {
	content: "\0051\3001";
	position: absolute;
	top: -4px;
	left: 0;
	font-size: 18px;
}
dl.qanda dd {
	padding: 0 0 10px 30px;
	position: relative;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
dl.qanda dd:before {
	content: "\0041\3001";
	position: absolute;
	top: -4px;
	left: 0;
	color: #f00;
	font-size: 18px;
	font-weight: bold;
}
dl.qanda ul {
	margin: 10px 20px;
}
dl.qanda ul li {
}
/*---------- 特定商取引法に基づく表記ページ ----------*/
.ec-borderedDefs dl {
	padding: 0;
}
.ec-borderedDefs dt {
	padding: 10px;
	background: #f0f0f0;
}
.ec-borderedDefs dd {
	width: 70%;
	padding: 10px;
	margin: 0;
	line-height: 1.5;
}
.ec-borderedDefs dd p {
	margin-bottom: 10px;
}
.ec-borderedDefs dd > dl {
	flex-direction: column;
	border: none;
}
.ec-borderedDefs dd > dl dt {
	width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
	color: #104862;
	border-left: 4px solid #104862;
	padding: 0 0 0 6px;
}
.ec-borderedDefs dd > dl dd {
	width: 100%;
	margin-bottom: 0;
	padding: 0 10px 10px;
}
.ec-borderedDefs dd > dl dd:last-child {
	padding-bottom: 0;
}
.ec-borderedDefs table.souryou_tb {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	box-sizing: border-box;
	margin-bottom: 10px;
	line-height: 1.3;
}
.ec-borderedDefs table.souryou_tb th {
	padding: 8px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #333;
	background-color: #f0f0f0;
	font-weight: 500;
	box-sizing: border-box;
}
.ec-borderedDefs table.souryou_tb td {
	padding: 8px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	text-align: right;
}
/*---------- プライバシーポリシー ----------*/
.ec-role.p_privacy {
	max-width: 1000px;
	color: #333;
}
.p_privacy h2 {
	font-size: 24px;
	font-weight: 700;
	padding: 0 10px;
	margin-bottom: 20px;
}
.p_privacy .pad01 {
	padding: 0 20px;
	margin-bottom: 60px;
	line-height: 1.5;
}
.p_privacy .pad01 p {
	margin-bottom: 20px;
}
.p_privacy .pad01 dl dt {
	margin-bottom: 8px;
}
.p_privacy .pad01 dl dd {
	margin-bottom: 20px;
}

/*----------フッター----------*/
footer.ec-layoutRole__footer {
	margin-top: 60px;
}
.ec-oshiharai {
	font-weight: 500;
	max-width: 1200px;
}
.acd-check {
	display: none;
}
.acd-label {
	width: 100%;
}
.footer_company_sp,
.footer_noshi_sp {
	display: none;
}
.ec-layoutRole__footer h2 {
	text-align: center;
	font-size: 2.3rem;
	margin: 0 0 50px;
}
div.oshiharai_area {
	font-size: 15px;
}
.ec-layoutRole__footer h3 {
	font-size: 17px;
	margin: 20px 0 10px;
	padding: 10px;
	color: #fff;
	line-height: 1.4;
	font-weight: 700;
	text-align: center;
	background: #104862;
}
.ec-layoutRole__footer h3 span {
	font-size: 15px;
}
.ec-layoutRole__footer h4 {
	font-size: 17px;
}
div.oshiharai_area dl dt {
	margin-bottom: 8px;
}
div.oshiharai_area dl dd {
	margin-bottom: 20px;
}
div.finquiry_area > div {
	background: #104862;
	padding: 20px 15px;
	text-align: center;
	color: #fff;
}
.ec-layoutRole__footer div.finquiry_area h3 {
	margin: 0 0 20px;
	padding: 0;
	border-bottom: 1px solid #fff;
}
div.finquiry_area .number {
	font-size: 30px;
	margin-bottom: 12px;
}
div.finquiry_area a.inqbtn {
	display: block;
	width: 90%;
	background: #fff;
	color: #104862;
	padding: 15px 0;
	font-weight: 700;
	margin-left: auto;
	margin-right: auto;
}
div.finquiry_area .number a,
div.finquiry_area .number a:hover,
div.finquiry_area .number a:visited,
div.finquiry_area .number a:active,
div.finquiry_area .number a:focus {
	color: #fff;
}
.ec-footerRole {
	border-top: none;
	background: #104862;
}
.ec-footerTitle {
	padding: 15px 0 10px;
}
/*フッターお買い物ガイド*/
.bg_guide {
	background: #f0f0f0;
	padding: 50px 0;
	margin-bottom: 50px;
}
.ec-guide {
	font-weight: normal;
}
.ec-guide h2 {
	color: #333;
	text-align: center;
	margin-bottom: 50px;
}
div.ec-guide h2:before,
div.ec-guide h2:after {
	content: "";
	height: 2px;
	width: 40px;
	background: #000;
	display: inline-block;
	vertical-align: 8px;
	margin-right: 15px;
}
div.ec-guide h2:after {
	margin-right: 0;
	margin-left: 15px;
}
.ec-guide h3 {
	text-align: center;
	font-size: 22px;
	margin-bottom: 30px;
}
div.step {
	margin-bottom: 50px;
}
div.step > div {
	font-size: 16px;
}
div.step .step_no {
	color: #ad941c;
	font-size: 20px;
	text-align: center;
	margin-bottom: 15px;
}
div.txt_box_w {
	background: #fff;
	padding: 20px 40px;
	border-radius: 15px;
}
.ec-guide div.txt_box_w {
	margin-bottom: 50px;
}
ul.style_none {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ec-guide ul li {
	line-height: 1.8;
}
.help-guide h2 {
	background: #104862;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	text-align: left;
}
div.ec-guide .top_henpin h2:before,
div.ec-guide .top_henpin h2:after {
	content: none;
}
.help-guide h3 {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin: 25px 0 10px;
	padding-bottom: 10px;
	text-align: left;
}
.help-guide p {
	line-height: 1.6;
	margin-bottom: 10px;
}
/*---------- うなぎ入門 ----------*/
div.menutextka {
	position: relative;
}
.menutextka .txtwaku {
	position: absolute;
	font-weight: 600;
	font-size: 16.5px;
	line-height: 1.5;
	text-align: justify;
}
.menutextka .txtwaku.title01 {
	top: 4%;
	left: 50%;
	transform: translate(-50%,0);
	border: 2px solid #006ac5;
	border-radius: 10px;
	margin: 0;
	width: 90%;
	text-align: center;
	padding: 8px;
	max-width: 800px;
}
.menutextka .txtwaku.title02 {
	top: 4%;
	left: 3%;
	border-bottom: 2px solid #006ac5;
	margin: 0;
	width: 58%;
	padding: 8px;
}
.menutextka .txtwaku h2 {
	margin: 0;
	font-size: 24px;
	font-weight: 700;
}
.menutextka .txtwaku.kento {
	top: 62%;
	width: 94%;
	left: 50%;
	transform: translate(-50%, 0);
}
.menutextka .txtwaku.unagikind {
	top: 19%;
	width: 57%;
	left: 3%;
}
.menutextka .txtwaku.unagiatama {
	top: 65%;
	width: 80%;
	left: 50%;
	transform: translate(-50%, 0);
}
.menutextka .txtwaku.kabashira {
	top: 38%;
	width: 95%;
	left: 50%;
	transform: translate(-50%, 0);
}
#season.menutextka .txtwaku.title01 {
	top: 2.5%;
}
.menutextka .txtwaku.unagiseason01 {
	top: 7.5%;
	width: 100%;
	text-align: center;
}
.menutextka .txtwaku.unagiseason02 {
	top: 50%;
	width: 95%;
	left: 50%;
	transform: translate(-50%, 0);
}
.menutextka .txtwaku.unagiseason03 {
	top: 82%;
	width: 95%;
	left: 50%;
	transform: translate(-50%, 0);
}
.menutextka .txtwaku.kotsu {
	top: 14%;
	width: 95%;
	left: 50%;
	transform: translate(-50%, 0);
}
.menutextka .txtwaku.unagihozon {
	top: 11%;
	width: 95%;
	left: 50%;
	transform: translate(-50%, 0);
}
.menutextka .txtwaku.unagihozon-etc {
	top: 82%;
	left: 40%;
	width: 50%;
}
.menutextka .txtwaku.choosepoint {
	top: 27%;
	left: 2.5%;
	width: 60%;
}
.menutextka .txtwaku h3 {
	font-size: 18px;
	font-weight: 600;
	border: solid 2px #006ac5;
	border-radius: 10px;
}
.menutextka .txtwaku.kabashira h3 {
	padding: 5px;
	width: 215px;
	text-align: center;
}
.menutextka .txtwaku.kotsu h3 {
	padding: 8px;
	width: 100%;
	max-width: 360px;
	margin: 40px 0 20px;
}
.menutextka .txtwaku.unagihozon h3 {
	padding: 5px 15px;
	width: 100%;
	max-width: 280px;
	margin: 20px 0 12px;
}
.menutextka .txtwaku.kotsu h3:first-child {
	margin-top: 0;
}
.menutextka .txtwaku.kabashira dl {
	display: flex;
	flex-wrap: wrap;
}
.menutextka .txtwaku.kabashira dl dt {
	width: 72px;
}
.menutextka .txtwaku.kabashira dl dd {
	width: calc(100% - 72px);
}
.menutextka .txtwaku p {
	margin-bottom: 15px;
}


@media only screen and (min-width: 600px){
	.top_sp {display: none;}
}

@media only screen and (min-width: 768px) {
	a:hover img {
		opacity: 0.7;
	}
	.ec-grid2 .ec-grid2__cell {
		width: 60%;
	}
	.ec-grid2 .ec-grid2__cell:last-child {
		width: 40%;
	}
	.ec-productRole .ec-productRole__btn {
		width: 100%;
		min-width: 0;
	}
	.ec-off1Grid .ec-off1Grid__cell {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
	}
	div.step {
		display: flex;
	}
	div.step > div {
		width: 20%;
		padding: 0 10px;
		box-sizing: border-box;
		text-align: justify;
	}
	.ec-footerRole {
		padding-top: 20px;
		margin-top: 60px;
	}
}
@media only screen and (min-width: 769px) {
	div.oshiharai_area,
	div.finquiry_area {
		display: flex;
	}
	div.oshiharai_area > div {
		width: 33%;
		margin: 0 0.3% 0 0;
	}
	div.finquiry_area > div {
		width: 33%;
		margin: 0 10px 10px;
	}
}
@media only screen and (max-width: 1199px) {
	.ranking_block .contentbody,
	.osusume_block .contentbody,
	.top_bnr_middle,
	.unagistory_block,
	.unagitopics_block {
		max-width: 96%;
		margin-left: auto;
		margin-right: auto;
	}
	.ranking_block .horizontal li {
		width: calc(95.1% / 3);
		margin-bottom: 20px;
		margin-right: 1.5%;
	}
	.ranking_block .horizontal li:first-child,
	.ranking_block .horizontal li:nth-child(2) {
		width: 48%;
		margin-right: 2%;
	}
	.osusume_block .horizontal li {
		width: 23.5%;
		margin-right: 1.25%;
	}
}
@media only screen and (max-width: 999px) {
	.menutextka .txtwaku.title01 {
		padding: 5px;
	}
	.menutextka .txtwaku h2 {
		font-size: 2.4vw;
	}
	.menutextka .txtwaku {
		font-size: 1.6vw;
	}
	.menutextka .txtwaku h3 {
		font-size: 1.8vw;
	}
	.menutextka .txtwaku.kabashira h3 {
		margin: 0 0 8px;
		padding: 2px;
	}
	.menutextka .txtwaku.kabashira dl {
		margin-bottom: 0;
	}
	.menutextka .txtwaku.kabashira dl dt {
		width: 7.2vw;
	}
	.menutextka .txtwaku.kabashira dl dd {
		width: calc(100% - 7.2vw);
	}
	.menutextka .txtwaku.kotsu h3 {
		padding: 4px 8px;
		max-width: 34vw;
		margin: 20px 0 10px;
	}
	.menutextka .txtwaku.unagihozon h3 {
		padding: 3px 15px;
		max-width: 28vw;
		margin: 10px 0 5px;
	}
}
@media only screen and (max-width: 768px) {
	.unagistoryblock .horizontal li {
		width: 46%;
		margin: 2%;
	}
	.unagitopicsblock .horizontal li {
		width: 100%;
		margin-bottom: 12px;
	}
}
@media only screen and (max-width: 767px) {
	.osusume_block .horizontal li {
		width: 48%;
		margin-right: 2%;
	}
	.unagitopicsblock {
		flex-direction: column;
	}
	.unagitopicsblock .horizontal {
		width: 100%;
		padding: 0;
	}
	.ec-productRole__description table.fa_item_table th {
    border-bottom: none;
		float: left;
    width: 100%;
	}
	.ec-productRole__description table.fa_item_table td {
		float: left;
		width: 100%;
	}
	.ec-borderedDefs dd {
		width: 100%;
	}
}
@media only screen and (max-width: 699px) {
	.menutextka .txtwaku {
		position: static;
		font-size: 14px;
		transform: none !important;
	}
	.menutextka .txtwaku.title01 {
		margin: 10px auto;
	}
	.menutextka .txtwaku.title02 {
		width: 94%;
		margin: 10px auto;
	}
	.menutextka .txtwaku h2 {
		font-size: 16px;
	}
	.menutextka .txtwaku.kento,
	.menutextka .txtwaku.unagikind,
	.menutextka .txtwaku.unagiatama,
	.menutextka .txtwaku.kabashira,
	.menutextka .txtwaku.kotsu,
	.menutextka .txtwaku.unagihozon,
	.menutextka .txtwaku.unagihozon-etc,
	.menutextka .txtwaku.choosepoint {
		width: 94%;
		margin: 0 auto;
	}
	.menutextka .txtwaku h3 {
		font-size: 14px;
	}
	.menutextka .txtwaku.kabashira h3 {
		margin: 20px 0 10px;
	}
	.menutextka .txtwaku.kabashira dl {
		flex-direction: column;
	}
	.menutextka .txtwaku.kabashira dl dt {
		width: 100%;
		background: #f0f0f0;
		padding: 3px 5px;
	}
	.menutextka .txtwaku.kabashira dl dd {
		width: 100%;
		padding: 5px;
	}
	.menutextka .txtwaku.kotsu h3 {
		max-width: 235px;
	}
	.menutextka .txtwaku.unagihozon h3 {
		max-width: 235px;
	}
}
@media only screen and (max-width: 599px) {
	div.ec-layoutRole {
		overflow: hidden;
	}
	.ranking_block .horizontal li:first-child {
		width: 100%;
	}
	.ranking_block .horizontal li {
		width: 48%;
		margin-right: 2%;
	}
	.shopping_guide table th,
	.ec-borderedDefs table.souryou_tb th {
		float: left;
		width: 100%;
		border-bottom: none;
	}
	.shopping_guide table td,
	.ec-borderedDefs table.souryou_tb td {
		float: left;
		width: 100%;
		text-align: left;;
	}
	
	.footer_company_pc,
	.footer_noshi_pc {
		display: none;
	}
	.footer_company_sp,
	.footer_noshi_sp {
		display: block;
	}
	.acd-label {
		border: 1px solid #333;
		display: block;
		margin: 0 auto;
		max-width: 300px;
		padding: 10px;
		position: relative;
		font-weight: normal;
	}
	.ec-oshiharai .acd-label,
	.f-inquiry .acd-label {
		border: none;
		margin: 0;
		padding: 0;
		max-width: none;
	}
	.acd-label:after{
		box-sizing: border-box;
		content: '\f067';
		display: block;
		font-family: "Font Awesome 5 Free";
		font-weight: 700;
		height: 52px;
		padding: 10px 20px;
		position: absolute;
		right: 0;
		top: 0;
	}
	.ec-oshiharai .acd-label:after,
	.f-inquiry .acd-label:after {
		color: #104862;
		padding: 0 10px;
	}
	.bg_guide .acd-label:after{
		top: 18%;
	}
	.acd-check:checked + .acd-label:after{
		content: '\f068';
	}
	.ec-layoutRole__footer h2 {
		font-size: 5.5vw;
		margin: 0 0 20px;
	}
	/*TOPご注文の流れ折りたたみ*/
	div.ec-role.ec-guide {
		height: 0;
		opacity: 0;
		padding: 0 2rem;
		transition: .5s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label + div.ec-role.ec-guide{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	/*フッターお買い物ガイド折りたたみ*/
	div.ec-layoutRole__footer h2 {
		text-align: left;
		font-size: 2rem;
		margin-bottom: 3rem;
	}
	div.ec-oshiharai,
	div.f-inquiry {padding-top: 0; padding-bottom: 0;}
	div.oshiharai_area {
		height: 0;
		opacity: 0;
		padding: 0;
		margin: 0;
		transition: .5s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label + div.oshiharai_area{
		height: auto;
		margin-bottom: 3rem;
		opacity: 1;
		visibility: visible;
	}
	/*フッターお問い合わせ折りたたみ*/
	div.finquiry_area {
		height: 0;
		opacity: 0;
		padding: 0;
		margin: 0;
		transition: .5s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label + div.finquiry_area{
		height: auto;
		margin-bottom: 3rem;
		padding: 0;
		opacity: 1;
		visibility: visible;
	}
	div.finquiry_area > div {
		margin-bottom: 5px;
	}
}
@media only screen and (max-width: 499px) {
	.ec-productRole {
		font-size: 3.4vw;
	}
	.top_cont h2 {
		font-size: 5.7vw;
	}
	.top_cont p {
		font-size: 2.8vw;
	}
	.top_cont h3 {
		font-size: 3.6vw;
	}
	.ec-headerNaviRole ul.h_catnavi li a {
		font-size: 2.8vw;
	}
	.top_itemlist-btn a {
		font-size: 3.2vw;
	}
	.unagistory_block .txtwaku {
    font-size: 3.6vw;
	}
	.unagistoryblock .horizontal li p {
		font-size: 3vw;
	}
	.unagitopicsblock .horizontal li a {
		font-size: 3.5vw;
	}
	.ec-productRole .ec-productRole__title .ec-headingTitle {
		font-size: 16px;
	}
	.ec-price .ec-price__price {
    font-size: 20px;
	}
	.ec-price .ec-price__tax {
    font-size: 15px;
	}
	.ec-productRole .ec-productRole__code {
		padding: 10px 0 5px;
		font-size: 3vw;
	}
	.ec-layoutRole__footer h2 {
		font-size: 4.5vw;
	}
	.ec-layoutRole__footer h3,
	.ec-layoutRole__footer h4 {
		font-size: 3.5vw;
	}
	div.oshiharai_area {
		font-size: 14px;
	}
}
/*---txt-----------*/
.txt_red {
	color: #b40b0b;
}
.txt_red_s {
	color: #ba0000;
	font-size: 90%;
}
.txt_red02 { color: #ea0404; }
.txt_green { color: #3b4e27; }
.txt_orange { color: #ea5504; }
.txt_blue { color: #0000cc; }
.txt_pink { color: #e42455; }
.txt_black { color: #222222; }
.txt_S {font-size: 90%;}
.txt_S02 {font-size: 80%;}
.txt_B {font-weight: bold;}
.txt_R {text-align: right;}
.bg_red {
	background-color: #ba0000;
	color: #FFF;
	padding: 5px;
	margin-bottom: 10px;
}
.bg_blue {
	background-color: #2773EF;
	color: #FFF;
	padding: 5px;
	margin-bottom: 10px;
}
.ti_text {
	border: 1px solid #ddd;
	padding: 10px 5px;
}