/*--reset--*/

body, h1, h2, h3, h4, p, ul, li {
	margin: 0;
	padding: 0;
}

body{
	font-size: 10px;
	color: #403c38;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

table{
	font-size: 10px;
}

h1, h2, h3, h4{
	font-size: inherit;
	font-weight: normal;
}

ul, li {
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

body {
	font-family: 'Noto Sans JP', 'Roboto', sans-serif;
}

.pc-hide {
	display: none;
}

@media screen and (max-width:834px) {
	.sp-hide {
		display: none;
	}

	.pc-hide {
		display: block;
	}
}

/*--//reset--*/

.entry-title{
	display: none;
}

#secondary{
    display: none;/*--固定ページ下部の検索窓など非表示--*/
}

.inner {
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}

/*--PC header--*/
.header-pc {
	background: #fef7db;
	height: 70px;
	box-shadow: 1px 1px 10px rgba(51, 51, 51, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 98;
}

.header-pc .inner {
	display: flex;
	position: relative;
	font-weight: 500;
}

.header-pc .logo {
	max-width: 120px;
	padding: 10px;
	background: #fef7db;
	border-radius: 0 0 10px 10px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}

.pc-header {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}
.logobg-wp{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.pc-header .logobg {
	width: 120px;
	height: 91px;
	background: #fef7db;
	border-radius: 0 0 10px 10px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	box-shadow: 1px 1px 10px rgba(51, 51, 51, 0.5);
}



.header-pc .logo img {
	display: block;
}

.header-pc .gnavi-wp {
	margin: 0 0 0 auto;
	padding: 15px 0 20px;
}

.header-pc .gnavi {
	display: flex;
	align-items: center;
	font-size: 14px;
}

.header-pc .gnavi .navi-first {
	margin: 0 20px 0 0;
	position: relative;
}

.header-pc .gnavi .navi-first:last-child {
	margin: 0;
}

.header-pc .gnavi li:not(.product) .navi-second {
	display: none;
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	background: #fafafa;
	border-radius: 0 0 10px 10px;
	width: 120px;
}

.header-pc .gnavi li.contact .navi-second,
.header-pc .gnavi li.about .navi-second {
	width: 200px;
}

.header-pc .gnavi li:not(.product) .navi-cont {
	padding: 20px 0;
}

.header-pc .gnavi li:not(.product) .navi-cont li a {
	text-align: center;
	padding: 10px 20px;
	display: block;
}

.header-pc .gnavi li:not(.product) .navi-cont li a:hover {
	color: #bf8700;
}

.header-pc .product .navi-second {
	display: none;
	width: 100%;
	position: fixed;
	top: 70px;
	left: 0;
	background: #fafafa;
}

.header-pc .product .navi-cont {
	display: flex;
	padding: 40px 0;
	justify-content: space-between;
	width: 100%;
}

.header-pc .product .navi-cont li {
	padding: 0 10px;
}

.header-pc .product .navi-cont li img {
	border-radius: 10px;
	box-shadow: 1px 1px 10px #eeeeee;
}

.header-pc .product .slide-arrow {
	position: absolute;
	top: 40%;
	cursor: pointer;
}

.header-pc .product .prev-arrow {
	left: -30px;
}

.header-pc .product .next-arrow {
	right: -40px;
}

.header-pc .online-shop a,
.header-pc .shop-list a {
	border: 1px solid #7f7272;
	border-radius: 99px;
	padding: 10px 15px;
	display: block;
	color: #210000;
}

.header-pc .online-shop a img,
.header-pc .shop-list a img {
	display: inline-block;
	margin: 0 5px 0 0;
}

.header-pc .online-shop a:hover,
.header-pc .shop-list a:hover {
	opacity: 0.6;
}


.gnavi li .navi-ttl a {
	position: relative;
	color: #210000;
}

.gnavi li .navi-ttl a::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 0;
	height: 2px;
	background: #bf8700;
	transition: .3s;
}

.gnavi li.mouseon .navi-ttl a::after {
	width: 100%;
}

.gnavi li.mouseon .navi-ttl a{
	color: #bf8700;
}

/*--//PC header--*/


/*--SP header--*/

@media screen and (max-width:834px) {
	.inner {
		padding: 0 15px;
	}

	.header-sp {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #fef7db;
		z-index: 99;
		height: 80px;
	}

	.header-sp .inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 10px 15px;
	}

	.header-sp .inner .sp-logo {
		width: 22.4%;
		max-width: 90px;
	}

	.header-sp .inner .sp-logo img {
		display: block;
	}

	.header-sp .inner .sp-gnavi {
		width: 50%;
		max-width: 220px;
	}

	.header-sp .inner .sp-gnavi-list {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}

	.header-sp .inner .sp-gnavi-list li:nth-child(1) {
		width: 44%;
	}

	.header-sp .inner .sp-gnavi-list li:nth-child(2),
	.header-sp .inner .sp-gnavi-list li:nth-child(3) {
		width: 28%;
		position: relative;
	}

	.header-sp .inner .sp-gnavi-item a {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}

	.header-sp .inner .sp-gnavi-item a img {
		display: block;
	}

	.header-sp .inner .sp-gnavi-item a span {
		transform: scale(0.6);
		line-height: 1.2;
		display: block;
		white-space: nowrap;
		font-size: 16px;
		color: #210000;
	}

	.menu-trigger {
		display: block;
		width: 30px;
		height: 25px;
		vertical-align: middle;
		cursor: pointer;
		position: absolute;
		right: 0;
		top: -20px;
		z-index: 99;
	}

	.menu-trigger::after {
		content: "menu";
		position: absolute;
		bottom: -20px;
		right: -8px;
		transform: scale(0.7);
		text-align: center;
		font-size: 16px;
	}

	.menu-trigger.active::after {
		content: "close";
		right: -6px;
	}

	.menu-trigger span {
		display: inline-block;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #000;
		transition: all .5s;
	}

	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}

	.menu-trigger.active span:nth-of-type(1) {
		transform: translateY(10px) rotate(-45deg);
	}

	.menu-trigger span:nth-of-type(2) {
		top: 12px;
		width: 70%;
	}

	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}

	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}

	.menu-trigger.active span:nth-of-type(3) {
		transform: translateY(-13px) rotate(45deg);
	}

	.menu-trigger {
		transform: translateX(0);
	}

	.header-sp .menu-cont {
		position: fixed;
		background: #fafafa;
		width: 100%;
		height: 100%;
		top: 79px;
		left: 0;
		transform: translateX(100%);
		transition: .5s;
		box-sizing: border-box;
	}

    .header-sp .menu-box{
        overflow: auto;
        height: 99.99%;
    }

	.header-sp .menu-cont.open {
		transform: translateX(0);
	}

	.header-sp .menu-cont .menu-second-wp {
		border-top: 1px solid #eeeeee;
		background: #fffbf2;
		display: none;
	}

	.header-sp .menu-cont .menu-second-wp.open {
		display: block;
	}

	.header-sp .menu-cont .menu-list li {
		border-bottom: 1px solid #eeeeee;
	}

	.header-sp .menu-cont li a {
		display: block;
		padding: 15px 10px;
		font-size: 1.4em;
	}

	.header-sp .menu-cont .menu-ttl {
		position: relative;
	}

	.header-sp .menu-cont .menu-ttl::before,
	.header-sp .menu-cont .menu-ttl::after,
	.header-sp .info-box .info-ttl a::before,
	.header-sp .info-box .info-ttl a::after{
		position: absolute;
		content: '';
		width: 12px;
		height: 1px;
		background-color: #333333;
		transition: 0.3s;
	}

	.header-sp .info-box .info-ttl a::before,
	.header-sp .menu-cont .menu-ttl::before {
		top: 48%;
		right: 15px;
		transform: rotate(0deg);
	}

	.header-sp .info-box .info-ttl a::after,
	.header-sp .menu-cont .menu-ttl::after {
		top: 48%;
		right: 15px;
		transform: rotate(90deg);
	}

	.header-sp .info-box .info-ttl.open a::after,
	.header-sp .menu-cont .menu-ttl.open::after {
		transform: rotate(0deg);
	}

	.header-sp .menu-item a:not(.no-link) {
		position: relative;
	}

	.header-sp .menu-item a:not(.no-link)::after,
    .header-sp .shop-link-box li a::after {
		content: "";
		position: absolute;
		right: 20px;
        top: 50%;
		width: 5px;
		height: 5px;
		border-top: 1px solid #333;
		border-right: 1px solid #333;
		transform: rotate(45deg) translateY(-50%);
	}
    .header-sp .shop-link-box{
        margin: 20px 0 0;
    }
    .header-sp .shop-link-box li a{
        display: block;
        border: 1px solid #333;
        margin: 0 20px;
        border-radius: 99px;
        text-align: center;
        position: relative;
    }

    .header-sp .shop-link-box li{
        margin: 0 0 10px;
    }

    .header-sp .shop-link-box .shop a{
        background: url(../images/common/ico-shop.svg) no-repeat;
        background-size: 32px;
        background-position: 20px center;
    }
    .header-sp .shop-link-box .online a{
        background: url(../images/common/ico-cart.svg) no-repeat;
        background-size: 32px;
        background-position: 20px center;
    }

    .header-sp .sns-box{
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 80%;
    }

    .header-sp .sns-box li{
        width: 20%;
		max-width: 60px;
    }
	.header-sp .info-box{
		background: #e0e0e0;
		margin: 0 0 80px;
	}
	.header-sp .info-second{
		background: #eeeeee;

	}
	.header-sp .info-box li{
		border-bottom: 1px solid #eeeeee;

	}

	.header-sp .info-box li:last-child{
		border-bottom: none;
	}

	.header-sp .info-box .info-ttl a{
		position: relative;
	}

	.header-sp .info-box .info-second{
		display: none;
	}

}

@media screen and (max-width:280px) {
	.header-sp .inner .sp-gnavi-item a span {
		white-space:normal;
		font-size: 14px;
	}

	.sp-gnavi-list .sp-gnavi-item:nth-child(2) img{
		padding: 5px 0 0 0;
	}
	.sp-gnavi-list .sp-gnavi-item:nth-child(2) span{
		margin: -5px 0 0 0;
	}

	.header-sp .inner .sp-gnavi-list li:nth-child(1){
		width: 38%;
	}

	.header-sp .inner .sp-gnavi-list li:nth-child(2),
	.header-sp .inner .sp-gnavi-list li:nth-child(3){
		width: 30%;
	}

	.menu-trigger{
		width: 25px;
		height: 25px;
		top: -26px;
	}

	.menu-trigger::after{
		bottom: -26px;
	}

	.header-sp .inner .sp-logo{
		width: 30%;
	}

}


/*--//SP header--*/

@media screen and (max-width:375px) {
	.inner {
		padding: 0 10px;
	}
}


/*--PC footer--*/
.footer-outter{
	margin: 80px 0 0;
}

.footer-sns-box{
	max-width: 200px;
	margin: 0 auto 20px;
	display: flex;
	justify-content: space-between;
}

.footer-sns-box li{
	max-width: 40px;
}

.footer-sns-box li a:hover{
	opacity: 0.8;
}

.footer-pc-left{
	max-width: 200px;
	width: 20%;
}

.footer-pc-cont a:hover{
	opacity: 0.8;
}

.ft-logo{
	max-width: 115px;
	margin: 0 auto 20px;
}

.footer-pc-cont{
	background: #eeeeee;
}

.footer-pc-cont .inner{
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}

.ft-main-link .ft-main-link-item{
	margin: 0 0 10px;
}
.ft-main-link .ft-main-link-item a{
	display: block;
	text-align: center;
	font-size: 1.3em;
	box-sizing: border-box;
	border: 1px solid #210000;
	color: #210000;
	padding: 5px 5px 5px 30px;
}

.ft-main-link .ft-online a{
	background: url(../images/common/ico-cart.svg) no-repeat 10px center;
	background-size: 20px;
	position: relative;
}

.ft-main-link .ft-online a::after{
	content: "";
	display: block;
	top: 30%;
	width: 20px;
	height: 20px;
	background: url(../images/common/ico_newtab.svg) no-repeat;
	position: absolute;
	right: 0px;

}

.ft-main-link .ft-shop a{
	background: url(../images/common/ico-shop.svg) no-repeat 10px center;
	background-size: 20px;
	position: relative;
}

.ft-main-link .ft-shop a::after{
	content: "";
    position: absolute;
	top: 40%;
    right: 10px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #210000;
    border-right: 1px solid #210000;
    transform: rotate(45deg);
}

.ft-main-link .ft-main-link-item a img{
	max-width: 20px;
}

.footer-pc-right{
	width: 50%;
	max-width: 500px;
	padding: 20px 0 0;
}

.footer-pc-right .ft-info-box{
	display: flex;
	justify-content: space-between;
}

.footer-pc-right .ft-info-box .ft-info-item{
	font-size: 1.3em;
	font-weight: 500;
	margin: 0 0 20px;
}

.footer-pc-right .ft-info-box .ft-info-item:last-child{
	margin: 0;
}

.ft-second-list li{
	font-size: 1.3em;
	color: #888888;
	margin: 0 0 20px;
	padding: 0 0 0 10px;
	position: relative;
}

.ft-second-list li::after{
	content: "";
	position: absolute;
	height: 1px;
	width: 5px;
	background: #888888;
	display: block;
	left: 0;
	top: 50%;
}

.copy-right{
	font-size: 1.3em;
	text-align: center;
	padding: 10px 0;
	line-height: 1;
	background: #fff;
}

@media screen and (max-width:834px) {
	.footer-sns-box{
		max-width: 70%;
	}
	.footer-sp-cont .info-box{
		background: #e0e0e0;
	}

	.footer-sp-cont .info-box li a{
		font-size: 1.4em;
		padding: 15px;
		display: block;
		text-align: center;
	}

	.footer-sp-cont .info-box .info-frist > li,
	.footer-sp-cont .info-box .info-second li{
		border-bottom: 1px solid #bebebe;
	}
	.footer-sp-cont .info-box .info-second li:first-child{
		border-top: 1px solid #bebebe;
	}
	.footer-sp-cont .info-box .info-second li:last-child{
		border-bottom: none;
	}

	.footer-sp-cont .info-box .info-second{
		background: #eeeeee;
		display: none;
	}

	.footer-sp-cont .info-box .info-ttl a{
		position: relative;
	}

	.footer-sp-cont .info-box .info-ttl a::before,
	.footer-sp-cont .info-box .info-ttl a::after{
		position: absolute;
		content: '';
		width: 12px;
		height: 1px;
		background-color: #333333;
		transition: 0.3s;
	}

	.footer-sp-cont .info-box .info-ttl a::before {
		top: 48%;
		right: 15px;
		transform: rotate(0deg);
	}

	.footer-sp-cont .info-box .info-ttl a::after{
		top: 48%;
		right: 15px;
		transform: rotate(90deg);
	}

	.footer-sp-cont .info-box .info-ttl.open a::after{
		transform: rotate(0deg);
	}


}

#pagetop {
	position: fixed;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background: rgba(119, 119, 119, 0.6);
	color: #fff;
	bottom: 50px;
	right: 10px;
	cursor: pointer;
}

#pagetop p {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 100%;
	text-align: center;
	font-size: 14px;
}
#pagetop span{
	position: relative;
}
#pagetop span::before{
	content: "";
	position: absolute;
    left: 47%;
	top: -8px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-45deg) translateX(-50%);
}

/*--//TOPへ戻る--*/

/*--パンくずリスト--*/

.breadcrumb-wp *, .breadcrumb-wp *:after, .breadcrumb-wp *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.breadcrumb-wp {
    max-width: 1200px;
    width: 100%;
    box-sizing: border-box;
    margin: 20px auto;
    vertical-align: middle;
}
.breadcrumb-wp a {
	text-decoration: none;
	color: #555555;
}
.breadcrumb-wp .breadcrumbs {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
    white-space: nowrap;
    overflow-x: auto;
    font-size: 12px;
}
.breadcrumb-wp li {
	display: inline-block;
	position: relative;
	padding-right: 16px;
	color: #333333;
}
.breadcrumb-wp li::before {
	content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    width: 5px;
    height: 5px;
    border-top: 1px solid #a6a6a6;
    border-right: 1px solid #a6a6a6;
    transform: rotate(45deg) translateX(-50%);
}
.breadcrumb-wp li:last-child {
	margin-right: 0;
	padding-right: 0;
	color: #666666;
}
.breadcrumb-wp li:last-child::before {
	content: normal;
}

/*--//パンくずリスト--*/

/*--スクロールアニメーション--*/


:root {
	--animate-duration: 1s;
	--animate-delay: 1s;
	--animate-repeat: 1;
}

.wow {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: var(--animate-duration);
	animation-duration: var(--animate-duration);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

/*--//スクロールアニメーション--*/