@charset "utf-8";
/* CSS Document */
/*------基本CSS（PC用記述記載）------*/

/* 共通CSS */
#loveroma {
    font-size: 18px;
    color: #000;
}
#loveroma a {   
    text-decoration: none;
	color: #000;
}
#loveroma img {
    width: 100%;
    height: auto;
}
#loveroma h2 {
	width: 750px;
    margin: 0 auto 40px;
	text-align: center;
    font-size: 20px;
}
#loveroma .spBnr{
    display: none;
}
#loveroma .container > div {
	margin-bottom: 70px;
}
#loveroma .itemList .itemList3 li:hover, #loveroma .roomCode .itemImg3 img:hover, #loveroma .taste .tasteImg img:hover,#loveroma .category li img:hover{
    opacity: 0.75;
}
#loveroma .pcNone {
	display: none;
}

/*category*/
#loveroma .category {
	text-align: center;
    margin-bottom: 70px;
}
#loveroma .category > p {
	margin-bottom: 50px;
}
#loveroma .category > p,
#loveroma .imgTextArea,
#loveroma .itemList .subTitle {
	color: #666;
}
#loveroma .category ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 80%;
}
#loveroma .category ul li {
    width: 190px;
    margin: 0 4% 3% 0;
}
#loveroma .category ul li:nth-of-type(4n) {
    margin-right: 0;
}
#loveroma .category .categoryItemText {
    margin-top: 8px;
	font-size: 14px;
}

/*backImgInner*/
#loveroma .backImgInner {
	background: url(https://staging-ap01-belluna.demandware.net/on/demandware.static/-/Library-Sites-RefArchSharedLibrary/default/dwf0e0c832/feature/lovely-romantic/img/221129/bg.gif);
    padding: 50px 0;
    margin-bottom: 70px;
}

/*プリンセスルームの作り方*/
#loveroma .imgTextArea {
	text-align: center;
    line-height: 2;
    padding: 40px 0 510px;
    background: url(https://staging-ap01-belluna.demandware.net/on/demandware.static/-/Library-Sites-RefArchSharedLibrary/default/dwf0e0c832/feature/lovely-romantic/img/221129/rabbit_1.png) center no-repeat;
    background-size: contain;
	margin-bottom: 30px;
}

/*商品陳列*/
#loveroma .itemList {
	margin-bottom: 70px;
}
#loveroma .itemList:last-of-type {
	margin: 0;
}
#loveroma .backImgInner .itemList h2 {
	margin-bottom: 10px;
	width: 460px;
}
#loveroma .itemList .subTitle {
	margin-bottom: 30px;
	text-align: center;
}

/*　商品陳列　パターン3（商品3つ） */	
#loveroma .itemList .itemList3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width: 95%;
	margin: 0 auto;
    box-sizing: initial;
}
#loveroma .itemList .itemList3:after {
    content: "";
    display: block;
    width: 32%;
}
#loveroma .itemList .itemList3 li {
    width: 32%;
	margin-bottom: 30px;
}

#loveroma .roomCode .soldout img {
    display: none;
}

#loveroma  .boxlink_sold .soldImg.mask{
    display: none;
}

 /* 商品陳列　共通CSS */	
#loveroma .itemList .itemname {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size: 12px;
	margin-top: 3px 0 0 0;
}

/*Instagram*/
#loveroma .insta {
    margin-bottom: 70px;
}
#loveroma .SubTitle_BGno img {
	margin-bottom: 40px;
}

/*ルームコーディネート*/
#loveroma .roomCode {
	background: url(https://staging-ap01-belluna.demandware.net/on/demandware.static/-/Library-Sites-RefArchSharedLibrary/default/dwf0e0c832/feature/lovely-romantic/img/221129/bg.gif);
    padding: 50px 0;
}
#loveroma .roomCode .imgTextArea {
    padding: 0px 0px 140px;
    background: url(https://staging-ap01-belluna.demandware.net/on/demandware.static/-/Library-Sites-RefArchSharedLibrary/default/dwf0e0c832/feature/lovely-romantic/img/221129/cat_2.png) center/contain no-repeat; 
}

#loveroma .roomCode .imgTextArea p:first-of-type {
	margin-bottom: 20px;
}
#loveroma .roomCode .itemname {
	margin-left: 33px;
}

/*テイストから探す*/
#loveroma .taste {
    margin-bottom: 70px;
}

#loveroma .taste .tasteImg {
	display: flex;
	justify-content: space-between;
}
#loveroma .taste .tasteImg > div {
	width: 100%;
    width: 32.5%;
    position: relative;
    text-align: center;
}
#loveroma .taste .tasteImg > div a .tastename:after {
	content: '';
    width: 6px;
    height: 6px;
    border-top: solid 2px #333333;
    border-right: solid 2px #333333;
    transform: rotate(45deg);
    position: absolute;
    top: 8px;
    right: 10px;
}
#loveroma .taste .tasteImg .tastename {
	font-weight: bold;
	display: block; 
	position: relative; 
}
#loveroma .taste .tasteImg img {
	margin-bottom: 5px;
}
#loveroma .taste .tasteImg p {
	font-size: 14px;
	text-align: left;
	color: #333;
}


/*------横幅が520px以下CSS（SP用記述記載）------*/
@media screen and (max-width: 520px) {
/* 共通CSS */
#loveroma {
    width: 100%;
    margin: 0 auto;
    max-width: 750px;
	color: #000;
}
#loveroma h2 {
	margin-bottom: 5%;
    width: 100%;
}
#loveroma .spBnr{
    display: block;
}
#loveroma .pcBnr{
    display: none;
}

#loveroma .SubTitle_BGno img {
	margin-bottom: 7%;
}

#loveroma .roomCode .itemImg3 img:hover, #loveroma .taste .tasteImg img:hover,#loveroma .category li img:hover{
    opacity: 1;
}

/*category*/
#loveroma .category {
	text-align: center;
}
#loveroma .category p,
#loveroma .imgTextArea,
#loveroma .itemList .subTitle {
	width: 95%;
	margin: 0 auto 7%;
	line-height: 1.8;
}
#loveroma .category p{
    font-size: 12px;    
}
#loveroma .imgTextArea{
    padding: 0px 0 190px;
    font-size: 12px;
}
#loveroma .category ul {
    justify-content: flex-start;
    width: 96%;
}
#loveroma .category ul li {
	width: 31%;
    margin-bottom: 4%;
    margin: 0 3.5% 3.5% 0;
}
#loveroma .category ul li:nth-of-type(3n) {
    margin-right: 0;
}
#loveroma .category ul li:nth-of-type(4n) {
    margin-right: 3.5%;
}
#loveroma .category .categoryItemText {
    font-size: 11px;
}

/*商品陳列*/
#loveroma .itemList {
	margin-bottom: 17%;
}
#loveroma .itemList:last-of-type {
	margin: 0;
}
#loveroma .backImgInner .itemList h2,
#loveroma .itemList .subTitle {
	margin-bottom: 3%;
	width: 90%;
}
#loveroma .itemList .subTitle {
    font-size: 14px;
}

/*　商品陳列　パターン3（商品3つ） */	
#loveroma .itemList .itemList3{
    width: 100%;
}

#loveroma .itemList .itemList3 li {
    width: 49%;
    margin-bottom: 5%;
}

 /* 商品陳列　共通CSS */	
 #loveroma .itemList .itemname {
    line-height: 15px;
	margin: 4px 0 0 0;
}
 #loveroma .pcNone {
        display: block;
}

/*Instagram*/
#loveroma .SubTitle_BGno h2 {
	margin-bottom: 4%;
    font-size: 16px;
}

/*ルームコーディネート*/
#loveroma .roomCode {
    padding: 13% 0;
}
#loveroma .roomCode .imgTextArea {
    padding: 4% 0 24%;
	margin-bottom: 0;
}
#loveroma .roomCode .imgTextArea p {
    width: 100%;
    font-size: 12px;
}
#loveroma .roomCode .imgTextArea p:first-of-type {
	margin-bottom: 3%;
}
#loveroma .roomCode .itemList3 li {
	width: 90%;
	margin-bottom: 7%;
}
#loveroma .roomCode .itemname {
	margin-left: 12%;
}
/*テイストから探す*/
#loveroma .taste .tasteImg {
    display: initial;
    justify-content: initial;
}
#loveroma .taste .tasteLink {
    position: relative;
    border-bottom: 2px solid #e5e5e5;
    padding: 2% 6% 2% 0;
    overflow: hidden;
    width: 100%!important;
    text-align: left!important;
}
#loveroma .taste .tasteLink:last-of-type {
    border: none;
}
#loveroma .taste .tasteLink img {
    width: 50%;
    float: left;
    padding-right: 3%;
    margin: 0!important;
}
#loveroma .taste .tasteImg > div a .tastename:after {
    content: '';
    width: initial;
    height: initial;
    border-top: initial;
    border-right: initial;
    transform: initial;
    position: initial;
    top: initial;
    right: initial;
}
#loveroma .taste .tasteLink .tasteTitle {
	width: 47%;
	float: left;
}
#loveroma .taste .tasteLink .tasteTitle::after {
	margin-top: -4px;
    content: '';
    position: absolute;
    right: 3%;
    top: 50%;
    width: 7px;
    height: 7px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    transform: rotate(45deg);
}
#loveroma .taste .tasteLink .tasteCopy {
	font-weight: bold;
}
#loveroma .taste .tasteLink .tasteCopy span {
	font-size: 16px;
	display: block;
}
#loveroma .taste .tasteImg .tastename{
    font-size: 15px;
}
#loveroma .taste .tasteImg p {
	font-size: 12px;
    margin: 0;
}

}
