@charset "utf-8";
/*------基本CSS（PC用記述記載）------*/
#storage-1 {
    color: #333;
}
#storage-1 a{
    text-decoration: none;
    color: #000000;
}

#storage-1 .breadcrumb_list2{
    display: flex;
    float: none;
}

#storage-1 img {
    width: 100%;
	height: auto;
}
#storage-1 .SpTitle img{
    margin-bottom: 20px;
}

/*プロフィールコーナー*/
#storage-1 .profile_box {
    padding: 30px;
    background-color: #f0f0f0;
	margin: 30px 0;
    overflow: hidden;
}
#storage-1 .profile_box_img {
    float: left;
    margin-right: 3%;
    width: 100px;
    height: auto;
    border-radius: 50%;
    background-position: 0px 0px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url(../img/210713/expert.jpg);
}
#storage-1 .profileTitle {
    font-size: 21px;
    font-weight: bold;
}
#storage-1 p.profileTitle br{
    display: none;
}
#storage-1 .profile {
    margin-top: 4px;
    font-weight: bold;
}
#storage-1 .profileText:not(:first-of-type) {
    margin-bottom: 30px;
}
#storage-1 .profileText {
    line-height: 1.8;
}
#storage-1 .Smalltitle{
    font-weight: bold;
}
/*navi*/
#storage-1 .navi_contents {
    background-color: #fffacd;
    padding-bottom: 2%;
    margin-bottom: 5%;
}
#storage-1 .navi_contents p.naviTitle {
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    padding: 3% 5% 2%;
    letter-spacing: 3px;
}
#storage-1 .navi_contents p.naviTitle span {
    font-size: 42px;
    color: #ff8c00;
    font-weight: bold;
}
#storage-1 .navi {
    display: flex;
    justify-content: space-around;
    margin: 0 20px;
}
#storage-1 .navi li {
    width: 22%;
    margin-bottom: 3%;
    box-shadow: 2px 2px 8px rgba(90,90,90,0.2);
    padding: 0.7%;
    background-color: #fff;
    border-radius: 5px;
}
/*帯*/
#storage-1 .featureContainer h2 {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    background-color: #fffacd;
    margin-bottom: 20px;
    padding: 10px 0;
}
/*すきま収納コーナー*/
#storage-1 .detail_box{
    border: 10px solid #fffacd;
    padding: 3% 6% 3%;
    margin-bottom: 40px;
    border-radius: 30px;
}
#storage-1 .detail_box .copy {
    color: #ff8c00;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
	margin: 0 0 2%;
    letter-spacing: 1px;
}
#storage-1 .detail_box .ba_box {
    margin-bottom: 5%;
}
#storage-1 .detail_box .usetitle {
    text-align: center;
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 1%;
    letter-spacing: 2px;
}
#storage-1 .detail_box .use_box_sub {
    background-color: #f7f7f7;
    padding: 30px 50px;
    border-radius: 30px;
    margin: 0 0 40px;
    position: relative;
}
#storage-1 .profile_box_img_1 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-position: -10px -11px;
    background-size: 120% auto;
    background-repeat: no-repeat;
    background-image: url(feature/storage-1/img/210713/expert.jpg);
    position: absolute;
    left: 74%;
    top: 14%;
}

#storage-1 .detail_box .use_box_sub .cont_wrap {
    display: flex;
    align-items: center;
}

#storage-1 .detail_box .use_box_sub_img {
    width: 300px;
    margin-right: 40px;
}

#storage-1 .detail_box .use_box_sub .use_box_sub_img img,
#storage-1 .detail_box .use_box .use_box_img img,
#storage-1 .detail_box .procomment_box .use_box_img img {
    border-radius: 0 30px;
}
#storage-1 .detail_box .use_box_sub_comment .point{
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: bold;
}
#storage-1 .detail_box .use_box_sub_comment {
    width: 460px;
    font-size: 18px;
}
#storage-1 .detail_box .use_box_sub_comment .first{
    margin: 35px 0;
    font-size: 25px;
    font-weight: bold;
}
#storage-1 .first{
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: bold;
}
#storage-1 .detail_box .procomment_box .cont_wrap {
    display: flex;
    align-items: center;
}
#storage-1 .detail_box .use_box_img {
    width: 420px;
    margin-right: 20px;
}
#storage-1 .detail_box .use_box_comment_1 {
    font-size: 18px;
    margin: auto 0;
}
#storage-1 .detail_box .use_box_comment_1 .second,
#storage-1 .detail_box .use_box_comment .second{
    width: 420px;
    font-size: 18px;
}
#storage-1 .itemList .itemList1{
    width: 750px;
    margin: 50px auto 0;
}
#storage-1 .detail_box .item_contents_title {
    background-color: #333;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #fff;
    line-height: 2.5;
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
}
#storage-1 .detail_box .item_spec {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: solid #333 3px;
    padding: 30px 0px;
    display: flex;
    justify-content: center;
}
#storage-1 .more_box{
    margin-bottom: 15%;
}
#storage-1 .itemList .itemImg1{
    width: 260px;
}
#storage-1 .itemList .itemSpec1{
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    width: 30%;
    margin-left: 50px;
}
#storage-1 .itemList .itemList2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 70px;
}
#storage-1 .itemList .itemList2 .itemList2Wrap,
#storage-1 .itemList .itemList2 .boxlink_sold{
    width: 46%;
    margin: 0 0 30px 0;
}
#storage-1 .itemList .itemList2 .common{
    width: 48%;
}
#storage-1 .itemList .itemname{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.2;
}

#storage-1 .itemList .price_info{
    margin-top: 3px;
}
#storage-1 .itemList .price{
    font-size: 12px;
}
#storage-1 .itemList .price:after{
    content: "（税込）";
    font-size: 10px;
}
#storage-1 .itemList .star{
    display: flex;
    align-items: center;
    line-height: 1.1;
    margin-top: 4px;
}
#storage-1 .itemList .star img{
    width: 13px;
}
#storage-1 .itemList .review_count{
    font-size: 12px;
    margin-left: 8px;
}
#storage-1 .featureContainer .more {
    text-align: center;
    background-color: #000;
    width: 600px;
    margin: 0 auto 5%;
    border-radius: 50px;
	position: relative;
	margin-bottom: 15%;
}
#storage-1 .featureContainer .more a {
    color: #fff;
    font-size: 15px;
    display: block;
    padding: 2% 9%;
}
#storage-1 .featureContainer .more.mb span{
	font-size: 20px;
}
#storage-1 .featureContainer .more a::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 45%;
    right: 22px;
}
/*クローゼット収納*/
#storage-1 .detail_box .item_spec .itemname {
    font-size: 16px;
}
#storage-1 .itemList .itemBtn{
    text-align: center;
    background-color: #ff8c00;
    width: 265px;
    position: relative;
    font-size: 14px;
    border-radius: 45px;
    color: #fff;
}
#storage-1 .itemList .itemBtn a{
    color: #fff !important;
    display: block;
    padding: 3% 12%;
}
#storage-1 .itemList .itemList1 .itemBtn:after{
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 40%;
    right: 30px;
}
#storage-1 .recomend{
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}
/*収納アドバイザー紹介*/
#storage-1 .expert{
    border: 1px dashed #666;
    margin: 0px 100px 50px;
    padding: 10px;
    display: flex;
    flex-wrap: nowrap;
	align-items: flex-start;
}
#storage-1 .expert img {
    width: 100px;
    margin-right: 10px;
}
#storage-1 .expert .expertTitle{
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: bold;
}
#storage-1 .expert .expertText {
    font-size: 12px;
}
#storage-1 .expert_box{
    width: 690px;
}
/*読み物*/
#storage-1 .otherWrap{
    font-size: 15px;
    line-height: 1.5;
    margin: 0 60px 60px;
}
#storage-1 h4{
	font-size: 36px;
	color: #262626;
	text-align: center;
	background-color: #eaeaea;
	padding: 15px 0;
	font-family: 'Noto Serif JP', serif;
	line-height: 1;
}
#storage-1 .otherWrap .relatedWrap li{
    border-bottom: solid 1px #b7b7b7;
}
#storage-1 .otherWrap .relatedWrap li a{
	display: block;
    padding: 20px;
    color: #333333;
}
/*Btnhover追加*/
#storage-1 .itemBtn:hover, #storage-1 .more:hover{
    opacity: 0.75;
}
/*sale*/
#storage-1 .itemList .saleprice{
    margin-top: 3px;
    display: block;
    color: #fb0000;
}
#storage-1 .itemList .price_down{
    color: #fb0000;
    padding: 2px 0;
    display: block;
    font-size: 12px;
}

/*211117SOLDOUT対応*/
#storage-1 .boxlink_sold{
    width: 750px;
    margin: 50px auto;
}
#storage-1 .boxlink_sold .itemSpec1{
    display: none;
}


/*------横幅が520px以下CSS（SP用記述記載）------*/
@media screen and (max-width: 520px) {
#storage-1 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    max-width: 750px;
	color: #333
}
/*パンエリア*/
#storage-1 .breadcrumb_list2{
    padding-bottom: 10px;
}
#storage-1 .breadcrumb_list2.g_link{
    font-size: 10px;
    letter-spacing: 0.3px;
    color: #111111;
    padding: 8px 8px 0;
}
.fvBnr .pcBnr {
    display: block;
}

/*アドバイザー*/
#storage-1 .profile_box {
    margin: 3% 3% 5%;
    padding: 4%;
}

#storage-1 .profile_box .profile_box .profileTitle.Career{
    margin-top: 4%;
}
#storage-1 .profile_box .expertTitle,
#storage-1 .profile_box .profileTitle {
    font-size: 18px;
    margin: auto 0;
}
#storage-1 .profile_box .profile{
    font-size: 17px;
    font-weight: bold;
    margin-top: 15px;
}
#storage-1 .profile_box .profileText {
    padding: 0 2% 1%;
}
#storage-1 .Career .profileTitle{
    text-align: center;
}
#storage-1 .profile_box .profileTitle br{
    display:block;
}
#storage-1 .profile_box .profileTitle .Career {
    margin-top: 4%;
}
#storage-1 .profile_box .profileText .Smalltitle{
    font-weight: bold;
    margin-top: 6px;
}
/*　ナビ　*/
#storage-1 .navi_contents {
    background-color: #fffacd;
    padding-bottom: 3%;
    margin-bottom: 20%;
}
#storage-1 .navi_contents p.naviTitle {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding: 4% 5% 3%;
}
#storage-1 .navi_contents .naviTitle span {
    font-size: 30px !important;
}
#storage-1 .navi_contents .navi{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0;
}
#storage-1 .navi_contents .navi li {
    width: 29%;
    margin-bottom: 3%;
    box-shadow: 2px 2px 8px rgb(90 90 90 / 20%);
    border-radius: 5px;
    padding: 1.5%;
    background-color: #fff;
}
/*隙間収納コーナー*/
#storage-1 .featureContainer h2{
    text-align: center;
    margin: 0 auto 6%;
    font-size: 25px;
}
#storage-1 .detail_box{
    border: 0;
}
#storage-1 .detail_box .copy {
    font-size: 21px;
    margin-bottom: 4%;
}
#storage-1 .detail_box .detail_box {
    border: 0;
    padding: 0;
    margin-bottom: 10%;
}
#storage-1 .detail_box .ba_box {
    margin-bottom: 10%;
}
#storage-1 .detail_box .use_box_sub{
    padding: 20px;
    border-radius: 20px;
    margin: 0 2% 10%;
}
#storage-1 .detail_box .use_box_comment .second{
    width: 100%;
    font-size: 16px;
    padding-top: 5%;
}
#storage-1 .detail_box .use_box_sub_img{
    width: 100%;
}
#storage-1 .detail_box .use_box_sub .cont_wrap {
    display: block;
}
#storage-1 .detail_box .use_box_sub_comment{
    width: 100%;
    line-height: 1.8;
    font-size: 16px;
}
#storage-1 .detail_box .use_box_sub_comment .point{
    margin: 6% 0 4% 0;
    font-size: 21px;
    text-align: center;
}
#storage-1 .detail_box .procomment_box .cont_wrap{
    flex-wrap: wrap;
}
#storage-1 .detail_box .usetitle{
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 2%;
}
#storage-1 .detail_box .use_box_comment_1 .second{
    font-size: 16px;
    line-height: 1.8;
    padding: 0 5% 5%;
    width: 100%;
}
#storage-1 .itemList .itemList2{
    align-items: flex-start;
    margin: 0 2%;
}
#storage-1 .itemList .itemList2 .itemList2Wrap,
#storage-1 .common{
    width: 49%;
    margin-bottom: 10%;
    position: relative;
}
#storage-1 .detail_box .itemList .itemList1{
    margin: 0 2% 4%;
    width: 100%;
}
#storage-1 .itemList .itemList1,
#storage-1 .itemList .itemImg1{
    width: 100%;
}

#storage-1 .procomment_box {
    padding: 6%;
}
#storage-1 .procomment_box img {
    border-radius: 20px 0;
}
#storage-1 .procomment_box p {
    font-size: 16px;
    line-height: 1.5;
    padding: 3% 5%;
}
#storage-1 .detail_box .item_contents_title {
    line-height: 3.5;
    font-size: 15px;
}
#storage-1 .detail_box .item_spec {
    padding: 5%;
    display: block;
}
#storage-1 .itemList .itemSpec1 {
    display: block;
    margin: 0;
    width: 100%;
}
#storage-1 .itemname{
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 3%;
}
#storage-1 .price::after{
    content: '（税込）';
    font-size: 10px;
}
#storage-1 .itemSpec1 .star,
#storage-1 .itemSpec2 .star{
    display: flex;
    line-height: 1.1;
    margin-top: 4px;
}
#storage-1 img.starImg{
    width: 12px;
}
#storage-1 .itemList .review_count{
    font-size: 10px;
}
#storage-1 .itemList .itemBtn{
    border-radius: 7px;
    margin-top: 4%;
    width: 100%;
}
#storage-1 .itemList .itemBtn a{
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    display: block;
    padding: 3% 12%;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
}
#storage-1 p.recomend{
    font-size: 23px;
    margin-bottom: 2%;
}
/*ボタン*/
#storage-1 .featureContainer .more {
    text-align: center;
    background-color: #000;
    width: 90%;
    margin: 0px auto 20%;
    border-radius: 50px;
    position: relative;
}
#storage-1 .featureContainer .more.mb span{
	font-size: 18px;
}
#storage-1 .featureContainer .more a{
    color: #fff;
	font-size: 15px;
    font-weight: 400;
	display: block;
	padding: 5% 12%;
	text-decoration: none;
}
#storage-1 .featureContainer .more a::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 45%;
    right: 22px;
}
/*アドバイザー紹介*/
#storage-1 .expert {
    border: 1px dashed #666;
    margin: 0 3% 10%;
    padding: 2%;
    display: flex;
    align-items: flex-start;
}
#storage-1 .expert img{
    width: 40%;
    padding-right: 3%;
    box-sizing: border-box;
}
#storage-1 .expertText {
    font-size: 13px;
    line-height: 1.4;
}
#storage-1 .otherWrap {
    margin: 0 0 10%;
}

#storage-1 .otherWrap h4 {
    font-size: 22px;
    color: #262626;
    text-align: center;
    background-color: #eaeaea;
    padding: 15px 0;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.3;
}
#storage-1 .otherWrap {
    border-bottom: 0;
}
#storage-1 .otherWrap .relatedWrap li{
    font-size: 15px;
    border-bottom: solid 1px #b7b7b7;
    line-height: 1.5;
}

#storage-1 .otherWrap .relatedWrap li a{
    color: #000;
    text-decoration: none;
	display: block;
    padding: 3%;
}

/*SOLDOUT対応*/
#storage-1 .boxlink_sold{
	width: 100%;
}
#storage-1 .more_box .boxlink_sold{
    width: 49%!important;
    margin: 0;
}
#storage-1 .boxlink_sold .itemSpec1 .itemBtn{
    display: none;
}
/*SALE対応*/
#storage-1 .salepricebox.priceArea,
#storage-1 .price_down{
    color: #fb0000;
}
#storage-1 .expertTitle{
    font-size: 17px;
    font-weight: bold;
}
#storage-1 .advisor{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
}
