@charset "utf-8";

body {
	background: #FDC010;
	color:#333;
	font-family: 'Kosugi Maru', sans-serif;
	}

.mt10 { margin-top:10px;}
/* --------------------
 Header
-------------------- */

header.l-header {
	background: linear-gradient(135deg, #FDC010, #ffa325);
	/*border-bottom: 5px solid #ff7800;*/
}

.b-login__link {
     background-color:rgba(255,255,255,0.8);
    border-radius: 2px;
    color: #333;
}

.b-header__logo-link {
    color: #333;
	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: #333;
}

.front_page .l-layout__body-bg {
	background: linear-gradient(-35deg, #FFF, #FFF);
}

.p-top__main-visual-slide {
    position: relative;
    z-index: 3;
    width: 51%;
    height: 673.5px;
    margin-left: auto;
    overflow: hidden;
    border-radius: 800px 0 0 10px;
}

p.p-top__main-visual-description {
    color: #333;
	max-width: 400px;
	font-size: .9em;
}


.p-top__main-visual-copy--sub {
    padding-top: 20px;
    color: #333;
}



@media screen and (max-width: 839px) {
p.p-top__main-visual-description {
    max-width: 700px;
}
.p-top__main-visual-slide {
    width: 80%;
    height: 350px;
}

.p-top__main-visual-reading {
    width: calc(100% - 20px);
}

}


@media screen and (max-width: 480px) {

.p-top__main-visual-slide {
    width: 100%;
    margin-left: 20px;
}
.p-top__main-visual-reading {
    width: calc(100% - 0px);
}
.p-top__main-visual-reading-contents {
    padding: 0 10px;
}


}


/* 商品一覧 */

.b-new-item__body {
    padding: 60px 0 60px;
    border-radius: 0px;
    background: linear-gradient(135deg, #FDC010, #ffa325);
}

.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;
}

.b-new-item__title--main:first-letter {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 3em;
	color: #333;
	border-radius: 100px;
	background-color:#FFF;
}

.b-new-item__title--sub {
	font-size: .9em;}


.b-new-item__list-item {
    padding: 20px 10px;
}


.b-new-item__product-image {
    border-radius: 100%;
    max-width: 250px;
    max-height: 250px;
    min-height: 250px;
    min-width: 250px;
}

.b-new-item__product-name {
    position: relative;
    top: 10px;
}

.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, #DEC8B1 0, rgba(209, 152, 38, .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)
}



@media screen and (max-width: 1060px) {
.b-new-item__list-item {
    width: auto;
}

.b-new-item__product-image {
    border-radius: 100%;
    max-width: 200px;
    max-height: 200px;
    min-height: 200px;
    min-width: 200px;
}

.b-new-item:after {
    background-image: none;
}
	
}


@media screen and (max-width: 769px) {

.b-new-item__product-name {
    top: 50px;
}

p.b-new-item__product-price.mt10 {
    position: relative;
    top: 50px;
}
}

@media screen and (max-width: 480px) {

.b-new-item__product-image {
    border-radius: 100%;
    max-width: 150px;
    max-height: 150px;
    min-height: 150px;
    min-width: 150px;
}

.b-new-item__product-contents {
    padding: 0px;
}
.b-new-item__product-name {
    top: 20px;
    font-size: .6em;
}
	
.b-new-item__product-name {
    top: 30px;
	font-size: .65em;
}
}

p.b-new-item__product-price.mt10 {
    top: 30px;
}



/* カテゴリ一覧 */


.b-category {
    margin-top: 120px;
}

.b-category:after {
    background-image: url(/html/user_data/assets/img/slider/item02.jpg)!important;
}

.b-category__item {
    box-sizing: border-box;
    background: linear-gradient(135deg, #54300E, #BE956A);
}

.b-category__item-link:after {
    background-image: none;
}

.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;
}

/* --------------------
 footer 
-------------------- */

.b-footer__body {
    background-image: none; 
    border-radius: 0px;
    background: linear-gradient(135deg, #FDC010, #ffa325);
}

footer.l-footer {
    background: linear-gradient(135deg, #FDC010, #ffa325);
}

.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: #333!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;
    background: #4f7284;
}

.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
}

.c-button--unelevated.is-primary {
    background-color: #FDC010;
}

.p-problem__note {
    background: #FDC010;
}
@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;
}