@charset "UTF-8";

*,
*::before,
*::after {
	box-sizing: border-box;
}

:root {
	--bl: #006c79;
	--br: #5D443A;
    --na: #092D4F;
    --ye: #FF9235;
    --pi: #ec6ca5;
    --gr: #27a526;
}

html {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
}

html,
body {
	margin: 0;
	padding: 0;
}

#newlife {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	line-height: 1.87;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: .08em;
}

#newlife img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: top;
}

#newlife ul,
#newlife ol {
	list-style: none;
	margin: 0;
	padding: 0
}

#newlife h1,
#newlife h2,
#newlife h3,
#newlife h4,
#newlife h5 {
	margin: 0;
	padding: 0;
	border: 0;
}

#newlife a {
	outline: none;
	text-decoration: none;
	transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s
}

#newlife a:hover {
	opacity: .8
}

#newlife .sp {
	display: none;
}

#newlife .l-inner {
	width: 950px;
	margin: 0 auto;
}



.float{
	width: 60px;
	position: fixed;
	top: 500px;
	right: 100px;
	z-index: 99999;
	
}


/* ----------------------------------------------------
共通
---------------------------------------------------- */
.l-row {
	display: flex;
	flex-wrap: wrap;
}

.bg_be {
	background: #fff7d2;
}

.btn a, .btn2 a{
	font-size: 23px;
	letter-spacing: 1px;
	padding: .8em 2em;
	line-height: 1;
	border-radius: 3em;
	position: relative
}
.btn2 {
    text-align: center;
}
.btn2 a{
	padding-right: 3em
}
.btn2 a:before{
content: '';
    position: absolute;
    top: calc(50% - 10px);
    right: 20px;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
}

.btn2 a:after{
content: '';
    position: absolute;
    top: calc(50% - 0px);
    right: 29px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: 8px;
    height: 8px;
    border: 2px solid #005bac;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-15%) rotate(45deg);
}

.recommend_ttl {
    font-size: 22px;
}

/* ----------------------------------------------------
mv~anchorarea
---------------------------------------------------- */
.mvreadarea {
	text-align: center;
	font-size: 18px;
	line-height: 2.2222;
	padding: 54px 5%;
	color: var(--bl);
	font-weight: 700
}

.anchorarea {
	padding: 54px 5%;
    background-color: #f3feff;
}

#newlife .anchorarea .ttl {
	width: 632px;
	margin: 0 auto 40px;
	text-align: center;
    font-size: 24px;
    color: var(--bl);
}

#newlife .anchorlist,#newlife .checklist {
	width: min(950px,100%);
	gap: 16px;
	margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.anchorlist li,.checklist li {
    width: calc(100% / 2 - 8px);
}

.mokuji_cont02{
   margin-top: 40px; 
}


/* ----------------------------------------------------
categoryarea
---------------------------------------------------- */
.categoryarea {
	padding: 100px 0
}

.categoryarea h1 {
    margin-bottom: -75px!important;
	text-align: center;
}

.categoryarea .main {
	padding: 110px 0;
}

.categoryarea .categoryttl {
	font-size: 60px;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	position: relative;
	margin-bottom: 10px;
}

.categoryarea .categoryttl span {
	display: block;
	position: relative;
	top: -.5em;
}

.categoryarea .read {
	text-align: center;
	font-size: 18px;
	line-height: 2;
	padding-bottom: 40px
}

.contentsbox {
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    margin-bottom: 40px!important;
}
.contentsbox .btn2{
	margin-bottom: 70px
}

.pickup_kv__txt {
    padding: 30px 27px 0;
}

.pickup_kv__txt h3 {
    font-size: 26px;
}


.detail_wrap {
    padding:54px 27px;
}

.pickup {
	column-gap: 50px;
	margin-bottom: 100px
}

.pickup .txtarea {
	width: 400px;
}

.pickup .imgarea {
	width: calc(100% - 450px);
}
.pickup .comment{
background: #efefef;
	border-radius: 20px;
	padding: 20px 20px 70px;
	position: relative;
	margin-bottom: 100px
}
.pickup .comment .icon{
	position: absolute;
	bottom: -50px;
	right: 20px;
	width: 120px;
}
.pickup .comment .ttl{
	font-size: 18px;
	margin-bottom: 1em;
	font-weight: 700
}
.pickup .comment p{
font-size: 14px;
	line-height: 2.1
}
.itemslider .slick-track {
    justify-content: flex-start;
    display: flex;
    margin: 0;
}
.itemslider .slick-track li{
	margin-right: 12px
}
.related,.recommendation{
	margin-bottom: 80px
}

/*-------  レビュー -------*/
.reviewarea {
    margin: 60px 0;
}

.review__box{
	border: 2px solid var(--br);
	border-radius: 10px;
    margin-bottom: 20px;
}

.review__ttl{
	background: var(--br);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5em 1em;
    border-radius: 8px 8px 0 0;
}

.review__ttl h4{
	font-size: 20px;
	color: #FFF;
}


.review__txt{
	padding: 1em;
}


/* ----------------------------------------------------
featurearea
---------------------------------------------------- */

.featurearea {
    margin: 100px auto;
}

.feature_list {
    display: flex;
    gap:16px;
    margin-bottom: 80px!important;
    justify-content: center;
}

.feature_list li {
    width: 25%;
}

.featurearea_ttl {
	width: 632px;
	margin: 0 auto 40px!important;
	text-align: center;
    font-size: 24px;
    color: var(--br);
}



/* --------------------------------
インテリア用
-------------------------------- */
#interior .main {
    background: #ffede1;
}

#interior .btn a{
    border: 2px solid var(--br);
    color: var(--br);
}

#interior .btn a:hover {
	background: var(--br);
	color: #fff;
}

#interior .pickup_kv__txt h3 {
    color: var(--br);
}


/* --------------------------------
寝具用
-------------------------------- */
#bedding .main {
    background: #dee6f7;
}

#bedding .btn a{
    border: 2px solid var(--na);
    color: var(--na);
}

#bedding .btn a:hover {
	background: var(--na);
	color: #fff;
}

#bedding .review__box{
	border: 2px solid var(--na);
}

#bedding .review__ttl{
	background: var(--na);
}

#bedding .pickup_kv__txt h3,#bedding .featurearea_ttl {
	color: var(--na);
}

/* --------------------------------
キッチン用
-------------------------------- */
#kitchen .main {
    background: #fffcc3;
}

#kitchen .btn a{
    border: 2px solid var(--ye);
    color: var(--ye);
}

#kitchen .btn a:hover {
	background: var(--ye);
	color: #fff;
}

#kitchen .review__box{
	border: 2px solid var(--ye);
}

#kitchen .review__ttl{
	background: var(--ye);
}

#kitchen .pickup_kv__txt h3,#kitchen .featurearea_ttl {
	color: var(--ye);
}


/* --------------------------------
生活家電用
-------------------------------- */
#lifegoods .main {
    background: #ffedf5;
}

#lifegoods .btn a{
    border: 2px solid var(--pi);
    color: var(--pi);
}

#lifegoods .btn a:hover {
	background: var(--pi);
	color: #fff;
}

#lifegoods .review__box{
	border: 2px solid var(--pi);
}

#lifegoods .review__ttl{
	background: var(--pi);
}

#lifegoods .pickup_kv__txt h3,#lifegoods .featurearea_ttl {
	color: var(--pi);
}

/* --------------------------------
ワークスペース用
-------------------------------- */
#workspace .main {
    background: #e7ffef;
}

#workspace .btn a{
    border: 2px solid var(--gr);
    color: var(--gr);
}

#workspace .btn a:hover {
	background: var(--gr);
	color: #fff;
}

#workspace .review__box{
	border: 2px solid var(--gr);
}

#workspace .review__ttl{
	background: var(--gr);
}

#workspace .pickup_kv__txt h3,#workspace .featurearea_ttl {
	color: var(--gr);
}





/* ---- カテゴリ,関連特集 下部ボタン ------ */

.btn2 a{
    background: #005bac;
    color: #fff;
    border: none
}

.btn2 a:hover {
    border: 2px solid #005bac;
    color: #005bac;
    background: #fff;
}

#feature .l-inner {
    margin: 0 auto 100px;
}


/* ----------------------------------------------------
checklist
---------------------------------------------------- */

.tips {
	margin-bottom: 80px;	
}


.checklist_title{
	text-align: center;
	margin-bottom: 40px;
}

#checklist h2{
	border: 1px solid #000;
	display: inline-block;
	padding: 20px 40px;
	margin-bottom: 20px;
}

#checklist{
	margin-bottom: 80px;
}

.checklist_box{
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;	
	margin-bottom: 40px;
}

.checklist_box li{
	width: 32%;
	text-align: left;
	margin-bottom: 20px;
}

.checklist_box dl {
	background: #f7f7f7 ;
	padding: 20px;
	margin-bottom: 20px;
}

.checklist_title{
	margin-bottom: 40px;
}



.checklist_box li dt{
	font-weight: bold;
	margin-bottom: 20px;
}

.checklist_box li dd:before{
	content: "□";
	margin-right: 10px;
}
.checklist_box li dd{
	margin-bottom: 10px;
}

.checklist_box li dd a{
	text-decoration: none;
	color: #000;
}

#checklist span,.checklist_box a span {
	font-weight: bold;
	color: #016e77;
}


#checklist .button{
	text-align: center;
}

#checklist .button a{
	background:#005BAC;
	color: #FFF;
	padding: 20px 50px;
	text-decoration: none;
	border-radius: 30px;
}






@media (max-width: 768px) {
	#newlife .sp {
		display: block;
	}

	#newlife .pc {
		display: none;
	}
	#newlife .l-inner{
		width: 100%
	}
	#newlife .contentsbox.l-inner{
		width: 96%
	}
    
	.float {
	width: 100px;
	bottom: 110px;
    left: 10px;
	}
    
	.mvttlimg img {
    aspect-ratio: 1.5 / 1;
    object-fit: cover;
}
	.mvreadarea {
    font-size: 14px;
    padding: 34px 3%;
}
	#newlife .anchorarea .ttl,.featurearea_ttl{
		width: min(290px,80%);
	}
	.anchorlist {
    gap: 8px;
    flex-direction: column;
}
	.anchorlist li {
    width: 100%;
}
	.anchorlist li a {
    

    border-radius: 10px;
}
	.categoryarea {
    padding: 60px 0;
}
    .categoryarea h1 {
    margin-bottom: -30px !important;
}
	#newlife .contentsttl{
    font-size: 21px;
	}
    .categoryarea .main {
    padding: 60px 0;
    }
    
	.categoryarea .categoryttl{
    font-size: 30px
	}
	.categoryarea .read{
    font-size: 14px;
    padding-bottom: 16px
	}
	.pickup{
    flex-direction: column-reverse;
    margin-bottom: 60px
	}
	.pickup .txtarea,.pickup .imgarea {
    width: 100%;
}
	.pickup .imgarea{
    margin-bottom: 20px
	}
	.btn.btn1 {
    text-align: center;
}
	.btn a,.btn2 a {
    font-size: 18px;
    padding: .8em 1em;
    width: 100%;
    display: block;
}
	.related, .recommendation {
    margin-bottom: 50px;
}
	.contentsbox .btn2,.featurearea .btn2 {
    margin: 0 0 30px;
}

    .pickup_kv__txt h3 {
    font-size: 22px;
}

	.pickup .comment{
    margin-bottom: 50px;
    padding-bottom: 30px
	}
	.pickup .comment .icon {
    position: absolute;
    bottom: -33px;
    right: 20px;
    width: 90px;
}
	.pickup .comment p {
    line-height: 1.7;
}

    .reviewarea{
    margin: 40px 0;
}

    .review__ttl{
    flex-direction: column-reverse;
}
    .review__ttl h4{
    font-size: 18px;
}


    .feature_list {
    margin-bottom: 40px!important;
    }

    .featurearea {
    padding: 25px 5%;
    margin: 20px auto;
    }

    .feature_list{
    flex-wrap: wrap;
    margin-bottom: 30px;
}

    .feature_list li{
    width: calc(100% / 2 - 8px);
}

    #checklist,.tips {
        padding:0 5%;
    }
    
    #checklist .button{
        margin-top: 20px;
    }

	.checklist_box li{
		width: 100%;
	    margin-bottom: 0;
	}

}