@charset "UTF-8";
/* belle&sofa web pc top 2024 */
/** 共通項目 **/

/*---------------------------------------------
 format
---------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
html {
    font-size: 100%;
}
html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; }

body, header, footer,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset,
p, blockquote {
	margin: 0;
	padding: 0;
}

* {
  box-sizing: border-box;
}

body {
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
	color: #666666;
	line-height: 1.6;
}

table, input, textarea, select, option {
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

a {
	text-decoration: none;
	color: #666666;
}

@media (min-width: 64em) {
  a:hover {
    opacity: 0.8;
  }
}

/* ヘッダー */
/* ------------------------------------------------------ */
.for-pc { display:block!important; }
.for-sp { display:none!important; }

#header{
	width: 100%;
	padding: 20px 0 40px 0;
}
.inner-box{
	width: 1200px!important;
	margin: 0 auto;
}

.header-inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.8rem 0;
}
.top-btn-sp{
	display: none!important;
}
.h_left{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.store-name{
	font-size: .6rem;
	font-weight: 300;
	text-align: center;
}
.logo-box img{
	width: 250px;
}

.h_koukan{
	width: 500px;
	height: auto;
}

.h_right_list{
	width: 250px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.h_right_list img, .top-btn img{
	width: 35px;
	padding-bottom: 10px;
}
.menu-item{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.menu-item-label{
	font-size: 0.8rem;
}

@media screen and (max-width: 1350px) {
	.inner-box{
		width: calc(100% - 10%)!important;
	}
}
@media screen and (max-width: 1150px) {
	.inner-box{
		width: calc(100% - 5%)!important;
	}
	#header{
		padding: 5px 0 15px 0;
	}
	.logo-box img{
		width: 220px;
	}
	.store-name{
		font-size: .5rem;
	}
	.h_koukan{
		width: 40vw;
	}
	.h_right_list{
		width: 22vw;
	}
	.h_right_list img{
		width: 3vw;
	}
	.menu-item-label{
		font-size: 1.225vw;
	}
}

@media screen and (max-width: 949px) {
	.for-pc { display: none!important; }
	.for-sp { display: block!important; }
	.menu-item-guide { display: none!important; }
	.inner-box{
		width: calc(100% - 6%)!important;
	}
	.logo-box img{
		width: 250px;
	}
	.store-name{
		font-size: 1vw;
	}
	.h_right_list{
		width: 28vw;
	}
	.h_right_list img{
		width: 3.5vw;
	}
	.menu-item-label{
		font-size: .8rem;
	}
}

@media screen and (max-width: 767px) {
	#header{
		padding: 0 0 10px 0;
	}
	.logo-box img{
		width: 220px;
	}
	.store-name{
		font-size: .525rem;
	}
	.h_right_list{
		width: 200px;
	}
	.h_right_list img{
		width: 1.75rem;
		padding-bottom: 5px;
	}
    .menu-item-label{
		
	}
}

@media screen and (max-width: 499px) {
	.logo-box img{
		width: 160px;
	}
	.store-name{
		font-size: .4rem;
	}
	.header-inner{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
		height: 70px;
		background-color: #FFFFFF;
		padding: 10px;
		z-index: 9999;
	}
	#header_sub{
		margin-top: 75px;
	}
	.h_right_list{
		width: 38vw;
	}
	.h_right_list img{
		width: 1.5rem;
	}
    .menu-item-label{
		font-size: .7rem;
	}
}

@media screen and (max-width: 375px) {
    .logo-box img{
		width: 140px;
	}
	.store-name{
		font-size: .345rem;
	}
	.h_right_list{
		width: 42vw;
	}
	.h_right_list img{
		width: 1.375rem;
	}
    .menu-item-label{
		font-size: .525rem;
	}
}

/* 検索ボックス */
#header_sub{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-search-box{
	width: 35%;
}

.search-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; /* 任意の幅に調整してください */
    overflow: hidden;
    border-radius: 30px;
    background-color: #f4ebe9;
}

.search-form input {
	width: 100%;
    height: 45px;
    padding: 2px 25px;
    border: none;
    box-sizing: border-box;
    background-color: #f4ebe9;
    font-size: 1rem;
    outline: none;
}

.search-form input::placeholder {
    color: #666666;
	background-color: #f4ebe9;
}
.search-form label{
	width:100%;
}
.search-form input[name="keyword"]{
    background-color: #f4ebe9;
}
.search-form input[type="text"] {
	width: 100%;
	background-color: #f4ebe9;
}
.search-form button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 45px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.search-form button::after {
    width: 60px;
    height: 25px;
    background-image: url("https://belleandsofa.itembox.design/item/image/belle-search.png");
    background-repeat: no-repeat;
	background-size: 25px 25px;
    content: '';
}

@media screen and (max-width: 1150px) {
	.header-search-box{
		width: 30%;
	}
	.search-form input {
	}
	
}
@media screen and (max-width: 949px) {
	.for-pc { display: none!important; }
	.for-sp { display: block!important; }
    .h_sns_pc{
		display: none!important;
	}
	#header_sub{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.header-search-box{
		width: 100%;
		margin-bottom: 20px;
	}
	.search-form input {
		font-size: 1rem;
	}
}
@media screen and (max-width: 767px) {
	.header-search-box{
		margin-bottom: 15px;
	}
    .search-form input {
		
	}
	.search-form button {
		width: 3.275rem;
		height: 1rem;
	}	
}
@media screen and (max-width: 499px) {
	.header-search-box{
		margin-bottom: 0;
	}
	.search-form{
		height: 40px;
	}
    .search-form input {
		font-size: .8rem;
    	padding: 10px 25px;
	}
	.search-form button {
		width: 3rem;
	}
	.search-form button::after {
		width: 60px;
    	height: 20px;
		background-size: 20px 20px;
	}
}
@media screen and (max-width: 375px) {

}

/* 検索ボックスはここまで */

/* ヘッダーのメニュー */
.h_submenu_list{
	display: flex;
	flex-wrap: wrap;
}
.h_menu_item{
	border-right: 1px solid #666666;
	padding: 0 1.3vw;
	font-size: 1rem;
}
.h_menu_item:first-child {
	border-left: 1px solid #666666;
}
.h_keywords_list{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.h-keywords-list-item a{
	font-size: .8125rem;
	background-color: #F3F3F3;
	padding: 8px 15px;
	border-radius: 20px;
}

@media screen and (max-width: 499px) {
	.h_keywords_pc{display: none!important;}
}

.koukan375{display: none!important;}

@media screen and (max-width: 949px) {
	.koukan{
		width: 100%;
		background-color: #E0E0E0;
		padding: 2.5vw 0;
		text-align: center;
		font-size: 2.475vw;
		font-weight: 600;
		color: #1A1A1A;
		margin-bottom: 10px;
        margin-top: 5px;
        line-height: 1rem;
	}
	.koukan-sp-limited{
		border: 1px solid #1A1A1A;
		padding: .8vw;
        margin-right: 10px;
	}	
}
@media screen and (max-width: 767px) {
    .koukan{
		font-size: 2.825vw;
	}
}

@media screen and (max-width: 499px) {
}


/*========= ナビゲーションのためのCSS ===============*/
/* ハンバーグメニューボタン */
.openbtn1{
  position: relative;
  background: #fff;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 10px;
}

/*ボタン内側*/
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 6px;
    height: 3px;
    border-radius: 5px;
    background: #4b1b1b;
    width: 75%;
  }

.openbtn1 span:nth-of-type(1) {
  top: 16px; 
}

.openbtn1 span:nth-of-type(2) {
  top: 26px;
}

.openbtn1 span:nth-of-type(3) {
  top: 36px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 7px;
    transform: translateY(6px) rotate(-45deg);
    width: 75%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 7px;
    transform: translateY(-6px) rotate(45deg);
    width: 75%;
}

@media screen and (max-width: 1150px) {
	.openbtn1 span{
		left: 8px;
		height: 3px;
		width: 60%;
	}
	.openbtn1 span:nth-of-type(1) {
		top: 18px; 
	}
	.openbtn1 span:nth-of-type(2) {
		top: 28px;
	}
	.openbtn1 span:nth-of-type(3) {
		top: 38px;
	}
}
@media screen and (max-width: 767px) {
    .openbtn1 span{
		left: 8px;
		height: 3px;
		width: 60%;
	}
	.openbtn1 span:nth-of-type(1) {
		top: 20px; 
	}
	.openbtn1 span:nth-of-type(2) {
		top: 29px;
	}
	.openbtn1 span:nth-of-type(3) {
		top: 38px;
	}
	.openbtn1.active span:nth-of-type(1) {
		top: 24px;
		left: 7px;
		width: 60%;
	}
	.openbtn1.active span:nth-of-type(2) {
	  opacity: 0;
	}
	.openbtn1.active span:nth-of-type(3){
		top: 36px;
		left: 7px;
		width: 60%;
	}
}
@media screen and (max-width: 499px) {
	.openbtn1{
	  width: 30px;
	  height: 30px;
	}

    .openbtn1 span{
		left: 3px;
		height: 2px;
		width: 80%;
	}
	.openbtn1 span:nth-of-type(1) {
		top: 5px; 
	}
	.openbtn1 span:nth-of-type(2) {
		top: 13px;
	}
	.openbtn1 span:nth-of-type(3) {
		top: 21px;
	}	
	.openbtn1.active span:nth-of-type(1) {
		top: 8px;
		left: 4px;
		width: 80%;
	}
	.openbtn1.active span:nth-of-type(2) {
	  opacity: 0;
	}
	.openbtn1.active span:nth-of-type(3){
		top: 20px;
		left: 4px;
		width: 80%;
	}
}

/* ------------------------------------------------------ */
/* ハンバーグメニュー */
.category-menu2{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 40px;
}
.accordion-menu2 {
    border-radius: 5px;
}
.accordion-menu2 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 20px;
	font-size: 1.125rem;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
	background-color: #f2f2f2;
}
.cateicon-text{
	padding-left: 60px;
}
.lady-icon, .men-icon, .komono-icon, .kid-icon, .care-icon, .slip-icon{
	background-size: 45px;
	background-repeat: no-repeat;
	background-position: 20px;
}
.lady-icon{
	background-image: url("https://belleandsofa.itembox.design/item/image/cate-lady-icon.jpg");
}
.men-icon{
	background-image: url("https://belleandsofa.itembox.design/item/image/cate-men-icon.jpg");
}
.komono-icon{
	background-image: url("https://belleandsofa.itembox.design/item/image/cate-komono-icon.jpg");
}
.kid-icon{
	background-image: url("https://belleandsofa.itembox.design/item/image/cate-kid-icon.jpg");
}
.slip-icon{
	background-image: url("https://belleandsofa.itembox.design/item/image/cate-slip-icon.jpg");
}
.care-icon{
	background-image: url("https://belleandsofa.itembox.design/item/image/cate-care-icon.jpg");
}
.accordion-menu2 summary::-webkit-details-marker {
    display: none;
}

.accordion-menu2 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #c2c2c2;
    border-right: 2px solid #c2c2c2;
    content: '';
    transition: transform .5s;
	position: absolute;
	right: 35px;
}

.accordion-menu2[open] summary::after {
    transform: rotate(225deg);
}

.accordion-menu2 div {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 20px 20px 5px 20px;
    color: #333333;
	background-color: #FCF9F8;
    transition: transform .5s, opacity .5s;
}

.accordion-menu2[open] div {
    transform: none;
    opacity: 1;
}
.category2-tab-item{
	margin-bottom: 20px;
}

.category2-child-list a{
	display: block;
	padding: 12px;
	border-bottom: 1px solid #D6D6D6;
	position: relative;
	color: #333333;
}
.category2-child-list a:hover{
	background-color: #F5F2F1;
}
.category2-child-list a:before {
	content: '';
    position: absolute;
    top: 68%;
    right: 15px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -12px;
    border-top: 2px solid #D6D6D6;
    border-right: 2px solid #D6D6D6;
    transform: rotate(45deg);
}
.tab-item-ttl2{
	font-weight: 600;
}
.category3-menu2-child{
	padding: 20px 30px 15px 30px;
	margin-bottom: 40px;
	color: #333333;
	background-color: #FCF9F8;
}
.category3-tab-box{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
}
@media screen and (max-width: 949px){
	.accordion-menu2 summary {
		padding: 20px 10px;
		font-size: 1.0625rem;
	}
	.accordion-menu2 summary::after {
		right: 18px;
	}
	.cateicon-text{
		padding-left: 60px;
	}
	.lady-icon, .men-icon, .komono-icon, .kid-icon, .care-icon, .slip-icon{
		background-position: 12px;
	}
	}
@media screen and (max-width: 767px){
	.category-menu2{
		display: grid;
		grid-template-columns: 1fr;
		gap: 15px;
		margin-bottom: 20px;
	}
	.accordion-menu2 summary {
		font-size: 1rem;
	}
	.category2-child-list a{
		padding: 10px;
	}
	.category3-menu2-child{
		padding: 5px 15px 0 15px;
		margin-bottom: 20px;
	}
	.category3-tab-box{
		gap: 30px;
	}
}
@media screen and (max-width: 499px){
	.accordion-menu2 summary{
		font-size: 0.9rem;
	}
	.tab-item-ttl2, .category2-child-list a{
		font-size: 0.875rem;
	}
	.category3-tab-box{
		gap: 20px;
	}
}


.fixed {
	width: 100%;
	position: fixed;
	z-index: 1000;
	background-color: #FFF;
	top: 0;
}

.hamburger-menu-block{
    position:fixed;
    z-index: 999;
    right: -120%;
	overflow-y: auto;
	width: 100%;
	height: calc(100vh - 250px);
	background:#FFFFFF;

	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
.hamburger-menu-block.panelactive{
    right: 0;
	position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.menu-category-block{
	max-width: 1000px;
	margin: 0 auto;
}
@media screen and (max-width: 1350px) {
.menu-category-block{
	width: calc(100% - 20%);
}
}
.menu-btn-block{
	width: 100%;
	margin: 0 auto;
	padding: 250px 0 30px 0;
}
.menu-btn-list{
	display: flex;
	justify-content: center;
	gap: 20px;
}
.menu-btn-item{
    width: 25%;
	font-size: 1rem;
}
a.btn-register{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: #D8C9D1;
	vertical-align: middle;
    text-align: center;
	
	padding: 1rem 3rem;
    color: #FFFFFF;
    
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
a.btn-register:hover{
    opacity: 0.9;
}

a.btn-favorite{
	display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background-color: #f4ebe9;
    vertical-align: middle;
    text-align: center;
	
	padding: 1rem 3rem;
    color: #666666;
    
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
a.btn-favorite:hover{
	opacity: 0.9;
}
a.btn-newsletter{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: #c2cdd7;
    vertical-align: middle;
    text-align: center;
	
	padding: 1rem 3rem;
    color: #FFFFFF;
    
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
a.btn-newsletter:hover{
    opacity: 0.9;
}


.block-title{
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	color: #1A1A1A;
	padding-bottom: 20px;
	margin-top: 60px;
	
	display: flex;
	flex-wrap: nowrap;
	align-items: baseline;
}
.block-title span{
	font-size: 1.575rem;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 0;
}
.block-title-sub{
	font-size: 1rem;
	letter-spacing: 0.2em;
}

.category, .limited-block, .brand-block{
	width: 100%;
	margin: 0 auto;
}

.category-tab {
    display: flex;
    flex-wrap: wrap;
}

.category-tab > label {
    flex: 1 1;
    order: -1;
    position: relative;
    min-width: 70px;
    padding: 1rem 1rem;
    background-color: #f2f2f2;
    color: #999;
	
    font-size: 1.025rem;
    text-align: center;
    cursor: pointer;
}
.category-tab > label:hover {
	opacity: .8;
}

.category-tab label:has(:checked) {
    background-color: #614441;
    color: #fff;
}

.category-tab input {
    display: none;
}

.category-tab > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
}

.category-tab label:has(:checked) + div {
    display: block;
	animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.catetab-child{
	background-color: #FCF9F8;
	padding: 0;
	margin: 0;
}
.category-tab-box{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 50px;
}

.tab-item-ttl{
	width: 100%;
	padding: 0 0.8rem 0.5rem 0.8rem;
	position: relative;
	font-size: 1.0625rem;
	font-weight: 600;
	border-bottom: 3px dotted #ccc;
}
.tab-item-ttl:after {
	content: '';
	height: 3px;

	position: absolute;
	left: 0;
	bottom: -3px;
	z-index: 1;
}
.cate-lady1:after{
	width: 40%;
	background-color: #cc929c;
}
.cate-lady2:after{
	width: 60%;
	background-color: #cc929c;
}
.cate-men1:after{
	width: 40%;
	background-color: #97bed5;
}
.cate-men2:after{
	width: 60%;
	background-color: #97bed5;
}
.cate-kid1:after{
	width: 25%;
	background-color: #fdba4c;
}
.cate-kid2:after{
	width: 25%;
	background-color: #fdba4c;
}
.cate-slip1:after{
	width: 50%;
	background-color: #a48579;
}
.cate-slip2:after{
	width: 45%;
	background-color: #a48579;
}

.category-tab-item{
	padding: 0 20px 15px 20px;
}
.goods-category{
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.goodback{
	background-color: #FFFFFF;
}
.category-child-list li a{
	display: block;
    height: 100%;
    width: 100%;
}
.search-category-item-child{
	position: relative;
	padding: 0.7rem;
	border-bottom: 1px solid #D6D6D6;
}
.search-category-item-child:hover{
	background-color: #F5F2F1;
}
.search-category-child:before {
	content: '';
    position: absolute;
    top: 65%;
    right: 5px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -12px;
    border-top: 2px solid #666666; /* 線の太さ */
    border-right: 2px solid #666666; /* 線の太さ */
    transform: rotate(45deg); /* 右向き矢印 */
}

.selectColor a span{
	padding-left: 10px;
}
.selectColor a span:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 14px;
    background: #000;
  }

.color_black span:before {
    background-color: #000000 !important;
}
.color_brown span:before {
    background-color: #8C6239 !important;
}
.color_camel span:before {
    background-color: #BB8D5F !important;
}
.color_blue span:before {
    background-color: blue!important;
}
.color_green span:before {
    background-color: mediumseagreen!important;
}
.color_purple span:before {
    background-color: rebeccapurple!important;
}
.color_yellow span:before {
    background-color: yellow!important;
}
.color_pink span:before {
    background-color: hotpink!important;
}
.color_red span:before {
    background-color: red!important;
}
.color_orange span:before {
    background-color: orange!important;
}
.color_white span:before {
    background-color: white!important;
	border: 1px solid #D6D6D6;
}
.color_grey span:before {
    background-color: gray!important;
}
.color_other span:before {
    background: -webkit-gradient(linear, left top, left bottom, from(orange), color-stop(50%, pink), to(#2b95ff)) !important;
    background: -o-linear-gradient(top, orange 0%, pink 50%, #2b95ff 100%) !important;
    background: linear-gradient(to bottom, orange 0%, pink 50%, #2b95ff 100%) !important;
}

.color_vcm span:before {
    background: -webkit-gradient(130deg, #5EFCE8 30%, #736EFE) !important;
    background: -moz-linear-gradient(130deg, #5EFCE8 30%, #736EFE);
    background: linear-gradient(130deg, #5EFCE8 30%, #736EFE);
}
.color_vbr span:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), color-stop(50%, #42210B), to(#d9d9d9)) !important;
    background: -o-linear-gradient(top, #d9d9d9 0%, #8C6239 50%, #d9d9d9 100%) !important;
    background: linear-gradient(to bottom, #d9d9d9 0%, #8C6239 50%, #42210B 100%) !important;
}
.color_vbl span:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), color-stop(50%, #333333), to(#d9d9d9)) !important;
    background: -o-linear-gradient(top, #d9d9d9 0%, #000000 50%, #d9d9d9 100%) !important;
    background: linear-gradient(to bottom, #d9d9d9 0%, #aaa9a9 50%, #333333 100%) !important;
}


.limited-block{
	padding: 60px 0 10px 0;
}

.special-block{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px 60px;
	
	margin-top: 60px;
}
.special-item{
	
}
.special-item img{
	width: 50px;
}
a.special-btn{
	background-color: #c6b2b2;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-start;
	align-items: center;
	padding: 0 3rem;
	height: 100px;
	color: #FFFFFF;
	font-family: "Noto Serif JP", serif;
    font-weight: 500;
	font-size: 1.25rem;
}
.special-btn span{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
	line-height: 1.2;
}


.brand-item-block{
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 15px;
}
.brand-sub-txt{
	display: block;
	font-family:"Noto Serif JP", serif;
	font-weight: 500;
	color: #333333;
	font-size: .8125rem;
	text-align: center;
	margin-top: 10px;
}
.belle-magazine{
	padding-bottom: 100px;
}

@media screen and (max-width: 1023px) {
	.menu-btn-block{
		padding: 200px 0 40px 0;
	}
	.menu-btn-item{
		width: 30%;
		font-size: 1rem;
	}
	a.btn-register, a.btn-favorite, a.btn-newsletter{
		padding: .8rem 2rem;
	}
    .category-tab-box{
		gap: 0 30px;
	}
	.search-category-item-child{
	
	}
	.limited-block{
		padding: 40px 0;
	}
}

@media screen and (max-width: 949px) {
	.menu-category-block{
		width: calc(100% - 5%);
	}
    .menu-btn-block{
		padding: 200px 0 40px 0;
	}
	.category-tab > div {
		padding: 1em .8em;
	}
	.category-tab-item{
		padding: 0 5px 5px 5px;
	}
	.special-block{
		gap: 40px;
	}
	a.special-btn{
		padding: 0 2rem;
		font-size: 1.125rem;
	}
	.limited-block{
		padding: 60px 0 0 0;
	}
	.belle-magazine{
		padding-bottom: 150px;
	}
}

@media screen and (max-width: 767px) {
    .menu-btn-list{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}
	.menu-btn-item{
		width: 60%;
		font-size: 1rem;
	}
	.block-title span{
		font-size: 1.375rem;
		margin: 0;
		padding: 0;
	}
	.block-title-sub{
		font-size: .875rem;
	}
	.category-tab-box{
		gap: 0 20px;
	}
	
	.goods-category{
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 0 20px;
	}
	.search-category-item-child{
		position: relative;
		padding: 0.6rem 0;
	}
	.search-category-item-child:before {
		margin-top: -11px;
	}
	.tab-item-ttl{
		width: 100%;
		padding: 0 0.6rem 0.4rem 0;
		position: relative;
		font-size: 1.0625rem;
		font-weight: 600;
		border-bottom: 3px dotted#ccc;
	}
	.selectColor a span{
		padding-left: 25px;
	}
	.special-block{
		gap: 15px;
	}
	a.special-btn{
		gap: 5px;
		padding: 0 .6rem;
		font-size: 1rem;
	}
	.special-item img{
		width: 40px;
	}
}
@media screen and (max-width: 499px) {
	.menu-btn-block{
		padding: 100px 0 0 0;
	}
	.block-title{
		margin-top: 40px;
		padding-bottom: 10px;
	}
	.block-title span{
		font-size: 1.25rem;	
	}
	.block-title-sub{
		font-size: .875rem;
		letter-spacing: .1rem;
	}
	
	.category-tab-box{
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px 0;
	}
	.category-tab > div{
		padding: 0 1em 1em 1em;
	}
	.category-tab > label {
		min-width: 70px;
		padding: .8rem .1rem;
		background-color: #f2f2f2;
		color: #999;

		font-size: .8125rem;
	}
	.category-tab-item{
		padding: 0;
	}
	.tab-item-ttl{
		font-size: .8125rem;
		border-bottom: 2px dotted #ccc;
		margin-top: 10px;
	}
	.search-category-item-child{
		font-size: .8125rem;
	}
	.pickup-tab{
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 0 20px;
	}
	.color-tab{
		gap: 0 20px;
	}
	.goods-category{
		display: grid;
		grid-template-columns: 1fr;
	}
	.special-block{
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;

		margin-top: 40px;
	}
	a.special-btn{
		gap: 10px;
		padding: 0 1.2rem;
		font-size: .875rem;
		height: 60px;
	}
	.special-item img{
		width: 35px;
	}
	.limited-block{
		padding: 40px 0 0 0;
	}
	.brand-item-block{
		grid-template-columns: 1fr 1fr 1fr;
		gap: 10px;
	}
	.belle-magazine{
		padding-bottom: 200px;
	}
}
@media screen and (max-width: 375px) {
	.menu-btn-block{
		padding: 80px 0 0 0;
	}
	.menu-btn-item{
		width: 70%;
		font-size: .8rem;
	}
	.btn-register, .btn-favorite, .btn-newsletter{
		padding: .6rem 2rem;
	}
	
    .block-title span{
		font-size: 1.0625rem;
	}
	.block-title-sub{
		font-size: .6rem;
	}
	
	.search-category-item-child{
		
	}
	.belle-magazine{
		padding-bottom: 200px;
	}
}


/* ハンバーグメニューはここまで */
/* ------------------------------------------------------ */
/* ヘッダーはここまで */


/* タイトルCSS */
.fs-heading-lv2 {
    border: 0;
    font-family: "Noto Serif JP", serif;
	font-weight: 500;
	color: #333333;
	font-size: 2rem;
	text-align: center;
	padding-bottom: 80px;
}

.sub_h2 {
    margin-top: -5px;
    font-family:"Noto Serif JP", serif;
	font-weight: 500;
	color: #333333;
	font-size: 1.375rem;
	text-align: center;
	letter-spacing: 0.1em;
}

.fs-heading-lv2:not(:first-child) {
    margin: 3.5em 0 2em;
}

.fs-heading-lv2:after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    margin: 5px 0 0;
    background-color: #333333;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
    .fs-heading-lv2 {
		font-size: 1.625rem;
		padding-bottom: 40px;
	}
	.sub_h2 {
		font-size: 1.125rem;
	}
	.fs-heading-lv2:after {
		width: 50px;
		height: 1px;
	}
}
@media screen and (max-width: 499px) {
    .fs-heading-lv2 {
		font-size: 1.375rem;
		padding-bottom: 30px;
	}
	.sub_h2 {
		font-size: 1rem;
	}
	.fs-heading-lv2:after {
		width: 50px;
		height: 1px;
	}
}


/* ビジュアル */
.main-visual-item{
	margin-bottom: 20px;
}
.second-visual-block{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
@media screen and (max-width: 767px) {
	.main-visual-item{
		margin-bottom: 10px;
	}
	.second-visual-block{
		gap: 10px;
	}
}
@media screen and (max-width: 499px) {

}

/* PICK UPボックス */
.pickup-content{
	background: #FFFFFF;
	margin: 80px 0;
}
.pickup-item-list{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
@media screen and (max-width: 767px) {
	.pickup-item-list{
		gap: 10px;
	}
}
@media screen and (max-width: 499px) {
    .pickup-content{
		margin: 80px 0;
	}
	.pickup-item-list{
	}
}

/* NEWSボックス */
.topic-content{
	margin: 80px auto 100px auto;
}

.fs-heading-lv4{
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	color: #333333;
	display: flex;
	align-items: baseline;
	border-bottom: 2px solid #F2F2F2;	
}
.fs-heading-lv4 span{
	font-size: 1.8rem;
	letter-spacing: .1rem;
}
.sub_h4 {
	font-size: 1rem;
}

.topic-list p{
	font-size: 1rem;
	border-bottom: 2px solid #F2F2F2;
	padding: 20px 0;
}

@media screen and (max-width: 767px) {
	.topic-content{
		margin: 60px auto;
	}
	.fs-heading-lv4 span{
		font-size: 1.5rem;
		letter-spacing: .1rem;
	}
	.sub_h4 {
		font-size: 1rem;
	}
}
@media screen and (max-width: 499px) {
    .fs-heading-lv4 {
		font-size: 1.375rem;
		padding-bottom: 15px;
	}
	.sub_h4 {
		font-size: 1rem;
	}
	.topic-list p{
		font-size: .8rem;
		padding: 15px 0;
	}
}

/* 商品名・価格ためのCSS */
.new-label{
	margin-top: 10px;
}
.new-label span{
	font-family: "Noto Serif JP", serif;
	color: #FFFFFF;
	background-color: #c1a002;
	padding: 5px 10px;
	letter-spacing: .1rem;
}
.item-name{
	font-size: .9rem;
	font-weight: 200;
	padding-top: 10px;
}
.item-price{
	color: #bf4652;
	
}
.price-value{
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: .1rem;
}
.price-currencyMark{
	font-size: .6rem;
}
.price-addon{
	font-size: .8rem;
	font-weight: 200;
	letter-spacing: .1rem;
}

@media screen and (max-width: 499px) {
    .item-name{
		font-size: .7rem;
	}
	.price-value{
		font-size: .9rem;
	}
	.price-currencyMark{
		font-size: .6rem;
	}
	.price-addon{
		font-size: .7rem;
	}
}


/* ランキング */
.ranking-content{
	margin: 80px auto;
}
.ranking-item-list{
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 30px 20px;
}
.ranking-icon{
    margin-bottom: 10px;
}
.ranking-value{
	display: block;
	font-family: serif;
	font-size: 1.6rem;
	font-weight: 500;
    line-height: 1;
}
.ranking-value small{
	font-size: 65%;
    position:relative;
    top: -1px;
    margin-left: 3px;
}
.no1::before{
    background: url("https://belleandsofa.itembox.design/item/image/crown-no1.png") no-repeat;
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: contain;
    position:relative;
    top: 5px;
    margin-right: 5px;
}
.no2::before{
    background: url("https://belleandsofa.itembox.design/item/image/crown-no2.png") no-repeat;
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: contain;
    position:relative;
    top: 5px;
    margin-right: 5px;
}
.no3::before{
    background: url("https://belleandsofa.itembox.design/item/image/crown-no3.png") no-repeat;
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: contain;
    position:relative;
    top: 5px;
    margin-right: 5px;
}
.no4::before{
    background: url("https://belleandsofa.itembox.design/item/image/crown-no4.png") no-repeat;
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: contain;
    position:relative;
    top: 5px;
    margin-right: 5px;
}

@media screen and (max-width: 767px) {
	.ranking-item-list{
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px 10px;
	}
	.ranking-value{
		font-size: 1.3125rem;
		font-weight: 500;
	}
    .no1::before, .no2::before, .no3::before, .no4::before{
        width: 22px;
        height: 22px;
    }
}
@media screen and (max-width: 499px) {
	.ranking-item-list{
		
	}
}
/* キャンペーン500POINT、メルマガなど */
.top-campaign{
	margin: 50px auto;
}

/* NEW ARRIVALS　新着商品 */
.new-arrival-content{
	margin: 80px auto 100px auto;
}
.new-item-list{
	width: 100%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: auto auto auto auto;
	gap: 30px 20px;
}
@media screen and (max-width: 767px) {
    .new-item-list{
		display: grid;
		grid-template-columns: auto auto;
		gap: 30px 10px;
	}
}
@media screen and (max-width: 499px) {
    .new-item-list{
		
	}
}

/*SCENE, FOOT PROBLEMS　シーン足の悩み */
.top-scene-category{
	margin: 80px auto;
}
.scene-category-list{
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.scene-item{
	width: calc(25% - 8px);
}

@media screen and (max-width: 767px) {
	.scene-item{
		width: calc(50% - 8px);
	}
}

/*SCENE別　ランキング */
.fs-heading-lv3 {
    border: 0;
    font-family: "Noto Serif JP", serif;
	font-weight: 500;
	color: #333333;
	font-size: 1.625rem;
	margin-bottom: 60px;
	text-align: left;
}

.fs-heading-lv3 span{}

.sub_h3 {
    font-family: "Noto Serif JP", serif;
	font-weight: 500;
	color: #FFFFFF;
	font-size: 1rem;
	text-align: left;
	
	background-color: #A08080;
	padding: 8px 15px;
	border-radius: 50px;
	position: relative;
	
	bottom: 12px;
}
.sub_h3::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 30px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top: 8px solid #a08080;
}
.main_h3 {
	border-bottom: 1px solid #b39999;
	padding-bottom: 2px;
}
.ranking-txt{
    text-align: justify;
    font-size: 1rem;
    color: #666666;
    margin-top: 20px;
}
/*
.fs-heading-lv3:after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    margin: 10px 0 0;
    background-color: #999999;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}*/

.scene-ranking{
	width: 1200px;
	margin: -50px auto 100px auto;
	background: #f4ebe9;
	padding: 40px;
}

.mens{
	background: #F3F5F7;
}

.ranking-item-list2{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 10px;
}

.ranking-btn{
	margin-top: 60px;
	margin-bottom: 20px;
}
.seemore-btn, .seemore-btn2 {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-decoration: none;
	margin: auto;
	font-weight: 400;
	color: #FFFFFF;
	background: #A08080;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
}
.seemore-btn{
	width: 250px;
	padding: 0.9rem 3.5rem;
}
.seemore-btn2{
	width: 45%;
	padding: 0.9rem;
}
.seemore-btn::after, .seemore-btn2::after{
	content: '';
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -5px;
}


@media screen and (max-width: 1023px){
	.seemore-btn2{
		width: 60%;
	}
}
@media screen and (max-width: 949px) {
    .fs-heading-lv3 {
		font-size: 1.5rem;
		margin-bottom: 40px;
	}
	.sub_h3 {
		font-size: 0.875rem;
	}
}
@media screen and (max-width: 767px) {
	.seemore-btn2{
		width: 80%;
	}
	.fs-heading-lv3 {
		font-size: 1.25rem;
	}
	.sub_h3 {
		font-size: 0.875rem;
	}
    .ranking-txt{
        text-align: justify;
        font-size: 0.875rem;
        margin-top: 15px;
    }
	.scene-ranking-block{
		background: #f4ebe9;
	}
	.mens-sp{
		background: #F3F5F7;
	}
	.scene-ranking{
		padding: 40px 0;
	}
	.ranking-item-list2{
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px 10px;
	}
}

@media screen and (max-width: 767px) {
    .pickup-content, .new-arrival-content, .ranking-content, .top-campaign, .top-scene-category{
		margin-top: 60px;
		margin-bottom: 60px;
	}
}

@media screen and (max-width: 499px) {
    .fs-heading-lv3 {
		font-size: 1.0625rem;
	}
	.sub_h3 {
		font-size: 0.75rem;
	}
	.scene-ranking{
		margin: -40px auto 80px auto;
		padding: 40px 0;
	}
	.ranking-btn{
		margin-top: 40px;
		margin-bottom: 10px;
	}
	.seemore-btn {
		font-size: .8rem;
		width: 50%;
		padding: .7rem 2.5rem;
	}
	.seemore-btn2 {
		font-size: .8rem;
		width: 100%;
		padding: .7rem;
	}
	.seemore-btn::after, .seemore-btn2::after{
		width: 6px;
		height: 6px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		right: 25px;
		margin-top: -3px;
	}
}

.heading-16 {
	font-size: 1.625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666666;
	margin-bottom: 30px;
	letter-spacing: 0.12em;
}

.heading-16::before,
.heading-16::after {
    width: 3px;
    height: 30px;
    background-color: #ffcf32;
    content: '';
}

.heading-16::before {
    transform: rotate(-35deg);
    margin-right: 20px;
}

.heading-16::after {
    transform: rotate(35deg);
    margin-left: 20px;
}
.ranking-review{
	background-color: #FFFFFF;
	margin-top: 60px;
	padding: 30px;
	border-radius: 15px;
}
.review-star{
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
	letter-spacing: .3em;
}
.star-text{
	font-weight: 600;
	font-size: 1.2rem;
}
.star5_rating{
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC;
    font-size: 1.375rem;
}

.star5_rating:before, .star5_rating:after{
    content: '★★★★★';
}

.star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32;
}

.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */

@media screen and (max-width: 767px){
	.heading-16 {
		font-size: 1.125rem;
		margin-bottom: 20px;
	}
	.heading-16::before,
	.heading-16::after {
		width: 3px;
		height: 25px;
		background-color: #ffcf32;
		content: '';
	}
	.ranking-review{
		margin-top: 40px;
		padding: 20px;
		border-radius: 15px;
	}
	.review-star{
		margin-bottom: 15px;
		letter-spacing: .2em;
	}
	.star-text{
		font-weight: 600;
		font-size: 0.875rem;
	}
	.star5_rating{
		font-size: 1rem;
	}
	.review-text{font-size: 0.875rem;}
}
@media screen and (max-width: 499px){
	.star-text, .review-text{font-size: .8rem;}
}


/* ABOUT US */
.about-content{
	margin: 150px auto 50px auto;
}
.about-txt{
	display: block;
	text-align: center;
	font-size: 1rem;
	font-weight: 200;
	color: #1A1A1A;
	padding: 10px 0 50px 0;
	line-height: 1.875rem;
}
.about-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.about-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.about-btn{
	margin-top: 40px;
	margin-bottom: 80px;
}
.kodawari-btn {
	display: flex;
    justify-content: space-between;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 400px;
	margin: auto;
	padding: 1rem 4rem;
	
	font-size: 1.125rem;
	font-weight: 600;
	color: #666666;
	background: #FFFFFF;
	border: 1px solid #666666;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
}
.kodawari-btn::before {
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	right: 1em;
	transform: translateY(calc(-50% - 2px)) rotate(45deg);
	width: 10px;
	height: 1px;
	background: #666666;
}
.kodawari-btn::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	width: 50px;
	height: 1px;
	background-color: #666666;
}
.kodawari-btn:hover {
	
}

@media screen and (max-width: 767px) {
	.about-txt{
		font-size: 0.9375rem;
		padding: 0 0 20px 0;
	}
}
@media screen and (max-width: 499px) {
	.about-content{
		margin: 60px auto 40px auto;
	}
    .about-txt{
		font-size: .8rem;
		line-height: 1.4rem;
		padding: 0;
	}
	.about-btn{
		margin-top: 30px;
		margin-bottom: 40px;
	}
	.kodawari-btn {
		width: 70%;
		padding: .8rem 2rem;
	}
}
@media screen and (max-width: 375px) {
	.kodawari-btn {
		width: 80%;
	}

}

/* BELLE PICASSO *//* ------------------ */
.picasso-title{
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	color: #333333;
	font-size: 1.75rem;
	text-align: center;
	padding: 80px 0 60px 0;
}
.picasso-title-f{
	padding: 0 .8em .4em;
    border-bottom: 4px dotted #c17378;
}
.picasso-balloon {
    display: grid;
    gap: 30px;
	padding: 0 60px;
}

.picasso-balloon__section {
    display: flex;
    align-items: center;
    gap: 0 30px;
}

.picasso-balloon__img {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
}

.picasso-balloon__p {
    display: inline-block;
    position: relative;
    max-width: 80%;
    margin: 0;
    padding: 1.5rem 6.5rem;
    border-radius: 20px;
	
    font-size: 1.3125em;
	text-align: center;
}
.picasso-balloon__p span{
	color: #c17378;
    font-weight: 600;
}

.picasso-balloon__p.left {
    background-color: #fff;
}

.picasso-balloon__p.right {
    background-color: #FFFFFF;
    margin-left: auto;
}

.picasso-balloon__p::before {
    position: absolute;
    top: 30px;
    width: 40px;
    height: 40px;
    content: '';
}

.picasso-balloon__p.left::before {
    left: -15px;
    border-radius: 0 0 0 15px;
    box-shadow: -5px -20px 0 -7px white inset;
}

.picasso-balloon__p.right::before {
    right: -15px;
    border-radius: 0 0 15px 0;
    box-shadow: 5px -20px 0 -7px #FFFFFF inset;
}

.belle-picasso{
	background: #f4ebe9;
}

.belle-picasso-list{
	width: 1200px;
	margin: 0 auto;
}

.picasso-heading {
	margin-top: 60px;
    position: relative;
    padding: 1.5em 0 1.2em 0;
    border-bottom: 4px solid #c17378;
	border-radius: 20px;
	background: #e0b9bb;
}
.picasso-head-in {
	color: #fbffa4;
	font-size: 1.675rem;
	font-weight: 600;
	text-align: center;
	letter-spacing: .1rem;
}
.picasso-heading::before,
.picasso-heading::after {
    position: absolute;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
	
	left: 0;
	right: 0;
	margin: auto;
}

.picasso-heading::before {
    background-color: #c17378;
}

.picasso-heading::after {
    bottom: -10px;
    background-color: #e0b9bb;
}

@media screen and (max-width: 949px) {
    .picasso-balloon {
		padding: 0;
	}

}

@media screen and (max-width: 767px) {
	.picasso-title{
		font-size: 1.475rem;
		padding: 60px 0 60px 0;
	}
	.picasso-title-f{
		padding: 0 .8em .4em;
	}
	.picasso-balloon__section {
		gap: 0 20px;
	}
	.picasso-balloon__p {
		padding: 1rem 2rem;
		font-size: 1.125rem;
	}
	.picasso-heading {
		margin-top: 40px;
		padding: 1em 0 1em 0;
	}
	.picasso-head-in {
		font-size: 3.75vw;
	}
}
@media screen and (max-width: 499px) {
    .picasso-title{
		font-size: 1.2rem;
		padding: 60px 0 40px 0;
	}
	.picasso-title-f{
		padding: .4em;
		border-bottom: 3px dotted #c17378;
	}
	.picasso-balloon {
		
	}
	.picasso-balloon__img {
		width: 4.5rem;
		height: 4.5rem;
	}
	.picasso-balloon__p {
		padding: 20px 15px;
		border-radius: 10px;
		font-size: .825rem;
	}
	.picasso-balloon__p::before {
	}
	.picasso-balloon__p.left::before {
		left: -10px;
	}
	.picasso-balloon__p.right::before {
		right: -10px;
	}
	.picasso-head-in {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
}
@media screen and (max-width: 375px) {
    /* スマートフォン (縦) */
}


/* BELLE ３つの理由 *//* ------------------ */
.reasons-content{
	margin: 0 auto;
	padding: 80px 0 40px 0;
	background: #f4ebe9;
}
.reasons-item{
	display: flex;
	flex-direction: column;
}
.reasons-item-list{
	padding: 50px 0;
	display: grid;
	grid-template-columns: auto auto auto;
	gap: 3rem;
	color: #333333;
	text-align: justify;
	line-height: 1.8rem;
}
.reasons-heading{
    font-family: "Noto Serif JP", serif;
	font-size: 1.3rem;
	font-weight: 600;
	color: #333333;
	padding: 15px 0 10px 0;
	text-align: center;
}
.reasons-txt{
	font-size: .965rem;
	font-weight: 200;
}


@media screen and (max-width: 767px) {
	.reasons-item-list{
		padding: 20px 0;
		grid-template-columns: 1fr;
		line-height: 1.6rem;
	}
	.reasons-heading{
		font-size: 1.125rem;
	}
	.reasons-txt{
		font-size: 1rem;
	}
}
@media screen and (max-width: 499px) {
	.reasons-content{
		padding: 60px 0 40px 0;
	}
	.reasons-item-list{
		padding: 10px 20px;
	}
    .reasons-heading{
		font-size: 1rem;
	}
	.reasons-txt{
		font-size: .9rem;
	}
}

/* 下のカテゴリー *//* ------------------ */
.sub-category{
	margin-top: 50px;
}
.block-title-search-category{
	padding-left: 40px;
}
.sub-brand{
	width: 1200px;
	margin: 50px auto;
	background: #f4ebe9;
	padding: 40px;
}
.sub-brand-inner{
	margin: 0 auto;
	width: 100%;
}
@media screen and (max-width: 1350px) {
	.sub-brand{
		width: calc(100% - 10%);
	}
}
@media screen and (max-width: 1150px) {
	.sub-brand{
		width: calc(100% - 5%);
	}
}
@media screen and (max-width: 767px) {
	.block-title-search-category{
		padding-left: 0;
	}
	.sub-brand{
		width: 100%;
		padding: 40px 0;
	}
	.sub-brand-inner{
		width: calc(100% - 5%);
	}
}



/* BELLEブログ *//* ------------------ */
.fa-pencil{
	color: #b39999;
	padding-right: 10px;
}


@media screen and (max-width: 767px) {
    /* スマホ (横) */
}
@media screen and (max-width: 499px) {

}



/* キーワード検索 *//* ------------------ */
.keywords-content{
	margin-bottom: 100px;
	margin-top: 40px;
}
.keywords-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
.keywords-list-item a{
	background-color: #F3F3F3;
	padding: 8px 20px;
	border-radius: 20px;
}
@media screen and (max-width: 767px) {
	.keywords-content{
		margin-bottom: 80px;
	}
	.keywords-list{
		gap: 15px;
	}
    .keywords-list-item a{
		font-size: .9rem;
		padding: 8px 15px;
		border-radius: 20px;
	}
}
@media screen and (max-width: 499px) {
    .keywords-list-item a{
		font-size: .8rem;
	}
}

.scene-ichirank{
	text-align: center;
	margin: 0 auto;
}

/* フッター */
/* ------------------ */
footer{
	background-color: #ede8e8;
}
footer h4{
    font-weight: 600;
}
.footer{margin-top: 120px;}

/* フッターナビゲーションPC *//* ------------------ */
.footer-nav{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
	font-size: 1rem;
	padding: 40px 0;
}
.footer-nav-list{
	position: relative;
	background-color: #FFF;
	padding: 20px 30px;
}
.footer-nav-list::before {
	content: "";
	background: none;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 15px 15px;
	border-color: transparent transparent #e0e0e0 transparent;
	transform: rotate(0deg);
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.fn-item-head img{
	width: 20px;
	margin-right: 10px;
}
.fn-item-head{
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #8f8f8f;
	padding-bottom: 10px;
}
.footer-nav-txt{
	font-size: .9rem;
	font-weight: 200;
	text-align: justify;
	padding-top: 10px;
}
.footer-nav-list{
	position: relative;
	background-color: #FFF;
	padding: 20px 30px;
}
.fn-item-head:hover, .footer-nav-txt:hover{
	opacity: 0.75;
}

.footer-icon{
	width: 20px;
	height: auto;
}
/* フッターナビゲーションPC↑↑ */


/* フッター中央部分６つ PC↓↓ *//* ------------------ */
.footer-center-sp{display: none!important;}

.footer-center-block{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 15px 30px;
	font-size: 1rem;
}
.item-fc4{
	grid-column: 1 / span 2;
	grid-row: 2 / span 2;
}
.item-fc6{
	
}

.item-fc4 p{
	padding-bottom: 10px;
}
.item-fc4 span{
	font-weight: 600;
	font-size: .9rem;
}
.item-fc4 span::before{
	content:  '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #666;
    display:  inline-block;
    vertical-align:  middle;
    position:  relative;
    top: -2px;
    margin-right: 5px;
}

/* 詳しく見るボタンためのCSS */
.fc-arrow{
	font-size: .8rem;
	font-weight: 200;
}
.fc-arrow::before{
	content:  '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #666;
    display:  inline-block;
    vertical-align:  middle;
    position:  relative;
    top: -2px;
    margin-right: 5px;
}

.footer-center{
	position: relative;
	background-color: #ede8e8;
	padding: 20px 30px;
}
.footer-center h4{
	padding-left: 10px;
	border-left: 3px solid #666;
	margin-bottom: 10px;
}
.footer-center-txt{
	font-size: .8rem;
	font-weight: 200;
	text-align: justify;
	padding-top: 15px;
	
	border-top: 1px solid #8f8f8f;
}

/* メルマガ・お問合せの登録ボタンためのCSS */
.fc-btn{
	width: auto;
	display: flex;
	align-content: flex-start;
	align-items: center;
	text-align: center;
	text-decoration: none;
	padding: .8rem 2rem;
	font-weight: 600;
	background: #FFFFFF;
	color: #666666;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	
	margin-top: 15px;
}
.fc-btn::before {
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	right: 1em;
	transform: translateY(calc(-50% - 2px)) rotate(45deg);
	width: 10px;
	height: 1px;
	background: #666666;
}
.fc-btn::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	width: 50px;
	height: 1px;
	background-color: #666666;
}
.fc-btn:hover {
	opacity: .8;
}
.contact-btn{
	width: 400px;
}

/* お支払い方法ためのCSS */
.footer-paycard{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	
}
.footer-paycard img{
	width: 95%;
	height: auto;
}

/* カレンダーためのCSS */
.tab-001 {
    display: flex;
    flex-wrap: wrap;
    max-width: 500px;
}

.tab-001 > label {
    flex: 1 1;
    order: -1;
    min-width: 70px;
    padding: .5em 1em .3em;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0;
    background-color: #f3e3e4;
    color: #333333;
    font-size: .8rem;
    text-align: center;
    cursor: pointer;
}

.tab-001 > label:hover {
    opacity: .8;
}

.tab-001 input {
    display: none;
}

.tab-001 > div {
    display: none;
    width: 100%;
    padding: .5em .5em;
    background-color: #fff;
}

.tab-001 label:has(:checked) {
    background-color: #fff;
    border-color: #c17378 #f0f0f0 #fff;
    border-style: solid;
    border-width: 4px 1px 1px;
    border-radius: 5px;
    color: #333333;
}

.tab-001 label:has(:checked) + div {
    display: block;
}

.calendar-box{
	font-size: .7rem;
}

.cale-sub{
	font-size: .625rem;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
}
.closed{
    color: #FFFFFF;
	background-color: #c17378;
	padding: 4px 4px 3px 4px;
}
.closed-special{
    color: #FFFFFF;
	background-color: #8a6666;
	padding: 4px 4px 3px 4px;	
}
.point2up{
	background-color: #be9523;
	padding: 4px 4px 3px 4px;
}

.day{
	background: #f3e3e4;
}
.holiday{
	color: #FFFFFF;
	background: #c17378;
}
.pointday{
	color: #FFFFFF;
	background: #be9523;
}
.specialday{
    color: #FFFFFF;
	background: #8a6666;
}
.cale-sub{

}

/* フッター中央部分６つ↑↑ PC *//* ------------------ */


/* フッター中央部分６つ↓↓ SP *//* ------------------ */
.footer-center-sp{
	margin: 0 auto;
	width: calc(100% - 5%);
	}
.fc-sp-list{
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}
.accordion-fc {
	background-color: #FFFFFF;
	color: #666666;
	
	cursor: pointer;
	padding: 20px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 1rem;
	font-weight: 700;
	transition: 0.4s;
}

.accordion-fc:hover {
	opacity: 0.8;
}

.accordion-fc:after {
	content: '\002B';
	color: #666666;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

.panelfc {
	display: none;/*はじめは非表示*/
	
	font-size: 1rem;
	background-color: #FFFFFF;
	padding: 0 20px;
	overflow: hidden;
}
.news-line-subcribe-sp{
	display: flex;
	gap: 20px;
}

.fcactive:after {
	content: "\2212";
}
.calendar-sp{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.calendar-month{
	background-color: #ede8e8;
	text-align: center;
	padding: 5px 0;
}

@media screen and (max-width: 1150px) {
    .fc-btn{
		padding: .8rem 2.5rem;
	}
}
@media screen and (max-width: 1023px) {
    .footer-nav{
		grid-template-columns: 1fr;
		padding: 60px 0;
	}
	.fn-item-head{
		justify-content: flex-start;
	}
	.footer-center-block{
		gap: 50px;
	}
	.footer-center{
		padding: 0;
	}
	.fc-btn{
		padding: .8rem 1.5rem;
	}
}

@media screen and (max-width: 949px) {
	.footer-center-block{display: none!important;}
	.footer-center-sp{display: block!important;}
	.footer-nav{
		padding: 60px 0 20px 0;
	}
	.footer-nav{
		gap: 20px;
	}
	.fc-btn{
		padding: .8rem 4rem;
		background: #ede8e8;
		color: #666666;	
	}
	.footer-center-btn{
		width: 40%;
		margin-bottom: 20px;
	}
	
	.footer-center-txt{
		padding-top: 0;
		border-top: none;
	}
	.footer-paycard img{
		width: 400px;
		height: auto;
	}
}

@media screen and (max-width: 767px) {
    .footer{margin-top: 60px;}
	.panelfc {
		padding: 0 20px 20px 20px;
	}
    .footer-paycard img{
		width: 350px;
		height: auto;
	}
	.news-line-subcribe-sp{
		display: flex;
		flex-direction: column;
		gap: 0;
	}
	.footer-center-btn{
		width: 400px;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 499px) {
	.footer-nav{
		padding: 40px 0 20px 0;
	}
	.accordion-fc {
		padding: 15px;
		font-size: 0.875rem;
	}
	.panelfc {
		font-size: 0.875rem;
		padding: 0 15px 15px 15px;
	}
	.fc-btn{
		padding: .8rem 2rem;
	}
	.footer-center-btn{
		width: 100%;
	}
	.contact-btn{
		width: 100%;
	}
    .footer-paycard img{
		width: 60%;
		height: auto;
	}
	.calendar-sp{
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}
	
}
@media screen and (max-width: 375px) {
    /* スマートフォン (縦) */
}

/* フッター中央部分６つ↑↑ SP　ここまで */


/* フッターSNS *//* ------------------ */
.footer-sns-block{
	margin: 50px auto 60px auto;
	font-family: "Noto Serif JP", serif;
	letter-spacing: .1rem;
}
.footer-sns-list{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-bottom: 20px;
}
.footer-sns-item img{
	width: 30px;
}

/* フッターOTHERS *//* ------------------ */
.footer-other-list{
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .8rem;
	font-weight: 300;
	
}
.footer-other-list li{
	border-right: 1px solid #8f8f8f;
	padding: 0 30px;
}

.footer-other-list li:last-child {
	border: none;
}

/* フッターCOPYRIGHT *//* ------------------ */
.copyright{
	font-size: .8rem;
	padding: 30px 0 20px 0;
	text-align: center;
	line-height: 1.6rem;
	font-weight: 300;
}
.copyright-eng{
	letter-spacing: .1rem;
}
@media screen and (max-width: 949px) {
	.copyright{
		padding: 30px 0 80px 0;
	}
}
@media screen and (max-width: 767px) {
	.footer-other-list li{
		padding: 0 10px;
		
	}
	.copyright{
		
	}
}
@media screen and (max-width: 499px) {
	.footer-sns-block{
		font-size: .8rem;
		margin: 40px auto 40px auto;
	}
	.footer-other-list{
		display: grid;
		grid-template-columns: 1fr 1fr;
		
	}
	.footer-other-list li{
		font-size: .6rem;
		margin-bottom: 10px;
	}
	.footer-other-list li:nth-child(1), .footer-other-list li:nth-child(3) {
		text-align: end
	}
	.footer-other-list li:nth-child(2) {
		border-right: none;
	}
	.copyright{
		line-height: 1.2rem;
		font-size: .6rem;
		padding: 15px 0 75px 0;
	}
}

/* フッターFIXED MENU *//* ------------------ */
/* メニューをページ下部に固定 */
#fixed-footer-menu {
	position: fixed;
	width: 100%;
	bottom: 0px;
	opacity: 1;
	z-index: 500;
	
	border-top: 1px solid #D8CCCC;
}
/* メニューを横並びにする */
.footer-menu-list {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	background: #fff;
}

/* メニューの要素 */
.footer-menu-item{
	width: 25%;
	padding: 10px 0 5px 0;
}

.menu-item-btn {
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
}

.footer-menu-item img{
	width: 3.5vw;
	padding-bottom: 5px;
}

.close-block{
	width: 100%;
	position: fixed;
	bottom: 0;
	background-color: #666666;	
	height: 50px;
}
.close-txt{
	color: #FFFFFF;
	font-size: 1.125rem;
	font-weight: 300;
	letter-spacing: .1rem;
}
.close-block div{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
/* 円 */
.close-icon {
	display: block;
	position: relative;
	width: 30px;
	height: 30px;
	border: 0.1rem solid #FFFFFF;
	border-radius: 100%;
	
	margin-right: 10px;
}
/* 左 */
.close-icon::before, .close-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.1rem;
	height: 15px;
	background: #FFFFFF;
	border-radius: 2.5px;
}
.close-icon::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
.close-icon::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
	.footer-menu-item img{
		width: 4vw;
	}
}
@media screen and (max-width: 499px) {
	.footer-menu-item img{
		width: 1.5rem;
	}
}
@media screen and (max-width: 375px) {
	.footer-menu-item img{
		width: 1.375rem;
	}
}

