@charset "utf-8";
body {
	color:#333;
	font-family: 'Kosugi Maru', sans-serif;
}
a {
	color: #999;
}
.mt10 {
	margin-top:10px;
}
/* --------------------
 Header
-------------------- */

header.l-header {
	background:url(/html/user_data/assets/img/common/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.b-login__link {
	background-color:rgba(255, 255, 255, 0.8);
	border-radius: 2px;
	color: #333;
}
.b-header__logo-link {
	color: #FFF;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 30px;
}
/* main */

p.p-top__main-visual-copy--main {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #FFF;
}
.front_page .l-layout__body-bg {
	background: linear-gradient(-35deg, #FFF, #FFF);
}
.p-top__main-visual-slide {
	position: relative;
	z-index: 3;
	width: 0%;
	/*width: 51%;*/
    height: 673.5px;
	margin-left: auto;
	overflow: hidden;/*border-radius: 800px 0 0 10px;*/
}
.p-top__main-visual-pager-contents {
	display: -ms-inline-flexbox;
	display: none;
	transform: translate(-100%, -80px);
	padding: 0 20px;
	box-sizing: border-box;
}
.p-top__main-visual {
	position: relative;
	background:url(/html/user_data/assets/img/slider/slide01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
p.p-top__main-visual-description {
	color: #FFF;
	max-width: 400px;
	font-size: .9em;
}
.p-top__main-visual-copy--sub {
	padding-top: 20px;
	color: #FFF;
}
 @media screen and (max-width: 839px) {
p.p-top__main-visual-description {
 max-width: 700px;
}
.p-top__main-visual-slide {
 width: 0%;
 height: 350px;
}
 .p-top__main-visual-reading {
 width: calc(100% - 20px);
}
}
 @media screen and (max-width: 480px) {
 .p-top__main-visual-slide {
 width: 0%;
 margin-left: 0px;
}
.p-top__main-visual-reading {
 width: calc(100% - 0px);
 position: absolute;
 top: 0;
}
.p-top__main-visual-reading-contents {
 padding: 0 10px;
}
 .p-top__main-visual {
 height: 400px;
}
}
/* 各種ボタン */

.c-button--unelevated.is-secondary {
	background-color: #999;
}
.c-button--unelevated.is-secondary:disabled {
	background-color: #999;
}
.c-button--outlined.is-secondary {
	border-color: #999;
	color: #999;
}
.c-button--unelevated.is-primary {
	background-color: #872e2e;
}
.p-problem__note {
	background: #872e2e;
}
.is-active .p-cart__progress-number {
	background: #999;
}
.is-active .p-cart__progress-label {
	color: #999;
}
.p-cart__total-price {
	color: #333;
}
/* 商品一覧 */

.b-new-item__body {
	padding: 60px 0 60px;
	border-radius: 0;
	background: none;
}
.b-new-item {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.b-new-item__list {
	justify-content: center;
}
.b-new-item__title {
	text-align:left;
	align-items: flex-start;
}
.b-new-item__title--main {
	color: #333;
	text-align: center;
	/* display: inline-block; */
    margin: 0 auto;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 50px;
	font-weight: bold;
}
.b-new-item__title--sub {
	font-size: .9em;
}
.b-new-item__title--sub {
	color: #333;
}
.b-new-item__list-item {
	padding: 20px 10px;
	width: 30%;
	height: 400px
}
.b-new-item__product-image {
	border-radius: 0;
}
.b-new-item__product-name {
	position: relative;
	top: 10px;
	color:#333;
}
.b-new-item__title--sub {
	color: #333;
	text-align: center;
	margin: 20px auto;
}
.b-new-item__product-price--number {
	color: #333;
	text-align: center;
	margin: 0px auto 0;
}
.b-new-item__product-image:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	background-image: linear-gradient(0deg, #c0bebd 0, rgb(208 207 206 / 77%) 18%, rgba(183, 199, 197, .25) 59%, rgba(255, 255, 255, .02) 76%);
	opacity: 0;
	transition: opacity 175ms 0s cubic-bezier(.4, 0, 1, 1);
}
.b-new-item__product-contents {
	height: 350px;
}
 @media screen and (max-width: 1060px) {
.b-new-item__list-item {
 height: auto;
}
 .b-new-item:after {
 background-image: none;
}
 .b-new-item__product-contents {
 position: relative;
 height:auto;
}
 .b-new-item__product-link {
 text-decoration: none;
}
}
 @media screen and (max-width: 480px) {
.b-new-item__list-item {
 width: 49%;
 height: auto;
}
 .b-new-item__product-contents {
 padding: 0px;
 height: auto;
}
.b-new-item__product-name {
 font-size: .6em;
}
}
/* カテゴリ一覧 */


.b-category {
	/*margin-top: 120px;*/
	background:url(/html/user_data/assets/img/common/bg02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 60px;
}
.b-category:after {
	background-image: url(/html/user_data/assets/img/slider/item02.jpg)!important;
}
.b-category__item {
	box-sizing: border-box;
	background:url(/html/user_data/assets/img/common/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.b-category__item-link:after {
	background-image: none;
}
.b-category__item-link {
	padding-bottom: 0px;
}
.b-category__item-image:after {
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:2;
	background-image: none;
	/*background-image:linear-gradient(0deg, #D19826 0, rgba(209, 152, 38, .77) 18%, rgba(183, 199, 197, .25) 59%, rgba(255, 255, 255, .02) 96%);*/
	opacity:0;
	transition:opacity 175ms 0s cubic-bezier(.4, 0, 1, 1)
}
.b-category__slide .swiper-scrollbar-drag {
	background-color: #BE956A;
}
.b-category__item-image {
	border-radius: 0px;
}
.b-category__slide .swiper-scrollbar-drag {
	background-color: #333;
}
.b-category__title--sub {
	color: #333;
}
.b-news__post {
	border-bottom: #333 solid 1px;
}
/* --------------------
 footer 
-------------------- */

.b-footer__body {
	background-image: none;
	border-radius: 0px;
}
footer.l-footer {
	background:url(/html/user_data/assets/img/common/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.b-footer__bottom-contents {
	border-top: #FFF solid 1px;
}
.c-scroll-to-top__text, .b-footer__navi-link, a.b-footer__menu-link, .b-footer__copy-text, .b-footer__logo-link-text {
	color: #FFF;
}
 @media screen and (max-width: 480px) {
.b-footer__bottom-contents {
 border-top: #FFF solid 0px;
}
}
/* --------------------
 ドロワー 
-------------------- */
.l-drawer__body {
	background-color:rgba(255, 255, 255, 0.8);
}
.b-category-nav-sp, .b-login-sp {
	background-color:rgba(255, 255, 255, 0);
}
.b-search-product {
	background-color:rgba(255, 255, 255, 0.5);
}
.b-login-sp__link, .l-drawer__sns-label, .b-category-nav-sp__name {
	color: #333!important;
}
.b-nav-sp__button:after, .b-nav-sp__button:before, .l-drawer__button--close:after, .l-drawer__button--close:before {
	background: #FFF!important;
}
/* --------------------
 下層ページ 
-------------------- */
.l-main {
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 1px;
	background-color: #F0F0F0;
}
/* --------------------
 商品詳細 
-------------------- */

.p-product__contents {
	margin-top: 60px;
}
.c-detail-product__title {
	color: #333;
}
.c-detail-product__code--label, .c-detail-product__price-normal--label, .c-detail-product__code--number, .c-detail-product__price-normal--number, .c-detail-product__price-normal--tax, .c-detail-product__price-selling--number, .c-detail-product__price-selling--tax {
	color:#333;
}
 @media screen and (max-width: 838px) {
.p-product__contents {
 margin-top: 0px;
}
}
/* --------------------
 商品一覧 
-------------------- */

.p-product__title-text {
	color: #333;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-top: 60px;
	font-size: 3em;
}
 @media screen and (max-width: 838px) {
.p-product__title-text {
 margin-top: 30px;
 font-size: 1.5em;
}
}
/* --------------------
 キャンセル・返品・交換
-------------------- */

.p-problem {
	width: 100%;
	max-width: 1322px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.5em;
	margin-bottom: 3.5em;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
.p-problem__box {
	padding: 0 2rem;
}
.p-problem__sub {
	margin: 3rem -2rem 1rem;
	font-size: 1.2rem;
	font-weight: 600;
	color: #333;
}
.p-problem__box p {
	margin: 0 0 0.5rem;
}
.p-problem__box .c-button--unelevated {
	display: flex;
	max-width: 200px;
	height: 40px;
	margin-top: 2rem;
	text-decoration: none;
	border-radius: 40px;
	align-items: center;
	justify-content: center;
}
.c-button-tel {
	display: inline-block;
	margin-left: 1rem;
	color: #577d92;
	text-decoration: none;
}
.p-problem__box ul {
	padding-left: 1rem;
	list-style: none;
}
.p-problem__box li {
	padding-left: 1.25rem;
	font-size: 0.9rem;
	text-indent: -1.25rem;
}
.p-problem__note {
	display: block;
	padding: 0.4rem 1rem;
	color: #fff;
}
.p-problem__box:last-child {
	margin: 4rem 0 8rem;
}
.p-problem__point {
	display: block;
	font-size: 0.7rem;
	line-height: 2;
}
ul .p-problem__point {
	padding-left: 1rem;
}
.p-problem__box .sp {
	display: none
}
 @media screen and (max-width: 479px) {
 .p-problem__box {
 padding: 0;
}
 .p-problem__sub {
 margin: 2.4rem 0 1rem;
 font-size: 1.1rem;
}
 .p-problem__point {
 margin-top: 0.4rem;
 line-height: 1.6;
}
 .p-problem__box .c-button--unelevated {
 margin-top: 1rem;
 margin: 0 auto;
}
 .p-problem__box ul {
 padding-left: 0;
}
 .p-problem__box:last-child {
 margin: 2rem 0 4rem;
}
}
dl.l-drawer__sns {
	display: none;
}
.p-top__main-visual-sns {
	position: absolute;
	bottom: 81px;
	left: 20px;
	display: none;
}
.b-header__utility-search-link:before {
	content: "";
	display: block;
	background-image: url(/html/user_data/assets/img/common/common-sprites.png);
	background-position: -90px 0;
	width: 21px;
	height: 21px;
}
.b-cart__menu:before {
	content: "";
	display: block;
	background-image: url(/html/user_data/assets/img/common/common-sprites.png);
	background-position: -45px -44px;
	width: 21px;
	height: 21px;
	transform: translateY(-1px);
}
.b-cart__menu-badge {
	color: #FFF;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0;
	transform: translateY(1px);
	margin-left: 5px;
}
/* ドロワーメニュー */

.l-drawer .mdc-select--outlined .mdc-select__native-control, .l-drawer .mdc-select--outlined .mdc-select__selected-text {
	background-color: #333;
}