@charset "shift_jis";

:root {
	--main-clr-lightgray: #c9c9c8;
	--main-clr-lightbeige: #cbc1ae;

	--main-clr-white: #f4f5f0;
	--main-clr-gray: #7f7c7a;
	--main-clr-red: #d07157;

	--clr-ss-black: #48413b;
}


.inner_content{
    width:900px;
}

#kagu_assembly10_3000{
    width: 100%;
    margin: 0 auto;
}

#kagu_assembly10_3000 .pc_none{
    display: none !important;
}

#kagu_assembly10_3000 > img{
    max-width: 100%;
}

#kagu_assembly10_3000 .title{
    position: relative;
    width: 100%;
    background-color: #cac1af;
}
#kagu_assembly10_3000 .title.bn_in {
    padding-bottom: 40px;
}

#kagu_assembly10_3000 .title img {
    width: 100%;
    height: auto;
}

/*サービス内容*/
#kagu_assembly10_3000 div.service{
    background-color: #eceaeb;
    /*margin: 5px 0 35px;
    padding: 0 0 20px;*/
}
#kagu_assembly10_3000 div.service h1,
#kagu_assembly10_3000 div.step h1{
    text-align: center;
    background-color: #c9c2b0;
    color: #fff;
    padding: 3px 0 5px;
    font-size: 30px;
    /*margin: 0 auto 15px;*/
}
#kagu_assembly10_3000 div.service ul{
    display: flex;
    justify-content: space-around;
    padding: 20px 0; 
    background-color: #ecebe7; 
}
#kagu_assembly10_3000 div.service ul li{
    width: calc(90%/3);
    text-align: center;
    background-color: #fff;
    border-radius: 7px;
    padding: 7px 7px 20px;
}
#kagu_assembly10_3000 div.service ul li img{
    max-width: 100%;
}
#kagu_assembly10_3000 div.service ul li p{
    text-align: center;
}
#kagu_assembly10_3000 div.service ul li p:nth-of-type(1){
    font-size: 23px;
    font-weight: bold;
    color: #c9c2b0;
    margin: 5px 0;
}


/*ご注文時の注意*/
#kagu_assembly10_3000 div.note{
    /* background-color: red; */
    border: 2px solid #282828;
    padding: 25px;
    background-color: #fff;
}
#kagu_assembly10_3000 div.note h1{
    text-align: center;
    margin: 0%;
    padding-bottom: 5px;
    border-bottom: 3px double ;
    color: #282828;
    position: relative;
}
#kagu_assembly10_3000 div.note h1:nth-of-type(1):before{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f071';
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 265px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#kagu_assembly10_3000 div.note h1:nth-of-type(2):before{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f0d1';
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 265px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#kagu_assembly10_3000 div.note h1:nth-of-type(2){
    margin-top: 25px;
}
#kagu_assembly10_3000 div.note ul{
    margin: 10px 0 0;
}
#kagu_assembly10_3000 div.note ul li{
    margin-bottom: 7px;
}
#kagu_assembly10_3000 div.note ul li p::before{
    font-family: "Font Awesome 5 Free";
    content: '\f111';
    font-weight: 900;
    margin-right: 5px;
    color: #4b4b4b;
}
#kagu_assembly10_3000 div.note ul li p span.red_txt{
    color: red;
}

/*ご利用の流れ*/
#kagu_assembly10_3000 div.step{
    background-color: #eceaeb;
    /*margin: 5px 0 35px;
    padding: 0 0 20px;*/
}
#kagu_assembly10_3000 div.step ul{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 20px 0;
    background-color: #f5f4f2;
}
#kagu_assembly10_3000 div.step ul li{
    width: calc(86%/2);
    background-color: #fff;
    padding: 10px 20px;
    text-align: center;
    border-radius: 7px;
}
#kagu_assembly10_3000 div.step ul li:nth-child(n+3){
    margin-top: 25px;
}
#kagu_assembly10_3000 div.step ul li p:nth-of-type(1){
    font-size: 21px;
    font-weight: bold;
    border-bottom: 1px solid;
    color: #c9c2b0;
    text-align: left;
}
#kagu_assembly10_3000 div.step ul li p:nth-of-type(1) span{
    font-size: 25px;
    margin-left: 3px;
}
#kagu_assembly10_3000 div.step ul li p:nth-of-type(2){
    text-align: left;
    font-size: 16px;
    margin: 10px 0 15px;
}
#kagu_assembly10_3000 div.step ul li p:nth-of-type(2) span.red_txt{
    color: red;
}
#kagu_assembly10_3000 div.step ul li p:nth-of-type(3){
    text-align: left;
    background-color: #f9d9da;
    padding: 7px 3px;
    font-size: 15px;
    margin-top: 15px;
}
#kagu_assembly10_3000 div.step img.step02{
    margin-top: 35px;
}
#kagu_assembly10_3000 div.step img.step04{
    margin-top: 48px;
}

/*組み立てのカテゴリはこちら*/
#kagu_assembly10_3000 div.cate{
    background-color: #c9c2b0;
    padding-top: 20px;
    padding-bottom: 25px;
}

#kagu_assembly10_3000 div.cate h1{
    text-align: center;
    color: #fff;
    margin: 0;
    font-size: 23px;
    font-weight: normal;
    margin-bottom: 10px;
}
#kagu_assembly10_3000 div.cate ul {
    position: relative;
    width: 100%;
    color: #c9c2b0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    box-sizing: border-box;
    padding: 0 16px;
}
#kagu_assembly10_3000 div.cate ul li{
    width: calc((100% - 8px*1)/2);
}
#kagu_assembly10_3000 div.cate ul li a {
    display: flex;
    position: relative;
    align-items: center;
    background-color: #fff;
    padding: 10px 0;
}
#kagu_assembly10_3000 div.cate ul li a::after{
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    content: '\f054';
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #c9c2b0;
}
#kagu_assembly10_3000 div.cate ul li a img{
    margin-left: 35px;
}
#kagu_assembly10_3000 div.cate ul li a p{
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 3px;
    margin-left: 45px;
    color: #c9c2b0;
}



/*対象商品一覧*/
#kagu_assembly10_3000 .item_area {
	position: relative;
	width: 100%;
    margin: 5% 0;
}

#kagu_assembly10_3000 .item_area h2{
    position: relative;
    padding: 0.6em;
    background: #d07157;
    text-align: center;
    color: #f5f7f6;
}
#kagu_assembly10_3000 .item_area h2:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 48.9%;
    border: 9px solid transparent;
    border-top: 8px solid #d07157;
    width: 0;
    height: 0;
}

#kagu_assembly10_3000 .item_area ul {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 30px;
    margin-top: 2.5%;
}
#kagu_assembly10_3000 .item_area ul li,
#kagu_assembly10_3000 .item_area ul li.swiper-slide {
	position: relative;
	width: calc((100% - 60px)/3)!important;
	text-align: left;
	margin-right: 0!important;
}

#kagu_assembly10_3000 .swiper-slide {height: auto;}
#kagu_assembly10_3000 .swiper-slide dl {position: relative; width: 100%;}

#kagu_assembly10_3000 .swiper-slide dl dt.img img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	transition: all 0.2s;
}

#kagu_assembly10_3000 .swiper-slide .img a:hover img {
	opacity: 0.8;
	transition: all 0.2s;
}

#kagu_assembly10_3000 .swiper-slide dl dd.p_wish,
#kagu_assembly10_3000 .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;
}
#kagu_assembly10_3000 .swiper-slide dl dd.p_wish .wish,
#kagu_assembly10_3000 .item dl dd.p_wish .wish {
	display: inline-block;
	width: 24px;
    height: 24px;
}
#kagu_assembly10_3000 .swiper-slide dl dd.p_wish .icon,
#kagu_assembly10_3000 .item dl dd.p_wish .icon {
	display: flex;
	align-items: center;
    gap: 2px;
}
/* #kagu_assembly10_3000 .swiper-slide dl dd.p_wish .icon img,
#kagu_assembly10_3000 .item dl dd.p_wish .icon img { max-width: 100%; } */
#kagu_assembly10_3000 .swiper-slide dl dd.p_wish .icon img,
#kagu_assembly10_3000 .item dl dd.p_wish .icon img {
	width: auto;
    height: 18px;
}

#kagu_assembly10_3000 .swiper-slide .p_name,
#kagu_assembly10_3000 .swiper-slide .price,
#kagu_assembly10_3000 .swiper-slide .p_review,
#kagu_assembly10_3000 .item .name,
#kagu_assembly10_3000 .item .price,
#kagu_assembly10_3000 .item .p_review { text-align: left; }
#kagu_assembly10_3000 .swiper-slide .p_name,
#kagu_assembly10_3000 .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;
}
#kagu_assembly10_3000 .swiper-slide .p_name a,
#kagu_assembly10_3000 .item .name a { font-size: 14px; text-decoration: underline; }
#kagu_assembly10_3000 .swiper-slide .price div .price-icons .m_price_grid,
#kagu_assembly10_3000 .item .price .spesicalprice {
    display: table-cell;
    color: #fff;
    font-size: 10px;
	line-height: 1;
	background: var(--main-clr-gray);
    padding: 6px 10px;
}

#kagu_assembly10_3000 .swiper-slide .price div .m_price,
#kagu_assembly10_3000 .item .price {
	font-size: 1.5em;
    font-weight: 700;
}
#kagu_assembly10_3000 .swiper-slide .price div .intax,
#kagu_assembly10_3000 .item .intax {
	color: var(--clr-ss-black)!important;
    font-size: 80%!important;
    position: relative!important;
	display: none!important;
}
#kagu_assembly10_3000 .item .buy_price > ol,
#kagu_assembly10_3000 .item .buy_price > ul { margin: 0 auto; }


.buy_price>ul .spesicalprice {display: none;}/*販売価格アイコン非表示指定*/


#kagu_assembly10_3000 .banner_bottom {
    position: relative;
    width: 100%;
    margin-top: 40px
}
#kagu_assembly10_3000 .banner_bottom a {
    display: block;
}
#kagu_assembly10_3000 .banner_bottom a img {
    width: 100%;
    height: auto;
}
#kagu_assembly10_3000 .banner_bottom a:hover {
    opacity: 0.8;
}



#kagu_assembly10_3000 .btn_coupon {
    position: relative;
    width: 70%;
    margin: 0 auto;
}
#kagu_assembly10_3000 .btn_coupon a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    background-color: var(--main-clr-red);
    border:solid 3px var(--main-clr-red);
    padding: 1em 0;
    border-radius: 100px;
}
#kagu_assembly10_3000 .btn_coupon a::after {
    position: absolute;
    top: calc(50% - 6px);
    right: 8%;
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(45deg);
    transition: 0.2s all;
}

#kagu_assembly10_3000 .btn_coupon a:hover {
    color: var(--main-clr-red);
    background-color: #fff;
}
#kagu_assembly10_3000 .btn_coupon a:hover::after {
    right: 6%;
    border-color: var(--main-clr-red);
    transition: 0.2s all;
}



#kagu_assembly10_3000 .btn_w {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}
#kagu_assembly10_3000 .btn_w a {
    position: relative;
    width: 100%;
    display: block;
    color: var(--clr-ss-black);
    font-size: 24px;
    background-color: #fff;
    border: solid 1px var(--clr-ss-black);
    padding: 0.75em 0;
    text-align: center;
    box-sizing: border-box;
    margin: 0 auto;
}
#kagu_assembly10_3000 .btn_w a::after {
    position: absolute;
    top: calc(50% - 4px);
    right: 8%;
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px var(--clr-ss-black);
    border-right: solid 2px var(--clr-ss-black);
    transform: rotate(45deg);
    transition: all 0.2s;
}

#kagu_assembly10_3000 .btn_w a:hover {
    color: #fff;
    background-color: var(--clr-ss-black);
}
#kagu_assembly10_3000 .btn_w a:hover::after {
    right: 6%;
    border-color: #fff;
    transition: all 0.2s;
}
