@charset "utf-8";


/*========================================================================================
                                     共通
=========================================================================================*/

/* font-size フォントサイズ
------------------------------------------------------------------ */
html {
	font-size: 62.5%;
	-webkit-text-size-adjust: none;
}
body {
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0;
	min-width: 1200px;
}	


/* siteStructure　パンくず
------------------------------------------------------------------ */
.siteStructureWrap {
	background: #eee;
	border-top: 2px solid #e5e5e5;
}
.siteStructure {
	padding: 12px 0;
	font-size: 1.4rem;
	line-height: 1;
}
.siteStructure li {
	display: inline-block;
}
.siteStructure li a {
	text-decoration:none;
	color:#000;
}
.siteStructure li a:hover {
	text-decoration: underline;
}
.siteStructure li:after {
	content:" > ";
}
.siteStructure li:last-child:after {
	content:none;
}


/* contentsWrap 幅
------------------------------------------------------------------ */
.fitWidthA {
	width: 1200px;
	margin-left: auto!important;
	margin-right: auto!important;
}
.fitWidthB {
	max-width: 1440px;
	margin-left: auto!important;
	margin-right: auto!important;
}
.innerA {
	padding: 0 50px;
}
.innerB {
	padding: 0 120px;
}


/* タイトル
------------------------------------------------------------------ */
.titleA {
	font-size: 3.6rem;
	line-height: 1;
	letter-spacing: 0.1em;
	padding: 80px 0;
}
.titleB {
	font-size: 3.2rem;
	line-height: 1;
	letter-spacing: 0.1em;
	padding: 60px 0;
	text-align: center;
}
.titleC {
	font-size: 4.2rem;
	line-height: 1;
	letter-spacing: 0.1em;
	padding: 80px 0 20px;
	text-align: center;
	position: relative;
}
.titleC.lineA:after {
	display: block;
	content: '';
	width: 166px;
	height: 4px;
	background: -moz-linear-gradient(right, #fd6721 29px, #fff 30px);
  background: -webkit-linear-gradient(right, #fd6721 29px, #fff 30px);
  background: linear-gradient(to left, #fd6721 29px, #fff 30px);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.titleC.lineB:after {
	display: block;
	content: '';
	width: 166px;
	height: 4px;
	background: -moz-linear-gradient(right, #fd6721 29px, #2bb170 30px);
  background: -webkit-linear-gradient(right, #fd6721 29px, #2bb170 30px);
  background: linear-gradient(to left, #fd6721 29px, #2bb170 30px);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.ttlImg {
	text-align: center;
	padding-bottom: 60px;
}
.ttlImg img {
	width: 114px;
}
.titleD {
	font-size: 3.6rem;
	line-height: 1;
	letter-spacing: 0.1em;
	padding: 120px 0 20px;
	text-align: center;
	position: relative;
}
.titleD.lineA:after {
	display: block;
	content: '';
	width: 166px;
	height: 4px;
	background: -moz-linear-gradient(right, #fd6721 29px, #2bb170 30px);
  background: -webkit-linear-gradient(right, #fd6721 29px, #2bb170 30px);
  background: linear-gradient(to left, #fd6721 29px, #2bb170 30px);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;

}
.titleE {
	font-family: Arial;
	font-size: 2.1rem;
	line-height: 1;
	letter-spacing: 0.1em;
	padding: 20px 0;
	text-align: center;
}
.titleE2 {
	font-family: Arial;
	font-size: 2.1rem;
	line-height: 1;
	letter-spacing: 0.1em;
	padding: 20px 0 80px;
	text-align: center;
}
.titleF {
	font-size: 2.0rem;
	line-height: 1;
	border-bottom: 1px solid #000;
	padding: 24px 0 10px;
}
.titleG {
	font-family: Arial;
	color: #2bb170;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	vertical-align: middle;
}
.titleG:before {
	display: inline-block;
	content: '';
	width: 40px;
	height: 2px;
	background: #2bb170;
	margin-right: 8px;
	margin: 0 8px 0 9px;
	vertical-align: 30%;
}



/* ボタン
------------------------------------------------------------------ */
.btnArea {
	text-align: center;
	padding-bottom: 80px;
}
.btnArea2 {
	display: flex;
	justify-content: space-between;
}
.btnWrap {
	padding-bottom: 20px;
}
.btnA {
	display: inline-block;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #fff;
	width: 340px;
	padding: 11px;
	color: #fff!important;
	text-align: center;
}
.btnA:hover {
	background: rgba(2555,255,255,0.3);
	text-decoration: none;
}
.btnB {
	font-size: 1.6rem;
	line-height: 1;
	display: inline-block;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 340px;
	padding: 17px;
	color: #fff!important;
	background: -moz-linear-gradient(right, #000 31px, #2b2b2b 32px);
  background: -webkit-linear-gradient(right, #000 31px, #2b2b2b 32px);
  background: linear-gradient(to left, #000 31px, #2b2b2b 32px);
	text-align: center;
}
.btnB:hover {
	background: -moz-linear-gradient(right, #002d00 31px, #00490a 32px);
  background: -webkit-linear-gradient(right, #002d00 31px, #00490a 32px);
  background: linear-gradient(to left, #002d00 31px, #00490a 32px);
	text-decoration: none;
}
.btnC {
	font-size: 1.4rem;
	line-height: 1;
	display: inline-block;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #fff;
	width: 285px;
	padding: 17px;
	color: #fff!important;
	background: -moz-linear-gradient(right, #000 31px, #2b2b2b 32px);
	background: -webkit-linear-gradient(right, #000 31px, #2b2b2b 32px);
	background: linear-gradient(to left, #000 31px, #2b2b2b 32px);
	text-align: center;
}
.btnC:hover {
	background: -moz-linear-gradient(right, #002d00 31px, #00490a 32px);
	background: -webkit-linear-gradient(right, #002d00 31px, #00490a 32px);
	background: linear-gradient(to left, #002d00 31px, #00490a 32px);
	text-decoration: none;
}
.btnD {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	display: inline-block;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #fff;
	width: 444px;
	padding: 28px;
	color: #fff!important;
	background: -moz-linear-gradient(right, #000 31px, #2b2b2b 32px);
	background: -webkit-linear-gradient(right, #000 31px, #2b2b2b 32px);
	background: linear-gradient(to left, #000 31px, #2b2b2b 32px);
	text-align: center;
}
.btnD:hover {
	background: -moz-linear-gradient(right, #002d00 31px, #00490a 32px);
	background: -webkit-linear-gradient(right, #002d00 31px, #00490a 32px);
	background: linear-gradient(to left, #002d00 31px, #00490a 32px);
	text-decoration: none;
}
.btnE {
	font-size: 1.6rem;
	line-height: 1;
	display: inline-block;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 320px;
	padding: 17px;
	color: #fff!important;
	background: #008833;
	text-align: center;
}
.btnE:hover {
	background: #00490a;
	text-decoration: none;
}
.btnF {
	color: #fff!important;
	font-size: 1.4rem;
	line-height: 1;
	display: inline-block;
	width: 122px;
	padding: 6px 12px;
	background: #2a2a2a;
	position: relative;
}
.btnF:hover {
	background: #00490a;
	text-decoration: none;
}

/* 下 */
.arrowD {
	position: relative;
}
.arrowD:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
/* 右 */
.arrowR{
	position: relative;
}
.arrowR:after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	margin: auto;
	content: "";
	width: 7px;
	height: 12px;
	background: url(../images/common/ico_arrowR.png) 0 0 no-repeat;
	background-size: contain;
}
.btnF.arrowR:after {
	position: absolute;
	right: 9px;
}

.btnMore {
	position: absolute;
	bottom: 10px;
	right: 15px;
	font-family: Arial;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 0.1em;
}


/* 背景色
------------------------------------------------------------------ */
.bgA {
	background: #e5e5e5;
}
.bgB {
	background: #eeeee8;
}
.bgC {
	background: #eeeeee;
}
.bgD {
	background: #f7f7f7;
}
.bgE {
	background: #ffffff;
}


/* 画像
------------------------------------------------------------------ */
.shopSearch img {
	max-width: 100%;
}


/* テキスト
------------------------------------------------------------------ */
.fontStyleA {
	font-family: "Helvetica Neue", "Helvetica", sans-serif;
}
.paragraph {
	padding-bottom: 26px;
}
.paragraph2 {
	padding-bottom: 36px;
}
.textCenter {
	text-align: center;
}
.textRight {
	text-align: right;
}


/* 非表示
------------------------------------------------------------------ */
.pcNone { display: none!important; }


/* リンク
	------------------------------------------------------------------ */
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:hover img {
	opacity: 0.7;
}
.linkTextA {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	color: #3374f8;
	position: relative;
	display: inline-block;
	padding-right: 20px;
	vertical-align: middle;
	text-decoration: none;
	margin-bottom: 20px;
}
.linkTextA:after{
	position: absolute;
	top: 4px;
	right: 2px;
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #3374f8;
	border-right: 2px solid #3374f8;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.linkArrow:after {
	display: inline-block;
	content: '';
	width: 16px;
	height: 16px;
	background: url(../images/common/ico_arrowR.gif) 0 0 no-repeat;
	background-size: contain;
	margin-left: 10px;
	vertical-align: text-top;
}


/* フォーム
------------------------------------------------------------------ */
/** placeholder **/
/* Chrome, Safari */
input::-webkit-input-placeholder {
	color: #999999;
}
/* Firefox */
input::-moz-placeholder {
	color: #999999;
}
/* IE */
input:-ms-input-placeholder {
	color: #999999;
}


/* テーブル
------------------------------------------------------------------ */
.table{
	width: 490px;
}
.tableA {
	border: 1px solid #ccc;
	background-color: #ffffff;
	margin-bottom: 36px;
}
.tableA tr th,
.tableA tr td{
	padding: 5px 0 4px 40px;
	font-size: 1.4rem;
	text-align: left;
}
.tableA tr th{
	width: 222px;
	}
.tableA tr:nth-child(2n) th,
.tableA tr:nth-child(2n) td{
	background-color: #f6f6f6;
	}
.tableTitleA{
	font-size: 1.4rem;
	margin-bottom: 6px;
}	


/* バナー
------------------------------------------------------------------ */
ul.bnrAreaA {
	margin-bottom: 30px;
}
ul.bnrAreaB {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 60px;
}
ul.bnrAreaB.area {
	padding-bottom: 100px;
}
ul.bnrAreaC,
ul.bnrAreaC2 {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 60px;
}
ul.bnrAreaD {
	display: flex;
	flex-wrap: wrap;
	padding: 40px 0 20px;
}
ul.bnrAreaE {
	display: flex;
	flex-wrap: wrap;
}
ul.bnrAreaA li,
ul.bnrAreaB li,
ul.bnrAreaC li,
ul.bnrAreaC2 li,
ul.bnrAreaD li {
	background: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
	margin-bottom: 20px;
}
ul.bnrAreaB li {
	width: 352px;
	margin: 0 22px 20px 0;
}
ul.bnrAreaB li:nth-child(3n) {
	margin-right: 0;
}
ul.bnrAreaC li,
ul.bnrAreaC2 li {
	width: 260px;
	margin: 0 20px 20px 0;
}
ul.bnrAreaC li:nth-child(4n),
ul.bnrAreaC2 li:nth-child(4n) {
	margin-right: 0;
}
ul.bnrAreaD li {
	width: 540px;
}
ul.bnrAreaD li:first-of-type {
	margin-right: 20px;
}
ul.bnrAreaE li {
	width: 260px;
	margin: 0 20px 20px 0;
}
ul.bnrAreaE li:nth-child(4n) {
	margin-right: 0;
}
ul.bnrAreaA li a,
ul.bnrAreaB li a,
ul.bnrAreaC li a,
ul.bnrAreaC2 li a,
ul.bnrAreaD li a,
ul.bnrAreaE li a {
	color: #000;
}
ul.bnrAreaA li figcaption, 
ul.bnrAreaB li figcaption,
ul.bnrAreaC li figcaption,
ul.bnrAreaC2 li figcaption,
ul.bnrAreaD li figcaption{
	font-size: 1.6rem;
	line-height: 1.5;
}
ul.bnrAreaA li figcaption {
	padding: 16px 15px;
}
ul.bnrAreaA.main li figcaption {
	padding: 16px 20px;
}
ul.bnrAreaB li figcaption,
ul.bnrAreaC li figcaption,
ul.bnrAreaC2 li figcaption,
ul.bnrAreaD li figcaption {
	display: flex;
	padding: 0;
}
ul.bnrAreaB li figcaption span {
	width: 100%;
	min-height: 80px;
	display: flex;
	align-items: center;
	padding: 16px 15px;
}
ul.bnrAreaC li figcaption span {
	width: 100%;
	min-height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 16px 10px;
}
ul.bnrAreaC2 li figcaption span {
	width: 1005px;
	min-height: 76px;
	display: flex;
	justify-content: flex-start;	
	align-items: flex-start;
	text-align: left;
	padding: 16px 15px;
}
ul.bnrAreaD li figcaption span {
	width: 100%;
	min-height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 16px 15px;
}
ul.bnrAreaE li figcaption {
	font-size: 1.4rem;
	line-height: 1.5;
	padding-top: 7px;
}


/* アコーディオン
------------------------------------------------------------------ */
.acTrigger {
	cursor: pointer;
}
.acContents {
	display: none;
}





/*========================================================================================
                                     header　ヘッダー
=========================================================================================*/

.header_sp {
	display: none;
}
.rn2022_header {
	color: #000;
	position: relative;
}
.rn2022_header.shopSearch {
	border-bottom: 2px solid #e5e5e5;
	margin-bottom: 10px;
}
.rn2022_header a {
	color: #000;
}
.headerContents {
	display: flex;
}
.headerContents:first-of-type {
	margin: 10px auto 20px;
	font-size: 1.4rem;
	line-height: 1;
}
.headerContents:nth-of-type(2) {
	margin: 0 auto;
}
ul.hLinkList1 {
	display: flex;
}
ul.hLinkList1 li {
	color: #fff;
	text-align: center;
	background: #008833;
	padding: 6px 12px;
	border-radius: 2px;
	margin-right: 8px;
	height: 26px;
}
ul.hLinkList1 li:last-of-type {
	margin-right: 0;
}
ul.hLinkList1 li:hover {
	background: #00490a;
}
ul.hLinkList1 li a:hover {
	text-decoration: none;
}
ul.hLinkList1 a {
	color: #fff;
}
ul.hLinkList2 {
	display: flex;
	padding: 6px 21px;
}
ul.hLinkList2 li {
	margin-right: 21px;
}
ul.hLinkList2 li:last-of-type {
	margin-right: 0;
}
.rn2022_header.shopSearch ul.hLinkList2 a:hover,
ul.hLinkList2 li .current {
	color: #083 !important;
	text-decoration: underline;
}

/* 言語選択 */
.langSelect {
	color: #000;
	font-size: 1.4rem;
	position: relative;
	margin-right: 21px;
}
label {
	cursor: pointer;
}
label[for="langSelect"] {
	display: block;
	height: 26px;
	width: 110px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: url(../images/common/ico_arrowD.png) center right 9px no-repeat;
	background-size: 11px 7px;
	padding: 6px 5px;
}
.toggle {
	display: none;
}
.toggle+label+ul.langList {
	max-height: 0;
	overflow: hidden;
	transition: all .5s ease;
}
.toggle:checked+label+ul.langList {
	max-height: 250px;
	transition: all .5s ease-in;
}
ul.langList {
	width: 110px;
	position: absolute;
	top: 25px;
	left: 0;
	background: #fff;
	color: #000;
	font-size: 1.4rem;
	line-height: 1;
	z-index: 2;
}
ul.langList li {
	border: 1px solid #ccc;
	border-bottom: none;
}
ul.langList li:last-of-type {
	border-bottom: 1px solid #ccc;
	border-radius: 0 0 2px 2px;
}
ul.langList li a {
	display: block;
	padding: 6px 5px;
}
ul.langList li a:hover {
	color: #083;
	text-decoration: underline;
}
/* 検索 */
.search .inputWrap {
	display: flex;
	border: 1px solid #ccc;
	border-radius: 2px;
	width: 221px;
	overflow: hidden;
}
.search input[type="text"] {
	font-size: 1.2rem;
	padding: 3px 0 3px 8px;
	width: 193px;
}
.search.product input[type="text"] {
	width: 123px;
}
.search input[type="image"] {
	cursor: pointer;
	width: 28px;
}
.search.product input[type="image"] {
	width: 98px;
}

.logo {
	margin-right: 80px;
}

/* globalNavi グローバルナビ */
nav.globalNavi {
	width: 880px;
}
ul.globalNaviList {
	display: flex;
	justify-content: space-between;
	margin-right: 13px;
	line-height: 1;
}
ul.globalNaviList>li{
	padding: 8px 10px 28px;
}
ul.globalNaviList>li .arrow {
	position: relative;
}
ul.globalNaviList>li .arrow:after {
	content: '';
	width: 11px;
	height: 7px;
	background: url(../images/common/ico_arrowD.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -16px;
	margin: auto;
}
ul.globalNaviList>li>.current .arrow:after {
	content: '';
	width: 11px;
	height: 7px;
	background: url(../images/common/ico_arrowD_current.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -16px;
	margin: auto;
}
ul.globalNaviList>li>p>a,
ul.globalNaviList>li .arrow {
	display: inline-block;
	line-height: 1;
	position: relative;
}
ul.globalNaviList>li .current {
	position: relative;
}
ul.globalNaviList>li .current>a {
	color: #008833;
}
ul.globalNaviList>li .current,
ul.globalNaviList>li>p>a:hover,
ul.globalNaviList>li:hover .arrow {
	color: #008833;
	text-decoration: none;
}
ul.globalNaviList>li .current:after,
ul.globalNaviList>li>p>a:hover:after,
ul.globalNaviList>li:hover .arrow:after {
	text-decoration: none;
	content: '';
	width: 100%;
	height: 1px;
	background: #008833;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	margin: auto;
}
ul.globalNaviList>li:nth-of-type(2).active .current .arrow:after,
ul.globalNaviList>li:nth-of-type(4).active .current .arrow:after,
ul.globalNaviList>li:nth-of-type(5).active .current .arrow:after,
ul.globalNaviList>li:nth-of-type(6).active .current .arrow:after {
	display: none;
}
ul.globalNaviList>li:nth-of-type(2).active .current:before,
ul.globalNaviList>li:nth-of-type(2).active>p>a:before {
	display: inline-block;
	content: "";
	position: absolute;
	top: 32px;
	left: 0;
	right: 0;
	margin: auto;
	width: 16px;
	height: 12px;
	background: url(../images/common/ico_arrowT.png) 0 0 no-repeat;
	background-size: contain;
}
ul.globalNaviList>li:nth-of-type(4).active .current:before,
ul.globalNaviList>li:nth-of-type(4).active>p>a:before {
	display: inline-block;
	content: "";
	position: absolute;
	top: 32px;
	left: 0;
	right: 0;
	margin: auto;
	width: 16px;
	height: 12px;
	background: url(../images/common/ico_arrowT.png) 0 0 no-repeat;
	background-size: contain;
}
ul.globalNaviList>li:nth-of-type(5).active .current:before,
ul.globalNaviList>li:nth-of-type(5).active>p>a:before {
	display: inline-block;
	content: "";
	position: absolute;
	top: 32px;
	left: 0;
	right: 0;
	margin: auto;
	width: 16px;
	height: 12px;
	background: url(../images/common/ico_arrowT.png) 0 0 no-repeat;
	background-size: contain;
}
ul.globalNaviList>li:nth-of-type(6).active .current:before,
ul.globalNaviList>li:nth-of-type(6).active>p>a:before {
	display: inline-block;
	content: "";
	position: absolute;
	top: 32px;
	left: 0;
	right: 0;
	margin: auto;
	width: 16px;
	height: 12px;
	background: url(../images/common/ico_arrowT.png) 0 0 no-repeat;
	background-size: contain;
}

/* メガメニュー */
.megamenuWrap {
	position: absolute;
	top: 97px;
	left: 0;
	right: 0;
	background: #083;
	padding: 20px 0;
	z-index: 3;
	cursor: auto;
	min-height: 234px;
	display: none;
}
.megamenuWrap a {
	color: #fff;
}
ul.productLink {
	display: flex;
	justify-content: space-between;
	margin: 0 0 20px;
}
ul.productLink li {
	width: 224px;
	height: 160px;
	position: relative;
	background: #fff;
}
ul.megaLinkList1 {
	display: flex;
}
ul.megaLinkList1 li {
	margin-right: 60px;
}
ul.megaLinkList1 li a,
dl.megaLinkList2 li a,
ul.megaLinkList3 li a {
	color: #fff;
	font-size: 1.8rem;
}
ul.megaLinkList1 li a:after,
dl.megaLinkList2 dd a:after,
ul.megaLinkList3 li a:after {
	display: inline-block;
	content: '';
	width: 7px;
	height: 12px;
	background: url(../images/common/ico_arrowR.png) 0 0 no-repeat;
	background-size: contain;
	margin-left: 12px;
	vertical-align: 5%;
}
dl.megaLinkList2 dd a.blank:after {
	display: inline-block;
	content: '';
	width: 12px;
	height: 12px;
	border: none;
	transform: none;
	background: url(../images/common/ico_blank3.png) 0 0 no-repeat;
	background-size: contain;
	margin-left: 12px;
	vertical-align: middle;
}
dl.megaLinkList2 {
	display: flex;
	flex-wrap: wrap;
}
dl.megaLinkList2 dt {
	width: 100%;
	font-size: 1.8rem;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
	margin-top: 20px;
}
dl.megaLinkList2 dd {
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1;
	color: #fff;
	margin-right: 60px;
	margin-bottom: 20px;
}
dl.megaLinkList2 dd.mr0 {
	margin-right: 0;
}
dl.megaLinkList2 dt:first-of-type+dd {
	width: 100%;
}
dl.megaLinkList2 dd:last-of-type {
	margin-top: 20px;
}
ul.megaLinkList3 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
ul.megaLinkList3 li {
	width: 300px;
	margin-bottom: 20px;
}

/* 店舗検索ヘッダー用スタイル */
.rn2022_header.shopSearch ul.globalNaviList>li>a {
	display: inline-block;
	line-height: 1;
	position: relative;
}
.rn2022_header.shopSearch ul.globalNaviList>li>a:hover {
	color: #008833 !important;
	text-decoration: none;
}
.rn2022_header.shopSearch ul.globalNaviList>li>a:hover:after {
	text-decoration: none;
	content: '';
	width: 100%;
	height: 1px;
	background: #008833;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	margin: auto;
}


/*========================================================================================
                                     footer フッター
=========================================================================================*/

.rn2022_footer,
.rn2022_footer a {
	color: #000;
}
.rn2022_footer.shopSearch,
.rn2022_footer.siteSearch {
	margin-top: 40px;
}
.footer_sp {
	display: none;
}
.twitter-share-button {
	height: 20px;
}
.linkArea {
	position: relative;
}
.footer-sns {
	display: flex;
	justify-content: center;
	padding: 40px 0 30px;
}
div.fb-like{
	margin-right: 24px;
	line-height: 0;
}
.snsWrap {
	display: flex;
	justify-content: center;
	padding: 30px 0;
	border-top: 2px solid #e5e5e5;
}
ul.snsList {
	display: flex;
}
ul.snsList li {
	margin-right: 24px;
	width: 40px;
}
ul.snsList:nth-of-type(2) li:last-of-type {
	margin-right: 0;
}
.fLink_pc {
	padding: 60px 0 48px;
	display: flex;
}
.fLinkList1,
.fLinkList2 {
	width: 255px;
}
.fLinkList1 {
	margin-right: 60px;
}
dl.fLinkList1>dt {
	margin-bottom: 12px;
}
dl.fLinkList1>dt:nth-of-type(2) {
	margin-top: 30px;
}
dl.fLinkList1>dt>a {
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 12px;
	background: url(../images/common/ico_arrowR2.png) top 5px right no-repeat;
	background-size: 4px 6px;
	border-bottom: 1px solid #000;
}
dl.fLinkList1>dd {
	font-size: 1.4rem;
	line-height: 1;
	margin-bottom: 12px;
}
dl.fLinkList1>dd>a:after {
	display: inline-block;
	content: '';
	width: 4px;
	height: 6px;
	background: url(../images/common/ico_arrowR2.png) 0 0 no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-left: 8px;
}
.subTtl {
	font-weight: bold;
}
dl.fLinkList1:first-of-type .subTtl {
	margin-top: 30px;
}
dl.fLinkList1:nth-of-type(2) .subTtl.nanaco {
	margin: 30px 0;
}
dl.fLinkList1:nth-of-type(2) dd:nth-last-child(2) {
	margin-bottom: 9px;
}
dl.fLinkList1:nth-of-type(2) dd:last-of-type {
	line-height: 1.5;
}
.slash {
	margin: 0 15px;
}
ul.fLinkList2>li,
dl.fLinkList3>dt {
	font-size: 1.4rem;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 12px;
}
ul.fLinkList2>li:nth-of-type(3),
ul.fLinkList2>li:nth-of-type(n+7) {
	margin-bottom: 30px;
}
ul.fLinkList2>li:nth-last-child(2) {
	margin-bottom: 27px;
}
ul.fLinkList2>li:last-of-type {
	line-height: 1.5;
}
dl.fLinkList3>dd {
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 12px;
}
ul.fLinkList2>li>a:after,
dl.fLinkList3>dd>a:after {
	display: inline-block;
	content: '';
	width: 4px;
	height: 6px;
	background: url(../images/common/ico_arrowR2.png) 0 0 no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-left: 8px;
}
ul.fLinkList2>li>a.blank:after,
dl.regionalLink>dd>a.blank:after {
	display: inline-block;
	content: '';
	width: 8px;
	height: 8px;
	background: url(../images/common/ico_blank2.png) 0 0 no-repeat;
	background-size: contain;
	margin-left: 8px;
	vertical-align: middle;
}
dl.regionalLink {	
	display: flex;
	justify-content: center;
	font-size: 1.4rem;
	line-height: 1;
	background: #e5e5e5;
	padding-bottom: 30px;
}
dl.regionalLink dt  {
	font-weight: bold;
}
.line {
	margin-left: 24px;
}
dl.regionalLink dd {
	margin-left: 24px;
}
ul.fBtmLink {
	display: flex;
	justify-content: center;
	font-size: 1.4rem;
	line-height: 1;
	margin: 15px 0;
}
ul.fBtmLink li {
	margin-right: 24px;
}
ul.fBtmLink li:last-of-type {
	margin-right: 0;
}
.copyright {
	font-size: 1.4rem;
	line-height: 1;	
	background: #e5e5e5;
	padding: 15px;
	text-align: center;
}
.btnPageBtn {
	position: fixed;
	bottom: 40px;
	right: 120px;
	width: 40px;
	height: 40px;
	display: none;
}
.rn2022_footer.shopSearch .btnPageBtn {
	display: block;
	position: absolute;
	top: -20px;
	right: 120px;
}
.btnPageBtn img {
	width: 100%;
}



/*========================================================================================
                                     ページごとのスタイル
=========================================================================================*/

/* index
--------------------------------------- */
/* メイン画像 */
.mainImg.index {
	margin-bottom: 80px;
} 
.mainImg.index img {
	width: 100%;
}
/* お知らせバナー */
.bnrWrap {
	padding-bottom: 40px;
}
.noticeBnr {
	display: inline-block;
	width: 100%;
	border: 2px solid #008833;
	box-shadow: 0 0 8px rgba(0,0,0,0.24);
	padding: 30px 10px 10px;
}
.bnrTtl {
	color: #083;
	font-size: 3.2rem;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 4px;
}
.noticeBnr:hover {
	text-decoration: none;
} 
.bnrLink {
	text-align: right;
	color: #000;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 0.1em;
}
.bnrLink.linkArrow:after {
	vertical-align: middle;
}
/* 重要なお知らせ */
.noticeWrap {
	padding: 40px 0;
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 60px;
	color: #010101;
	font-size: 1.4rem;
	line-height: 1;
}
#noticeAll .noticeWrap {
	align-items: flex-start;
	margin-bottom: 80px;
}
.noticeWrap a {
	color: #010101;
}
.noticeTtl {
	color: #ff0000;
	font-size: 2.0rem;
	font-weight: bold;
	margin-right: 24px;
	flex-shrink: 0;
}
.noticeTtl:before {
	display: inline-block;
	content: '';
	width: 18px;
	height: 18px;
	background: url(../images/common/ico_exclam.png) 0 0 no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right: 8px;
	margin-bottom: 4px;
}
.noticeTxt {
	margin-top: 2px;
	padding-right: 24px;
}
ul.noticeList li {
	margin-bottom: 10px;
	padding-right: 24px;
}
.acContents ul.noticeList {
	margin-top: 10px;
}
ul.noticeList li:last-of-type {
	margin-bottom: 0;
}
.noticeLink {
	margin-left: auto;
	flex-shrink: 0;
}
.noticeLink a {
	color: #fff!important;
	font-size: 1.4rem;
	line-height: 1;
	display: block;
	width: 122px;
	padding: 5px 12px;
	background: #2a2a2a;
	position: relative;
}
.noticeLink a:hover {
	background: #00490a;
	text-decoration: none;
}
.noticeLink a:after {
	position: absolute;
	top: 5px;
	right: 10px;
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.noticeTxt a:after,
ul.noticeList li a:after {
	display: inline-block;
	content: '';
	width: 4px;
	height: 6px;
	background: url(../images/common/ico_arrowR2.png) 0 0 no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-left: 8px;
}
ul.noticeList li a:hover {
	text-decoration: underline;
}
.acTrigger.notice {
	width: 36px;
	height: 36px;
	background: url(../images/common/btn_plus3.png) center center no-repeat;
	background-size: 16px 16px;
	position: absolute;
	right: -10px;
	bottom: 30px;
}
.acTrigger.notice.open {
	background: url(../images/common/btn_minus3.png) center center no-repeat;
	background-size: 16px 16px;
}
/* 背景画像 */
.bgTxt01 {
	background: url(../images/index/bg_txt_01.png) left top no-repeat;
	background-size: 1200px 212px;
}
.bgTxt02 {
	background: url(../images/index/bg_txt_02.png) left top no-repeat;
	background-size: 1200px 96px;
}
.bgTxt03 {
	background: url(../images/index/bg_txt_03.png) right top no-repeat;
	background-size: 1200px 213px;
}
.bgTxt04 {
	background: url(../images/index/bg_txt_04.png) left top no-repeat;
	background-size: 1200px 97px;
}
.bgTxt05 {
	background: url(../images/index/bg_txt_05.png) right top no-repeat;
	background-size: 1200px 213px;
}
.bgTxt06 {
	background: url(../images/index/bg_txt_06.png) left top no-repeat;
	background-size: 1200px 210px;
}
/* タイトル */
.sales .ttlImg {
 padding-left: 10px;
}
/* 私たちの取組み */
ul.sliderB {
	padding: 0 40px;
	margin-bottom: 112px;
}
ul.sliderB li {
	background: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
	margin: 0 10px;
}
ul.sliderB li a {
	color: #000;
}
ul.sliderB li figure {
	height: 100%;
	position: relative;
}
ul.sliderB li figcaption{
	font-size: 1.6rem;
	line-height: 1.5;
	min-height: 165px;
	padding: 16px 15px 10px;
}
.capTtl {
	display: block;
	font-size: 1.8rem;
	line-height: 1.5;
	padding-bottom: 13px;
}
.capTxt {
	font-size: 1.4rem;
	line-height: 1.5;
	padding-bottom: 33px;
}
/* ローカルナビ */
ul.localNavi {
	display: flex;
	flex-wrap: wrap;
	padding: 120px 0;
}
ul.localNavi li {
	width: 285px;
	margin-right: 20px;
}
ul.localNavi li:nth-child(4n) {
	margin-right: 0;
}
ul.localNavi li a {
	display: inline-block;
	width: 100%;
	border: 1px solid #000;
	font-size: 1.8rem;
	line-height: 1;
	color: #000;
	background: #eee;
}
ul.localNavi li:nth-child(-n+4) a {
	margin-bottom: 20px;
}
ul.localNavi li:nth-child(n+5) a {
	display: flex;
	align-items: center;
}
ul.localNavi li:nth-child(n+5) a {
	height: 102px;
	padding: 20px 10px;
}
ul.localNavi li a:hover {
	text-decoration: none;
}
ul.localNavi li a:hover img,
ul.localNavi li a:hover .naviTtl {
	opacity: 0.7;
}
ul.localNavi li .naviTtl {
	text-align: center;
}
ul.localNavi li .naviTtl:after {
	display: inline-block;
	content: "";
	width: 7px;
	height: 12px;
	background: url(../images/common/ico_arrowR2.png) 0 0 no-repeat;
	background-size: contain;
	vertical-align: 5%;
	margin-left: 10px;
}
ul.localNavi li a .naviTtl {
	flex-shrink: 0;
}
ul.localNavi li:nth-child(-n+4) a .naviTtl {
	padding: 20px 0;
}
ul.localNavi li:nth-of-type(n+5) .naviIcon {
	width: 60px;
}
ul.localNavi li:nth-of-type(5) .naviIcon {
	margin-right: 10px;
}
ul.localNavi li:nth-of-type(6) .naviIcon,
ul.localNavi li:nth-of-type(7) .naviIcon {
	margin-right: 30px;
}
ul.localNavi li:nth-of-type(8) .naviIcon {
	margin-right: 58px;
}
/* テレビCM・動画 */
.ytWrap {
	display: flex;
	align-items: center;
	padding-bottom: 80px;
}
.yt {
	width: 560px;
	height: 315px;
	margin-right: 60px;
}
.ytWrap .btnArea {
	padding-bottom: 0;
}
/* トピックス、ニュースリリース */
.infoWrap {
	display: flex;
	justify-content: space-between;
}
.infoWrap>div {
	width: 590px;
}
.ttlWrap {
	position: relative;
}
.ttlWrap.info,
.ttlWrap.pickup {
	margin-bottom: 30px;
}
.ttlWrap.info .titleF,
.ttlWrap.pickup .titleF {
	padding-top: 0;
}
.rssWrap {
	font-size: 1.4rem;
	line-height: 1;
	position: absolute;
	right: 0;
	bottom: 11px;
}
.aboutRss {
	position: relative;
	cursor: pointer;
}
.aboutRss:after {
	display: inline-block;
	content: '';
	width: 4px;
	height: 6px;
	background: url(../images/common/ico_arrowR2.png) 0 0 no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-left: 8px;
}
.rss {
	width: 95px;
	margin-top: 10px;
}
.newsList,
.infoList {
	margin-bottom: 30px;
}
.topicsList>li,
.newsList>li,
.infoList>li {
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 30px 30px 26px;
	border-bottom: 1px solid #ccc;
}
.infoList>li {
	padding-top: 26px;
}
.infoList>li {
	display: flex;
	align-items: center;
}
.infoBox {
	padding: 26px 30px;
	border: 1px solid #ccc;
}
.infoBox>li {
	margin-bottom: 22px;
}
.infoBox>li:last-of-type {
	margin-bottom: 0;
}
.date {
	font-size: 1.4rem;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 16px;
}
.infoList .date {
	margin-bottom: 0;
	margin-right: 74px;
}
.listTxt a {
	color: #000;
}
.listTxt a:after {
	display: inline-block;
	content: '';
	width: 4px;
	height: 6px;
	background: url(../images/common/ico_arrowR2.png) 0 0 no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-left: 8px;
}


/* cmp
--------------------------------------- */
/* ページ内リンク */
ul.anchorLink {
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
}


/* products
--------------------------------------- */
/* 今週の新商品 */
.thisWeek .titleC {
	padding-left: 28px;
}
/* 地域選択 */
.areaSelectTtl {
	color: #fff;
	font-size: 1.8rem;
	line-height: 1;
	background: #083;
	padding: 12px 0;
	text-align: center;
}
ul.areaList {
	display: flex;
	justify-content: center;
	margin: 12px 0;
	font-size: 1.4rem;
	line-height: 1;
}
ul.areaList li {
	margin-right: 30px;
}
ul.areaList li:last-of-type {
	margin-right: 0;
	padding-left: 30px;
	border-left: 2px dotted #b6b6b6;
}
ul.areaList li a,
ul.areaList li .aboutArea {
	position: relative;
	display: inline-block;
	padding-right: 20px;
	vertical-align: middle;
	color: #083;
}
ul.areaList li a:after,
ul.areaList li .aboutArea:after {
	position: absolute;
	top: 2px;
	right: 0;
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #083;
	border-right: 2px solid #083;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
ul.areaList li .aboutArea {
	cursor: pointer;
}
ul.areaList li .aboutArea:hover {
	text-decoration: underline;
}
/* おすすめ情報アンカーリンク */
.new .btnArea {
	padding-bottom: 80px;
}
/* カテゴリ一覧 */
.category .titleB {
	padding-bottom: 18px;
}
ul.categoryList {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 60px;
}
ul.categoryList li {
	background: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
	margin-bottom: 20px;
}
ul.categoryList li {
	width: 165px;
	margin: 0 22px 20px 0;
}
ul.categoryList li:nth-child(6n) {
	margin-right: 0;
}
ul.categoryList li a {
	color: #000;
}
ul.categoryList li figcaption {
	display: flex;
}
ul.categoryList li figcaption span {
	font-size: 1.4rem;
	line-height: 1.5;
	padding: 12px 12px;
	width: 100%;
	min-height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
/* おすすめ情報 */
.recommend ul.bnrAreaA {
	margin-bottom: 0;
	padding-bottom: 20px;
}
.recommend ul.bnrAreaA li:last-of-type {
	margin-bottom: 0;
}




/*========================================================================================
                                企業用英語ページ  header　ヘッダー
=========================================================================================*/
.rn2022_header_co {
	color: #000;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0;
	border-bottom: 2px solid #e5e5e5;
	background: #fff;
}
.rn2022_header_co .pcNone {
	display: none;
}
.rn2022_header_co .fitWidthA {
	width: 1200px;
	margin-left: auto!important;
	margin-right: auto!important;
}
.rn2022_header_co .header_sp {
	display: none;
}
.rn2022_header_co .header_pc {
	padding: 20px 0;
}
.rn2022_header_co a {
	color: #000!important;
	text-decoration: none;
}
.rn2022_header_co .headerContents {
	display: flex;
	align-items: flex-end;
	margin: 0;
}
/* ロゴ */
.rn2022_header_co .logo {
	margin-right: 36px;
}
/* 言語選択 */
.rn2022_header_co .langSelect {
	color: #000;
	font-size: 14px;
	position: relative;
	margin-left: auto;
	margin-right: 0;
}
.rn2022_header_co label {
	cursor: pointer;
}
.rn2022_header_co label[for="langSelect"] {
	display: block;
	height: 26px;
	width: 110px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: url(../images/common/ico_arrowD.png) center right 9px no-repeat;
	background-size: 11px 7px;
	padding: 6px 5px;
}
.rn2022_header_co .toggle {
	display: none;
}
.rn2022_header_co .toggle+label+ul.langList {
	max-height: 0;
	overflow: hidden;
	transition: all .5s ease;
}
.rn2022_header_co .toggle:checked+label+ul.langList {
	max-height: 250px;
	transition: all .5s ease-in;
}
.rn2022_header_co ul.langList {
	width: 110px;
	position: absolute;
	top: 25px;
	left: 0;
	background: #fff;
	color: #000;
	font-size: 14px;
	z-index: 2;
}
.rn2022_header_co ul.langList li {
	border: 1px solid #ccc;
	border-bottom: none;
}
.rn2022_header_co ul.langList li:last-of-type {
	border-bottom: 1px solid #ccc;
	border-radius: 0 0 2px 2px;
}
.rn2022_header_co ul.langList li a {
	display: block;
	padding: 6px 5px;
}
.rn2022_header_co ul.langList li a:hover {
	color: #083!important;
	text-decoration: underline;
}
.rn2022_header_co .linkJpTop {
	font-family: Arial;
	font-size: 16px;
}
.rn2022_header_co .linkJpTop:hover {
	text-decoration: underline;
	color: #083!important;
}
.rn2022_header_co .linkJpTop:after {
	display: inline-block;
	content: '';
	width: 4px;
	height: 6px;
	background: url(../images/common/ico_arrowR2.png) 0 0 no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-left: 8px;
}


/*========================================================================================
                                企業用英語ページ  footer フッター
=========================================================================================*/
.rn2022_footer_co {
	font-family: Arial;
	color: #000;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}
.rn2022_footer_co .bgA {
	background: #e5e5e5;
	padding: 8px 0;
}
.rn2022_footer_co .pcNone {
	display: none;
}
.rn2022_footer_co .btnPageBtn {
	position: fixed;
	bottom: 40px;
	right: 120px;
	width: 40px;
	height: 40px;
	display: none;
}
.rn2022_footer_co .btnPageBtn img {
	width: 100%;
}



/*========================================================================================
                                多言語ページ  header　ヘッダー
=========================================================================================*/
.rn2022_header_in {
	color: #000;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0;
	border-bottom: 2px solid #e5e5e5;
	padding: 20px 0;
	background: #fff;
}
.rn2022_header_in .pcNone {
	display: none;
}
.rn2022_header_in .fitWidthA {
	width: 1200px;
	margin-left: auto!important;
	margin-right: auto!important;
}
.rn2022_header_in a {
	color: #000!important;
	text-decoration: none;
}
.rn2022_header_in .headerContents {
	display: flex;
	align-items: flex-end;
	margin: 0;
}
/* ロゴ */
.rn2022_header_in .logo {
	margin-right: 36px;
}
/* 言語選択 */
.rn2022_header_in .langSelect {
	color: #000;
	font-size: 14px;
	position: relative;
	margin-left: auto;
	margin-right: 0;
}
.rn2022_header_in label {
	cursor: pointer;
}
.rn2022_header_in label[for="langSelect"] {
	display: block;
	height: 26px;
	width: 110px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: url(../images/common/ico_arrowD.png) center right 9px no-repeat;
	background-size: 11px 7px;
	padding: 6px 5px;
}
.rn2022_header_in .toggle {
	display: none;
}
.rn2022_header_in .toggle+label+ul.langList {
	max-height: 0;
	overflow: hidden;
	transition: all .5s ease;
}
.rn2022_header_in .toggle:checked+label+ul.langList {
	max-height: 250px;
	transition: all .5s ease-in;
}
.rn2022_header_in ul.langList {
	width: 110px;
	position: absolute;
	top: 25px;
	left: 0;
	background: #fff;
	color: #000;
	font-size: 14px;
	z-index: 2;
}
.rn2022_header_in ul.langList li {
	border: 1px solid #ccc;
	border-bottom: none;
}
.rn2022_header_in ul.langList li:nth-last-child(-n+2) {
	border-bottom: 1px solid #ccc;
	border-radius: 0 0 2px 2px;
}
.rn2022_header_in ul.langList li a {
	display: block;
	padding: 6px 5px;
}
.rn2022_header_in ul.langList li a:hover {
	color: #083!important;
	text-decoration: underline;
}
.rn2022_header_in .linkJpTop {
	font-family: Arial;
	font-size: 16px;
}
.rn2022_header_in .linkJpTop:hover {
	text-decoration: underline;
	color: #083!important;
}
.rn2022_header_in .linkJpTop:after {
	display: inline-block;
	content: '';
	width: 4px;
	height: 6px;
	background: url(../images/common/ico_arrowR2.png) 0 0 no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-left: 8px;
}


/*========================================================================================
                                多言語ページ  footer フッター
=========================================================================================*/
.rn2022_footer_in {
	font-family: Arial;
	color: #000;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}
.rn2022_footer_in .bgA {
	background: #e5e5e5;
	padding: 8px 0;
}
.rn2022_footer_in .pcNone {
	display: none;
}