@charset "euc-jp";
/* import CSS は必要に応じて追加または削除してご使用ください。 */
@import url("https://www.rakuten.ne.jp/gold/zakka-elements/new/css/common.css");/* サイト全体の共通CSS */

/* 基本設定
================================================ */

html { font-size : 62.5%; }
body {
	width:100%;
	color :#111;
	font-family:'Noto Sans JP' , "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
	line-height:1.5;
	font-size:15px;
	font-size:1.5rem; /* =12px */
	background-color:#FFF;
	overflow: auto!important;
}
a {
	display: block;
	text-decoration: none !important;
	color:#000;
}
a:hover {
	text-decoration: none !important;
	color:#333;
}
a:visited {
	text-decoration: none !important;
	color:#000;
}
a:active {
	text-decoration: none !important;
	color:#333;
}
img { vertical-align:top;
max-width: 100%;
    height: auto;}

/* 属性リセット
================================================ */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, a, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, bed, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, main, button, input {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
ol, ul, li { list-style:none; }
h1, h2 , h3 , h4 , h5 , h6 {font-weight:normal;}

/* 汎用スタイル
================================================ */
@media only screen and (min-width: 769px) {
.pcn {
	display: none !important;
}
}
@media only screen and (max-width: 768px) {
.spn {
	display: none !important;
}
}
@media screen and (max-width:1199px) {
.u1200n {
	display:none;
}
}
@media only screen and (min-width:1199px) {
.d1199n {
	display:none;
}
}

/* header-mainBtm
================================================ */
.header {
	margin:0 auto;
}
.header.d1199n {
	width:1000px;
}
.header.u1200n {
	width:1200px;
}
#mainBtm {
	background:#0e376f;
	padding:65px 20px 80px;
}
#mainBtm p {
	text-align:center;
	font-size:18px;
	font-size:1.8rem;
	line-height:2;
	color:#FFF;
	margin-bottom:50px;
}
#mainBtm ul {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content:center;
}
#mainBtm ul li {
	margin:0 8px 15px;
}
#mainBtm ul li a {
	background:rgba(14,55,111,1);
}
/* 各セクション共通
================================================ */
#firsec {
	padding:0 0 140px;
}
section > section {
	padding:100px 0 0;
}
#main h2 {
	font-weight:bold;
	font-size:24px;
	font-size:2.4rem;
	text-align:center;
	display:block;
	margin:0 0 40px;
	letter-spacing:5px;
}
#main h2::before {
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
	display:block;
	font-size:6.8rem;
	transform: scale(1, 1.1);
	text-align:center;
	letter-spacing:5px;
	line-height: 1.5;
}
#main .dbtn {
	text-align:center;
	display:block;
	width:90%;
	max-width:560px;
	height:80px;
	line-height:80px;
	background:#6b6b6b;
	color:#FFF;
	font-weight:bold;
	margin:85px auto 0;
	font-size:24px;
	font-size:2.4rem;
	position:relative;
	padding-right:30px;
}
#main .dbtn::after {
	content:"";
	font-size:18px;
	font-size:1.8rem;
	display:inline-block;
	transform: rotate(-30deg);
	position:absolute;
	right:20px;
}
#main .dbtn:hover {
	color:#000;
	background:#eee;
	transition-duration:0.3s;
}
#main .secimg {
	height:650px;
	overflow:hidden;
}
@media only screen and (min-width: 1921px) {
#main .secimg {
	background-size:100% auto;
}
}
#main .sen {
	font-size:18px;
	font-size:1.8rem;
	text-align:center;
	line-height:2;
	padding:40px 20px;
}

#main .cate ul {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content:center;
	max-width:1100px;
	margin:0 auto;
	padding:20px 0;
}
#main .cate li {
	width:45%;
	margin:0 20px;
}
#main .cate li:nth-child(n+3) {
	padding-top:40px;
}
#main .cate dt {
	font-size:30px;
	font-size:3rem;
	padding:5px 0;
}
#main .cate dl dd:nth-child(2) {
	font-size:18px;
	font-size:1.8rem;
}


/* mainvisual
================================================ */
#mainvisual {
	overflow:hidden;
	height:1100px;
	background:url(https://resort.itembox.design/item/new/cat/newlife2/img/main_p.jpg) center bottom;
	background-repeat: no-repeat;
	position:relative;
	margin:20px 0;
}
#mainvisual > div {
	height:350px;
	width:100%;
	background:rgb(0,0,0, .4);
	position:absolute;
	bottom:0;
	left:0;	
	display: flex;
	display: -webkit-flex;
	justify-content:center;
	align-items: center;
}
#mainvisual > div > div {
	max-width:750px;
	text-align:center;
}
#mainvisual h1 {
	margin-bottom:10px;
}
#mainvisual h1 span {
	color:#FFF;
	font-size:36px;
	font-size:3.6rem;
	/*font-weight:bold;*/
	letter-spacing:10px;
	/*line-height:2;*/
}
#mainvisual > div > div p {
	color:#FFF;
	font-size:16px;
	font-size:1.6rem;
	line-height:2;
	margin-bottom:20px;
	letter-spacing:2px;
}


/* COORDINATE
================================================ */

#coodi h2::before {
	content:"COORDINATE";
}

#coodi ul {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content:center;
	padding-right:30px;
	max-width:1257px;
	margin:0 auto;
	font-size:18px;
}
#coodi ul li {
	/*width:33.333%;*/
	width:60%;
	padding-left:30px;
}
#coodi ul li:nth-child(n+4) {
	padding-top:60px;
}
#coodi dl {
	text-align:center;
}
#coodi dt {
	font-size:30px;
	font-size:3rem;
	font-family: 'Montserrat', sans-serif;
	font-weight:900;
	letter-spacing:3px;
	padding:20px 0;
}
#coodi li a dl dd:last-child {
	display:block;
	width:90%;
	height:80px;
	line-height:74px;
	border:solid 3px #000;
	font-weight:bold;
	margin:20px auto 0;
	font-size:24px;
	font-size:2.4rem;
	position:relative;
}
#coodi li a dl dd:last-child::after {
	content:"";
	font-size:18px;
	font-size:1.8rem;
	display:inline-block;
	position:absolute;
	right:20px;
	top:0;
	bottom:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #000000;
	margin: auto;
}
#coodi li a dl dd:last-child:hover {
	color:#fff;
	background:#111;
	transition-duration:0.3s;
}
/* ラグ
================================================ */
#rug h2::before {
	content:"RUG";
}
#rug .secimg {
	background:url(https://resort.itembox.design/item/new/cat/newlife2/img/cate1.jpg) no-repeat center center;
}
/* FURNITURE
================================================ */
#furniture h2::before {
	content:"FURNITURE";
}
#furniture .secimg {
	background:url(https://resort.itembox.design/item/new/cat/newlife2/img/cate2.jpg) no-repeat center center;
}
/* STORAGE
================================================ */
#storage h2::before {
	content:"STORAGE";
}
#storage .secimg {
	background:url(https://resort.itembox.design/item/new/cat/newlife2/img/cate3.jpg) no-repeat center center;
}
/* フェードインナビ
================================================ */
#btmNav.op {
	opacity:1;
	transition-duration:0.6s;
	z-index: 99;
}
#btmNav {
	opacity:0;
	position:fixed;
	top:0;
	background: #6b6b6b;
	width: 100%;
	box-shadow: 0px 5px 6px -4px rgba(0,0,0,0.1);
	z-index: -1;
}
#btmNav ul {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width:1000px;
	margin:0 auto;
}
#btmNav li a {
	padding:20px 10px;
	font-size:14px;
	font-size:1.4rem;
}
#btmNav ul li {
	text-align:center;
}
#btmNav ul li a , #btmNav ul li a:hover , #btmNav ul li a:visited , #btmNav ul li a:active {
	color:#FFF !important;
}
#btmNav ul li a:hover {
	background-color: rgba(255,255,255, 0.3) !important;
}
/* btmBnr
================================================ */
#more h2::before {
	content:"PICKUP CATEGORY";
}
#btmBnr {
	max-width:1300px;
	margin:40px auto 0;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: center;
}
#btmBnr li {
	width:50%;
	max-width:500px;
	margin:20px 0 0;
}

#btmBnr li:nth-child(n+1):nth-child(odd) a {
	margin:0 10px 0 0;
}
#btmBnr li:nth-child(n+2):nth-child(even) a {
	margin:0 0 0 10px;
}
/* footer
================================================ */
#footer {
	width:1000px;
	margin:0 auto;
}
#jmpTop {
	opacity:0;
	position:fixed;
	bottom:50px;
	right:20px;
	width:60px;
	background:rgba(0,0,0,1);
	border:solid 1px #000;
	text-align:center;
	z-index:1;
	border-radius:6px;
}
#jmpTop.op {
	opacity:1;
	transition-duration:0.6s;
}
#jmpTop a {
	padding:8px 0;
	display:block;
	color:#FFF !important;
}
#jmpTop a:hover {
	background:rgba(0,0,0,1);
	color:#FFF !important;
}
