@charset "utf-8";

/* ==========================================================================
COMMON STYLE (HEADER AND FOOTER)
=========================================================================== */
body {
	overflow-x: hidden;
}


/* ==========================================================================
COMMON STYLE (HEADER AREA) FOR SUBPAGES
=========================================================================== */

/* SP: Menu toggle */
.mod_menu_toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	padding: 11px 24px 11px 20px;
	background: #E30934;
	cursor: pointer;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.mod_menu_toggle.active {
	background-color: white;
}
.mod_menu_toggle .mod_bar {
	width: 20px;
	height: 2px;
	margin: 3px 0;
	background-color: #FFFFFF;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.mod_menu_toggle.active .mod_bar:nth-child(1) {
	background-color: #E30934;
	-webkit-transform: rotate(45deg) translate(6px, 6px);
	    -ms-transform: rotate(45deg) translate(6px, 6px);
	        transform: rotate(45deg) translate(6px, 6px);
}
.mod_menu_toggle.active .mod_bar:nth-child(2) {
	opacity: 0;
}
.mod_menu_toggle.active .mod_bar:nth-child(3) {
	background-color: #E30934;
	-webkit-transform: rotate(-45deg) translate(5px, -5px);
	    -ms-transform: rotate(-45deg) translate(5px, -5px);
	        transform: rotate(-45deg) translate(5px, -5px);
}
.mod_menu_toggle span {
	padding-top: 2px;
	color: #FFFFFF;
	font-size: 10px;
}
.mod_menu_toggle.active span {
	color: #E30934;
}

/* SP: Hamburger menu - buttons */
.mod_header_menu_dtl_ttl,
.mod_header_menu_dtl .mod_btn_01 {
	position: relative;
}
.mod_header_menu_dtl .head_btn_01 {
	margin-top: 46px;
	margin-bottom: 20px;
}
.mod_header_menu_dtl .head_btn_01 img {
	width: 26px;
	height: 24px;
}
.mod_header_menu_dtl .head_btn_02 img {
	width: 22px;
	height: 18px;
}
.mod_header_menu_dtl .head_btn_01 p::before,
.mod_header_menu_dtl .head_btn_02 p::before {
	display: block;
	position: absolute;
	top: 50%;
	z-index: 5;
	content: '';
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.mod_header_menu_dtl .head_btn_01 p::before {
	left: 40px;
	width: 36px;
	height: 36px;
	background: url(/wp-content/themes/nhjapanfood/common/img/icon01_header_sp.svg) center no-repeat;
}
.mod_header_menu_dtl .head_btn_02 p::before {
	left: 35px;
	width: 45px;
	height: 36px;
	background: url(/wp-content/themes/nhjapanfood/common/img/icon02_header_sp.svg) center no-repeat;
}
.mod_header_menu_dtl .head_btn_02 a {
	padding: 10px 0;
	background: #E30934;
	color: #FFFFFF;
	line-height: 1.2;
}
.mod_header_menu_dtl .head_btn_02 a.alpha:after {
	border-color: #FFFFFF;
}

/* SP: Hamburger menu - menu links */
.mod_header_menu_dtl .menu {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
.mod_header_menu_dtl .menu.active {
	display: contents;
}
.menu.active::after {
	position: fixed;
	top: 0%;
	left: -50%;
	z-index: -1;
	width: 200%;
	height: 100vh;
	background-color: rgb(0 0 0 / 50%);
	content: "";
	-webkit-transition: bacground 300ms ease 0s;
	-o-transition: bacground 300ms ease 0s;
	transition: bacground 300ms ease 0s;
	pointer-events: none;
}
.mod_header_menu_dtl_ttl a {
	display: block;
	padding: 1em 2em 1em 0;
	border-top: 1px solid #E30934;
	background: #FFFFFF;
	font-weight: normal;
	text-align: left;
}
.mod_header_menu_dtl_ttl a::after {
	display: block;
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: 2px solid #e30934;
	border-right: 2px solid #e30934;
	content: "";
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.mod_header_menu_dtl_content:last-child > .mod_header_menu_dtl_ttl a {
	border-bottom: 1px solid #E30934;
}
.mod_header_menu_dtl_content a.accordion {
	padding: 0 0 0 52px;
}
.mod_header_menu_dtl_wrap_item {
	margin-top: 49px;
}

/* Header */
.mod_header_area {
	position: fixed;
	z-index: 400;
	width: 100%;
	background: #fff;
	overflow-x: clip;
	-webkit-animation-duration: 150ms;
	        animation-duration: 150ms;
	-webkit-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
	top: 0;
}
.mod_header_area .mod_header_container .header_wrap {
	max-width: 100%;
	margin: 0 auto;
	padding-right: 0;
}
/*.mod_header_container {
	position: relative;
}*/

/* Header - sticky mode */
.mod_header_area.sticky {
	position: fixed;
	top: 0;
	background-color: #fff;
}

/* Header logo */
.mod_header_logo img {
	width: auto;
}

/* Header icons */
.mod_header_icon_wrapper {
	display: none;
}
.mod_header_icon_wrapper img {
	width: auto;
}
.mod_header_icon_inner ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.mod_header_icon_inner li:nth-child(1) {
	left: -32px;
	width: 120px;
	height: 120px;
	margin-top: 20px;
	border-radius: 50%;
	background-color: #FFE8E8;
}
.mod_header_icon_inner li:nth-child(2)::after {
	position: absolute;
	top: -55px;
	right: -42px;
	z-index: -1;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background-color: #E30934;
	content: "";
	box-shadow: 0px 20px 20px 0px rgba(173,0,34,0.3);
	-webkit-box-shadow: 0px 20px 20px 0px rgba(173,0,34,0.3);
	-moz-box-shadow: 0px 20px 20px 0px rgba(173,0,34,0.3);
}
.mod_header_icon_inner li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	gap: 16px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.mod_header_icon_inner li:nth-child(1) {
	position: relative;
	background-color: #FFE8E8;
	text-align: center;
}
.mod_header_icon_inner li:nth-child(2) {
	position: relative;
}
.mod_header_icon_inner .mv_txt_01,
.mod_header_icon_inner .mv_txt_02 {
	font-size: 1.3vw;
	font-weight: bold;
}
.mod_header_icon_inner .mv_txt_01 {
	color: #E30934;
}
.mod_header_icon_inner .mv_txt_02 {
	color: #FFFFFF;
	text-align: center;
	line-height: 1.5;
}
.mod_header_icon_inner .mv_icon_01 img,
.mod_header_icon_inner .mv_icon_02 img {
	width: 25px;
}
.mod_header_icon_inner a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

/* Header icons - sticky mode */
.mod_header_area.sticky .mod_header_icon_inner li {
	top: 0;
	left: 0;
	width: auto;
	height: 111px;
	padding: 10px;
	border-radius: 0;
}
.mod_header_area.sticky .mod_header_icon_inner li:nth-child(1) {
	margin: 0;
}
.mod_header_area.sticky .mod_header_icon_inner li:nth-child(2) {
	background-color: #E30934;
}
.mod_header_area.sticky .mod_header_icon_inner li:nth-child(2)::after {
	display: none;
}
.mod_header_area.sticky .mod_header_icon_inner li a {
	line-height: 1.8em;
}
.mod_header_area.sticky .mod_header_icon_inner img {
	width: 32px;
}

/* Header menu */
.mod_header_menu  {
	display: none;
}
.mod_header_menu img {
	width: auto;
}
.mod_header_menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.mod_header_menu ul li {
	position: relative;
}
.mod_header_menu ul li a,.mod_header_menu ul li span {
	padding-right: 30px;
	padding-bottom: 12px;
	font-size: 12px;
	font-weight: bold;
    cursor: pointer;
}
.mod_header_menu .mod_icon::after {
	position: absolute;
	top: 50%;
	right: 8px;
	width: 15px;
	height: 10px;
	background: url("/wp-content/themes/nhjapanfood/common/img/arrow_down.png") center no-repeat;
	content: '';
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.mod_header_menu .mod_icon.drop::after{
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}

/* Header menu - sticky mode */
.mod_header_area.sticky ul li a {
	width: 190px;
}

/* Header dropdown menu */
.mod_menu_drop_wrapper {
	display: none;
	position: relative;
}

.mod_menu_drop_wrapper .mod_menu_drop.drop {
	opacity: 1;
}
.mod_menu_drop_wrapper.is_active::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 200%;
	height: 200vh;
	background-color: rgb(0 0 0 / 20%);
	content: "";
	-webkit-transition: bacground 300ms ease 0s;
	-o-transition: bacground 300ms ease 0s;
	transition: bacground 300ms ease 0s;
	pointer-events: none;
}
.mod_menu_drop_wrapper .pt_15 {
	padding-top: 15px;
}
.mod_menu_drop {
	position: absolute;
	top: 0;
	left: 0;
	left: 50%;
	z-index: 10;
	width: 100%;
	padding: 29px 115px 33px;
	background-color: #fff;
	opacity: 0;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	-webkit-transition: opacity 300ms ease 0s;
	-o-transition: opacity 300ms ease 0s;
	transition: opacity 300ms ease 0s;
}
.mod_menu_drop:not(.drop) {
	pointer-events: none;
}
.mod_menu_drop ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1320px;
	margin: 0 auto;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 25px;
}
.mod_menu_drop h3 {
	color: #E30934;
	position: relative;
	padding-bottom: 25px;
	padding-left: 25px;
	font-size: 24px;
	font-weight: bold;
}
.mod_menu_drop h3::before {
	position: absolute;
	top: 10px;
	left: 0;
	width: 20px;
	height: 20px;
	background: url("/wp-content/themes/nhjapanfood/common/img/menu_right_arrow.png") center no-repeat;
	content: '';
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.mod_menu_drop li a:hover {
	opacity: 75%;
}
#menu_drop-item-1 ul li.menu01_item03 {
	margin-left: 20px;
	padding-left: 40px;
	border-left: 1px solid #DDDDDD;
}

/* Header dropdown list */
.mod_menu_drop_list {
	padding-top: 28px;
}
.mod_menu_drop_list img {
	width: auto;
}
.mod_menu_drop_list li p {
	font-weight: bold;
	text-align: center;
}

/* Header brand - right part */
.mod_header_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

/* Keyframes for animations */
@-webkit-keyframes header-sticky {
	from { -webkit-transform: translateY(-100%); transform: translateY(-100%); }
	to { -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes header-sticky {
	from { -webkit-transform: translateY(-100%); transform: translateY(-100%); }
	to { -webkit-transform: translateY(0); transform: translateY(0); }
}

@media screen and (max-width: 767px) {
	.mod_header_area {
		width: 100%;
	}
	.menu ul {
		padding: 0;
		list-style: none;
	}
	.menu ul li {
		margin: 0;
	}
	.mod_header_menu ul li {
		padding-top: 0;
	}
	.mod_header_sp img {
		width: auto;
	}
	.mod_header_area .mod_header_logo {
		width: 50%;
		padding: 12px 0 16px;
	}
	.mod_header_logo img {
		height: 30px;
	}
	.mod_header_area .mod_header_container .header_wrap {
		padding: 0 20px;
	}
	body.scroll_disabled .mod_header_container .header_wrap {
		padding: 0 20px 60px;
	}
	.mod_header_container {
		background-color: #FFFFFF;
	}
	.mod_header_area .head_btn_01 a {
		background-color: #FFE8E8;
	}
	.mod_header_area .mod_header_menu_dtl_ttl a {
		color: #E30934;
		font-size: 14px;
		font-weight: bold;
	}

	/* Scroll Disabled when the Menu is active */
	body.scroll_disabled {
		overflow: hidden;
	}
}

@media (orientation: landscape) {
	.mod_header_sp {
	overflow-y: hidden;
	}
}

/* iPad to Desktop view */
@media screen and (min-width: 768px) {
	/* Header and other elements for SP */
	.mod_header_sp,
	.mod_menu_toggle{
		display: none;
	}

	/* Header */
	.mod_header_area {
		position: absolute;
		left: 0;
		z-index: 1000;
		width: 100%;
		height: 111px;
		background: none;
	}

	.mod_header_area:not(.sticky) .mv_icon_02 img {
		position: relative;
		top: 30px;
	}
	.mod_header_area:not(.sticky) .mod_header_icon_inner li {
		-webkit-box-shadow: 10px 20px 20px rgba(255, 125, 150, 0.2);
		        box-shadow: 10px 20px 20px rgba(255, 125, 150, 0.2);
	}

	.mod_header_area .mod_header_container .header_wrap {
		padding-left: 30px;
	}

	/* Header logo */
	.mod_header_logo img {
		width: 140px;
	}

	/* Header menu */
	.mod_header_menu {
		display: block;
		margin-right: 30px;
		margin-top: 25px;
	}
	.mod_header_menu ul li a,.mod_header_menu ul li span {
		font-size: 12px;
	}

	/* Header inner */
	.mod_header_inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

	.mod_header_area:not(.sticky) .mv_icon_02 img {
		position: relative;
		top: 30px;
	}

	.mod_header_area:not(.sticky) .mv_txt_02 {
		position: relative;
		top: 30px;
	}

	/* Header icons */
	.mod_header_icon_wrapper {
		display: block;
	}
	.mod_header_icon_inner ul {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.mod_header_icon_inner li:nth-child(1) {
		top: 100px;
		left: -5vw;
		width: 90px;
		height: 90px;
	}
	.mod_header_icon_inner li:nth-child(2) {
		padding-right: 10px;
	}
	.mod_header_icon_inner li:nth-child(2)::after {
		width: 185px;
		height: 185px;
	}

	/* Header icons - apply to non-sticky header */
	.mod_header_area:not(.sticky) .mod_header_icon_wrapper {
		margin-top: -34px;
	}
	.mod_header_area:not(.sticky) .mod_header_icon_inner {
		margin-top: -80px;
	}
	.mod_header_area:not(.sticky) .mod_header_icon_inner li:nth-child(2) {
		margin-top: 100px;
	}

	/* Header - sticky */
	.mod_header_area.sticky-hidden {
		-webkit-transform: translateY(-100%);
		    -ms-transform: translateY(-100%);
		        transform: translateY(-100%);
	}
	.mod_header_area.sticky.animate {
		-webkit-animation-name: header-sticky;
		        animation-name: header-sticky;
	}
	.mod_header_area.sticky ul li a {
		width: 70px;
	}
	.mod_header_area.sticky .mod_header_icon_inner .mv_txt_02 {
		font-size: 10px;
	}
	.mod_header_area.sticky .mod_header_icon_inner .mv_txt_02 span {
		font-size: 12px;
	}
	.mod_header_area.sticky .mod_header_icon_inner li a {
		gap: 8px;
	}
	.mod_header_area.sticky .mod_header_menu {
		margin-top: 0;
	}

	/* Header dropdown menu */
	.mod_menu_drop_wrapper {
		display: block;
	}
    .mod_menu_drop_wrapper.is_active{
        height: 100vh
    }
	.mod_menu_drop {
		padding-right: 25px;
		padding-left: 25px;
	}
}

@media screen and (min-width: 992px) {
	/* Header logo */
	.mod_header_logo img {
		width: 256px;
	}

	/* Header menu */
	.mod_header_menu {
		margin-right: 30px;
		margin-top: 25px;
	}
	.mod_header_menu ul li a,.mod_header_menu ul li span {
		font-size: 16px;
	}
	.mod_header_menu ul li:not(:last-child) {
		margin-right: 10px;
	}

	/* Header icons */
	.mod_header_icon_inner li:nth-child(1) {
		left: -28px;
		width: 115px;
		height: 115px;
	}
	.mod_header_icon_inner li:nth-child(2) {
		padding-top: 10px;
		padding-right: 10px;
		background-color: transparent;
	}
	.mod_header_icon_inner li:nth-child(2)::after {
		z-index: -1;
		width: 200px;
		height: 200px;
	}

	/* Header - sticky */
	.mod_header_area.sticky ul li a {
		width: 150px;
	}
	.mod_header_area.sticky .mod_header_icon_inner .mv_txt_02 {
		font-size: 12px;
	}
	.mod_header_area.sticky .mod_header_icon_inner .mv_txt_02 span {
		font-size: 16px;
	}
	.mod_header_area.sticky .mod_header_menu {
		margin-top: 0;
	}
}

@media screen and (min-width: 1200px) {
	/* Header icons */
	.mod_header_icon_inner li:nth-child(1) {
		top: 120px;
		left: -45px;
		width: 140px;
		height: 140px;
	}
	.mod_header_icon_inner .mv_txt_01,
	.mod_header_icon_inner .mv_txt_02 {
		font-size: 16px;
		font-weight: bold;
	}
	.mod_header_icon_inner .mv_icon_01 img,
	.mod_header_icon_inner .mv_icon_02 img {
		width: auto;
	}
	.mod_header_icon_inner .mv_icon_02 img {
		height: 30px;
	}
	.mod_header_icon_inner li:nth-child(2)::after {
		width: 230px;
		height: 230px;
	}
	.mod_header_menu {
		margin-right: 35px;
		margin-top: 25px;
	}
	.mod_header_area .mod_header_container .header_wrap {
		padding-left: 55px;
	}

	/* Header - sticky */
	.mod_header_area.sticky .mod_header_menu {
		margin-top: 0;
	}
}

/* ==========================================================================
COMMON STYLE (FOOTER AREA)
=========================================================================== */

.footer_area {
	/* margin-top: 150px; */
	padding: 54px 0;
	background-color: #FAFAFA;
}
.footer_nav_sp {
	display: none;
}
.footer_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.footer_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 775px;
	width: 100%;
	margin-right: 27px;
	padding-right: 27px;
	border-right: 1px solid #E6E6E6;
}
.footer_area .link_list {
	max-width: 229px;
	width: 100%;
	margin-right: 44px;
}
.footer_nav > .link_list:first-child > ul > li:first-child
.footer_area .link_list:last-child {
	margin-right: 0;
}
.footer_area .list_ttl {
	position: relative;
	margin-top: 20px;
	padding-bottom: 18px;
	font-size: 16px;
	font-weight: bold;
}
.footer_area .list_ttl:first-child {
	margin-top: 0;
}
.footer_area .list_ttl::after {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	margin: auto;
	background-color: #E6E6E6;
	content: '';
}
.footer_area .list_sub {
	position: relative;
	margin-top: 10px;
	padding-left: 12px;
	font-size: 16px;
}
.footer_area .list_sub:first-child {
	margin-top: 13px;
}
.footer_area .list_sub::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 2px;
	width: 7px;
	height: 10px;
	background: url(/wp-content/themes/nhjapanfood/common/img/icon_left.png) center no-repeat;
	content: '';
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.footer_area .mod_list .list_ttl:not(:first-child) {
	margin-top: 48px;
}

/* footer_btns */
.footer_btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}
.mod_btn_01.mod {
	margin-top: 20px;
}

/* footer_bnrs */
.footer_bnrs {
	padding: 62px 0 63px;
	background-color: #E30934;
}
.footer_ttl {
	color: #FFFFFF;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
.footer_bnr_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
	max-width: 668px;
	margin: 0 auto;
}
.footer_bnr_list a{
	display: inline-block;
	opacity: 1;
	-webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
}
.footer_bnr_btn:hover {
	opacity: 75%;
}
.footer_bnr_list li {
	width: calc((100% - 16px) / 2);
	margin-right: 16px;
	background-color: #FFFFFF;
	border-radius: 8px;
}
.footer_bnr_list li:last-child {
	margin-right: 0;
}

/* footer_info */
.footer_info {
	padding: 39px 0 45px;
	background-color: #FFFFFF;
}
.footer_info .logo a {
	display: block;
	width: 50%;
}
.copyright ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 0 auto;
	font-size: 12px;
	letter-spacing: -1px;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: end;
}
.copyright p {
	margin-top: 18px;
	font-size: 12px;
	line-height: 1.5;
}

/* mod_prod_slider */
.mod_prod_containter {
	width: 100%;
	max-width: 1130px;
	margin: 0 auto;
	padding: 0 15px;
}
.mod_prod_containter .mod_prod_details {
	margin-right: 20px;
}
.mod_prod_info {
	margin-top: 30px;
	text-align: center;
}
.mod_prod_info .mod_prod_txt {
	font-size: 26px;
}
.mod_prod_info a {
	position: relative;
	display: inline-block;
	margin-top: 13px;
	font-size: 16px;
}
.mod_prod_info a::before {
	position: absolute;
	display: block;
	content: '';
	background: url(/wp-content/themes/nhjapanfood/common/img/right_arrow_small.png) center no-repeat;
	background-size: 100%;
	width: 7px;
	height: 10px;
	top: 50%;
	left: -10px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.mod_prod_info a:hover {
	text-decoration: underline;
}
[class*="subpage"] + .mod_breadcrumbs_area + .footer_area{
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	.footer_area {
		margin-top: 0;
		padding: 20px 0 60px;
	}
	.footer_nav_sp {
		display: block;
		width: 100%;
	}
	.footer_flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.footer_area .footer_flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.footer_area .link_list {
		max-width: 100%;
	}
	.footer_area .list_ttl {
		margin-top: 0;
		padding: 12px 0 9px;
		border-bottom: 1px solid #E6E6E6;
		font-size: 14px;
		line-height: 1.8;
	}
	.footer_area .list_ttl .inside {
		display: none;
	}
	.footer_area .list_ttl .inside.active {
		display: block;
	}
	.footer_area .list_ttl.direct::after {
		top: 50%;
		right: 2px;
		left: unset;
		width: 7px;
		height: 11px;
		margin: 0;
		background: url("/wp-content/themes/nhjapanfood/common/img/icon_left_blk.svg") center no-repeat;
		content: '';
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	.footer_area .list_ttl::after {
		content: unset;
	}
	.footer_area .list_ttl .accordion::after {
		display: block;
		position: absolute;
		top: 50%;
		right: 0;
		left: unset;
		width: 100%;
		height: 100%;
		background: url("/wp-content/themes/nhjapanfood/common/img/icon_down_blk.svg") right no-repeat;
		content: '';
		background-size: auto;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	.footer_area .list_ttl .accordion.active::after {
		background: url("/wp-content/themes/nhjapanfood/common/img/icon_up_blk.svg") right no-repeat;
	}
	.footer_area .list_sub {
		font-size: 14px;
		font-weight: normal;
	}
	.footer_area .list_sub:first-child {
		margin-top: 17px;
	}
	.footer_area .side_list {
		padding-bottom: 5px;
	}
	.footer_btns {
		margin-top: 38px;
	}
	.footer_bnrs {
		padding: 36px 0 40px;
	}
	.footer_ttl {
		font-size: 24px;
	}
	.footer_bnr_list {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.footer_bnr_list li {
		width: 100%;
		margin-right: 0;
	}
	.footer_bnr_list li:nth-child(2) {
		margin-right: 0;
	}
	.footer_bnr_list li:nth-child(3),
	.footer_bnr_list li:last-child {
		margin-top: 20px;
	}
	.copyright ul {
		margin: 0 auto;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.copyright p {
		text-align: center;
	}
	.footer_info {
		padding: 20px 0;
	}
	.footer_info .logo a {
		width: 100%;
	}
	.footer_info .logo {
		width: 80%;
		margin: 0 auto;
		padding: 20px 0;
	}
	.footer_area .link_rel {
		position: relative;
	}
	.footer_area .link_inline {
		position: relative;
		z-index: 5;
	}
	.footer_area .accordion {
		display: block;
		width: 100%;
	}
	.footer_area .list_ttl.direct a {
		display: block;
	}
	.mod_prod_containter {
		margin: 0 15px;
		padding: 0;
	}
	.mod_prod_containter .mod_prod_details {
		margin-right: 15px;
	}
	.mod_prod_info .mod_prod_txt {
		font-size: 18px;
	}
	.mod_prod_info a {
		font-size: 13px;
	}
	[class*="subpage"] + .mod_breadcrumbs_area + .footer_area{
		padding: 0 0 60px;
	}
}