@charset "shift_jis";
/* CSS Document */

/* ==================================================

   冬物LP

================================================== */

/* コンテンツ幅リセット */
main#wrapper {
	position: relative;
	width: 100%!important;
	max-width: initial!important;
	max-width: auto!important;
	margin: 0 auto!important;
	padding: 0!important;
	overflow: visible!important;
}
article#contents { padding-bottom: 0!important; }
article#contents .inner_content { padding-top: 0!important; }

:root {
	--main-clr-lightgray: #c9c9c8;
	--main-clr-lightgray-rgb: 127,124,122;

	--main-clr-lightbeige: #cbc1ae;
	--main-clr-lightbeige-rgb: 203,193,174;

	--clr-ss-red-light: #d07157;
	--clr-ss-red-light-rgb: 208,113,87;

	--main-clr-white: #f4f5f0;
	--main-clr-gray: #7f7c7a;

	--clr-ss-black: #48413b;
}


#duvet a,
#duvet a:hover {
	color: var(--clr-ss-black);
	text-decoration: none;
	transition: all 0.2s;
}
#duvet * { box-sizing: border-box; }
#duvet h1,
#duvet h2,
#duvet h3,
#duvet h4,
#duvet h5 { color: var(--clr-ss-black);}
#duvet img { width: 100%; height: auto; }
#duvet .pc_none { display: none; }

#duvet {
	position: relative;
	width: 100%;
	color: var(--clr-ss-black);
	font-weight: 500;
	box-sizing: border-box;
}



/* ==================================================
   メインコンテンツエリア
================================================== */

/* 看板
================================================== */

#duvet #kanban {
	position: relative;
	width: 100%;
}
#duvet #kanban > h2 {
	position: relative;
	width: 100%;
}
#duvet #kanban > h2 > img {
	position: relative;
	width: 100%;
}


/* リード
================================================== */

#duvet .read {
	position: relative;
	margin-bottom: 80px;
}

#duvet .read p {
	font-size: 20px;
	line-height: 1.95;
}




/* 目次
================================================== */

#duvet .menu {
	position: relative;
	max-width: 800px;
	margin: 0 auto 48px;
	padding: 40px 0;
	background-color: #fff;
	box-shadow: 0px 0px 16px 4px rgba(var(--main-clr-lightgray-rgb), 0.15);
	border-radius: 40px;
}
#duvet .menu > h3 {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 0.5em;
}
#duvet .menu > ul {
	position: relative;
	width: 80%;
	display: block;
	margin: 0 auto;
}
#duvet .menu > ul > li {
	position: relative;
	width: 100%;
}
#duvet .menu > ul > li:nth-child(n+2) { border-top: dotted 1px var(--clr-ss-black); }
#duvet .menu > ul > li > a {
	position: relative;
	display: block;
	width: 100%;
	font-size: 28px;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 1em 0;
}
#duvet .menu > ul > li::before {
	position: absolute;
	top: 50%;
	left: 5%;
	z-index: 1;
	display: inline-block;
	content: attr(menu-num);
	font-size: 40px;
	transform: translateY(-50%);
	transition: all 0.2s;
}
#duvet .menu > ul > li > a::after {
	position: absolute;
	top: calc(50% - 5px);
	right: 5%;
	display: inline-block;
	content: "";
	width: 8px;
	height: 8px;
	border-right: solid 2px var(--clr-ss-black);
	border-bottom: solid 2px var(--clr-ss-black);
	transform: rotate(45deg);
	transition: all 0.2s;
}

/* hover */
#duvet .menu > ul > li:hover::before {
	color: var(--main-clr-lightbeige);
	transition: all 0.2s;
}
#duvet .menu > ul > li:hover > a {
	color: var(--main-clr-lightbeige);
}
#duvet .menu > ul > li:hover > a::after {
	border-color: var(--main-clr-lightbeige);
	transition: all 0.2s;
}


/* コンテンツ幅・セクション
================================================== */

#duvet .contentsarea {
	position: relative;
	width: 1000px;
	text-align: center;
	margin: 0 auto;
}

#duvet .section {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#duvet .section:nth-of-type(n+2) { margin-top: 120px;}

#duvet .section > .block  {
	position: relative;
	width: 100%;
	text-align: center;
}
#duvet .section > .block:nth-of-type(n+2) { margin-top: 80px;}

#duvet .section > .block > h4,
#duvet .bg_item h4  {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-bottom: 1em;
}
#duvet .section > .block > h4 span  {
	display: block;
	color: var(--main-clr-lightbeige);
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-bottom: 0.5em;
}
#duvet .section > .block p  {
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.85;
	margin-bottom: 1em;
}

#duvet .marker {
	color: var(--main-clr-lightbeige);
	font-size: 100%;
	font-weight: 700;
	text-decoration: underline;
}


#duvet .dl_type {
	position: relative;
	width: 1000px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	gap: 0 50px;
}
#duvet .dl_type > li {
	position: relative;
	width: calc((100% -40px*2)/3);
}
#duvet .dl_type > li > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 300px;
	background-color: #fff;
	box-shadow: 0px 0px 8px 2px rgba(var(--main-clr-lightgray-rgb), 0.15);
	border-radius: 100%;
}
#duvet .dl_type > li > div h5 {
	color: var(--main-clr-lightbeige);
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 0.5em;
}
#duvet .dl_type > li > div h5 span {
	display: block;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
}
#duvet .dl_type > li > div table {
	width: auto;
	margin-bottom: 2em;
}
#duvet .dl_type > li > img {
	position: relative;
	width: 60%;
	margin-top: -30%;
}


/* 見出し
================================================== */

#duvet h3[class^="heading_"] {
	position: relative;
	width: 100%;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.05em;
	padding: 3em 0;
}

#duvet h3.heading_bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 160px;
}

#duvet h3.heading_bg.bg_cate01 { background-image: url(/IMAGE/duvet/title_cate01.jpg);}
#duvet h3.heading_bg.bg_cate02 { background-image: url(/IMAGE/duvet/title_cate02.jpg);}
#duvet h3.heading_bg.bg_cate03 { background-image: url(/IMAGE/duvet/title_cate03.jpg);}
#duvet h3.heading_bg.bg_cate04 { background-image: url(/IMAGE/duvet/title_cate04.jpg);}


#duvet h3.heading_bg.bg_cate03 + p {
	font-size: 24px;
	margin-bottom: 2em;
}


/* クーポン
================================================== */

#duvet .sale_link {
	position: relative;
	width: 100%;
	padding: 40px 0;
	background-color: rgba(var(--main-clr-lightgray-rgb), 0.10);
}
#duvet #coupon .sale_link { padding: 0 0 20px!important; }
#duvet #coupon + #cate02{ margin-top: 0!important;}

#duvet .sale_link h3 {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	background-color: var(--clr-ss-red-light);
	padding: 0.5em 0;
	margin-bottom: 0.75em;
}

#duvet .sale_link p {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 1em;
}
#duvet .sale_link p.time {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-bottom: 0!important;
}
#duvet .sale_link p.time span {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin: 0 0.25em;
}

#duvet .sale_link .btn_coupon {
	position: relative;
	width: 60%;
	margin: 0 auto;
}
#duvet .sale_link .btn_coupon a {
	position: relative;
	display: block;
	width: 100%;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	background-color: var(--clr-ss-red-light);
	padding: 0.75em 0;
	border-radius: 100px;
}
#duvet .sale_link .btn_coupon a::before,
#duvet .sale_link .btn_coupon a::after {
	content: "擂";
	margin: 0 1em;
}


#duvet #coupon > p {
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 1em;
}
#duvet #coupon > p > span {
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	padding: 0 0.35em;
}

#duvet .sale_link .icon_timesale {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0.75em 0.5em;
	color: #fff;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.1em;
	background-color: var(--clr-ss-red-light);
}

#duvet .list_coupon {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
#duvet .list_coupon > li,
#duvet .list_coupon > li a {
	position: relative;
}

#duvet .list_coupon > li.clm1 { width: 100%;}
#duvet .list_coupon > li.clm2 { width: calc((100% - 20px*1)/2);}



/* 表組
================================================== */

#duvet table[class^="tbl_"] {
	position: relative;
	width: 100%;
}

#duvet .tbl_a {
	border-collapse: collapse;
}
#duvet .tbl_a th,
#duvet .tbl_a td {
	font-size: 18px;
	padding: 0.5em 0;
	border: solid 1px #fff;
}
#duvet .tbl_a td:has(img) {
	padding: 0;
}
#duvet .tbl_a thead th {
	color: #fff;
	font-weight: 700;
	background-color: var(--main-clr-lightbeige);
}
#duvet .tbl_a tbody th {
	width: 28%;
	font-weight: 700;
}
#duvet .tbl_a tbody tr:nth-child(odd) th,
#duvet .tbl_a tbody tr:nth-child(odd) td { background-color: #fff; }
#duvet .tbl_a tbody tr:nth-child(even) th,
#duvet .tbl_a tbody tr:nth-child(even) td { background-color: #fbfaf9; }


#duvet .tbl_b {
	table-layout: fixed;
	border-collapse: collapse;
}
#duvet .tbl_b th,
#duvet .tbl_b td {
	padding: 1em 0;
	border: solid 1px var(--main-clr-lightbeige);
}
#duvet .tbl_b th {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
	background-color: var(--main-clr-lightbeige);
}
#duvet .tbl_b td {
	font-size: 14px;
	line-height: 1.35;
	background-color: #fff;
	vertical-align: bottom;
}
#duvet .tbl_b td span {
	font-size: 12px;
	line-height: 1;
}
#duvet .tbl_b td img {
	width: auto;
	height: 64px;
	margin-bottom: 0.25em;
}

#duvet .dp {
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 3px;
	margin: 0 auto 0.5em;
}
#duvet .dp > li {
	display: block;
	content: "";
	width: 100%;
	height: 6px;
	background-color: #aaa;
}






/* 商品
================================================== */

#duvet .list_item {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 32px 20px;
	padding:20px 40px;
	margin: 0 auto;
}
#duvet .list_item > li {
	position: relative;
	width: 100%;
}
#duvet .list_item > li:nth-child(n+2) { margin-top: 64px;}
#duvet .list_item > li > a,
#duvet .list_item > li > div {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#duvet .list_item > li:nth-child(odd) > a,
#duvet .list_item > li:nth-child(odd) > div { text-align: right; }
#duvet .list_item > li:nth-child(even) > a,
#duvet .list_item > li:nth-child(even) > div { text-align: left; }

#duvet .thumb,
#duvet .spec {
	position: relative;
	width: 50%;
}

#duvet .list_item > li:nth-child(odd) .thumb { order: 1;}
#duvet .list_item > li:nth-child(odd) .spec { order: 2;}

#duvet .list_item > li:nth-child(even) .thumb { order: 2;}
#duvet .list_item > li:nth-child(even) .spec { order: 1;}

#duvet .list_item > li .list_icon {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 160px;
	height: 64px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	font-style: normal;
	letter-spacing: 0.1em;
	background-color: var(--clr-ss-red-light);
}
#duvet .list_item > li .list_icon span {
	font-size: 90%;
	line-height: 1;
	margin-bottom: 0.35em;
}

#duvet .bg_item {
background-color: #f5f1f0;
width: 100%;
padding: 30px 0;
margin: 50px 0;
}

/* 商品画像
================================================== */

#duvet .thumb img.scene {
	border-radius: 40px;
}

#duvet .thumb img.item {
	position: absolute;
	bottom: -40px;
	z-index: 2;
	width: 280px;
	height: auto;
}

#duvet .list_item > li:nth-child(odd) .thumb img.item { right: -140px; }
#duvet .list_item > li:nth-child(even) .thumb img.item { left: -140px; }

#duvet .thumb a:hover {
	opacity: 0.8;
}
#duvet .thumb img,
#duvet .thumb a:hover img  {
	transition: all 0.2s;
}


/* キャッチコピー
================================================== */

#duvet .spec .catch {
	color: var(--main-clr-lightbeige);
	font-size: 36px;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-bottom: 0.5em;
}

/* タグ
================================================== */

#duvet .tag {
	position: relative;
	width: auto;
	display: flex;
	align-items: center;
	gap: 4px;
	margin-bottom: 1em;
}
#duvet .list_item > li:nth-child(odd) .tag { justify-content: flex-end;}
#duvet .list_item > li:nth-child(even) .tag { justify-content: flex-start;}
#duvet .spec .tag > li {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	border: solid 1px var(--clr-ss-black);
	padding: 0.5em 1em;
}
#duvet .spec .tag > li.downpoint {
	color: #fff;
	background-color: var(--clr-ss-black);
}

/* 商品名
================================================== */

#duvet .spec h4 {
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
}


/* 価格プロ
================================================== */

#duvet .wrap_price,
#duvet .wrap_price .buy_price,
#duvet .wrap_price .price { position: relative; }

#duvet .wrap_price .buy_price { display: inline-block; width: auto;}
#duvet .wrap_price .price,
#duvet .wrap_price .intax { color: var(--clr-ss-black)!important; }
#duvet .wrap_price .intax { display: none; }
#duvet .wrap_price .price { font-size: 28px; font-weight: 400; }
#duvet .wrap_price .spesicalprice { display: none; }

#duvet .wrap_price.price_tilde .price {
	display: inline!important;
}
#duvet .wrap_price.price_tilde .price::after {
	display: inline;
	color: var(--clr-ss-black);
	content: "〜";
}

/* 特定の商品の"〜"を非表示 */
#duvet .itemA .wrap_price.price_tilde .price::after,
#duvet .itemB .wrap_price.price_tilde .price::after {
content: none;
}

/* 詳細ボタン
================================================== */

#duvet .btn {
	position: relative;
	display: inline-block;
	width: 60%;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	background-color: var(--main-clr-lightbeige);
	border: solid 1px var(--main-clr-lightbeige);
	margin-top: 1em;
	padding: 1em 0;
	border-radius: 100px;
	text-align: center;
}
#duvet .btn::after {
	position: absolute;
	top: calc(50% - 4px);
	right: 10%;
	display: inline-block;
	content: "";
	width: 6px;
	height: 6px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	transition: all 0.2s;
}

/* animation*/
#duvet a:hover .btn,
#duvet a:hover a:hover .btn,
#duvet a:hover .btn::after,
#duvet a:hover a:hover .btn::after {
	transition: 0.2s all;
}

/* hover */
#duvet a:hover .btn {
	color: var(--main-clr-lightbeige);
	background-color: #fff;
}
#duvet a:hover .btn::after {
	right: 8%;
	border-color: var(--main-clr-lightbeige);
	transition: all 0.2s;
}


/* 詳細ボタン 横並び
================================================== */
#duvet .list_btn {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 8px;
	margin-top: 16px;
}
#duvet .list_item > li:nth-child(odd) .list_btn { align-items: flex-end;}
#duvet .list_item > li:nth-child(even) .list_btn { align-items: flex-start;}
#duvet .list_btn > li {
	width: 60%;
}
#duvet .list_btn > li > a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.1em;
	padding: 1em 0;
	border-radius: 100px;
	text-align: center;
}
#duvet .list_btn > li > a::after {
	position: absolute;
	top: calc(50% - 4px);
	right: 10%;
	display: inline-block;
	content: "";
	width: 6px;
	height: 6px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	transition: all 0.2s;
}

#duvet .btn_coupon a {
	background-color: var(--clr-ss-red-light);
	border: solid 1px var(--clr-ss-red-light);
}
#duvet .btn_shohin a {
	background-color: var(--main-clr-lightbeige);
	border: solid 1px var(--main-clr-lightbeige);
}

/* animation*/
#duvet .btn_coupon a,
#duvet .btn_coupon a:hover,
#duvet .btn_shohin a,
#duvet .btn_shohin a:hover::after {
	transition: 0.2s all;
}

/* hover */
#duvet .btn_coupon a:hover,
#duvet .btn_shohin a:hover {
	background-color: #fff;
}
#duvet .btn_coupon a:hover {
	color: var(--clr-ss-red-light);
}
#duvet .btn_shohin a:hover {
	color: var(--main-clr-lightbeige);
}
#duvet .btn_coupon a:hover::after,
#duvet .btn_shohin a:hover::after {
	right: 8%;
}
#duvet .btn_coupon a:hover::after {
	border-color: var(--clr-ss-red-light);
}
#duvet .btn_shohin a:hover::after {
	border-color: var(--main-clr-lightbeige);
}



/*  汎用リスト
================================================== */

#duvet ul[class^="col_"] {
	position: relative;
	max-width: 800px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 8px;
	margin: 0 auto;
}
#duvet ul[class^="col_"] > li > a {
	position: relative;
	display: block;
}
#duvet ul[class^="col_"] > li:hover > a { opacity: 0.8; }

#duvet .col_1 > li { width: 100%; }
#duvet .col_2 > li { width: calc((100% - 8px*1)/2); }
#duvet .col_3 > li { width: calc((100% - 8px*2)/3); }
#duvet .col_4 > li { width: calc((100% - 8px*3)/4); }



/*  汎用ボタン
================================================== */

#duvet .btn_cmn {
	width: 60%;
	margin: 80px auto 0;
}
#duvet .btn_cmn a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
	background-color: var(--clr-ss-black);
	border-radius: 100px;
	padding: 1em 0;
}
#duvet .btn_cmn a::after {
	position: absolute;
	top: calc(50% - 3px);
	right: 10%;
	display: inline-block;
	content: "";
	width: 6px;
	height: 6px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	transition: all 0.2s;
}

#duvet .btn_cmn a:hover {
	color: var(--clr-ss-black);
	background-color: #fff;
	border: solid 2px var(--clr-ss-black);
}
#duvet .btn_cmn a:hover::after {
	right: 8%;
	border-color: var(--clr-ss-black);
	transition: all 0.2s;
}

/* brタグ無効化 */

#duvet #cate02  br{
display: none;
}


