@charset "utf-8";

form#header_login_form {
	display: block;
	width: 100%;
	height: 100%;
}

/* ヘッダー
========================= */
.site-header {
	font-size: 62.5%;
	line-height: 1.6;
	width: 100% !important;
	height: auto !important;
	z-index: 9998 !important;
	position: relative;
	background-color: #fff;
}
.site-header a {
	text-decoration: none;
}
.site-header .header-container {
	width: 100%;
	height: 140px;
	background-color: #fff;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 1024px) {
	.site-header .header-container {height: auto;display: block;}
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 480px) {
	.site-header .header-container {
		/* height: 123px; */
	}
}
/*
@media screen and (max-width: 320px) {
	.site-header .header-container {
		height: 70px;
	}
}
*/
.site-header .header-container .main-logo {
	display: inline-table;
	margin-top: 15px;
	margin-left: 33px;
	line-height: 1.6;
	-webkit-transition: 0.28s;
	-moz-transition: 0.28s;
	-o-transition: 0.28s;
	transition: 0.28s;
}
.site-header .header-container .main-logo .logo-img,
.site-header .header-container .main-logo .logo-img a,
.site-header .header-container .main-logo .logo-img a img {
	-webkit-transition: 0.28s;
	-moz-transition: 0.28s;
	-o-transition: 0.28s;
	transition: 0.28s;
}

@media screen and (max-width: 1400px) {
	.site-header .header-container .main-logo {
/*
		margin-top: 15px;
		margin-left: 15px;
*/
	}
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
	.site-header .header-container .main-logo {
		margin-top: 15px;
		margin-left: 15px;
		width: calc(100% - 771px);
		max-width: 286px;
	}
}
@media screen and (max-width: 1024px) {
	.site-header .header-container .main-logo {
		width: 100%;
		margin-top: 0;
		margin-left: 0;
		position: relative;
	}
	.site-header.fixed-header .header-container .main-logo {
		width: 100%;
		height: auto;
		margin-top: 0;
		margin-left: 0;
		position: relative;
/* 		display: block; */
	}
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
	.site-header .header-container .main-logo .logo-title{
		display: flex;
		justify-content: center;
	}
	.site-header .header-container .main-logo .logo-title a{
		display: flex;
		justify-content: center;
	}
	.site-header .header-container .main-logo .logo-img {
		display: inline-table;
		float: left;
		width: auto;
		margin-top: 10px;
		margin-left: 15px;
	}
	.site-header .header-container .main-logo .logo-img{
		-moz-transform: scale(0.8,0.8);
		-webkit-transform: scale(0.8,0.8);
		-o-transform: scale(0.8,0.8);
		-ms-transform: scale(0.8,0.8);
		transform: scale(0.8,0.8);
		-webkit-transform-origin:left top 0;
		-moz-transform-origin:left top 0;
		-ms-transform-origin:left top 0;
		-o-transform-origin:left top 0;
		transform-origin:left top 0;
/* 		width: 100%; */
	}
	.site-header.fixed-header .header-container .main-logo .logo-img .logo-head {
/* 		visibility: hidden; */
		left: 50px;
	}
	.site-header.fixed-header .header-container .main-logo .logo-img a {
		width: 200px;
	}
}
@media screen and (max-width: 480px) {
	.site-header .header-container .main-logo {
		width: 100%;
		margin: 0;
		height: 60px !important;
	}
	.site-header.sp-fixheader .header-container .main-logo {
/*
		width: 100%;
		margin: 0;
*/
		display:none;
	}
	.site-header .header-container .main-logo .logo-img {
/* 		width: 165px; */
	}
}
/*
@media screen and (max-width: 320px) {
	.site-header .header-container .main-logo {
		width: 110px;
		margin: 20px 8px;
	}
}
*/
.site-header .header-container .main-logo .logo-img a {
	display: block;
	text-decoration: none;
	height: 100%;
}
.site-header .header-container .main-logo .logo-img a:hover {
	color: inherit;
}
.site-header .header-container .main-logo .logo-img {
	display: block;
	padding-bottom: 5px;
	position: relative;
}
@media screen and (max-width: 1024px) {
	.site-header .header-container .main-logo .logo-img a {
		display: inline-block;
	}
	.site-header .header-container .main-logo .logo-img {
		/* padding-bottom: 0; */
		/* display: inline-block; */
		padding: 0;
	}
	.site-header .header-container .main-logo .logo-img img {
		max-width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 480px) {
	.site-header .header-container .main-logo .logo-img img {
		width: 165px;
		margin: 10px 0 0 15px;
	}
/*
	.site-header.fixed-header .header-container .main-logo .logo-img img {
		width: 135px;
		margin: 5px 0 5px 15px;
	}
*/
}
@media screen and (min-width: 1025px) {
	.site-header .header-container .main-logo .logo-img img {
		width: 100%;
		height: auto;
	}
}

.site-header .header-container .main-logo .logo-img .logo-head {
	color: #005aa0;
	position: absolute;
	z-index: 1;
	right: 0;
	top: 2px;
	letter-spacing: 0.05em;
	font-weight: 600;
/*	width: 74.8%;*/
    display: block;
    text-align: center;
	white-space: nowrap;
}
/*
.site-header .header-container .main-logo .logo-head.sp {
	color: #000;
	position: absolute;
	z-index: 1;
	left: 75px;
	top: 2px;
	letter-spacing: normal;
	font-weight: 600;
}
.site-header .header-container .main-logo .logo-head.sp {
	visibility: hidden;
}
*/
@media screen and (max-width: 1024px) {
	.site-header .header-container .main-logo .logo-img .logo-head {
/*		visibility: hidden;
		left: 0;*/
		right: auto;
		left: 75px;
		color: #000;
	}
/*
	.site-header .header-container .main-logo .logo-head.sp {
		visibility: visible;
	}
*/	
}
@media screen and (max-width: 480px) {
	.site-header .header-container .main-logo .logo-img .logo-head {
		font-size: 1rem;
		left: 56px;
		top: 6px;
		letter-spacing: normal;
/*		visibility: hidden;*/
	}
/*
	.site-header .header-container .main-logo .logo-head.sp {
		font-size: 1rem;
		left: 59px;
		top: 6px;
	}
*/
}
.site-header .header-container .main-logo:hover{
	opacity: 0.6;
	transition: all ease .3s;
}
.site-header .header-container .main-logo .logo-text {
	display: block;
	letter-spacing: normal;
	padding-top: 8px;
	position: relative;
	color: #333;
}
.site-header .header-container .main-logo .logo-text:before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: url(../images/logo-line.gif) repeat-x left top;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px) {
	.site-header .header-container .main-logo .logo-text {
/* 		font-size: 1.3rem; */
	}
}
@media screen and (max-width: 1024px) {
	.site-header .header-container .main-logo .logo-text {
		display: none;
		/* margin-top: -28px; */
		/* width: 0px; */
		/* height: 0; */
	}
}

.site-header .header-container .h-content {
}
.site-header .header-container .h-content-sp {
	display: none;
}
@media screen and (max-width: 1024px) {
	.site-header .header-container .h-content {
		display: none !important;
	}
	.site-header .header-container .h-content-sp {
		display: inline-block;
	}
}
.site-header .header-container .h-content-sp {
	position: relative;
}
.h-content-sp .misc-subnavi-sp {
    height: 70px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 95px;
}
.h-content-sp .misc-subnavi-sp ul {
	display: flex;
	height: 100%;
}
.h-content-sp .misc-subnavi-sp ul li {
	display: block;
	width: 90px;
	/* border-left: 1px solid rgba(0,0,0,0.1); */
	background-color: rgba(0,0,0,0.07);
}
.h-content-sp .misc-subnavi-sp ul li a {
	display: block;
	height: 100%;
	position: relative;
	color: #444;
}
.h-content-sp .misc-subnavi-sp ul li a .snav-box {
	display: inline-table;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
.misc-subnavi-sp ul li.nav-cart {
	border: none;
}
.misc-subnavi-sp ul li.nav-cart a {
	color: #fff;
	background-color: rgba(234,117,48,1);
}
.misc-subnavi-sp ul li.nav-cart a:hover {
	background-color: rgba(234,117,48,0.8);
}
.misc-subnavi-sp ul li a i {
	display: table;
	margin: 0 auto;
}
.misc-subnavi-sp ul li a span.f-sz13 {
	display: block;
	text-align: center;
	padding-top: 5px;
	position: relative;
}
.misc-subnavi-sp ul li.nav-cart a span.f-sz13 {
}
.misc-subnavi-sp ul li a .cart-count {
	display: block;
	text-align: center;
	padding-left: 15px;
}
.misc-subnavi-sp ul li a .cart-count .i-cart {
	display: inline-block;
	position: absolute;
	z-index: 1;
	left: 18px;
	bottom: 22px;
}
.misc-subnavi-sp ul li a .cart-count .cart-num {
	display: inline-table;
	background-color: rgba(0,0,0,1);
	width: 30px;
	height: 30px;
	border-radius: 100%;
	text-align: center;
	line-height: 30px;
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 540px) {
	.h-content-sp .misc-subnavi-sp {
	    height: 65px;
	    position: relative;
	    top: 50%;
	    -webkit-transform: translateY(-50%);
	    transform: translateY(-50%);
	    right: 75px;
	}
	.h-content-sp .misc-subnavi-sp ul {
		display: flex;
		height: 100%;
	}
	.h-content-sp .misc-subnavi-sp ul li {
		display: block;
		width: 70px;
		background-color: rgba(0,0,0,0.07);
	}
	.h-content-sp .misc-subnavi-sp ul li a {
		display: block;
		height: 100%;
		position: relative;
		color: #444;
	}
	.h-content-sp .misc-subnavi-sp ul li a .snav-box {
		display: inline-table;
		width: 100%;
		position: absolute;
		top: 55%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.misc-subnavi-sp ul li.nav-cart {
		border: none;
	}
	.misc-subnavi-sp ul li.nav-cart a {
		color: #fff;
		background-color: rgba(234,117,48,1);
	}
	.misc-subnavi-sp ul li.nav-cart a:hover {
		background-color: rgba(234,117,48,0.8);
	}
	.misc-subnavi-sp ul li a i {
		display: table;
		margin: 0 auto;
	}
	.misc-subnavi-sp ul li a span.f-sz13 {
		display: block;
		text-align: center;
		padding-top: 3px;
		position: relative;
		font-size: 1.2rem;
	}
	.misc-subnavi-sp ul li.nav-cart a span.f-sz13 {
	}
	.misc-subnavi-sp ul li a .cart-count {
		display: block;
		text-align: center;
		padding-left: 19px;
	}
	.misc-subnavi-sp ul li a .cart-count .i-cart {
		display: inline-block;
		position: absolute;
		z-index: 1;
		left: 9px;
		bottom: 22px;
	}
	.misc-subnavi-sp ul li a .cart-count .cart-num {
		display: inline-table;
		background-color: rgba(0,0,0,1);
		width: 30px;
		height: 30px;
		border-radius: 100%;
		text-align: center;
		line-height: 30px;
		margin: 0;
		padding: 0;
	}
}

/*
@media screen and (max-width: 320px) {
	.h-content-sp .misc-subnavi-sp {
	    height: 55px;
	    position: relative;
	    top: 50%;
	    -webkit-transform: translateY(-50%);
	    transform: translateY(-50%);
	    right: 75px;
	}
	.h-content-sp .misc-subnavi-sp ul {
		display: flex;
		height: 100%;
	}
	.h-content-sp .misc-subnavi-sp ul li {
		display: block;
		width: 60px;
		background-color: rgba(0,0,0,0.07);
	}
	.h-content-sp .misc-subnavi-sp ul li a {
		display: block;
		height: 100%;
		position: relative;
		color: #444;
	}
	.h-content-sp .misc-subnavi-sp ul li a .snav-box {
		display: inline-table;
		width: 100%;
		position: absolute;
		top: 55%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.misc-subnavi-sp ul li.nav-cart {
		border: none;
	}
	.misc-subnavi-sp ul li.nav-cart a {
		color: #fff;
		background-color: rgba(234,117,48,1);
	}
	.misc-subnavi-sp ul li.nav-cart a:hover {
		background-color: rgba(234,117,48,0.8);
	}
	.misc-subnavi-sp ul li a i {
		display: table;
		margin: 0 auto;
	}
	.misc-subnavi-sp ul li a span.f-sz13 {
		display: block;
		text-align: center;
		padding-top: 0px;
		position: relative;
		font-size: 1.1rem;
	}
	.misc-subnavi-sp ul li.nav-cart a span.f-sz13 {
	}
	.misc-subnavi-sp ul li a .cart-count {
		display: block;
		text-align: center;
		padding-left: 19px;
	}
	.misc-subnavi-sp ul li a .cart-count .i-cart {
		display: inline-block;
		position: absolute;
		z-index: 1;
		left: 5px;
		bottom: 22px;
	}
	.misc-subnavi-sp ul li a .cart-count .cart-num {
		display: inline-table;
		background-color: rgba(0,0,0,1);
		width: 30px;
		height: 30px;
		border-radius: 100%;
		text-align: center;
		line-height: 30px;
		margin: 0;
		padding: 0;
	}
}
*/








.h-content .hc-misc {
	height: 90px;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	position: relative;
}
.hc-misc .delivery {
	display: inline-table;
	order: 2;
	position: relative;
	padding-right: 15px;
	box-sizing: border-box;
}
.hc-misc .delivery p {
}
/*
.hc-misc .delivery span {
	display: inline-block;
}
*/
.hc-misc .delivery .icon {
	display: inline-block;
	font-size: 4.0rem;
	height: 42px;
}
.hc-misc .delivery .text {
	display: inline-block;
}
.hc-misc .delivery .icon {
	vertical-align: middle;
	transform: translateY(-5px);
}
.hc-misc .delivery .text {
	padding-left: 10px;
}
.hc-misc .delivery span {
	line-height: normal;
}
.hc-misc .delivery .text span:nth-child(1) {
	color: #ea7530;
}
.hc-misc .delivery .text span:nth-child(2) {
}
.hc-misc .delivery .text span:nth-child(3) {
	color: #eb4074;
}
@media screen and (max-width: 1400px) {
	.hc-misc .delivery .text span:nth-child(3) {
		display: block;
		clear: both;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
	.hc-misc .delivery .icon {
	}
	.hc-misc .delivery .icon img {
		display: block;
		margin: 0 auto;
		-moz-transform: scale(0.8,0.8);
		-webkit-transform: scale(0.8,0.8);
		-o-transform: scale(0.8,0.8);
		-ms-transform: scale(0.8,0.8);
		transform: scale(0.8,0.8);
	}
	.hc-misc .delivery .text {
		text-align: left;
		padding-left: 5px;
	}
	.hc-misc .delivery .text span {
		line-height: 1.4em;
	}
	.hc-misc .delivery .text span:nth-child(1) {
		font-size: 1.6rem;
	}
	.hc-misc .delivery .text span:nth-child(2) {
		display: block;
		clear: both;
		font-size: 1.4rem;
	}
	.hc-misc .delivery .text span:nth-child(3) {
		display: block;
		clear: both;
		font-size: 1.6rem;
	}
	.site-header.fixed-header .hc-misc .delivery .text span {
		line-height: 1.2em;
		font-size: 1.3rem !important;
	}
}

.hc-misc .rcp-phone {
	display: table;
	padding-left: 50px;
	padding-right: 20px;
	order: 2;
	text-align: right;
	position: relative;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
	.hc-misc .rcp-phone {
		padding-left: 10px;
		padding-right: 10px;
	}
}
.hc-misc .rcp-phone .phone {
	display: block;
	line-height: normal;
}
.hc-misc .rcp-phone .phone .icon {
	display: inline-flex;
	padding-right: 10px;
}
.hc-misc .rcp-phone .phone {
}
.hc-misc .rcp-phone .open {
	color: #444;
}

.hc-misc .misc-subnavi {
	order: 1;
	height: 100%;
}
.hc-misc .misc-subnavi ul {
	display: flex;
	height: 100%;
}
.hc-misc .misc-subnavi ul li {
	display: block;
	width: 90px;
	border-left: 1px solid rgba(0,0,0,0.1);
}
.hc-misc .misc-subnavi ul li a {
	display: block;
	height: 100%;
	position: relative;
	color: #444;
}
.hc-misc .misc-subnavi ul li a .snav-box {
	display: inline-table;
	width: 100%;
	position: absolute;
	bottom: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%); /* Safari用 */
	transform: translateX(-50%);
}
.misc-subnavi ul li.nav-member a:hover,
.misc-subnavi ul li.nav-login a:hover {
	background-color: rgba(0,0,0,0.1);
}
.hc-misc .misc-subnavi ul li.nav-cart {
	border: none;
}
.hc-misc .misc-subnavi ul li.nav-cart a {
	color: #fff;
	background-color: rgba(234,117,48,1);
}
.hc-misc .misc-subnavi ul li.nav-cart a:hover {
	background-color: rgba(234,117,48,0.8);
}
.hc-misc .misc-subnavi ul li a i {
	display: table;
	margin: 0 auto;
}
.hc-misc .misc-subnavi ul li a span.f-sz13 {
	display: block;
	text-align: center;
	padding-top: 13px;
	position: relative;
}
.hc-misc .misc-subnavi ul li.nav-cart a span.f-sz13 {
}
.hc-misc .misc-subnavi ul li a .cart-count {
	display: block;
	text-align: center;
	padding-left: 15px;
	margin-bottom: 7px;
}
.hc-misc .misc-subnavi ul li a .cart-count .i-cart {
	display: inline-block;
	position: absolute;
	z-index: 1;
	left: 18px;
	bottom: 30px;
}
.hc-misc .misc-subnavi ul li a .cart-count .cart-num {
	display: inline-table;
	background-color: rgba(0,0,0,1);
	width: 34px;
	height: 34px;
	border-radius: 100%;
	text-align: center;
	line-height: 34px;
	margin: 0;
	padding: 0;
}

@media screen and (min-width: 992px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
}

/* グローバルナビ
========================= */
.site-navigation {
	width: 100%;
	height: 50px;
	top: 0;
	-webkit-transition: .3s linear,border .3s ease;
    transition: .3s linear,border .3s ease;
}
.site-navigation .navline-before {
    display: inline-block;
    margin-left: -50px;
    float: left;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent #ededed transparent;
}
.site-navigation ul#gnav-mega {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	background-color: rgba(237,237,237,1);
	padding: 0 0 0 25px;
}
.site-navigation ul#gnav-mega li.g-menu {
	display: block;
	-webkit-transition: 0.28s;
	-moz-transition: 0.28s;
	-o-transition: 0.28s;
	transition: 0.28s;
}
.site-navigation ul#gnav-mega li.g-menu.sns.x a.ico-x {
	background: url(../images/logo-x_blk.svg) no-repeat center center;
	background-size: 20px;
	height: 100%;
}
.site-navigation ul#gnav-mega li.g-menu.sns.youtube {
	margin-right: 20px;
}

@media (max-width: 1280px) {
	.site-navigation ul#gnav-mega li.g-menu.sns.youtube {
		margin-right: 0;
	}
}

.site-navigation ul#gnav-mega li.has-list a {
	position: relative;
	justify-content: space-between;
	align-items: center;
}

/* ホーム お問合せ SNS アイコン */
.site-navigation ul#gnav-mega li .fa {
}
.site-navigation ul#gnav-mega li .fa:before {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 0;
}
.site-navigation ul#gnav-mega li.home .fa:before,
.site-navigation ul#gnav-mega li.sns .fa:before {
	font-size: 2.4rem;
}
.site-navigation ul#gnav-mega li.contact .fa:before {
	font-size: 2.1rem;
}


/* 商品検索 */
.site-navigation ul#gnav-mega li.prod-search .btn-search {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #333;
	position: relative;
	cursor: pointer;
	transition: all ease 0.28s;
	margin-left: auto;
}
.site-navigation ul#gnav-mega li.prod-search .btn-search:hover {
	opacity: 0.8;
}
.site-navigation ul#gnav-mega li.prod-search .btn-search img {
	display: block;
	width: 21px;
	height: 21px;
	position: absolute;
	right: 50%;
	bottom: 50%;
	transform: translate(50%, 50%);
	z-index: 1;
}

 @media screen and (max-width: 1280px) {
	.site-navigation ul#gnav-mega li.nav02.has-list .gsub a {
	}
	.site-navigation ul#gnav-mega li.nav03.has-list .gsub a {
		width: 100%;
	}
	.site-navigation ul#gnav-mega li.nav04.has-list .gsub a {
		width: 100%;
	}
}
 @media screen and (min-width: 1401px) {
	.site-navigation ul#gnav-mega li.has-list a.nav-link span {
		display: inline-block;
		position: relative;
		padding-right: 20px;
	}
	.site-navigation ul#gnav-mega li.has-list a.nav-link span:before {
		content: "";
		width: 7px;
		height: 7px;
		border-top: 2px solid #333;
		border-right: 2px solid #333;
		position: absolute;
		margin-top: -2px;
		right: 2px;
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(135deg);
		transform: translateY(-50%) rotate(135deg);
		z-index: 555;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
}
@media screen and (min-width: 1281px) and (max-width: 1400px) {
	.site-navigation ul#gnav-mega li.has-list a.nav-link:before {
		content: "";
		width: 7px;
		height: 7px;
		border-top: 2px solid #333;
		border-right: 2px solid #333;
		position: absolute;
		right: inherit;
		top: inherit;
		bottom: 7px;
		left: 50%;
		-webkit-transform: translateY(0) translateX(-50%) rotate(135deg);
		transform: translateY(0) translateX(-50%) rotate(135deg);
		z-index: 555;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	.fixed-header .site-navigation ul#gnav-mega li.has-list a.nav-link:before {
		bottom: 6px;
	}
	.site-navigation ul#gnav-mega li.has-list a.nav-link:hover:before {
		bottom: -15px;
		opacity: 0;
	}

	.fixed-header .site-navigation ul#gnav-mega li.prod-search .btn-search {
		height: 40px;
	}

}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
	.site-navigation ul#gnav-mega li.has-list a.nav-link:before {
		content: "";
		width: 7px;
		height: 7px;
		border-top: 2px solid #333;
		border-right: 2px solid #333;
		position: absolute;
		right: inherit;
		top: inherit;
		bottom: 2px;
		left: 50%;
		-webkit-transform: translateY(0) translateX(-50%) rotate(135deg);
		transform: translateY(0) translateX(-50%) rotate(135deg);
		z-index: 555;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	.fixed-header .site-navigation ul#gnav-mega li.has-list a.nav-link:before {
		bottom: 6px;
	}
	.site-navigation ul#gnav-mega li.has-list a.nav-link:hover:before {
		bottom: -15px;
		opacity: 0;
	}

	.fixed-header .site-navigation ul#gnav-mega li.prod-search .btn-search {
		height: 40px;
	}

}
.site-navigation ul#gnav-mega li.g-menu:hover {
	background-color: rgba(0,0,0,0.1);
}
.site-navigation ul#gnav-mega li.g-menu a.nav-link {
	display: block;
	text-align: center;
	line-height: 50px;
	padding: 0 25px;
	position: relative;
	white-space: nowrap;
}
.site-navigation ul#gnav-mega li.has-list a.nav-link {
}
.site-navigation ul#gnav-mega li.has-list a.nav-link:after {
	content: "";
	display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 10px 7.5px;
    border-color: transparent transparent rgba(0,90,160,0) transparent;
    position: absolute;
    bottom: -16px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: 0.28s;
	-moz-transition: 0.28s;
	-o-transition: 0.28s;
	transition: 0.28s;
	z-index: 555;
}
.site-navigation ul#gnav-mega li.has-list a.nav-link:hover:after {
    border-color: transparent transparent rgba(0,90,160,0.9) transparent;
	bottom: 0;
}

/* mega menu */
.sf-mega {
	font-size: 1.5rem;
	width: 100%;
	position: absolute;
	z-index: 555;
	background: rgba(0,90,160,0.95);
	left: 0;
	color: #fff;
	padding: 3rem 2rem 5rem;
	opacity: 0;
	visibility: hidden;
	transform: scaleY(0.5);
	transform-origin: top center;
}

.nav02 .sf-mega {
	max-height: calc(100vh - 140px);
	overflow-y: auto;
}
.fixed-header .nav02 .sf-mega {
	max-height: calc(100vh - 100px);
	padding: 5rem 2rem;
}
.nav02 .sf-mega .sf-contentsbox {
	height: 100%;
}

@media screen  and (min-width: 1025px) and (max-width: 1280px) {
	.nav02 .sf-mega {
		overflow-y: hidden;
	}
}

@media (min-width: 1025px) {
	.has-list:hover .sf-mega {
		visibility: visible;
		opacity: 1;
		transform: scaleY(1);
		transition: visibility ease 0.28s, opacity ease 0.28s, transform ease 0.28s;
	}
}


.sf-mega .mega-title {
	padding: 2rem 2rem 2rem 0;
	border-right: 1px solid rgba(255,255,255,0.2);
}
.sf-mega .mega-title span {
	display: block;
	text-align: center;
}
.sf-mega .mega-title .f-bar {
	color: #fff;
	margin-bottom: 3rem;
}

.sf-mega .mega-page {
	padding: 2rem 0 0 1rem;
}
.sf-mega .mega-page ul {
	width: 100%;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.sf-mega .mega-page ul li {
	float: left;
	text-align: center;
	padding-right: 0;
}
.sf-mega .mega-page ul li a {
	color: #fff;
	display: block;
	transition: .3s ease;
}

.sf-mega .mega-page ul li .flex-column {
	margin-bottom: 10px;
	overflow: hidden;
	height: 120px;
	position: relative;
	display: table;
	width: 100%;
	/*-webkit-flex-direction: row;
    flex-direction: row;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items: center;
    align-items:center;*/
	box-sizing: border-box;
	z-index: 1;
}

.sf-mega .mega-page ul li .flex-column span {
	z-index: 1;
	font-weight: bold;
	letter-spacing: 0.095em;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.sf-mega .mega-page ul li .flex-column img.cover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    display: block;
    width: 100%;
	height: 100%;
    font-family: "object-fit: cover; object-position: center;";/*for IE Edge*/
    object-fit: cover;
    object-position: center;
}

.sf-mega .mega-page ul li .flex-column .c-mask-alpbk {
    z-index: -1;
    background-color: rgba(0, 0, 0, .5);
	position: absolute;
    top: 0;
    left: 0;
	width: 100%;
    height: 100%;
	-ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -ms-transform-origin: center right;
    transform-origin: center right;
	transition: .5s ease;
}
.sf-mega .mega-page ul li a:hover {
	color: #fff;
}
.sf-mega .mega-page ul li a:hover .c-mask-alpbk {
    background-color: rgba(0, 0, 0, .7);
}
.site-navigation ul#gnav-mega li.g-menu a.nav-link:hover {
    color: inherit;
}

@media screen and (min-width: 1281px) and (max-width: 1400px) {
	.site-navigation.pc-only {
	    width: 950px;
	    float: right;
	    padding-left: 30px;
	}
	.site-navigation ul#gnav-mega {
	}
	.site-navigation ul#gnav-mega li.g-menu a.nav-link {
		padding: 0 14px;
	    line-height: 50px;
	}
	.site-header.fixed-header .site-navigation ul#gnav-mega li.g-menu a.nav-link {
		padding: 0px 14px 8px 14px;
	}
    .site-header.fixed-header .site-navigation ul#gnav-mega li.g-menu.nav05 a.nav-link {
        padding: 0px 14px 8px 14px;
        line-height: 32px;
    }
	.site-header.fixed-header .site-navigation ul#gnav-mega li.g-menu.nav06 a.nav-link {
        padding: 0px 14px;
        line-height: 40px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
	.site-navigation.pc-only {
	    width: auto;
	    float: right;
	}
	.site-navigation ul#gnav-mega {
	    justify-content: flex-start;
	    padding: 0;
	}
	.site-navigation ul#gnav-mega li.g-menu:not(.prod-search) {
		padding: 5px 0;
		height: 50px;
	}
	.site-header.fixed-header .site-navigation ul#gnav-mega li.g-menu {
		padding: 0 !important;
		height: 40px !important;
	}
	.site-navigation ul#gnav-mega li.g-menu a.nav-link {
	    padding: 0 1.8vw 5px 1.8vw;
	    font-size: 1.4rem;
	    border-right: 1px solid #ddd;
	    line-height: 35px;
	}
	.site-navigation ul#gnav-mega li.g-menu:not(.home):not(.contact):not(.blog):not(.sns) a.nav-link {
		padding: 0 1vw 5px 1vw;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1030px) {
	.site-navigation.pc-only {
	    width: auto;
	    float: right;
	}
	.site-navigation ul#gnav-mega {
	    justify-content: flex-start;
	    padding: 0;
	}
}
@media screen and (max-width: 1120px) {
	.site-navigation .navline-before {
	    display: none !important;
	}
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.site-navigation ul li.g-menu a.g-link .f-jp {
    	font-size: 1.5rem;
	}

	.sf-mega .mega-page ul li.col-md-3 {
		width: 50%;
		max-width: 50%;
	}
}



@media screen and (max-width: 991px) {
	.site-navigation.pc-only {
		display: none;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.sf-mega {
		padding: 2rem 1.5rem;
	}
	.sf-mega .mega-title {
		padding: 1.5rem 1.5rem 1.5rem 0;
	}
	.sf-mega .mega-page {
		padding: 1.5rem 0 0 3rem;
	}
}

/* サブメニュー */
.sf-mega .wrap {
	display: flex;
}
.sf-mega .wrap .ttl-wrap {
	width: 20%;
}
.sf-mega .wrap .ttl-wrap h3 {
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	padding-bottom: 30px;
}
.sf-mega .wrap .item-wrap {
	width: 80%;
	padding-left: 35px;
	padding-right: 1%;
}
.sf-mega ul.gsub {
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.nav06 .sf-mega .wrap .item-wrap {
	width: 100%;
}
.nav06 .sf-mega ul.gsub {
	justify-content: center;
}

.sf-mega ul.gsub li {
}
.sf-mega ul.gsub li a.item-link {
	display: block;
	width: 155px;
	height: 100%;
	color: #333;
	background-color: #fff;
	padding-bottom: 5px;
	}
 .sf-mega ul.gsub li .item-box {
 	display: block;
 	height: 100%;
 	padding: 5px;
}
 .sf-mega ul.gsub li .item-box.item-linkbtn {
 	display: block;
 	padding: 0 20px 20px;
}
 .sf-mega ul.gsub li .item-box a.item-link span.img {
 	display: block;
 	position: relative;
 	background-color: #fff;
 	width: 60px;
 	height: 60px;
}
 .sf-mega ul.gsub li .item-box a.item-link .img img {
 	display: block;
 	width: 100%;
 	height: 100%;
 	margin: 0 auto;
}
 .sf-mega ul.gsub li .item-box a:hover span.img .img-mask {
 	content: "";
 	width: 100%;
 	height: 100%;
 	position: absolute;
 	left: 0;
 	top: 0;
	background-color: rgba(0,0,0,0.3);
	-webkit-transition: 0.28s;
	-moz-transition: 0.28s;
	-o-transition: 0.28s;
	transition: 0.28s;
}
 .sf-mega ul.gsub li .item-box a span.text {
	display: block;
	width: 70%;
	text-align: center;
	font-size: 1.4rem;
	line-height: normal;
	font-weight: bold;
	letter-spacing: 0.05em;
}


 @media screen  and (min-width: 1025px) and (max-width: 1280px) {
	.sf-mega .wrap .item-wrap {
		padding: 0;
	}
 }
 @media screen and (max-width: 1280px) {
	.sf-mega .wrap {
		display: block;
		width: 100%;
	}
	.sf-mega .wrap .ttl-wrap {
		width: 100%;
		padding-bottom: 20px;
		padding-left: 5px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.sf-mega .wrap .ttl-wrap h3 {
	display: inline-block;
	padding: 0;
	}
	.sf-mega .wrap .ttl-wrap .btn-tp01 {
	display: inline-block;
	margin-right: 5px;
	}
	.sf-mega .wrap .item-wrap {
		width: 100%;
		padding-left: 0;
	}
	.sf-mega ul.gsub li a.item-link {
	    display: flex;
	    width: 100%;
	    height: 100%;
	    color: #333;
	    background-color: #fff;
	    padding-bottom: 0;
	}
	 .sf-mega ul.gsub li .item-box a.item-link .img img {
	 	display: block;
	 	width: 85%;
	 	height: 100%;
	}
	 .sf-mega ul.gsub li .item-box a span.text {
		display: block;
	 	/* width: 110px; */
	}
}
 @media screen (min-width: 1280px) and (max-width: 1024px) {
	.sf-mega .wrap {
		display: block;
		width: 100%;
	}
	.sf-mega .wrap .ttl-wrap {
		width: 100%;
		padding-bottom: 20px;
		padding-left: 10px;
	}
	.sf-mega .wrap .item-wrap {
		width: 100%;
		padding-left: 0;
	}
	.sf-mega ul.gsub li a.item-link {
	    display: block;
	    width: 140px;
	    height: 100%;
	    color: #333;
	    background-color: #fff;
	    padding-bottom: 5px;
	}
	 .sf-mega ul.gsub li .item-box a.item-link .img img {
	 	display: block;
	 	width: 110px;
	 	height: 110px;
	}
	 .sf-mega ul.gsub li .item-box a span.text {
		display: block;
	 	/* width: 110px; */
	}
}


/* .sf-search */
.sf-search {
	font-size: 1.5rem;
	width: 100%;
	position: absolute;
	z-index: 555;
	background: #333333;
	left: 0;
	color: #fff;
	padding: 35px 2rem;
	opacity: 0;
	visibility: hidden;
	transform: scaleY(0.5);
	transform-origin: top center;
}
.sf-search.open {
	visibility: visible;
	opacity: 1;
	transform: scaleY(1);
	transition: visibility ease 0.28s, opacity ease 0.28s, transform ease 0.28s;
}
.sf-search .wrap {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	text-align: left;
}
.sf-search .wrap .ttl-wrap {

}
.sf-search .wrap form {
	padding-left: 30px;
}

.sf-search .search-cont {
	display: flex;
	align-items: center;
}
.sf-search .search-cont input[name="keyword"] {
	width: 340px;
	height: 50px;
	padding-left: 20px;
	border: none;
	border-radius: 0;
	margin: 0;
	-webkit-appearance: textfield; /* safari用 */
}
.sf-search .search-cont button[type="submit"] {
	width: 50px;
	height: 50px;
	background-color: #fff;
	border: none;
	position: relative;
	cursor: pointer;
}
.sf-search .search-cont button[type="submit"]:hover {
	background-color: #ededed;
}
.sf-search .search-cont button[type="submit"] img {
	width: 21px;
	height: 21px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}

@media (max-width: 768px) {
	.sf-search {
		padding: 20px 2rem;
	}
	.sf-search .wrap {
		flex-wrap: wrap;
		justify-content: center;
	}
	.sf-search .ttl-wrap {
		width: 100%;
		padding-bottom: 10px;
	}
	.sf-search .ttl-wrap .f-wht {
		text-align: center;
	}
	.sf-search .wrap form {
		padding-left: 0;
	}
}
@media (max-width: 480px) {
	.sf-search .wrap form {
		width: 100%;
	}
	.sf-search .search-cont input[name="keyword"] {
		width: calc(100% - 50px);
	}
}




/* ヘッダーフィックス
========================= */

@media screen and (min-width: 992px) {
	/*.site-header {
		width: 100%;
		-webkit-transition: all .3s linear;
    	transition: all .3s linear;
	}*/
/*
	#wrap.has-fixhead {
		padding-top: 110px;
	}

	.site-header.fixed-header {
		height: 114px;
		top: 0;
	}

	.site-header.fixed-header .lang-nav {
	}
	.site-header.fixed-header .head-contents {
	}
	.site-header.fixed-header .head-contents .main-logo {
		top: -38px;
	}
	.site-header.fixed-header .head-contents .main-logo a img {
		transform: scale(0.85, 0.85);
		-webkit-transform: scale(0.85, 0.85);
		-moz-transform: scale(0.85, 0.85);
		-ms-transform: scale(0.85, 0.85);
	}
	.site-header.fixed-header .head-contents .lang-nav a {
	}
	.site-header.fixed-header .site-navigation {
		position: relative;
		top: -50px;
		border-bottom: 1px solid #ddd;
	}

	.site-header.fixed-header .site-navigation ul li.g-menu a.g-link {
		height: 50px;
	}
	.site-header.fixed-header .site-navigation ul li.g-menu a.g-link:after {
		height: 18px;
		margin-top: -7px;
	}

	.site-header.fixed-header .site-navigation ul li.g-menu a.g-link .f-jp {
		line-height: 50px;
	}
*/

}

@media screen and (max-width: 991px) {
/*
	.site-header.fixed-header .head-contents {
		border-bottom: 1px solid #ddd;
		height: 70px;
	}

*/
}

@media screen  and (min-width: 1281px) {
	.nav02 .sf-mega ul.gsub li {
		width: 25%;
	}
	.nav02 .sf-mega ul.gsub li a.item-link {
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	    width: 100%;
	    height: 100%;
	    color: #333;
	    background-color: #fff;
	    /* padding-bottom: 5px; */
	    padding: 2%;
	}
}
@media screen  and (min-width: 1025px) and (max-width: 1280px) {
	.nav02 .sf-mega ul.gsub li {
		width: 25%;
	}
	.nav03 .sf-mega ul.gsub li {
		width : 33.33333%;
		width : -webkit-calc(100% / 3);
		width : calc(100% / 3);
	}
	.nav04 .sf-mega ul.gsub li {
		width : 33.33333%;
		width : -webkit-calc(100% / 3);
		width : calc(100% / 3);
	}
	.sf-mega ul.gsub li .item-box a span.text {
		font-size: 1.3rem;
	}
}





/* スマホメニュースタイル
========================= */
#menu {
	background: #333;
	display: none;
}
.mm-wrapper_opening .mm-page:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
}
#menu .mm-navbars_top {
	position: static;
}
#menu .mm-navbars_top .mm-navbar.mm-navbar_has-btns {
    border: none;
    text-align: center;
    line-height: normal;
    height: auto;
    padding: 2rem 1.5rem !important;
    margin: 0;
    position: inherit;
    height: 80px !important;
}
#menu .mm-navbars_top .mm-navbar.mm-navbar_has-btns .mm-btn {
	width: 100%;
	height: 40px;
	position: static;
	border: 1px solid rgba(255,255,255,0.5);
	/* line-height: 40px; */
	padding: 0;
	text-align: center;
}
#menu .mm-navbars_top .mm-navbar.mm-navbar_has-btns .mm-sronly {
	position: static !important;
	-webkit-clip-path: inset(0%)!important;
	clip-path: inset(0%)!important;
	font-size: 1.6rem;
	line-height: 38px;
}

.mm-panels>.mm-panel .mm-navbar {
    /*border-bottom: 1px solid;
    border-top: 1px solid;
    border-color: rgba(255,255,255,0.9);*/
    text-align: center;
    line-height: 48px;
    height: 50px;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    background-color: #000;
}
.mm-panels>.mm-panel .mm-navbar .mm-navbar__title {
	padding: 0;
}

#menu ul li.info-item.mm-listitem {
	border-bottom: 0;
	text-align: center;
}
#menu ul li.info-item.mm-listitem i {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-left: 0rem;
	/* float: left; */
}
#menu ul li.info-item .tel-no {
	display: block;
	width: 100%;
	vertical-align: middle;
	color: #fff;
	font-size: 2.5rem;
	font-weight: 700;
	padding: 10px 0 !important;
	line-height: normal;
}
#menu ul li.info-item .member,
#menu ul li.info-item .login,
#menu ul li.info-item .cart {
	display: block;
	width: 100%;
	vertical-align: middle;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	padding: 20px 0;
	line-height: normal;
}
#menu ul li.info-item .icon {
	display: inline-block;
	padding-right: 15px;
	vertical-align: middle;
}
#menu ul li.info-item span {
/* 	padding: 0 !important; */
}
.mm-listitem>span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding: 15px 10px 15px 30px !important;
    margin: 0;
}
#menu ul li.info-item .cart .cart-count {
    display: inline-block;
    padding-right: 8px;
}
#menu ul li.info-item .cart .cart-count .cart-num {
	font-size: 1.4rem;
	display: inline-table;
	width: 30px;
	height: 30px;
	background-color: #fff;
	color: #000;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	border-radius: 100%;
	vertical-align: top;
}
#menu ul li.sns {
	display: flex;
	justify-content: center;
	padding: 20px 0;
}
#menu ul li.sns:after {
	display: none;
}
#menu ul li.sns a {
	padding: 15px;
	background-color: #fff;
	margin: 0 5px;
}
#menu ul li.sns .fa {
	position: relative;
	z-index: 1;
}
#menu ul li.sns .fa:before {
	color: #333;
}
#menu ul li.sns a.ico-x {
	background-image: url(../images/logo-x_blk.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 19px;
	width: 54px;
}
#menu ul li.sns .fa-instagram {
	width: 24px;
	height: 21px;
	font-size: 21px;
	padding-left: 3px;
}
#menu ul li.sns .fa-youtube {
	width: 24px;
	height: 24px;
	font-size: 24px;
}


/* スマホ用メニュー
========================= */

.toggle-mnu {
    display: block;
    width: 55px;
    height: 55px;
    margin-top: 0;
    box-sizing: border-box;
    padding: 18px 15px 15px 15px;
}

.toggle-mnu span:after, .toggle-mnu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
}

.toggle-mnu span:after {
  top: 18px;
}

.toggle-mnu span {
  position: relative;
  display: block;
}

.toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
	width: 100%;
	height: 2px;
	background-color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 2px;
}

.toggle-mnu.on span {
  background-color: transparent;
}

.toggle-mnu.on span:before {
  -webkit-transform: rotate(45deg) translate(-1px, 0px);
      -ms-transform: rotate(45deg) translate(-1px, 0px);
          transform: rotate(45deg) translate(-1px, 0px);
}

.toggle-mnu.on span:after {
  -webkit-transform: rotate(-45deg) translate(6px, -7px);
      -ms-transform: rotate(-45deg) translate(6px, -7px);
          transform: rotate(-45deg) translate(6px, -7px);
}

.toggle-mnu {
  float: left;
  position: relative;
  z-index: 555;
}

@media screen and (min-width: 769px) {
  .toggle-mnu {
    display: none;
  }
}

#hamburger {
    width: 100%;
    text-align: center;
    height: 100%;
    /* position: absolute; */
    display: block;
    z-index: 555;
    position: relative;
}
.hamburger {
    /*padding: 11px 10px;
    height: 48px;*/
    /* padding: 14px 12px 3px 12px; */
    padding: 0 12px;
    /* height: 60px; */
    display: inline-block;
    cursor: pointer;
    transition-property: opacity,-webkit-filter;
    -webkit-transition-property: opacity,-webkit-filter;
    transition-property: opacity,filter;
    transition-property: opacity,filter,-webkit-filter;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0 auto;
    overflow: visible;
    margin-top: 21px;

/*
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
*/
}
.hamburger:hover {
    opacity: 0.8;
}
.hamburger-box {
    width: 29px;
    height: 19px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 30px;
    height: 3px;
    background-color: #fff;
    border-radius: 2px;
    position: absolute;
    z-index: 555;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.hamburger-inner::after,
.hamburger-inner::before {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -8px;
}
.hamburger-inner::after {
    /* bottom: -10px; */
}
.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    -webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
}
.hamburger--collapse .hamburger-inner::after {
    top: -16px;
    -webkit-transition: top 0.3s 0.3s cubic-bezier(.33333,.66667,.66667,1),opacity 0.1s linear;
    transition: top 0.3s 0.3s cubic-bezier(.33333,.66667,.66667,1),opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform 0.15s cubic-bezier(.55,.055,.675,.19);
    -webkit-transition: top 0.12s 0.3s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform 0.15s cubic-bezier(.55,.055,.675,.19);
    transition: top 0.12s 0.3s cubic-bezier(.33333,.66667,.66667,1),transform 0.15s cubic-bezier(.55,.055,.675,.19);
    transition: top 0.12s 0.3s cubic-bezier(.33333,.66667,.66667,1),transform 0.15s cubic-bezier(.55,.055,.675,.19),-webkit-transform 0.15s cubic-bezier(.55,.055,.675,.19);
}
.mm-wrapper_opened .hamburger--collapse .hamburger-inner {
    -webkit-transform: translate3d(0,-10px,0) rotate(-45deg);
    transform: translate3d(0,-10px,0) rotate(-45deg);
    -webkit-transition-delay: 0.32s;
    transition-delay: 0.32s;
    -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
}
.mm-wrapper_opened .hamburger--collapse .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.3s cubic-bezier(.33333,0,.66667,.33333),opacity 0.1s 0.27s linear;
    transition: top 0.3s cubic-bezier(.33333,0,.66667,.33333),opacity 0.1s 0.27s linear;
}
.mm-wrapper_opened .hamburger--collapse .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: top 0.12s 0.18s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform 0.15s 0.42s cubic-bezier(.215,.61,.355,1);
    -webkit-transition: top 0.12s 0.18s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform 0.15s 0.42s cubic-bezier(.215,.61,.355,1);
    transition: top 0.12s 0.18s cubic-bezier(.33333,0,.66667,.33333),transform 0.15s 0.42s cubic-bezier(.215,.61,.355,1);
    transition: top 0.12s 0.18s cubic-bezier(.33333,0,.66667,.33333),transform 0.15s 0.42s cubic-bezier(.215,.61,.355,1),-webkit-transform 0.15s 0.42s cubic-bezier(.215,.61,.355,1);
}

#hamburger .hmbr-menu {
	display: none;
	/* position: absolute; */
	/* bottom: 1px; */
	left: 0;
	right: 0;
	text-align:center;
	color: #fff;
	font-size: 1.1rem;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
}
.site-header.fixed-header #hamburger .hmbr-menu {
/* 	display: none; */
}


@media screen and (max-width:1024px) {
	.sp-miscMenu.sp-only {
		display: block !important;
		height: 60px;
		background-color: #fff;
	}
	.site-header.fixed-header .sp-miscMenu.sp-only {
		display: block !important;
/* 		height: 50px; */
	}
	.sp-miscMenu {
		width: 100%;
	}
	.site-navigation {
/* 		height: 50px; */
	}
	#hamburger {
		/* right: 10px; */
		/* top: 50%; */
		/* -webkit-transform: translateY(-50%); */
		/* transform: translateY(-50%); */
		background: #005aa0;
	}
}

/*
.sp-miscMenu,
.sp-miscMenu .sp-miscnav li {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
*/

@media screen and (max-width:480px) {
	.sp-fixheader .sp-miscMenu.sp-only {
		position: fixed;
		display: block !important;
		height: 60px;
		z-index: 9999;
	}
	.sp-miscMenu.sp-miniheader {
	}
	.sp-miscMenu.sp-miniheader .sp-miscnav li.nav-hamburger #hamburger {
		background: none;
	}
	.sp-miscMenu.sp-miniheader .sp-miscnav li.nav-hamburger #hamburger .hmbr-menu {
		visibility: hidden;
	}
	.sp-miscMenu.sp-miniheader .sp-miscnav li.nav-hamburger .hamburger-inner,
	.sp-miscMenu.sp-miniheader .sp-miscnav li.nav-hamburger .hamburger-inner::after,
	.sp-miscMenu.sp-miniheader .sp-miscnav li.nav-hamburger .hamburger-inner::before {
		background-color: #005aa0;
	}
	.sp-miscMenu.sp-miniheader .sp-miscnav li.nav-member,
	.sp-miscMenu.sp-miniheader .sp-miscnav li.nav-login,
	.sp-miscMenu.sp-miniheader .sp-miscnav li.nav-cart {
		display: none;
	}
}

.sp-miscMenu .sp-miscnav {
	display: flex;
	width: 100%;
	height: 100%;
}
.sp-miscMenu .sp-miscnav li {
	width: 25%;
	padding-left: 1px;
}
.sp-miscMenu .sp-miscnav li:first-child {
	padding-left: 0px;
}
.sp-miscMenu .sp-miscnav li a,
.sp-miscMenu .sp-miscnav li span.btn-search {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #ededed;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.sp-miscMenu .sp-miscnav li a:hover {
	text-decoration: none;
	color: inherit !important;
}
.sp-miscMenu .sp-miscnav li a .snav-box,
.sp-miscMenu .sp-miscnav li span.btn-search .snav-box {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding-top: 3px;
}
.sp-miscMenu .sp-miscnav li.nav-cart a .snav-box {
	width: inherit;
	width: 50px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding-top: 3px;
}
.sp-miscMenu .sp-miscnav li.nav-search .btn-search .snav-box .i-search {
	display: block;
	width: 26px;
	height: 26px;
	margin: 0 auto 5px auto;
}
.sp-miscMenu .sp-miscnav li.nav-search .btn-search .snav-box .i-search img{
	width: 26px;
	height: 26px;
}
.sp-miscMenu .sp-miscnav li a .snav-box i,
.sp-miscMenu .sp-miscnav li.nav-search .btn-search .snav-box .i-search{
    min-height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}
.sp-miscMenu .sp-miscnav li a .snav-box .i-member {
	font-size: 2.2rem;
}
.sp-miscMenu .sp-miscnav li a .snav-box .i-login {
	font-size: 1.9rem;
}
.sp-miscMenu .sp-miscnav li a .snav-box .f-sz12,
.sp-miscMenu .sp-miscnav li span.btn-search .snav-box .f-sz12 {
	display: block;
	padding-top: 2px;
	line-height: normal;
	font-size: 1.2rem !important;
}
.sp-miscMenu .sp-miscnav li.nav-cart {
}

.sp-miscMenu .sp-miscnav li.nav-cart a .snav-box .cart-count {
	text-align: center;
	/* padding-left: 15px; */
	margin-bottom: 7px;
	display: block;
}
.sp-miscMenu .sp-miscnav li.nav-cart a .snav-box .cart-count .i-cart {
	display: inline-block;
	position: absolute;
	z-index: 1;
	left: -10px;
	bottom: 0;
	font-size: 2.3rem;
	color: #ea7530;
}
.sp-miscMenu .sp-miscnav li.nav-cart a .snav-box .cart-count .cart-num {
	display: inline-table;
	background-color: rgba(255,255,255,1);
	width: 34px;
	height: 34px;
	border-radius: 100%;
	text-align: center;
	line-height: 34px;
	margin: 0;
	padding: 0;
	color: #000;
}

@media (max-width: 480px) {
	.sp-miscMenu .sp-miscnav li.nav-cart a .snav-box {
		left: 60%;
	}
}

/* svgフォントサイズ */
.i-tel {
	font-size: 2.2rem;
}
.i-member {
	font-size: 2.7rem;
}
.i-login {
	font-size: 2.5rem;
}
.i-cart {
	font-size: 2.6rem;
	color:#fff;
}





/* ヘッダーフィックス時 */
.site-header.fixed-header {
    position: fixed;
	-webkit-transition: all .3s linear;
    transition: all .3s linear;
    height: 115px;
}
@media screen and (max-width: 480px) {
	.site-header.fixed-header {
	    position: inherit;
	}
	.site-header.sp-fixheader {
		height: 120px !important;
		background: none;
	}
}
.site-header.fixed-header .h-content .hc-misc {
    height: 75px;
}
.site-header.fixed-header .h-content .hc-misc .rcp-phone .open {
    display: none;
}
.site-header.fixed-header .h-content .hc-misc .misc-subnavi ul li a span.f-sz13 {
    padding-top: 2px;
    font-size: 1.2rem !important;
}
.site-header.fixed-header .h-content .hc-misc .misc-subnavi ul li.nav-cart a span.f-sz13 {
	display: none;
}
.site-header.fixed-header .h-content .hc-misc .misc-subnavi ul li a .snav-box {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.site-header.fixed-header .h-content .hc-misc .i-member {
    font-size: 2.2rem;
}
.site-header.fixed-header .h-content .hc-misc .i-login {
    font-size: 2.2rem;
}
.site-header.fixed-header .h-content .hc-misc .misc-subnavi ul li a .cart-count .i-cart {
    bottom: -4px;
    left: 20px;
    font-size: 2.2rem;
}
.site-header.fixed-header .h-content .hc-misc .misc-subnavi ul li a .cart-count .cart-num {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.site-header.fixed-header .h-content .hc-misc .misc-subnavi ul li a .cart-count {
    margin-bottom: 0;
}
.site-header.fixed-header .site-navigation {
    height: 40px;
}
.site-header.fixed-header .site-navigation ul#gnav-mega li.g-menu a.nav-link {
    line-height: 32px;
    font-size: 1.4rem;
}
@media screen and (min-width: 1401px) {
	.site-header.fixed-header .site-navigation ul#gnav-mega li.g-menu a.nav-link {
	    line-height: 40px;
	    padding: 0px 25px 0px 25px;
	    font-size: 1.4rem;
	}
	.site-header.fixed-header .site-navigation ul#gnav-mega li.prod-search .btn-search {
		width: 40px;
		height: 40px;
	}
}
.site-header.fixed-header .site-navigation .navline-before {
    display: inline-block;
    margin-left: -40px;
    float: left;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 40px;
    border-color: transparent transparent #ededed transparent;
}
.site-header.fixed-header .header-container {
	height: 115px;
}
.site-header.fixed-header .header-container .main-logo {
	width: 270px;
	margin: 10px 0 0 10px;
}
.site-header .header-container .main-logo .phone {
	display: none;
}
.site-header .header-container .main-logo .phone .tel-no {
	font-size: 2.6rem;
	padding-left: 8px;
}
@media screen and (max-width: 481px) {
	.site-header .header-container .main-logo .phone .tel-no {
	font-size: 1.35rem;
	padding-left: 3px;
	margin-top: -6px;
	display: block;
	}
}
@media screen and (max-width: 1024px) {
	.site-header .header-container .main-logo .phone {
		visibility: visible;
		display: inline-table;
		position: absolute;
		top: 50%;
		right: 15px;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.site-header .header-container .main-logo .phone .i-tel {
		color: #444;
		font-size: 2.6rem;
		display: inline-block;
		vertical-align: sub;
	}
	.site-header.fixed-header .header-container {
		height: auto;
		/* 		float: left; */
	}
	.site-header.fixed-header .header-container .main-logo {
		width: 100%;
		margin: 0;
	}
}
@media screen and (max-width: 480px) {
	.site-header .header-container .main-logo .phone {
		visibility: visible;
/*		top: 54%;*/
		right:13px;
		height: 60px;
		display: block;
	}
	.site-header .header-container .main-logo .phone .i-tel {
		color: #444;
		font-size: 2.4rem;
		display: block;
		padding-top: 3px;
	}
}
.site-header.fixed-header .header-container .main-logo .logo-head {
/* 	visibility: hidden; */
}
.site-header.fixed-header .header-container .main-logo .logo-text {
	visibility: hidden;
	margin-top: -55px;
}




/* ボタンスタイル */
.btn-tp01 {
	display: block;
	width: 260px;
	height: 55px;
	border: 1px solid rgba(255,255,255,0.5);
	line-height: 55px;
}
.btn-tp01:hover {
	border: 1px solid rgba(255,255,255,1);
}
.btn-tp01 span {
	 display: block;
	 width: 100%;
	 height: 100%;
	padding-left: 25px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	position: relative;
}
.btn-tp01 span:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	right: 18px;
	top: 49%;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}
.btn-tp01:hover span:after {
	right: 15px;
}

.btn-tp02 {
	display: block;
	width: 260px;
	height: 55px;
	border: 1px solid rgba(255,255,255,0.5);
	line-height: 55px;
}
.btn-tp02:hover {
	border: 1px solid rgba(255,255,255,1);
}
.btn-tp02 > span {
	 display: block;
	 width: 100%;
	 height: 100%;
	padding-left: 25px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	position: relative;
}
.btn-tp02 > span:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	right: 18px;
	top: 49%;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}
.btn-tp02:hover > span:after {
	right: 15px;
}

.nav06 .btn-tp02 > span {
	 display: flex;
	 align-items: center;
}
.nav06 .btn-tp02 .fa {
	margin-right: 30px;
}
.nav06 .btn-tp02 .fa-twitter {
	font-size: 23px;
	width: 21px;
	height: 23px;
}
.nav06 .btn-tp02 .fa-instagram {
	font-size: 21px;
	width: 21px;
	height: 21px;
}
.nav06 .btn-tp02 .fa-youtube-play {
	font-size: 24px;
	width: 24px;
	height: 24px;

}


/*-----------------------
TOPページ以外でカリナイトを見出しにしないためのCSS
------------------------*/
.site-header .header-container .main-logo .logo-img,
.site-header .header-container .main-logo .logo-img a,
.site-header .header-container .main-logo .logo-img a img {
	-webkit-transition: 0.28s;
	-moz-transition: 0.28s;
	-o-transition: 0.28s;
	transition: 0.28s;
}

@media screen and (min-width: 481px) and (max-width: 1024px) {
	.site-header .header-container .main-logo .logo-img {
		display: inline-table;
		float: left;
		width: auto;
		margin-top: 10px;
		margin-left: 15px;
	}
	.site-header .header-container .main-logo .logo-img {
		-moz-transform: scale(0.8,0.8);
		-webkit-transform: scale(0.8,0.8);
		-o-transform: scale(0.8,0.8);
		-ms-transform: scale(0.8,0.8);
		transform: scale(0.8,0.8);
		-webkit-transform-origin:left top 0;
		-moz-transform-origin:left top 0;
		-ms-transform-origin:left top 0;
		-o-transform-origin:left top 0;
		transform-origin:left top 0;
	}
	.site-header.fixed-header .header-container .main-logo .logo-img .logo-head {
		left: 50px;
		line-height: 1;
	}
	.site-header.fixed-header .header-container .main-logo .logo-img a {
		width: 200px;
	}
}

.site-header .header-container .main-logo .logo-img a {
	display: block;
	text-decoration: none;
	height: 100%;
}
.site-header .header-container .main-logo .logo-img a:hover {
	color: inherit;
}
@media screen and (max-width: 1024px) {
    .site-header .header-container .main-logo .logo-img {
        text-align: left;
        line-height: 150%;
    }
	.site-header .header-container .main-logo .logo-img a {
		display: inline-block;
	}
}
/*リニューアル追記*/
.delivery-main{
	display: flex;
	align-items: center;
	justify-content: center;
}
.shortest-delivery{
	background: #ededed;
	width: 100%;
	height: 30px;
	box-sizing: border-box;
	color: #333333;
	font-size: 1.6rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 5px;
}
.shortest-delivery-tel{
	margin-right: 5px;
	padding-left: 10px;
    display: inline-flex;
    align-items: baseline;
	gap: 2px;
}
.shortest-delivery-tel:before{
	content: "";
	background: url(../images/icon_header-tel.svg) no-repeat;
	background-size: contain;
	width: 15px;
	height: 15px;
	display: block;
	position:relative;
	z-index: 1;
	top: 1px;
}
.shortest-delivery span{
	color: #ea7530;
	font-weight: bold;
}
.shortest-delivery strong{
	font-size: 2.0rem;
	color: #ea7530;
	font-weight: bold;
}
/*tb*/
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .shortest-delivery{
		width: 100%;
		height: 22px;
		font-size: 1.4rem;
	}
	.shortest-delivery strong{
		font-size: 1.4rem;
	}
	.shortest-delivery-tel:before {
		content: "";
		background: url(../images/icon_header-tel.svg) no-repeat;
		background-size: contain;
		width: 12px;
		height: 12px;
		display: block;
		position: relative;
		z-index: 1;
		top: 1px;
	}
}
.hc-misc .header-search{
	order: 3;
    position: relative;
    margin-right: 10px;
    box-sizing: border-box;
	width: 250px;
}
.header-search-title{
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 8px;
}
.header-search .search-cont {
	display: flex;
	align-items: center;
	position: relative;
}
.header-search .search-cont input[name="keyword"] {
	font-size: 1.4rem;
	width: 100%;
	height: 40px;
	border: none;
	border-radius: 0;
	margin: 0;
	padding: 0 40px 0 10px;
	box-sizing: border-box;
	-webkit-appearance: textfield; /* safari用 */
	border: solid 1px #e6e6e6;
	background: #f2f2f2;
}
.header-search .search-cont button[type="submit"] {
	width: 40px;
	height: 40px;
	background: none;
	border: none;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}
.header-search .search-cont button[type="submit"] img {
	width: 21px;
	height: 21px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
/*tb*/
@media screen and (min-width: 1025px) and (max-width: 1280px) {
	.hc-misc .header-search{
		width: 200px;
	}
}
.site-header.fixed-header .header-search-title{
	font-size: 1.3rem;
	margin-bottom: 2px;
}
.site-header.fixed-header .header-search .search-cont input[name="keyword"] {
	font-size: 1.3rem;
	width: 100%;
	height: 30px;
	border: none;
	border-radius: 0;
	margin: 0;
	padding: 0 40px 0 10px;
}
.site-header.fixed-header .header-search .search-cont button[type="submit"] {
	width: 30px;
	height: 30px;
}
.site-header.fixed-header .hc-misc .delivery .icon {
    display: inline-block;
    font-size: 3.5rem;
    height: 35px;
	transform: translateY(-5px);
}
.site-header.fixed-header .hc-misc .delivery .text span:nth-child(1){
	font-size: 1.6rem;
}
.site-header.fixed-header .hc-misc .delivery .text span:nth-child(2){
	font-size: 1.4rem;
}
.site-header.fixed-header .hc-misc .delivery .text span:nth-child(3){
	font-size: 1.6rem;
}
.site-header.fixed-header .shortest-delivery{
	background: #ededed;
	width: 100%;
	height: 28px;
	box-sizing: border-box;
	color: #333333;
	font-size: 1.3rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 5px;
}
.site-header.fixed-header .shortest-delivery span{
	font-size: 1.6rem;
}
@media screen and (max-width: 1400px) {
	.site-header.fixed-header .hc-misc .delivery .text span:nth-child(1){
		font-size: 1.4rem;
	}
	.site-header.fixed-header .hc-misc .delivery .text span:nth-child(2){
		font-size: 1.3rem;
	}
	.site-header.fixed-header .hc-misc .delivery .text span:nth-child(3){
		font-size: 1.4rem;
	}
	.site-header.fixed-header .shortest-delivery{
		background: #ededed;
		width: 100%;
		height: 28px;
		box-sizing: border-box;
		color: #333333;
		font-size: 1.2rem;
		font-weight: bold;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 5px;
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 1280px) {
	.site-header.fixed-header .shortest-delivery{
		height: 22px;
	}
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
