@charset "shift_jis";
:root {
	--main-clr-lightgray: #c9c9c8;
	--main-clr-lightbeige: #cbc1ae;

	--main-clr-white: #f4f5f0;
	--main-clr-gray: #7f7c7a;
	--main-clr-red: #d07157;
	--main-clr-red-rgba: 208,113,87;

	--clr-ss-black: #48413b;
	--clr-ss-black-rgba: 72,65,59;
	--clr-sale: #cc0000;
}

body{
	overflow-x: hidden;
	overflow-y: visible;
}
/********************************
	toppage
********************************/

#toppage{
	text-align:left;
	margin: auto;
}
#toppage .top-inner-contents{
	padding: 60px 0;
}

#toppage .title{
	text-align: center;
	padding: 0 0 30px 0;
}
/* ▼▼▼ 2024.02.13 改修 ▼▼▼ */
#toppage .title h2 {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1;
	margin: 0 auto;
	padding: 0;
}
#toppage .title h2 > span {
	display: block;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: normal;
	line-height: 1;
	/*margin-bottom: 4px;*/
}
/* ▲▲▲ 2024.02.13 改修 ▲▲▲ */
#toppage .btn-black,
#toppage .btn-white {
	margin: 30px auto 0!important;
}
#toppage .btn-black input,
#toppage .btn-black a,
#toppage .btn-white input,
#toppage .btn-white a {
    font-size: 18px;
    line-height: 1;
}

/* 注意文 */
#top-warning-info {
	font-size: 0;
	text-align: center;
	padding: 10px 0;
	position: relative;
	margin: 5px;
}
#top-warning-info .top-inner-contents {
	padding: 0;
}
/*20221215 WATANABE ADD START*/
#top-warning-info .header-news{
	display: inline-block;
	text-align:left;
	line-height: 0;
}
/*20221215 WATANABE ADD END*/
#top-warning-info .header-news dl{
	max-width: 1000px;
    /*margin: auto;*/
	/*margin: 5px;20221215 WATANABE ADD*/
}
#top-warning-info  .header-news dt{
	display: inline-block;
	padding: 0 10px;
	width:130px;/*20221215 WATANABE ADD START*/
	text-align:center;
	margin:2px;
	/*20221215 WATANABE ADD END*/
}
#top-warning-info  .header-news dd{
	display: inline-block;
}


/*注目ワード*/
#top-pick-word{
	font-size: 0;
	text-align: center;
	padding: 22px 0;
	position: relative
}
#top-pick-word *{
	vertical-align: top;
	box-sizing: border-box;
}

#top-pick-word .pick-title{
	display: inline-block;
	width: 120px;
	margin: 0;
	padding-right: 1.5em;
	position: relative;
}
#top-pick-word .pick-title:after{
	font-family: "Material Icons Outlined";
	content: "double_arrow";
	position: absolute;
	top: auto;
	bottom: auto;
	right: 0;
}
#top-pick-word .pick-slider{
	display: inline-block;
	width: calc(100% - 120px);
	overflow: hidden;
	position: relative;
	margin: auto;
}
#top-pick-word .pick-slider li{
	width: auto;
	padding:0 1em;
	font-weight: 200;
}
#top-pick-word .pick-slider:after{
	content: "";
	display: block;
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	width: 60px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}



/*メインスライダー*/
#top-main-slider .top-inner-contents {
	padding: 40px 0;
}
#top-main-slider .swiper-container {
	position: relative;
	overflow: unset;
	padding-bottom: 0!important;
}
#top-main-slider .main-slider li {
	width: 600px!important;
}
#top-main-slider .main-slider li img {
	width: 100%;
	height: auto;
	transition: all 0.2s;
	/* border-radius: 10px; */
}
#top-main-slider .main-slider li a:hover img {
	opacity: 0.8;
	transition: all 0.2s;
}

#top-main-slider .swiper-button-prev,
#top-main-slider .swiper-button-next {
    position: absolute;
    top: calc(50% - 28px);
    width: 56px;
    height: 56px;
    margin-top: 0;
    z-index: 2;
    cursor: pointer;
	/* background-image: none; */
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,0.85);
	border-radius: 50%;
}
#top-main-slider .swiper-button-prev { left: 56px;}
#top-main-slider .swiper-button-next { right: 56px; }

#top-main-slider .swiper-wrapper ~ .swiper-pagination-bullets {
    text-align: center;
}
#top-main-slider .swiper-container-horizontal>.swiper-pagination-bullets,
#top-main-slider .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: -40px;
}

#top-main-slider .swiper-button-prev:after,
#top-main-slider .swiper-rtl .swiper-button-next:after,
#top-main-slider .swiper-button-next:after,
#top-main-slider .swiper-rtl .swiper-button-prev:after {
    display: none;
}

/* 

#top-main-slider .swiper-button-prev:before,
#top-main-slider .swiper-button-prev:after,
#top-main-slider .swiper-button-next:before,
#top-main-slider .swiper-button-next:after {
	position: absolute;
	display: inline-block;
	content: "";
	width: 2px;
	height: 20px;
	background-color: #fff;
}
#top-main-slider .swiper-button-prev:before,
#top-main-slider .swiper-button-prev:after { left: 18px;}
#top-main-slider .swiper-button-prev:before {
	top: calc(50% - 18px);
	transform: rotate(30deg);
}
#top-main-slider .swiper-button-prev:after {
	top: calc(50% - 2px);
	transform: rotate(-30deg);
}

#top-main-slider .swiper-button-next:before,
#top-main-slider .swiper-button-next:after { right: 18px;}
#top-main-slider .swiper-button-next:before {
	top: calc(50% - 18px);
	transform: rotate(-30deg);
}
#top-main-slider .swiper-button-next:after {
	top: calc(50% - 2px);
	transform: rotate(30deg);
} */




/* 20230214 追加 AR */
#top-ar-shopping {
	position: relative;
	width: 100%;
}
#top-ar-shopping .top-inner-contents {
	position: relative;
	overflow: unset;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	background: url(/IMAGE/common/top/bg_ar_pc.jpg) no-repeat center center;
	background-size: cover;
	/*padding: 70px 0 35px;*/
}
#top-ar-shopping .img_gif {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}
#top-ar-shopping .img_gif dl {
	position: relative;
	max-width: 560px;
	margin: 0 auto;
}
#top-ar-shopping .img_gif dt {
	position: absolute;
	top: -80px;
	left: -160px;
	width: 200px;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
	background-color: var(--main-clr-red);
	border-radius: 50%;
}
#top-ar-shopping .img_gif dd {
	position: relative;
	z-index: 1;
}
#top-ar-shopping .img_gif dd img {
	max-width: 100%;
}

#top-scene-slider .swiper-container{
	position: relative;
	overflow: unset;	
}
#top-scene-slider .top-scene li {
	width: auto!important;
	border: solid 1px var(--main-clr-white);
	box-sizing: border-box;
	border-radius: 10px;
}
#top-scene-slider .top-scene li a {
	display: block;
}
#top-scene-slider .top-scene li a img {
	border-radius: 10px 10px 0 0;
	object-fit: cover;
	transition: all 0.2s;
}
#top-scene-slider .top-scene li a:hover img {
	opacity: 0.8;
	transition: all 0.2s;
}
#top-scene-slider .top-scene li a p,
#top-scene-slider .top-scene li a h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	padding: 1em 0;
}
#top-scene-slider .top-scene li a p.clr_ntr,
#top-scene-slider .top-scene li a h3.clr_ntr { color: #c6a360; }
#top-scene-slider .top-scene li a p.clr_urb,
#top-scene-slider .top-scene li a h3.clr_urb { color: #9bb9c8; }
#top-scene-slider .top-scene li a p.clr_caf,
#top-scene-slider .top-scene li a h3.clr_caf { color: #4c3407; }

#top-scene-slider .swiper-wrapper ~ .swiper-button-prev,
#top-scene-slider .swiper-wrapper ~ .swiper-button-next{
	background-image: none;
	width: auto;
	height: auto;
	top: 50%;
}

#top-scene-slider .swiper-wrapper ~ .swiper-button-prev{
    transform: translate(-75%, -50%);
    -webkit-transform: translate(-75%,-50%);
    -ms-transform: translate(-75%, -50%);
}
#top-scene-slider .swiper-wrapper ~ .swiper-button-next{
    transform: translate(75%, -50%);
    -webkit-transform: translate(75%,-50%);
    -ms-transform: translate(75%, -50%);
}
#top-scene-slider .swiper-wrapper ~ .swiper-button-prev:after,
#top-scene-slider .swiper-wrapper ~ .swiper-button-next:after{
	font-family: "Material Icons Outlined";
	content: "chevron_left";
	background-color: rgb(0, 0, 0,0.2);
	border: 1px solid #ffffff;
	color: #ffffff;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	font-size: 30px;
	font-weight: 200;
	margin: auto;
	z-index: 9;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center; 
	-webkit-justify-content: center; 
	justify-content: center;
	cursor: pointer;
	
}
#top-scene-slider .swiper-wrapper ~ .swiper-button-next:after{
	transform: rotate(180deg);
}





/*アイコンメニュー*/
#top-icon-link .top-inner-contents{
    padding: 25px 0 0;
}
#top-icon-link .icon-link-list{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content:center;
    align-items: normal;
	max-width: 600px;
	margin: auto;
}
#top-icon-link .icon-link-list li{
	width: calc(100%/6);
	margin: 5px;
}
#top-icon-link .icon-link-list li>a{
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    flex-flow: column;
    height: 100%;
    padding: 3px 0;
}
#top-icon-link .icon-link-list li>a>i{
	width: 40%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 24px;
	width: 50px;
	height: 50px;
	background-color: #EFEFEF;
    border-radius: 50%;
	transition:.2s;
}
#top-icon-link .icon-link-list li>a>span{
	font-size: 13px;
	padding: 3px 0;
}
#top-icon-link .icon-link-list li>a:hover{
	color: var(--clr-ss-black) !important;
}
#top-icon-link .icon-link-list li>a:hover>i{
	background-color: #ffe8e8;
}
#top-icon-link .swiper-container{
    padding-bottom: 0;
}

/*ピックアップアイテム*/
#top-pickup-item .pickup-item-slider{
	overflow: unset;
}
#top-pickup-item .pickup-item-slider .swiper-slide{
	width: calc(100%/6 - 25px);
	min-width: 150px;
	vertical-align: top;
	margin-right: 25px;
	text-align: left;
}
#top-pickup-item .pickup-item-slider .swiper-slide .p_img{
	position: relative;
}
#top-pickup-item .pickup-item-slider .swiper-slide .p_wish{
	display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
#top-pickup-item .pickup-item-slider .swiper-slide .p_wish .icon{
	width: 100%;
	display: flex;
	gap: 2px;
}
#top-pickup-item .pickup-item-slider .swiper-slide img.p_icon {
	padding: 3px 0;
	width: 60px;
}
#top-pickup-item .pickup-item-slider .swiper-slide .p_wish .wish{
	display: inline-block;
}
#top-pickup-item .pickup-item-slider .swiper-slide .p_img img{
	border-radius: 10px;
}
#top-pickup-item .pickup-item-slider .swiper-slide .p_name{
	/* max-height: calc(1.714em * 2); */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: normal;
    letter-spacing: normal;
    word-break: break-all;
}
/*#top-pickup-item .buy_price>ul .spesicalprice{
	display: none;
}*/
/*20221222 M.OIKAWA ADD STA*/
/*ポイントUP中アイコン*/
#top-pickup-item .buy_price .price-icons{
	border-spacing: 5px 0;
    margin: 5px 0 -5px -5px;
}
#top-pickup-item .buy_price .price-icons .m_price_grid{
	background: var(--clr-ss-black);
    color: #fff;
    padding: 0 6px;
    font-size: 0.7em;
    display: table-cell;
}
#top-pickup-item .buy_price .price-icons .m_pointup{
	background: #a6a40e;
    color: #fff;
    padding: 0 6px;
    font-size: 0.7em;
    display: table-cell;
}
#top-pickup-item .buy_price .m_price{
	font-size: 1.5em;
    font-weight: 500;
	/* 2024.01 文字色変更 */
    color: var(--clr-sale);
}
#top-pickup-item .buy_price .intax{
	font-size: 80%;
    position: relative;
    /*left: 5px;*/
	/* 2024.01 文字色変更 */
    color: var(--clr-sale);
}
#top-pickup-item .buy_price.sale span.m_price_grid {
	/* 2024.01 背景色変更 */
	background-color: var(--clr-sale) !important;
}
/*#top-pickup-item .buy_price.sale .m_price{
	color: var(--clr-sale);
}*/

/*20221222 M.OIKAWA ADD END*/


/*おすすめ特集*/
/* 20230214 追加 TOPICS */
/* PCは固定で4点のせる */
#top-feature {
	position: relative;
	width: 100%;
}

#top-feature-slider > .swiper-wrapper {
	display: flex;
	/*justify-content: space-between;*/
}
#top-feature-slider > .swiper-wrapper > li {
	position: relative;
	width: calc((100% - 16px*3)/4);
}
#top-feature-slider > .swiper-wrapper > li:not(:last-child) {
	margin-right: 16px;
}
#top-feature-slider > .swiper-wrapper > li > a {
	display: block;
}
#top-feature-slider > .swiper-wrapper > li > a img {
	border-radius: 10px;
	transition: 0.2s all;
}
#top-feature-slider > .swiper-wrapper > li.br_none > a img {
	border-radius: 0;
}
#top-feature-slider > .swiper-wrapper > li:hover > a img {
	opacity: 0.8;
	transition: 0.2s all;
}

#top-feature-slider > .swiper-wrapper > li > a dt,
#top-feature-slider > .swiper-wrapper > li > a dl dd.period,
#top-feature-slider > .swiper-wrapper > li > a dl dd.txt {
	display: none;
}

/* coming soon 表示 */
#top-feature .comingsoon {
	position: relative;
}
#top-feature .comingsoon a {
	position: relative;
	pointer-events: none;
}
#top-feature .comingsoon a dd.img {
	position: relative;
}
#top-feature .comingsoon a dd.img::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	content: "Coming soon";
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.1em;
	background-color: rgba(0,0,0,0.65);
	border-radius: 10px;
}


/* TOP */
#top-category{
	position: relative;
	/*コンテンツ幅はそのまま背景色（この場合はlightpink）のみをウィンドウ幅100%に広げる*/
	border-image: linear-gradient(var(--main-clr-lightbeige),var(--main-clr-lightbeige)) fill 0//0 100vw 0 100vw;
}
#toppage #top-category .title h2 { color: #fff; } 

#top-category .category-menu ul {
	list-style: none;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#top-category .category-menu li {
	position: relative;
	width: calc(100% / 7);
	display: flex;
	align-items: flex-start;
	text-align: center;
}
#top-category .category-menu li:nth-child(n+8) { margin-top: 20px; }
#top-category .category-menu .category-list-title {
	position: relative;
	width: 100%;
}
#top-category .category-menu li .category-list-title a {
	color: #fff;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	font-weight: 500;
}
#top-category .category-menu .category-list-title span.cate_icon {
	position: relative;
	display: block;
}
#top-category .category-menu .category-list-title span.cate_icon img {
	width: 80%;
	height: auto;
	transition: all 0.2s;
}
#top-category .category-menu .category-list-title a:hover span.cate_icon img {
	opacity: 0.6;
	transition: all 0.2s;
}
#top-category .category-menu .category-list-title a:hover {
	color: var(--main-clr-red);
}

#top-category .category-menu .category-list-more {
	display: inline-block;
}
#top-category .category-menu .category-list-more li{
	width: 100%;
	border: none;
	margin-bottom: 0px;
	padding: 3px 0;
	margin-right: 0;
	display:block;
}
#top-category .category-menu .category-list-more li.is-hidden {
	display:none;
}
#top-category .category-menu .category-list-more .list-btn.is-btn-hidden{
	display:none;
}
#top-category .category-menu .category-list-more .list-btn button {
	color: #959595;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
}
#top-category .category-menu .category-list-more .list-btn button::before {
	font-size: 1.5em;
	margin-right: 5px;
	content: "..";
}


#top-category .category-menu .category-list-more li a{
	font-size: 13px;
}
#top-category .category-menu .category-list-more li::before {
	font-size: 1.5em;
	content: "-";
	margin-right: 5px;
}

/* 20230316 大型のイベントバナー設置エリア */
.banner_event {
	position: relative;
	width: 100%;
	margin: 0 auto 30px;
}
.banner_event ul {
	position: relative;
	width: 100%;
}
.banner_event ul li {
	position: relative;
	width: 100%;
}
.banner_event ul li a {
	display: block;
	transition: all 0.2s;
}
.banner_event ul li a img {
	width: 100%;
	height: auto;
	transition: all 0.2s;
}
.banner_event ul li:hover a img {
	opacity: 0.8;
	transition: all 0.2s;
}

/* 20230530　注目商品・新商品 */
#top-sale-slider,
#top-newitem-slider  {
	position: relative;
	width: 100%;
	/*overflow: hidden;*/
}
#top-sale-slider .top-inner-contents,
#top-newitem-slider .top-inner-contents  {
	position: relative;
	overflow: unset;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	box-sizing: border-box;
}
#top-sale,
#top-newitem {
	position: relative;
	/*padding-right: calc((100% - 1000px) / 2);
	padding-left: calc((100% - 1000px) / 2);*/
	box-sizing: border-box;
}
#top-sale .swiper-container,
#top-newitem .swiper-container {
	position: relative;
	overflow: unset;
}
#top-sale .swiper-slide/*,
#top-newitem .swiper-slide*/ {
	width: 238px!important;
}

#top-sale .swiper-slide dl,
#top-newitem .swiper-slide dl {
	position: relative;
	width: 100%;
}
#top-sale .swiper-slide .img img,
#top-newitem .swiper-slide .img img {
	/* border-radius: 10px; */
	transition: all 0.2s;
}
#top-sale .swiper-slide .img a:hover img,
#top-newitem .swiper-slide .img a:hover img {
	opacity: 0.8;
	transition: all 0.2s;
}
#top-sale .swiper-slide .p_wish,

/* 20231018 [TOP改修] STA */
#top-sale-slider .swiper-slide .p_wish {
	padding-top: 6px;
	padding-bottom: 3px;
	position: relative;
    width: 100%;
	height: 24px;
    text-align: right;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
#top-sale-slider .swiper-slide .p_wish .icon {
	display: flex;
	gap: 2px;
}
#top-sale-slider .swiper-slide .p_name{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-weight: normal;
    letter-spacing: normal;
    word-break: break-all;
}
#top-sale-slider .buy_price .price-icons{
	border-spacing: 5px 0;
    margin: 5px 0 -5px -5px;
}
#top-sale-slider .buy_price .price-icons .m_price_grid{
	background: var(--main-clr-gray);
    color: #fff;
    padding: 2px 10px;
    font-size: 0.7em;
    display: table-cell;
}
#top-sale-slider .buy_price .price-icons .m_pointup{
	background: #a6a40e;
    color: #fff;
    padding: 0 6px;
    font-size: 0.7em;
    display: table-cell;
}
#top-sale-slider .buy_price .m_price{
	font-size: 1.5em;
    font-weight: 500;
	/* 2024.01 文字色変更 */
    color: var(--main-clr-red);
}
#top-sale-slider .buy_price .intax{
	font-size: 80%;
    position: relative;
    /*left: 5px;*/
    /* 2024.01 文字色変更 */
    color: var(--clr-ss-black);
}
#top-sale-slider .buy_price.sale span.m_price_grid {
	/* 2024.01 背景色変更 */
	background-color: var(--clr-sale) !important;
}
#top-sale-slider .buy_price.sale .m_price{
	/* 2024.01 背景色変更 */
	color: var(--clr-sale);
}
#top-sale-slider .price_comment{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}
#top-sale-slider .price_comment * {
	line-height: 1;
    font-size: 90%;
    padding: 4px 4px;
}
#top-sale-slider .coupon_price {
	color: #fff;
    background-color: var(--clr-sale);
    /*background-color: var(--clr-sale);*/
}
#top-sale-slider .p_review{
	text-align: left;
}
#top-sale-slider .p_review .star{
	font-size: 18px;
}
#top-sale .swiper-slide .p_name{
	text-align: left;
}


#top-newitem-slider .swiper-slide .p_wish {
	padding-top: 6px;
	padding-bottom: 3px;
	position: relative;
    width: 100%;
	height: 24px;
    text-align: right;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
#top-newitem-slider .swiper-slide .p_wish .icon {
	display: flex;
	gap: 2px;
}
#top-newitem-slider .swiper-slide .p_name{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-weight: normal;
    letter-spacing: normal;
    word-break: break-all;
}
#top-newitem-slider .buy_price .price-icons{
	border-spacing: 5px 0;
    margin: 5px 0 -5px -5px;
}
#top-newitem-slider .buy_price .price-icons .m_price_grid{
	background: var(--main-clr-gray);
    color: #fff;
    padding: 2px 10px;
    font-size: 0.7em;
    display: table-cell;
}
#top-newitem-slider .buy_price .price-icons .m_pointup{
	background: #a6a40e;
    color: #fff;
    padding: 0 6px;
    font-size: 0.7em;
    display: table-cell;
}
#top-newitem-slider .buy_price .m_price{
	font-size: 1.5em;
    font-weight: 500;
	/* 2024.01 文字色変更 */
    color: var(--main-clr-red);
}
#top-newitem-slider .buy_price .intax{
	font-size: 80%;
    position: relative;
    /*left: 5px;*/
    /* 2024.01 文字色変更 */
    color: var(--clr-ss-black);
}
#top-newitem-slider .buy_price.sale span.m_price_grid {
	background-color: var(--clr-sale) !important;
}
#top-newitem-slider .buy_price.sale .m_price{
	color: var(--clr-sale);
}
#top-newitem-slider .price_comment{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}
#top-newitem-slider .price_comment * {
	line-height: 1;
    font-size: 90%;
    padding: 4px 4px;
}
#top-newitem-slider .coupon_price {
	color: #fff;
    background-color: var(--clr-sale);
}
#top-newitem-slider .p_review{
	text-align: left;
}
#top-newitem-slider .p_review .star{
	font-size: 18px;
}
#top-newitem-slider .swiper-slide .p_name{
	text-align: left;
}
/*
#top-newitem .swiper-slide img.p_icon {
	padding: 3px 0;
	width: 60px;
}
#top-newitem .swiper-slide .p_wish .wish {
	display: inline-block;
}*/
/* 20231018 [TOP改修] END */

#top-sale .swiper-slide .wish,
#top-newitem .swiper-slide .wish {
	display: inline-block;
}
#top-sale .swiper-slide .name,
#top-sale .swiper-slide .price,
#top-newitem .swiper-slide .name,
#top-newitem .swiper-slide .price {
	text-align: left;
}
#top-sale .swiper-slide .name,
#top-newitem .swiper-slide .name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-weight: normal;
    letter-spacing: normal;
    word-break: break-all;
}
#top-sale .swiper-slide .name a,
#top-newitem .swiper-slide .name a {
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
}



/********************************
	20240307 改修
********************************/

/* スライダー上インフォメーション */
#top-info {
	position: relative;
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#top-info dl {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#top-info dl dt,
#top-info dl dd { line-height: 1;}
#top-info dl dt {
	width: 108px;
	color: #fff;
	font-size: 12px;
	background-color: var(--clr-ss-black);
	text-align: center;
	padding: 6px 0;
}
#top-info dl dd:nth-of-type(1) {
	width: 108px;
	text-align: center;
}
#top-info dl dd:nth-of-type(2) { width: calc(100% - 108px*2); }
#top-info dl dd:nth-of-type(2) a {
	font-size: 14px;
	font-weight: 500;
}

/**/
.top_section {
	position: relative;
    padding: 60px 0;
	text-align: center;
}
.top_section h2 {
	display: block;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1;
    padding: 0 0 30px 0;
	text-align: left;
}

.top_section h3 {
	display: block;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1;
    padding: 0 0 30px 0;
}

/* メインスライダー */
#top-mainslider {
	position: relative;
	width: 100%;
	padding-top: 20px;
}
#top-info + #top-mainslider { padding-top: 0; }

#top-mainslider ul {
	position: relative;
	width: 100%;
	display: grid;
	grid-template-columns: 750px 440px;
	grid-template-rows :320px 320px;
	gap: 10px;
	align-items: center
}
#top-mainslider ul li {
	position: relative;
	width: 100%;
}
#top-mainslider ul li#main { grid-column: 1 / 2; grid-row: 1 / 3; }
#top-mainslider ul li#sub01 { grid-column: 2 / 3; grid-row: 1 / 2; }
#top-mainslider ul li#sub02 { grid-column: 2 / 3; grid-row: 2 / 3; }

#top-mainslider ul li a {
	display: block;
}
#top-mainslider ul li a img {
	width: 100%;
	height: auto;
}
#top-mainslider ul li:hover a {
	opacity: 0.8;
}


/* 商品カテゴリから探す */
#top-category-area {
	position: relative;
	width: 100%;
}
#top-category-area ul {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 32px;
}
#top-category-area ul::after {
	display: block;
	content: '';
    width: 100%;
}
#top-category-area ul li {
	width: calc((100% - 32px*7)/8);
}
#top-category-area ul li:nth-child(n+8) {
    order: 1;
}
#top-category-area ul li a {
	display: block;
}
#top-category-area ul li h3 {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	padding: 0;
}
#top-category-area ul li a .cate_icon img {
	width: 100%;
	height: auto;
	/* border-radius: 10px; */
	margin-bottom: 10px;
}
#top-category-area ul li:hover a {
	opacity: 0.8;
}

/* おすすめ特集
#top-reco-feature {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
#top-reco-feature ul {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
#top-reco-feature ul li {
	position: relative;
	width: calc((100% - 15px*3)/4);
}
#top-reco-feature ul li a {
	position: relative;
	display: block;
}
#top-reco-feature ul li a img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
#top-reco-feature ul li:hover a {
	opacity: 0.8;
} */

/* #top-reco-feature .readmore-hide {
	height: 0;
	overflow: hidden;
	transition: all .4s;
}
#top-reco-feature .readmore-hide.is_open { margin-top: 15px; }
#top-reco-feature .readmore-btn {
	position: relative;
	z-index: 1;
	display: table;
	margin: 0 auto;
	width: 320px;
	padding: 15px 0;
	color: var(--clr-ss-black);
	font-size: 18px;
	line-height: 1;
	text-align: center;
	border-radius: 0;
	background-color: transparent;
	border: solid 1px var(--clr-ss-black);
	cursor: pointer;
	transition: all .4s;
	margin-top: 30px;
	box-sizing: border-box;
}
#top-reco-feature .readmore-btn::before,
#top-reco-feature .readmore-btn::after {
	position: absolute;
	top: calc(50% - 1px);
	right: 32px;
	display: inline-block;
	content: "";
	width: 12px;
	height: 1px;
	background-color: var(--clr-ss-black);
}
#top-reco-feature .readmore-btn::after { transform: rotate(90deg);}
#top-reco-feature .readmore-btn.is_open::after { display: none;}

#top-reco-feature .readmore-btn:hover,
#top-reco-feature .readmore-btn.is_open {
	color: #fff;
	background-color: var(--clr-ss-black);
}
#top-reco-feature .readmore-btn:hover::before,
#top-reco-feature .readmore-btn:hover::after,
#top-reco-feature .readmore-btn.is_open::before,
#top-reco-feature .readmore-btn.is_open::after {
	background-color: #fff;
} */

/* 新商品 */
/* #top-newitem {
	position: relative;
	width: 100%;
}
#top-newitem ul {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 30px;
}
#top-newitem ul li,
#top-newitem ul li.swiper-slide {
	position: relative;
	width: calc((100% - 30px*4)/5)!important;
	text-align: left;
	margin-right: 0!important;
} */


/* 売れ筋ランキング */
#top-ranking-area {
	position: relative;
	width: 100%;
}
#top-ranking-area .tab_area_wrapper {
	position: relative;
	width: 100%;
}
#top-ranking-area .tab_area_wrapper .tabMenu {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#top-ranking-area .tab_area_wrapper .tabMenu li {
	position: relative;
	height: 50px;
	background-color: var(--main-clr-white);
	flex: 1;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}
#top-ranking-area .tab_area_wrapper .tabMenu li:not(:nth-of-type(1)) { border-left: solid 1px #dfdfdf;}
#top-ranking-area .tab_area_wrapper .tabMenu li.active {
	position: relative;
	color: #fff;
	background-color: var(--main-clr-red);
}
#top-ranking-area .tab_area_wrapper .tabMenu li.active::after {
	position: absolute;
	top: 100%;
	left: 50%;
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 10px 12px;
	border-top-color: var(--main-clr-red);
	border-bottom: 0;
	transform: translateX(-50%);
}

#top-ranking-area .tab_area_wrapper .tabContent {
	display: none;
	padding: 30px 0 0 0;
}
#top-ranking-area .tab_area_wrapper .tabContent.active {
	display: block;
}
/* 
#top-ranking-area .ul_top_ranking {
	position: relative;
	width: 100%;
	display: grid;
	grid-template-columns: 44.7% 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 20px;
}
#top-ranking-area .ul_top_ranking li:nth-child(1) { grid-column: 1 / 2; grid-row: 1 / 3; }
#top-ranking-area .ul_top_ranking li:nth-child(2) { grid-column: 2 / 3; grid-row: 1 / 2; }
#top-ranking-area .ul_top_ranking li:nth-child(3) { grid-column: 3 / 4; grid-row: 1 / 2; }
#top-ranking-area .ul_top_ranking li:nth-child(4) { grid-column: 4 / 5; grid-row: 1 / 2; }
#top-ranking-area .ul_top_ranking li:nth-child(5) { grid-column: 2 / 3; grid-row: 2 / 3; }
#top-ranking-area .ul_top_ranking li:nth-child(6) { grid-column: 3 / 4; grid-row: 2 / 3; }
#top-ranking-area .ul_top_ranking li:nth-child(7) { grid-column: 4 / 5; grid-row: 2 / 3; }
#top-ranking-area .ul_top_ranking li { position: relative; }
#top-ranking-area .ul_top_ranking li dl { position: relative; text-align: left; }
#top-ranking-area .ul_top_ranking li dt { position: relative; }

#top-ranking-area .ul_top_ranking li.swiper-slide dl dt.img::before,
#top-ranking-area .ul_top_ranking li.swiper-slide dl dt.img::after {
	position: absolute;
	left: 0;
	bottom: 0;
	display: inline-block;
}
#top-ranking-area .ul_top_ranking li.swiper-slide dl dt.img::after {
	left: 0;
	bottom: 0;
	z-index: 1;
	content: "";
	width: 36px;
	height: 36px;
	background: rgb(0, 0, 0);
    background: linear-gradient(225deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
}
#top-ranking-area .ul_top_ranking li.swiper-slide:nth-child(1) dl dt.img::after {
	width: 72px;
	height: 72px;
}
#top-ranking-area .ul_top_ranking li.swiper-slide dl dt.img::before {
	left: 4px;
	bottom: 3px;
	z-index: 2;
	color: #fff;
	font-size: 16px;
	line-height: 1;
}
#top-ranking-area .ul_top_ranking li.swiper-slide:nth-child(1) dl dt.img::before {
	left: 10px;
	bottom: 6px;
	content: "1";
	font-size: 32px;
}
#top-ranking-area .ul_top_ranking li.swiper-slide:nth-child(2) dl dt.img::before { content: "2"; }
#top-ranking-area .ul_top_ranking li.swiper-slide:nth-child(3) dl dt.img::before { content: "3"; }
#top-ranking-area .ul_top_ranking li.swiper-slide:nth-child(4) dl dt.img::before { content: "4"; }
#top-ranking-area .ul_top_ranking li.swiper-slide:nth-child(5) dl dt.img::before { content: "5"; }
#top-ranking-area .ul_top_ranking li.swiper-slide:nth-child(6) dl dt.img::before { content: "6"; }
#top-ranking-area .ul_top_ranking li.swiper-slide:nth-child(7) dl dt.img::before { content: "7"; }

#top-ranking-area .ul_top_ranking div[class^="rank-num"] {
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	content: "";
	width: 36px;
	height: 36px;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	background: rgb(0, 0, 0);
    background: linear-gradient(225deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
	padding: 0 0 3px 4px;
	box-sizing: border-box;
}
#top-ranking-area .ul_top_ranking li:nth-child(1) .rank-num {
	width: 72px;
	height: 72px;
	font-size: 32px;
	font-weight: 500;
	padding: 0 0 6px 10px;
} */

/* TOPページにある商品関連 共通設定 */
.top_section .swiper-slide dl,
.top_section .item dl {
	position: relative;
    width: 100%;
}
.top_section .swiper-slide dl dt.img img,
.top_section .item dl dt.img img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	transition: all 0.2s;
}
.top_section .swiper-slide dl dd.p_wish,
.top_section .item dl dd.p_wish {
	padding-top: 6px;
    padding-bottom: 3px;
    position: relative;
    width: 100%;
    height: 24px;
    text-align: right;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.top_section .swiper-slide dl dd.p_wish .wish,
.top_section .item dl dd.p_wish .wish {
	display: inline-block;
	width: 24px;
    height: 24px;
}
.top_section .swiper-slide dl dd.p_wish .icon,
.top_section .item dl dd.p_wish .icon {
	display: flex;
	align-items: center;
    gap: 2px;
}
/* .top_section .swiper-slide dl dd.p_wish .icon img,
.top_section .item dl dd.p_wish .icon img { max-width: 100%; } */
.top_section .swiper-slide dl dd.p_wish .icon img,
.top_section .item dl dd.p_wish .icon img {
	width: auto;
    height: 18px;
}

.top_section .swiper-slide .p_name,
.top_section .swiper-slide .price,
.top_section .swiper-slide .p_review,
.top_section .item .name,
.top_section .item .price,
.top_section .item .p_review { text-align: left; }
.top_section .swiper-slide .p_name,
.top_section .item .name {
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-weight: normal;
    letter-spacing: normal;
    word-break: break-all;
}
.top_section .swiper-slide .p_name a,
.top_section .item .name a { font-size: 14px; text-decoration: underline; }
.top_section .swiper-slide .price div .price-icons .m_price_grid,
.top_section .item .price .spesicalprice {
    display: table-cell;
    color: #fff;
    font-size: 10px;
	line-height: 1;
	background: var(--main-clr-gray);
    padding: 6px 10px;
}
.top_section .swiper-slide .price div .price-icons { margin: 5px 0 0 0; display: none;/*非表示？*/ }
.top_section .item .price .spesicalprice { margin: 0 0 5px 0; display: none;/*非表示？*/ }
.top_section .swiper-slide .price div .m_price,
.top_section .item .price {
	font-size: 1.5em;
    font-weight: 700;
}
.top_section .swiper-slide .price div .intax,
.top_section .item .intax {
	color: var(--clr-ss-black)!important;
    font-size: 80%!important;
    position: relative!important;
	display: none!important;
}
.top_section .item .buy_price > ol,
.top_section .item .buy_price > ul { margin: 0 auto; }

/* 通常価格 */
.top_section .swiper-slide .price div.buy_price .price-icons .m_price_grid,
.top_section .item .price .spesicalprice { background: var(--main-clr-gray); }
.top_section .swiper-slide .price div.buy_price .m_price,
.top_section .item .price { color: var(--main-clr-red); }

/* セール価格 */
.top_section .swiper-slide .price div.buy_price.sale .price-icons .m_price_grid,
.top_section .item .price.sale .spesicalprice { background: var(--clr-sale); }
.top_section .swiper-slide .price div.buy_price.sale .m_price,
.top_section .item .price.sale { color: var(--clr-sale); }



/* カラー・テイスト・シリーズから探す
#top-search-color,
#top-search-taste,
#top-search-series {
	position: relative;
	width: 100%;
}
.top_section .list_cmn {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.top_section .list_cmn li { position: relative; }
.top_section .list_cmn.list_color li { width: calc((100% - 30px*4)/5);}
.top_section .list_cmn.list_taste li,
.top_section .list_cmn.list_series li { width: calc((100% - 30px*2)/3);}
.top_section .list_cmn.list_info_banner li { width: calc((100% - 30px*1)/2);}

.top_section .list_cmn li a {
	position: relative;
	display: block;
}
.top_section .list_cmn li a > img {
	width: 100%;
	height: auto;
}
.top_section .list_cmn li a h3.heading_box {
	position: relative;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	background-color: #333;
	margin-top: 0;
	padding: 3px 0 5px;
}
.top_section .list_cmn li a h3.heading_box span {
	display: block;
	font-size: 26px;
	letter-spacing: 1px;
	line-height: 1.07;
}
.top_section .list_cmn li a h3.heading_box.ls0 span { letter-spacing: normal!important; }
.top_section .list_cmn li:hover a {
	opacity: 0.8;
}
.top_section .list_cmn li p {
	font-size: 14px;
	text-align: left;
	line-height: 1.7;
	margin-top: 10px;
	font-feature-settings: "palt";
	letter-spacing: 0.5px;
}

.top_section .list_cmn li a h3.heading_box.bg_rose { background-color: #D85A7C; }
.top_section .list_cmn li a h3.heading_box.bg_yellow { background-color: #F3C44E; }
.top_section .list_cmn li a h3.heading_box.bg_green { background-color: #C0D391; }
.top_section .list_cmn li a h3.heading_box.bg_blue { background-color: #9FBED1; }
.top_section .list_cmn li a h3.heading_box.bg_navy { background-color: #373D50; }
.top_section .list_cmn li a h3.heading_box.bg_white { background-color: #FFFFFF; color: #515151; }
.top_section .list_cmn li a h3.heading_box.bg_gray { background-color: #9B9B99; }
.top_section .list_cmn li a h3.heading_box.bg_black { background-color: #3C3E42; }
.top_section .list_cmn li a h3.heading_box.bg_brown { background-color: #574C47; }

.top_section .list_cmn li a h3.heading_box.bg_simple { background-color: #B5B5B5; }
.top_section .list_cmn li a h3.heading_box.bg_natural { background-color: #A4B076; }
.top_section .list_cmn li a h3.heading_box.bg_vintage { background-color: #505762; }
.top_section .list_cmn li a h3.heading_box.bg_feminine { background-color: #D7A4A1; }
.top_section .list_cmn li a h3.heading_box.bg_ja_modern { background-color: #988877; }

.top_section .list_cmn li a h3.heading_box.bg_cafe { background-color: #5E422E; }
.top_section .list_cmn li a h3.heading_box.bg_urban { background-color: #505762; }
.top_section .list_cmn li a h3.heading_box.bg_natural { background-color: #A4B076; } */

/* 部屋タイプから探す
#top-search-type {
	position: relative;
	width: 100%;
}
#top-search-type ul {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
#top-search-type ul li { 
	position: relative;
	width: calc((100% - 30px*4)/5);
}
#top-search-type ul li a { 
	position: relative;
	display: block;
}
#top-search-type ul li a h3 { 
	font-size: 14px;
	margin-top: 5px;
}
#top-search-type ul li a img { 
	width: 100%;
	height: auto;
} */

/* シリーズから探す
.list_cmn.list_series .btn {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 140px;
	height: 30px;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	background: var(--clr-ss-black);
}
.list_cmn.list_series .btn::after {
	position: absolute;
	right: 10px;
	top: calc(50% - 2px);
	display: inline-block;
	content: "";
	width: 4px;
	height: 4px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
}


/* もっと見るボタン */
#toppage .btn-cmn {
	position: relative;
    margin: 30px auto 0;
}
#toppage .btn-cmn a {
	position: relative;
    display: table;
    width: 320px;
    padding: 15px 0;
    color: var(--clr-ss-black);
    font-size: 18px;
    line-height: 1;
    text-align: center;
    background-color: transparent;
    border: solid 1px var(--clr-ss-black);
    margin: 0 auto;
    box-sizing: border-box;
}
#toppage .btn-cmn:hover a {
    color: #fff;
    background-color: var(--clr-ss-black);
}



/* AR */
#top-ar {
	position: relative;
	width: 100%;
}
#top-ar h2 {
	padding: 0;
	margin-bottom: 25px;
}
#top-ar h2 + p {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 25px;
}
#top-ar .top-ar-inner {
	position: relative;
	/* overflow: unset;
	margin: 0 calc(50% - 50vw);
	width: 100vw; */
	background: url(/IMAGE/common/top/bg_ar_pc.jpg) no-repeat center center;
	background-size: cover;
	padding: 40px 0 40px;
}
#top-ar .top-ar-inner dl {
	position: relative;
    max-width: 560px;
    margin: 0 auto;
}
#top-ar .top-ar-inner dl dt {
	position: absolute;
    top: -54px;
    left: -160px;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    background-color: var(--main-clr-red);
    border-radius: 50%;
}
#top-ar .top-ar-inner dl dd img,
#top-ar > img {
	position: relative;
    z-index: 1;
	width: 100%;
	height: auto;
}
#top-ar p {
	font-size: 20px;
	margin-top: 0.75em;
}

.pc_none { display: none!important; }

/* TOPページ下　バナーエリア */
.top_banner {
	position: relative;
	margin: 0 auto 80px;
}
.top_banner > a {
	display: block;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.top_banner > a > img {
	width: 100%;
	height: auto;
}
.top_banner > a:hover {
	opacity: 0.8;
}



/* TOPページ 検索窓 */
#top_searcharea {
	position: relative;
	width: 100%;
	background-color: var(--main-clr-white);
	margin-top: 60px;
	padding: 24px 10%;
	box-sizing: border-box;
}
#top_searcharea .top_search_box,
#top_searcharea .top_search_box form {
	position: relative;
	width: 100%;
}
#top_searcharea .top_search_box input[type="text"],
#top_searcharea .top_search_box button {
	background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
#top_searcharea .top_search_box input[type="text"] {
	position: relative;
	width: 100%;
	height: 64px;
	background-color: #fff;
	padding: 0 80px 0 32px;
	font-size: 18px;
	box-sizing: border-box;
	border-radius: 4px;
}
#top_searcharea .top_search_box button {
	position: absolute;
	top: 0;
	right: 0;
	background-color: var(--main-clr-red);
	width: 80px;
	height: 64px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#top_searcharea .top_search_box button img {
	width: 50%;
}

/* TOPページ 人気キーワード */
#top_searcharea .top_keyword_box {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 24px;
}
#top_searcharea .top_keyword_box dt {
	width: 180px;
	font-size: 20px;
	font-weight: 700;
}
#top_searcharea .top_keyword_box dd {
	width: calc(100% - 180px);
}
#top_searcharea .top_keyword_box dd ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 24px;
}
#top_searcharea .top_keyword_box dd ul li a {
	position: relative;
	font-size: 16px;
	text-decoration: underline;
}
#top_searcharea .top_keyword_box dd ul li a::before {
	content: "＃";
}


/* 20240717 注目商品 */
#top-featured-products-area ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 24px;
}
#top-featured-products-area ul > li {
	width: calc((100% - 24px*4)/5);
}


/* 20240905 注目商品 */
#top-trend-area,
#top-gooddeal-area {
	position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
#top-trend-area ul,
#top-gooddeal-area ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
}

#top-trend-area ul > li,
#top-gooddeal-area ul > li {
	width: calc((100% - 40px*1)/2);
}

#top-trend-area ul > li .img,
#top-gooddeal-area ul > li .img {
	position: relative;
}

/* 00%OFF */
#top-trend-area ul > li .promotion,
#top-gooddeal-area ul > li .promotion {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 18px;
	/* font-weight: 700; */
	line-height: 1;
	background-color: var(--main-clr-red);
	padding: 0.5em 1em;
}

/* 購入期間 */
#top-trend-area ul > li .period,
#top-gooddeal-area ul > li .period {
	position: absolute;
	width: 100%;
	z-index: 2;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 18px;
	/* font-weight: 700; */
	line-height: 1;
	/* background-color: var(--main-clr-red); */
	background-color: rgba(var(--main-clr-red-rgba),0.7);
	padding: 0.5em 0;
	box-sizing: border-box;
	border-radius: 0 0 10px 10px;
}



/* 商品が3つの時 */
#top-trend-area ul:has(> :nth-child(3)),
#top-gooddeal-area ul:has(> :nth-child(3)) {
	gap: 20px;
}
#top-trend-area ul:has(> :nth-child(3)) > li .promotion,
#top-gooddeal-area ul:has(> :nth-child(3)) > li .promotion {
	font-size: 16px;
}
#top-trend-area ul:has(> :nth-child(3)) > li .period,
#top-gooddeal-area ul:has(> :nth-child(3)) > li .period {
	font-size: 16px;
}



/* 商品が4つの時 */
#top-trend-area ul:has(> :nth-child(4)),
#top-gooddeal-area ul:has(> :nth-child(4)) {
	gap: 20px;
}
#top-trend-area ul:has(> :nth-child(4)) > li .promotion,
#top-gooddeal-area ul:has(> :nth-child(4)) > li .promotion {
	font-size: 14px;
}
#top-trend-area ul:has(> :nth-child(4)) > li .period,
#top-gooddeal-area ul:has(> :nth-child(4)) > li .period {
	font-size: 14px;
}


/* 2024/12/05 TOPに臨時のバナーエリア追加 */
.top_banner_other {
	position: relative;
	max-width: 1000px;
	text-align: center;
	margin: 0 auto;
}

.top_banner_other ul[class^="col_"] {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin: 0 auto;
}
.top_banner_other ul[class^="col_"] > li {
	position: relative;
	width: 100%;
}
.top_banner_other ul[class^="col_"] > li > a {
	display: block;
}
.top_banner_other ul[class^="col_"] > li > a > img {
	width: 100%;
	max-width: 750px;
	height: auto;
}
.top_banner_other ul[class^="col_"] > li:hover > a > img {
	opacity: 0.8;
}

.top_banner_other ul.col_1 > li { width: 100%; }
.top_banner_other ul.col_2 > li { width: calc((100% - 40px*1)/2); }
.top_banner_other ul.col_3 > li { width: calc((100% - 40px*2)/3); }

/* 2025/02/26 TOPにアプリダウンロードバナー追加 */
.dl_app {
	position: relative;
	max-width: 640px;
	margin: -80px auto 0;
	text-align: center;
}
.top_section + .dl_app {
	margin: 0 auto 0;
}
.dl_app + .dl_app {
	margin: 24px auto 0;
}


.dl_app > a {
	position: relative;
	display: block;
}
.dl_app > a > img {
	width: 100%;
	height: auto;
	transition: all 0.2s;
}
.dl_app > a:hover > img {
	opacity: 0.8;
	transition: all 0.2s;
}



/* 2025/04/07
   TOPに新規会員登録エリア追加
   ※ヘッダーに入っていた新規会員登録帯を流用
*/
.top_shinki {
	position: relative;
	background-color: var(--clr-ss-black);
	text-align: center;
	padding: 16px 12px 20px;
	box-sizing: border-box;
	/**/
	margin: 40px calc(50% - 50vw);
	width: 100vw;
}
.top_shinki_inner {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}
.top_shinki_inner a {
	position: relative;
	display: grid;
	place-content: center;
	place-items: center;
	gap: 4px 32px;
}

.top_shinki_inner a p,
.top_shinki_inner a p span {
	font-weight: 700;
	line-height: 1;
}
.txt_shinki {
	grid-column: 1 / 2;
	grid-row: 1 / 2;

	color: #fff;
	font-size: 16px;
}
.txt_shinki span {
	/* color: var(--main-clr-red); */
	color: #e89781;
	font-size: 110%;
}

.txt_coupon {
	grid-column: 1 / 2;
	grid-row: 2 / 3;

	color: #fff;
	font-size: 20px;
}
.txt_coupon span {
	grid-column: 1 / 2;
	grid-row: 2 / 3;

	color: #fff;
	font-size: 150%;
}

.btn_top_shinki {
	grid-column: 2 / 3;
	grid-row: 1 / 3;

	position: relative;
	width: 320px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	color: var(--main-clr-red);
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	background-color: #fff;
	border: solid 3px var(--main-clr-red);
	margin: 0 auto;
	border-radius: 8px;
	margin-top: 8px;
}
.top_shinki .btn_top_shinki::after {
	position: absolute;
	top: 50%;
	right: 10%;
	display: inline-block;
	content: "";
	width: 6px;
	height: 6px;
	border-top: solid 2px var(--main-clr-red);
	border-right: solid 2px var(--main-clr-red);
	transform: rotate(45deg) translateY(-50%);
}
.top_shinki .btn_top_shinki:hover {
	color: #fff;
	background-color: var(--main-clr-red);
}
.top_shinki .btn_top_shinki:hover::after {
	border-color: #fff;
}

.top_shinki .btn_top_shinki {
	transition: all 0.2s;
}


/* TOPにアプリダウンロードエリア追加 */
.top_app_dl {
	position: relative;
	background-color: var(--clr-ss-black);
	text-align: center;
	padding: 16px 12px 20px;
	box-sizing: border-box;
	/**/
	margin: 40px calc(50% - 50vw);
	width: 100vw;
}
.top_app_dl_inner {
	/* width: 80%; */
	max-width: 1000px;
	margin: 0 auto;
}
.top_app_dl_inner a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0;
}

.top_app_dl p,
.top_app_dl p span {
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
}
.top_app_dl p {
	/* flex: 1; */
	font-size: 28px;
	align-self: center;
}
.top_app_dl p span.txt_red { 
	/* color: var(--main-clr-red); */
	color: #e89781;
	font-size: 100%;
	font-size: 48px;
	display: inline-block;
	vertical-align: -2px;
	margin-right: 2px;
}

.top_app_dl .btn_app_dl {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	height: 40px;
	color: var(--main-clr-red);
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	background-color: #fff;
	border: solid 3px var(--main-clr-red);
	margin: 0 auto;
	border-radius: 100px;
	/* margin-top: 8px; */
}
.top_app_dl .btn_app_dl::after {
	position: absolute;
	top: 50%;
	right: 10%;
	display: inline-block;
	content: "";
	width: 6px;
	height: 6px;
	border-top: solid 2px var(--main-clr-red);
	border-right: solid 2px var(--main-clr-red);
	transform: rotate(45deg) translateY(-50%);
}
.top_app_dl .btn_app_dl:hover {
	color: #fff;
	background-color: var(--main-clr-red);
}
.top_app_dl .btn_app_dl:hover::after {
	border-color: #fff;
}

.top_app_dl .btn_app_dl {
	transition: all 0.2s;
}


/* 250519追加 スライダー下クーポンエリア */
#top_bnrarea_measures {
	position: relative;
	width: 100%;
	margin: 40px auto 0;
}
#top_bnrarea_measures ul {
	position: relative;
	max-width: 1000px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 32px;
	margin: 0 auto;
}
#top_bnrarea_measures ul > li {
	position: relative;
	width: calc((100% - 32px*2)/3);
}
#top_bnrarea_measures ul > li > a {
	position: relative;
	display: block;
}
#top_bnrarea_measures ul > li > a img {
	width: 100%;
	height: auto;
	filter: drop-shadow(0px 0px 8px rgba(var(--clr-ss-black-rgba),0.6));
}

#top_bnrarea_measures ul > li:hover > a img {
	opacity: 0.8;
}

/* 250519追加 今週のアプリ限定価格品 */
#top_week_app_limited {
	position: relative;
	width: 100%;
	text-align: center;
	margin: 64px auto;
}
#top_week_app_limited a {
	position: relative;
	display: block;
	max-width: 1000px;
	margin: 0 auto;
}
#top_week_app_limited a img {
	width: 100%;
	height: auto;
}


/******************************************

	25.06.10 商品エリア汎用スタイル

******************************************/

#toppage section[class^="top_slider_row"],
#toppage .top_slider_rank {
	position: relative;
	width: 100%;
	padding: 60px 0;
}
#toppage section[class^="top_slider_row"],
#toppage .top_section {
	border-bottom: solid 1px #ccc;
}
#top-asuotodoke,
#top-category-area {
	border-top: solid 1px #ccc;
}

#toppage section[class^="top_slider_row"] h2,
#toppage .top_slider_rank h2 {
	position: relative;
	display: block;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1;
    padding: 0 0 30px 0;
    text-align: left;
}
#toppage section[class^="top_slider_row"] h2 span,
#toppage .top_slider_rank h2 span {
	position: absolute;
	right: 0;
}
#toppage section[class^="top_slider_row"] h2 span a,
#toppage .top_slider_rank h2 span a {
	position: relative;
	font-size: 16px;
	line-height: 1;
	text-decoration: underline;
	color: var(--main-clr-red);
}
#toppage section[class^="top_slider_row"] h2 span a:hover,
#toppage .top_slider_rank h2 span a:hover {
	opacity: 0.8;
}

#toppage .swiper-slide img {
	max-width: initial!important;
	max-width: auto!important;
	width: 100%!important;
	height: auto!important;
}
#top-newitem .swiper-slide img,
#top-asuotodoke .swiper-slide img {
	border-radius: 10px!important;
}

/* 商品名 */
#toppage section[class^="top_slider_row"] .p_name {
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-weight: normal;
    letter-spacing: normal;
    word-break: break-all;
}
#toppage section[class^="top_slider_row"] .p_name a {
    font-size: 14px;
	line-height: 1.75!important;
    text-decoration: none;
}

/* 価格 */
#toppage section[class^="top_slider_row"] .buy_price ul {
	margin: 0 auto!important;
}
#toppage section[class^="top_slider_row"] .buy_price .m_price {
	color: var(--main-clr-red)!important;
	font-size: 120%!important;
    font-weight: 700!important;
	line-height: 1!important;
}

/* TOPページはスライドさせない（固定表示） */
#toppage section[class^="top_slider_row"] .pc_noslide {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
#toppage section[class^="top_slider_row"] .swiper-slide {
	text-align: left;
}
#top-asuotodoke .swiper-slide,
#top-search-type .swiper-slide,
#top-search-color .swiper-slide {
	width: calc((100% - 30px*4)/5);
}
#top-reco-feature .swiper-slide {
	width: calc((100% - 30px*3)/4);
}
#top-search-series .swiper-slide,
#top-search-taste .swiper-slide {
	width: calc((100% - 30px*2)/3);
}

#toppage section[class^="top_slider_row"] .swiper-slide p,
#toppage section[class^="top_slider_row"] .swiper-slide h3 {
	font-size: 14px;
    text-align: left;
    line-height: 1.7;
    margin-top: 10px;
    font-feature-settings: "palt";
}
#toppage section[class^="top_slider_row"] .swiper-slide h3 {
	font-weight: 700;
    font-feature-settings: normal;
}


/******************************************

	25.06.10 ランキング（新）

******************************************/

#toppage .swiper-wrapper.ul_ranking {
	position: relative;
	width: 100%;
	/* display: grid;
	grid-template-columns: 41.5% 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr; */
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
#toppage .swiper-wrapper.ul_ranking > li:first-child { width: 486px; }
#toppage .swiper-wrapper.ul_ranking > li:nth-child(n+2) { width: calc((100% - 486px - (20px*3))/3); }

#toppage .swiper-wrapper.ul_ranking > li { position: relative; }
#toppage .swiper-wrapper.ul_ranking > li dl { position: relative; text-align: left; }
#toppage .swiper-wrapper.ul_ranking > li dl + dl { margin-top: 20px; }
#toppage .swiper-wrapper.ul_ranking > li dt { position: relative; }


#toppage .swiper-wrapper.ul_ranking li.swiper-slide dl dt.img::before,
#toppage .swiper-wrapper.ul_ranking li.swiper-slide dl dt.img::after {
	position: absolute;
	left: 0;
	bottom: 0;
	display: inline-block;
}
#toppage .swiper-wrapper.ul_ranking li.swiper-slide dl dt.img::after {
	left: 0;
	bottom: 0;
	z-index: 1;
	content: "";
	width: 36px;
	height: 36px;
	background: rgb(0, 0, 0);
    background: linear-gradient(225deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
}
#toppage .swiper-wrapper.ul_ranking li.swiper-slide dl.rank01 dt.img::after {
	width: 72px;
	height: 72px;
}
#toppage .swiper-wrapper.ul_ranking li.swiper-slide dl dt.img::before {
	left: 4px;
	bottom: 3px;
	z-index: 2;
	color: #fff;
	font-size: 16px;
	line-height: 1;
}
#toppage .swiper-wrapper.ul_ranking li.swiper-slide dl.rank01 dt.img::before {
	left: 10px;
	bottom: 6px;
	content: "1";
	font-size: 32px;
}
#toppage .swiper-wrapper.ul_ranking li.swiper-slide dl.rank02 dt.img::before { content: "2"; }
#toppage .swiper-wrapper.ul_ranking li.swiper-slide dl.rank03 dt.img::before { content: "3"; }
#toppage .swiper-wrapper.ul_ranking li.swiper-slide dl.rank04 dt.img::before { content: "4"; }
#toppage .swiper-wrapper.ul_ranking li.swiper-slide dl.rank05 dt.img::before { content: "5"; }
#toppage .swiper-wrapper.ul_ranking li.swiper-slide dl.rank06 dt.img::before { content: "6"; }
#toppage .swiper-wrapper.ul_ranking li.swiper-slide dl.rank07 dt.img::before { content: "7"; }

#toppage .swiper-wrapper.ul_ranking div[class^="rank-num"] {
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	content: "";
	width: 36px;
	height: 36px;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	background: rgb(0, 0, 0);
    background: linear-gradient(225deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
	padding: 0 0 3px 4px;
	box-sizing: border-box;
}
#toppage .swiper-wrapper.ul_ranking li:nth-child(1) .rank-num {
	width: 72px;
	height: 72px;
	font-size: 32px;
	font-weight: 500;
	padding: 0 0 6px 10px;
}
#top-ranking-area .swiper-wrapper.ul_ranking img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	border-radius: 10px;
}

/* 商品名 */
#toppage .swiper-wrapper.ul_ranking .name {
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-weight: normal;
    letter-spacing: normal;
    word-break: break-all;
}
#toppage .swiper-wrapper.ul_ranking .name a {
    font-size: 14px;
	line-height: 1.75!important;
    text-decoration: none;
	display: none;
}

/* 価格 */
#toppage .swiper-wrapper.ul_ranking .swiper-slide dl > .price {
	margin-top: 5px;
}
#toppage .swiper-wrapper.ul_ranking .buy_price ul {
	margin: 0 auto!important;
}
#toppage .swiper-wrapper.ul_ranking .buy_price .price {
	color: var(--main-clr-red)!important;
	font-size: 120%!important;
    font-weight: 700!important;
	line-height: 1!important;
}


/* TOPページは下記非表示 */
#toppage section[class^="top_slider_row"] .p_wish,
#toppage section[class^="top_slider_row"] .p_review,
#toppage section[class^="top_slider_row"] .price_comment,
#toppage section[class^="top_slider_row"] .m_price_grid,
#toppage section[class^="top_slider_row"] .buy_price .intax,
#toppage section[class^="top_slider_row"] .swiper-button-prev,
#toppage section[class^="top_slider_row"] .swiper-button-next,
#toppage .swiper-wrapper.ul_ranking .p_wish,
#toppage .swiper-wrapper.ul_ranking .spesicalprice,
#toppage .swiper-wrapper.ul_ranking .intax,
#toppage .top_slider_rank_smp .swiper-button-prev,
#toppage .top_slider_rank_smp .swiper-button-next { display: none; }


/* 新商品・明日お届け・おススメ特集には左右アイコンつける */

#top-newitem .swiper-button-next,
#top-newitem .swiper-button-prev,
#top-asuotodoke .swiper-button-next,
#top-asuotodoke .swiper-button-prev {
	display: block!important;
    width: 16px;
    height: 48px;
    margin-top: auto;
    z-index: 10;
	background: none;
	transform: translateY(-50%);
}
#top-newitem .swiper-button-prev,
#top-asuotodoke .swiper-button-prev {
	left: 0;	
}
#top-newitem .swiper-button-next,
#top-asuotodoke .swiper-button-next {
	right: 0;
}

#top-newitem .swiper-button-next,
#top-newitem .swiper-button-prev,
#top-asuotodoke .swiper-button-next,
#top-asuotodoke .swiper-button-prev {
	top: calc(183px / 2);
}
#top-newitem .swiper-button-next::after,
#top-newitem .swiper-button-prev::after,
#top-asuotodoke .swiper-button-next::after,
#top-asuotodoke .swiper-button-prev::after {
	display: flex!important;
	justify-content: center;
	align-items: center;
    width: 16px;
    height: 48px;
	color: #fff;
	font-size: 12px;
	background-color: var(--main-clr-gray);
}
#top-newitem .swiper-button-next.swiper-button-disabled,
#top-newitem .swiper-button-prev.swiper-button-disabled,
#top-asuotodoke .swiper-button-next.swiper-button-disabled,
#top-asuotodoke .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}