@import url("https://use.fontawesome.com/releases/v5.11.0/css/all.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');

/* カスタマイズ用CSS */
.ec-role {
	color: #000;
}

.ec-sliderRole {
	max-width: 100%;
	padding: 0;
}

.ec-eyecatchRole__introTitle {
	margin-bottom: 0.8em;
	font-size: 24px;
	font-weight: bold;
}

.ec-eyecatchRole__introEnTitle {
	margin-bottom: 0.8em;
	font-size: 16px;
	font-weight: normal;
}

@media only screen and (min-width: 768px) {
	.ec-role.flex {
		display: flex;
		flex-wrap: wrap;
	}
	.ec-role.flex.col-2 > * {
		width: 50%;
	}
	.ec-role.flex.col-2 > *:first-child {
		padding-right: 20px;
	}
	.ec-role.flex.col-2 > *:last-child {
		padding-left: 20px;
	}
	.ec-role.flex .ec-eyecatchRole__introEnTitle {
		width: 100%;
		margin-top: 45px;
		margin-bottom: 0.8em;
		font-size: 16px;
		font-weight: normal;
	}
	.ec-role.flex .ec-eyecatchRole__introTitle {
		width: 100%;
		margin-bottom: 1em;
		font-size: 26px;
		font-weight: bold;
	}

	.ec-eyecatchRole .ec-eyecatchRole__intro {
		padding-right: 0;
		padding-left: 5%;
		order: 2;
	}
	.ec-eyecatchRole .ec-eyecatchRole__image {
		order: 1;
	}
}
.footer {
	margin-top: 80px;
	background-color: #000000;
	-webkit-text-size-adjust: 100%;
}
.footer * {
	font-size: 14px;
}
.footer ul,
.footer li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-top {
	padding: 40px 0;
	color: #ffffff;
	background-color: #1f1f1f;
}
.footer-top .footer-top__inner {
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	width: 100%;
	max-width: 1130px;
}
.footer-top .footer-top__list {
	display: flex;
	flex-wrap: wrap;
}
.footer-top .footer-top__list > * {
	width: 33.333%;
	display: flex;
	padding: 0 20px;
	border-right: 1px solid #ffffff;
}
.footer-top .footer-top__list > *:first-child {
	padding-left: 0;
}
.footer-top .footer-top__list > *:last-child {
	padding-right: 0;
	border: none;
}
.footer-top .footer-top__list-left {
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-top .footer-top__list-right {
	padding-left: 20px;
}
.footer-top .footer-top__list-icon i {
	font-size: 31px;
}
.footer-top .footer-top__list-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.footer-bottom {
	padding: 40px 0 20px;
	color: #ffffff;
}
.footer-bottom .footer-bottom__inner {
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	width: 100%;
	max-width: 1130px;
}
.footer-bottom .footer-bottom__list {
	display: flex;
	flex-wrap: wrap;
	/* margin-bottom: 20px; */
}
.footer-bottom .footer-bottom__list > * {
	/* width: 25%; */
	/* padding: 0 20px; */
	/* gap: 9rem; */
	/* border-right: 1px solid #fff; */
}
.footer-bottom .footer-bottom__list > *:first-child {
	/* padding-left: 0; */
}
.footer-bottom .footer-bottom__list > *:last-child {
	padding-right: 0;
	border: none;
}
.footer-bottom .footer-bottom__list > * a {
	/* color: #fff; */
}
.footer-bottom .footer-bottom__link > * {
	margin-bottom: 10px;
}
.footer-bottom .footer-bottom__link > *:last-child {
	margin-bottom: 0;
}
.footer-bottom .footer-bottom__address > * {
	margin-bottom: 10px;
}
.footer-bottom .footer-bottom__address > *:last-child {
	margin-bottom: 0;
}
.footer-bottom .footer-bottom__address-title {
	font-weight: bold;
}
.footer-bottom .footer-bottom__list-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.footer-bottom .footer-bottom__list-title a {
	/* color: #ffffff; */
	font-size: 18px;
	font-weight: bold;
}
.footer-bottom .footer-bottom__sns-list {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.footer-bottom .footer-bottom__sns-list > * {
	width: 36px;
	height: 36px;
	margin-right: 20px;
}
.footer-bottom .footer-bottom__sns-list > *:last-child {
	margin-right: 0px;
}
.footer-bottom .footer-bottom__sns-icon {
	display: block;
}
.footer-bottom .footer-bottom__site-name {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.footer-bottom .footer-bottom__site-name * {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}
.footer-bottom .footer-bottom__copy {
	font-size: 12px;
	text-align: center;
}

/*************** 追加 ***************/

body a {
	color: #333;
}
body a:hover {
	text-decoration: none;
}
li {
	list-style: none;
}
.wrapper {
	max-width: 1090px;
	margin: auto;
}
@media only screen and (max-width: 1089px) {
	.wrapper {
		max-width: 1090px;
		margin: auto;
		padding: 0 20px;
	}
}
@media only screen and (max-width: 768px) {
	.wrapper {
		max-width: 750px;
		margin: auto;
		padding: unset;
	}
}
.ec-secHeading .ec-secHeading__en {
	font-size: 15px;
}

.btn-01 {
	display: block;
	font-size: 14px;
	font-weight: 0;
	border: solid 1px #402f19;
	/* color: white;
    background-color: #402f19; */
	text-align: center;
	padding: 20px 0;
	vertical-align: middle;
	line-height: 1;
	transition: 0.3s;
}

.btn-01:hover {
	color: #fff;
	background: #402f19;
}

/***** mv *****/
.mv-area {
	margin-bottom: 65px;
}
.mv-area__img img {
	width: 100%;
}

/***** about *****/
.about {
	margin: 0 30px;
}
.about__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
	.about__inner {
		display: block;
		flex-wrap: nowrap;
	}
}
.about__img {
	width: 46%;
}
.about__img img {
	width: 100%;
}
@media only screen and (max-width: 768px) {
	.about__img {
		width: 100%;
		text-align: center;
		margin-bottom: 50px;
	}
}
.about__cont {
	width: 54%;
	color: #333;
	padding-left: 4%;
}
@media only screen and (max-width: 768px) {
	.about__cont {
		width: 100%;
		color: #333;
		padding-left: 0;
	}
}
.about__title--en {
	margin-bottom: 0.8em;
	font-size: 16px;
	line-height: 1;
}
.about__title {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 1em;
}
.about__desc {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 50px;
}
.about__btn {
	max-width: 260px;
	margin-left: auto;
}
.about__btn a {
	text-decoration: none;
}

/***** about02 *****/
.about02 {
	background-color: #f5f7f8;
	margin-bottom: 70px;
}
.about02__inner {
	padding: 50px 30px;
}
.about02__desc {
	line-height: 2;
	margin-bottom: 30px;
}
.about02__btn {
	max-width: 260px;
	margin-left: auto;
}
.about02__btn a {
	text-decoration: none;
}

/***** new_item02 *****/
.content-02 {
	display: grid;
	grid-template-columns: auto auto auto auto;
	gap: 30px 30px;
	padding: 0;
}
@media only screen and (max-width: 1000px) {
	.content-02 {
		grid-template-columns: auto auto;
		gap: 20px 10px;
		padding: 0 20px;
	}
}
@media only screen and (max-width: 768px) {
	.content-02 {
		grid-template-columns: auto auto;
		gap: 20px 10px;
		padding: unset;
	}
}
.content-02__container {
	/* font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; */
	font-weight: 700;
	margin-top: 15px;
}
.content-02__title {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 10px;
}
/* @media only screen and (max-width: 767px) {
  .content-02__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
} */
.content-02__price {
	font-size: 12px;
	font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
	.content-02__price {
		font-size: 10px;
		font-size: 1rem;
	}
}
.content-02__img img {
	width: 100%;
}
.products-area {
	padding: 35px 0 30px;
}
@media only screen and (max-width: 767px) {
	.products-area {
		padding: 35px 20px 30px;
	}
}
.content-02 .ec-shelfRole__tags {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-top: 10px;
}
.ec-shelfRole__tags > * {
	border: solid 1px #d7dadd;
	border-radius: 5px;
	background-color: #f5f7f8;
	line-height: 1;
	padding: 4px;
	margin-right: 10px;
}

/***** header *****/
.ec-headerNaviRole__search .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
	background-color: #402f19;
}
.ec-headerTitle .ec-headerTitle__title h1 a {
	color: #402f19;
}
.fa-user::before {
	color: #402f19;
}
.fa-heart::before {
	color: #402f19;
}
.fa-lock::before {
	color: #402f19;
}
.fa-shopping-cart::before {
	color: #402f19;
}
.ec-itemNav__contact {
	display: inline-block;
	padding: 16px;
	font-weight: 600;
	line-height: 1.2;
	color: black;
}
.ec-itemNav__contact-sp {
	display: block;
	padding: 16px;
	line-height: 1.2;
	background-color: #f8f8f8;
	text-align: left;
	font-size: 16px;
}

/***** aboutページ *****/
.mv--lower {
	margin: 40px 0 70px;
}
.mv--lower__inner {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.mv--lower__inner {
		display: block;
		position: inherit;
	}
}
.mv--lower__img img {
	width: 100%;
}
.mv--lower__right {
	padding: 80px 40px 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-17%, -50%);
	width: 60%;
	background-color: #fff;
}
@media only screen and (max-width: 767px) {
	.mv--lower__right {
		position: inherit;
		top: unset;
		left: unset;
		transform: unset;
		width: 100%;
		padding: 40px 20px 30px;
	}
}

/* .ec-off1Grid .ec-off1Grid__cell {
	margin: auto;
	width: 100%;
}
.ec-off1Grid__cell .ec-borderedDefs {
	border-top: 1px solid #402f19;
	color: #333;
}
.ec-off1Grid__cell .ec-borderedDefs dl {
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid #402f19;
}
.ec-off1Grid__cell .ec-borderedDefs dl dt {
	padding-top: unset;
	padding-left: 30px;
	line-height: 1;
}
@media only screen and (max-width: 768px) {
	.ec-off1Grid__cell .ec-borderedDefs dl dt {
		padding-bottom: 20px;
		padding-left: 0;
	}
}
.ec-off1Grid__cell .ec-borderedDefs dd {
	line-height: 1.5;
} */
/* @media only screen and (min-width: 768px) {
	.ec-borderedDefs dd {
		line-height: 1.5;
	}
}
.ec-borderedDefs dl dt label {
	margin-bottom: 0;
} */
/* .ec-off1Grid__cell .ec-borderedDefs dl dd a span:after {
	content: "\f08e";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
} */

/***** privacypolicyページ *****/
#page_help_privacy .ec-heading-bold {
	margin: 16px 0 5px;
}

/***** footer *****/
.footer-bottom {
	background-color: #000;
}
.footer-bottom__list li ul {
	font-size: 14px;
}
.footer-bottom__list li ul li {
	font-size: 14px;
}
.footer-bottom__list li ul li a {
	color: #fff;
}
.footer-bottom__list-link .site-link {
	font-size: 16px;
}
.footer-bottom__list-title {
	font-size: 18px;
	letter-spacing: 4px;
	color: #a0141a;
}
.footer-bottom .footer-bottom__list-title--logo {
	margin-bottom: 10px;
}
.footer-bottom .footer-bottom__list-title--logo a {
	font-size: 24px;
}
.footer-bottom__site-name {
}
.footer-bottom__address-title .fa-user::before {
	color: #fff;
}
.site-link {
	font-size: 16px;
}
.site-link::after {
	content: "\f2d2";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 10px;
}
.site-link__title {
	font-size: 14px;
	margin-left: 2px;
	letter-spacing: 4px;
}
.site-link__title::before {
	content: "\f015";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.footer-bottom__address-title {
	font-size: 14px;
	letter-spacing: 4px;
}
@media only screen and (max-width: 767px) {
	.footer-bottom .footer-bottom__list {
		/* display: block; */
		flex-direction: column;
	}
	.footer-bottom .footer-bottom__list > * {
		/* width: 100%;
		padding: 20px 20px 20px;
		border-right: none; */
		/* border-bottom: 1px solid #fff; */
	}
}

a:focus {
	color: inherit;
	text-decoration: none;
}
a {
	transition: 0.3s;
}
a:hover {
	color: #a0141a;
}

.footer {
	margin-top: 50px;
}

.footer-bottom {
	padding: 45px 0 40px;
}
ul.footer-bottom__address {
	margin-top: 2rem;
}

.footer-bottom .footer-bottom__list-title {
	margin-bottom: 10px;
	letter-spacing: 0.03em;
}

.footer-bottom .footer-bottom__list {
	margin-bottom: 50px;
	gap: 4rem 8rem;
}

.footer-bottom .footer-bottom__list-title a {
	font-size: 2.4rem;
	font-weight: normal;
	/* font-family: "游ゴシック体", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif; */
	letter-spacing: 0px;
}

.footer-bottom .footer-bottom__inner {
	padding: 0;
}

.footer-bottom .footer-bottom__list > :first-child {
	padding-left: 0;
	/* margin-right: 6rem; */
}

.footer-bottom .footer-bottom__list > :last-child {
	/* margin-left: 8rem; */
	/* margin-right: 0px; */
}

.footer-bottom .footer-bottom__list > * {
	border-right: none;
	/* padding: 0 20px; */
	margin-right: 0px;
	min-width: calc(33.3333333333% - 80px);
}

.footer-bottom .footer-bottom__inner {
	/* max-width: 1140px; */
	max-width: 1130px;
	padding: 0 20px;
}

.products-area__btn {
	max-width: 260px;
	margin: 4rem auto 0;
}

body {
	font-family: "YuMincho", 'Yu Mincho', "游明朝体", "Noto Serif JP", sans-serif;
}
.ec-secHeading .ec-secHeading__line {
	margin: 0 12px;
}

@media only screen and (min-width: 768px) {
	.ec-headerNaviRole {
		padding-bottom: 10px;
	}
}

.ec-cartNavi .ec-cartNavi__badge {
	background-color: #402f19;
}

.ec-borderedDefs dd {
	padding-bottom: 14px;
}

.ec-blockTopBtn.pagetop{
 display: none!important;
}