@charset "UTF-8";

/*=============================================================
 standard
=============================================================*/
/*! kv
------------------------------------------------- */
#standard #mainimgContent {
	background-image: url(../img/standard/pic_mainimg01.png);
}

@media (min-width: 600px) {
	#standard #mainimgContent #lineup #mainimgContent .txt br {
		display: none;
	}
}

#standard #contents .secStandard+.secStandard {
	margin-top: 30px;
}

#standard #contents .secStandard .tit {
	background-size: cover;
	margin: 15px -15px 0;
	padding: 43px 0;
	font-family: "Noto Serif Japanese", serif;
	font-size: 1.8rem;
	letter-spacing: 0.06em;
	text-align: center;
	color: #fff;
}

#standard #contents .secStandard .list .item {
	float: left;
	width: 48%;
	box-sizing: border-box;
	margin-top: 20px;
}

#standard #contents .secStandard .list .item:nth-child(even) {
	float: right;
}

#standard #contents .secStandard .list .item a {
	display: block;
	position: relative;
}

#standard #contents .secStandard .list .item a:after {
	position: absolute;
	content: "";
	right: 5px;
	bottom: 5px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #382e2c transparent;
}

#standard #contents .secStandard .list .item .areaTxt {
	background-color: #fff;
	padding: 20px 15px;
}

#standard #contents .secStandard .list .item .areaTxt .subTit {
	font-family: "Noto Serif Japanese", serif;
	font-size: 1.3rem;
	text-align: center;
}

#standard #contents .secStandard .list .item .areaTxt .txt {
	margin-top: 5px;
}

@media (min-width: 600px) {
	#standard #contents .secStandard+.secStandard {
		margin-top: 20px;
	}

	#standard #contents .secStandard .tit {
		width: 250px;
		box-sizing: border-box;
		float: left;
		margin: 0;
		padding: 143px 0 153px;
		font-size: 2.4rem;
	}

	#standard #contents .secStandard .list {
		width: 750px;
		box-sizing: border-box;
		float: right;
	}

	#standard #contents .secStandard .list .item {
		float: left;
		position: relative;
		width: 240px;
		margin-top: 0;
		margin-right: 15px;
		margin-bottom: 30px;
		background-color: #fff;
	}

	#standard #contents .secStandard .list .item:nth-child(even) {
		float: left;
	}

	#standard #contents .secStandard .list .item:nth-child(3n) {
		margin-right: 0;
	}

	#standard #contents .secStandard .list .item {
		transition: all 0.3s;
	}

	#standard #contents .secStandard .list .item:after {
		position: absolute;
		content: "";
		right: 8px;
		bottom: 8px;
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 12px 12px;
		border-color: transparent transparent #382e2c transparent;
	}

	#standard #contents .secStandard .list .item a:after {
		display: none;
	}

	#standard #contents .secStandard .list .item:hover {
		opacity: 0.6;
	}

	#standard #contents .secStandard .list .item .areaTxt {
		padding: 20px 30px 20px;
	}

	#standard #contents .secStandard .list .item .areaTxt .subTit {
		font-size: 2rem;
	}

	#standard #contents .secStandard .list .item .areaTxt .txt {
		margin-top: 3px;
	}
}

#standard #contents #order01 .tit {
	background: url(../img/standard/bg_01_sp.png) no-repeat center;
	background-size: cover;
}

@media (min-width: 600px) {
	#standard #contents #order01 .tit {
		background: url(../img/standard/bg_01_pc.png) no-repeat center;
		background-size: cover;
	}
}

#standard #contents #order02 .tit {
	background: url(../img/standard/bg_02_sp.png) no-repeat center;
	background-size: cover;
}

@media (min-width: 600px) {
	#standard #contents #order02 .tit {
		background: url(../img/standard/bg_02_pc.png) no-repeat center;
		background-size: cover;
	}
}

#standard #contents #futon .tit {
	background: url(../img/standard/bg_03_sp.png) no-repeat center;
	background-size: cover;
}

@media (min-width: 600px) {
	#standard #contents #futon .tit {
		background: url(../img/standard/bg_03_pc.png) no-repeat center;
		background-size: cover;
	}
}

#standard #contents #wool .tit {
	background: url(../img/standard/bg_04_sp.png) no-repeat center;
	background-size: cover;
}

@media (min-width: 600px) {
	#standard #contents #wool .tit {
		background: url(../img/standard/bg_04_pc.png) no-repeat center;
		background-size: cover;
	}
}

#standard #contents #ket .tit {
	background: url(../img/standard/bg_05_sp.png) no-repeat center;
	background-size: cover;
}

@media (min-width: 600px) {
	#standard #contents #ket .tit {
		background: url(../img/standard/bg_05_pc.png) no-repeat center;
		background-size: cover;
	}
}

/*=============================================================
 リストリンク
=============================================================*/
.lineTabs {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -5px 15px;
	border: none;
}

.lineTabs li {
	width: 50%;
	padding: 0 5px 5px;
	margin: 0;
}

.lineTabs li .tab {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.4;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 56px;
	padding: 0;
	border: 1px solid #6c5211;
	border-radius: 0;
}

.lineTabs li .tab.active {
	border-bottom: 2px solid #6c5211;
}

@media (min-width: 600px) {
	.lineTabs {
		margin: 0 0 59px;
	}

	.lineTabs li {
		width: 25%;
		margin-top: 4px;
		padding: 0 4px 0 0;
	}

	.lineTabs li .tab {
		transition: background-color 0.3s;
		padding: 34px 0;
		font-size: 1.5rem;
	}

	.lineTabs li .tab:hover {
		border-bottom: 1px solid #6c5211;
	}
}

/*=============================================================
 standard
=============================================================*/
#cocomade #mainimgContent {
	background: url(../img/standard/cocomade/pic_mainimg01.png) no-repeat center;
}

@media (min-width: 600px) {
	#cocomade #mainimgContent #lineup #mainimgContent .txt br {
		display: none;
	}
}

#cocomade #contents .tit {
	font-family: "Noto Serif Japanese", serif;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2;
}

#cocomade #contents .tit span {
	display: block;
	font-size: 1.4rem;
}

#cocomade #contents .flow {
	background-color: rgba(235, 229, 214, 0.5);
	margin-top: 20px;
	padding: 0 23px 20px;
}

#cocomade #contents .flow .subTit {
	margin: 0 -23px;
	padding: 15px 0;
	border-left: 6px solid #6c5211;
	font-family: "Noto Serif Japanese", serif;
	font-weight: 600;
	font-size: 1.8rem;
	text-align: center;
}

#cocomade #contents .flow .subTit strong {
	color: #6c5211;
}

#cocomade #contents .flow .subTit span {
	display: block;
	font-size: 1.2rem;
	text-align: center;
}

#cocomade #contents .flow .list {
	margin-top: 20px;
}

#cocomade #contents .flow .list .item {
	position: relative;
}

#cocomade #contents .flow .list .item:after {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -7px;
	border-style: solid;
	border-width: 10px 7.5px 0 7.5px;
	border-color: #6c5211 transparent transparent transparent;
}

#cocomade #contents .flow .list .item:first-child {
	position: static;
	margin-bottom: -25px;
}

#cocomade #contents .flow .list .item:first-child:after {
	display: none;
}

#cocomade #contents .flow .list .item:last-child {
	position: static;
}

#cocomade #contents .flow .list .item:last-child:after {
	display: none;
}

#cocomade #contents .flow .list .item+.item {
	margin-top: 50px;
}

#cocomade #contents .flow .list .item .cat {
	position: relative;
	padding-left: 45px;
	border-bottom: 1px solid #ad9e79;
	padding-bottom: 10px;
	font-family: "Noto Serif Japanese", serif;
	font-weight: 600;
	font-size: 1.5rem;
}

#cocomade #contents .flow .list .item .cat span {
	width: 40px;
	position: absolute;
	left: -5px;
	left: -5px;
	top: 50%;
	padding-bottom: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

#cocomade #contents .flow .list .item .imgTxt {
	margin-top: 10px;
}

#cocomade #contents .flow .list .item .imgTxt .txt {
	width: 63%;
	float: left;
	box-sizing: border-box;
}

#cocomade #contents .flow .list .item .imgTxt .img {
	float: right;
	width: 35%;
	box-sizing: border-box;
}

#cocomade #contents .norm {
	margin-top: 30px;
}

#cocomade #contents .norm table {
	background-color: #fff;
	border-top: 1px solid #ebe5d6;
	border-right: 1px solid #ebe5d6;
}

#cocomade #contents .norm table th {
	width: 45px;
	background: #ebe5d6;
	border-bottom: 1px solid #fff;
	padding: 0 8px;
	vertical-align: middle;
	font-family: "Noto Serif Japanese", serif;
	font-weight: 600;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}

#cocomade #contents .norm table td {
	border-bottom: 1px solid #ebe5d6;
	vertical-align: middle;
	padding: 20px 10px 20px 20px;
	overflow: hidden;
}

#cocomade #contents .norm table td .box+.box {
	margin-top: 18px;
}

#cocomade #contents .norm table td .box .subTit {
	font-size: 1.8rem;
	font-weight: bold;
}

#cocomade #contents .norm table td .box .txt {
	font-size: 1.3rem;
}

#cocomade #contents .norm table td .box .txt strong {
	font-weight: bold;
}

#cocomade #contents .norm table td .box .txt .note {
	font-size: 1.1rem;
}

#cocomade #contents .norm table td .type {
	width: 42%;
	float: left;
}

#cocomade #contents .norm table td .type .txt span {
	display: block;
	background-color: #f5f5f5;
	margin-left: -5px;
	margin-bottom: 3px;
	padding: 2px 3px;
	font-weight: bold;
}

#cocomade #contents .norm table td .price {
	width: 54%;
	float: right;
	text-align: center;
}

#cocomade #contents .norm table td .price .txt:first-child {
	font-size: 1.8rem;
}

#cocomade #contents .norm table td .price .txt:first-child .tax {
	font-size: 1.3rem;
}

#cocomade #contents .norm .list {
	background-color: #fff;
	border: 1px solid #ebe5d6;
	margin-top: 3px;
	padding: 30px 25px;
}

#cocomade #contents .norm .list .item {
	display: table;
}

#cocomade #contents .norm .list .item+.item {
	margin-top: 15px;
}

#cocomade #contents .norm .list .item .img {
	display: table-cell;
	vertical-align: middle;
	width: 66px;
}

#cocomade #contents .norm .list .item .txt {
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
	font-weight: bold;
}

#cocomade #contents .norm .list .item .txt span {
	font-size: 1.1rem;
}

#cocomade #contents .order {
	background-color: #fff;
	margin-top: 20px;
	padding: 25px 15px;
}

#cocomade #contents .order .head {
	margin: 0 -15px;
	padding: 0 15px;
	background: url(../img/standard/cocomade/bg_cocomade01.png) no-repeat right 30px;
	background-size: 70%;
}

#cocomade #contents .order .head .subTit {
	font-family: "Noto Serif Japanese", serif;
	font-weight: 600;
	font-size: 1.8rem;
}

#cocomade #contents .order .head .img {
	margin-top: 10px;
}

#cocomade #contents .order .head .txt {
	border: 1px solid #ebe5d6;
	margin-top: 6px;
	padding: 10px;
}

#cocomade #contents .order .box {
	margin-top: 25px;
}

#cocomade #contents .order .box .subTit {
	font-family: "Noto Serif Japanese", serif;
	font-weight: 600;
	font-size: 1.8rem;
}

#cocomade #contents .order .box .img {
	margin-top: 25px;
}

#cocomade #contents .size {
	margin-top: 25px;
}

#cocomade #contents .size .subTit {
	border-bottom: 1px solid #b1a484;
	padding-bottom: 20px;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 1.26316;
}

#cocomade #contents .size .subTit span {
	display: block;
	margin-bottom: 5px;
	font-size: 1.3rem;
}

#cocomade #contents .size .box {
	margin-top: 25px;
}

#cocomade #contents .size .box .cat {
	font-size: 1.6rem;
	font-weight: bold;
}

#cocomade #contents .size .box .cat span.tax {
	font-size: 1.3rem;
}

#cocomade #contents .size .box .table {
	overflow: auto;
	white-space: nowrap;
}

#cocomade #contents .size .box table {
	margin-top: 15px;
	width: 100%;
}

#cocomade #contents .size .box table th {
	font-weight: bold;
	background: #ebe5d6;
	text-align: center;
	vertical-align: middle;
	padding: 13px;
	border-left: 1px dashed #f7f7f7;
	border-bottom: 1px solid #ebe5d6;
}

#cocomade #contents .size .box table th:nth-of-type(1) {
	width: 160px;
}

#cocomade #contents .size .box table th:nth-of-type(2) {
	width: 180px;
}

#cocomade #contents .size .box table th:nth-of-type(3) {
	width: 235px;
}

#cocomade #contents .size .box table th:nth-of-type(4) {
	width: 120px;
}

#cocomade #contents .size .box table th:nth-of-type(5) {
	width: 325px;
}

#cocomade #contents .size .box table th:last-of-type {
	border-right: 1px solid #ebe5d6;
}

#cocomade #contents .size .box table td {
	vertical-align: middle;
	padding: 18px 20px;
	background: #fff;
	border-left: 1px solid #ebe5d6;
	border-bottom: 1px solid #ebe5d6;
}

#cocomade #contents .size .box table td:nth-of-type(3) {
	text-align: center;
}

#cocomade #contents .size .box table td:last-of-type {
	border-right: 1px solid #ebe5d6;
	font-size: 1.2rem;
}

#cocomade #contents .size .box table td span {
	position: relative;
	top: 4px;
	font-size: 2rem;
}

#cocomade #contents .txtClm {
	background-color: #fff;
	border: 1px solid #b1a484;
	margin-top: 25px;
	padding: 25px 20px;
}

#cocomade #contents .txtClm+.note {
	margin-top: 10px;
	font-size: 1.1rem;
	text-align: right;
}

#cocomade #contents .txtClm .cat {
	font-family: "Noto Serif Japanese", serif;
	font-weight: 600;
	font-weight: bold;
}

#cocomade #contents .txtClm .box {
	margin-top: 0;
}

#cocomade #contents .txtClm .box+.box {
	margin-top: 15px;
}

#cocomade #contents .txtClm .box .txt {
	line-height: 2;
}

#cocomade #contents .txtClm .box .txt+.txt {
	margin-top: 15px;
}

#cocomade #contents .txtClm .txt {
	margin-top: 15px;
}

#cocomade #contents .priceSec01 {
	background-color: #fff;
	margin: 20px 0;
	padding: 10px 30px;
}

#cocomade #contents .priceSec01 .areaTxt .subTit {
	border-bottom: 1px solid #b1a484;
	position: relative;
	margin: 0 -15px 20px;
	padding-bottom: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.26316;
}

#cocomade #contents .priceSec01 .areaTxt .subTit span {
	display: block;
	margin-bottom: 5px;
	font-size: 1.9rem;
}

#cocomade #contents .priceSec01 .areaTxt .subTit:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	background: url(../img/standard/ico_standard01.png) no-repeat center;
	background-size: 100%;
}

#cocomade #contents .priceSec01 .areaTxt .txt {
	margin-top: 40px;
}

#cocomade #contents .priceSec01 .img {
	margin-top: 15px;
}

#cocomade #contents .tableArea {
	margin: 35px 0 0;
}

#cocomade #contents .tableArea .tableBox+.tableBox {
	margin-top: 20px;
}

#cocomade #contents .tableArea .tableBox .tit01 {
	font-size: 1.9rem;
	font-weight: bold;
	margin-bottom: 10px;
}

#cocomade #contents .tableArea .tableBox table {
	font-size: 1.2rem;
	border-top: 1px solid #ebe5d6;
	border-right: 1px solid #ebe5d6;
}

#cocomade #contents .tableArea .tableBox table th {
	font-weight: bold;
	background: #ebe5d6;
	text-align: center;
	vertical-align: middle;
	width: 33%;
	padding: 15px;
	border-left: 1px dashed #fff;
	border-bottom: 1px solid #ebe5d6;
}

#cocomade #contents .tableArea .tableBox table th:first-of-type {
	width: 20%;
}

#cocomade #contents .tableArea .tableBox table th:last-of-type {
	width: 40%;
}

#cocomade #contents .tableArea .tableBox table td {
	background: #fff;
	vertical-align: middle;
	padding: 15px 10px;
	border-left: 1px solid #ebe5d6;
	border-bottom: 1px solid #ebe5d6;
}

#cocomade #contents .tableArea .tableBox table td.td01 {
	word-break: break-all;
}

#cocomade #contents .tableArea .tableBox table td.td02 {
	text-align: right;
}

#cocomade #contents .tableArea .tableBox table td.td02 span {
	font-size: 1.8rem;
}

#cocomade #contents .tableArea .tableBox table td:first-of-type {
	text-align: center;
}

#cocomade #contents .tableArea .note {
	margin-top: 10px;
	font-size: 1.1rem;
	text-align: right;
}

@media (max-width: 599px) {
	#cocomade #contents .size .box .table.is_full_sp {
		overflow-x: visible;
		white-space: normal;
	}

	#cocomade #contents .size .box .table.is_full_sp table th {
		padding: 15px 5px;
	}

	#cocomade #contents .size .box .table.is_full_sp table td {
		padding-right: 5px;
		padding-left: 5px;
		word-break: break-all;
	}
}

@media (min-width: 600px) {
	#cocomade #contents .tit {
		font-size: 2.6rem;
		text-align: left;
	}

	#cocomade #contents .tit span {
		font-size: 2rem;
	}

	#cocomade #contents .flow {
		margin-top: 24px;
		padding: 0 30px 30px;
	}

	#cocomade #contents .flow .subTit {
		margin: 0 -30px;
		padding: 23px 28px;
		font-size: 3rem;
		text-align: left;
		letter-spacing: 0.12em;
	}

	#cocomade #contents .flow .subTit span {
		display: inline-block;
		position: relative;
		top: -5px;
		padding-left: 15px;
		font-size: 2.2rem;
		text-align: left;
	}

	#cocomade #contents .flow .list {
		margin-top: 0;
	}

	#cocomade #contents .flow .list .item {
		float: left;
		width: 456px;
		margin-top: 40px;
	}

	#cocomade #contents .flow .list .item:after {
		content: none;
	}

	/*#cocomade #contents .flow .list .item:after {
		bottom: 115px;
		left: auto;
		right: 14px;
		width: 0;
		height: 0;
		margin-left: -7px;
		border-width: 7.5px 0 7.5px 10px;
		border-color: transparent transparent transparent #6c5211;
	}*/
	#cocomade #contents .flow .list .item:first-child {
		margin-bottom: 0;
		margin-top: 4px;
	}

	#cocomade #contents .flow .list .item:last-child {
		position: static;
	}

	#cocomade #contents .flow .list .item:nth-child(even) {
		margin-left: 40px;
	}

	#cocomade #contents .flow .list .item:nth-child(3):after {
		right: -21px;
	}

	#cocomade #contents .flow .list .item+.item {
		margin-top: 0;
	}

	#cocomade #contents .flow .list .item .cat {
		padding-left: 83px;
		padding-bottom: 18px;
		font-size: 2rem;
		line-height: 1.5;
		padding-top: 5px;
	}

	#cocomade #contents .flow .list .item .cat span {
		width: 70px;
		left: 0;
		top: 25px;
		margin-top: -28px;
		padding-bottom: 0;
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}

	#cocomade #contents .flow .list .item .imgTxt {
		margin-top: 15px;
	}

	#cocomade #contents .flow .list .item .imgTxt .txt {
		width: 240px;
		padding-left: 5px;
		font-size: 1.4rem;
	}

	#cocomade #contents .flow .list .item .imgTxt .img {
		width: 195px;
		position: relative;
		top: -29px;
	}

	#cocomade #contents .norm {
		margin-top: 40px;
	}

	#cocomade #contents .norm table {
		border-right: none;
	}

	#cocomade #contents .norm table th {
		width: 60px;
		min-width: 60px;
		padding: 0;
		font-size: 1.4rem;
	}

	#cocomade #contents .norm table td {
		border-right: 1px solid #ebe5d6;
		padding: 20px 26px 20px;
		overflow: hidden;
		box-sizing: border-box;
	}

	#cocomade #contents .norm table td img {
		width: 267px;
	}

	#cocomade #contents .norm table td .box {
		width: 400px;
		float: left;
		padding-left: 23px;
	}

	#cocomade #contents .norm table td .box+.box {
		margin-left: 11px;
		margin-top: 10px;
		width: 450px;
	}

	#cocomade #contents .norm table td .box .subTit {
		margin-bottom: 12px;
		font-size: 2rem;
	}

	#cocomade #contents .norm table td .box .txt {
		font-size: 1.4rem;
	}

	#cocomade #contents .norm table td .box .txt .note {
		font-size: 1.2rem;
	}

	#cocomade #contents .norm table td .box .txt .dm {
		margin-top: 13px;
		padding-left: 9px;
		display: block;
	}

	#cocomade #contents .norm table td .box .txt .ml15 {
		margin-left: 15px;
	}

	#cocomade #contents .norm table td .box .txt .ml45 {
		margin-left: 45px;
	}

	#cocomade #contents .norm table td .box .txt .ml90 {
		margin-left: 90px;
	}

	#cocomade #contents .norm table td .type .txt span {
		margin-left: -5px;
		margin-bottom: 3px;
		padding: 2px 7px;
	}

	#cocomade #contents .norm table td .price .txt:first-child {
		font-size: 2rem;
	}

	#cocomade #contents .norm table td .price .txt:first-child .tax {
		font-size: 1.4rem;
	}

	#cocomade #contents .norm .list {
		margin-top: 0;
		padding: 16px 107px 35px;
	}

	#cocomade #contents .norm .list .item {
		display: inline-block;
		float: left;
	}

	#cocomade #contents .norm .list .item+.item {
		margin-top: 0;
		margin-left: 37px;
	}

	#cocomade #contents .norm .list .item .img {
		width: 60px;
	}

	#cocomade #contents .norm .list .item .txt {
		line-height: 1.4;
	}

	#cocomade #contents .norm .list .item .txt span {
		font-size: 1.2rem;
	}

	#cocomade #contents .order {
		margin-top: 60px;
		padding: 39px 40px 59px;
	}

	#cocomade #contents .order .head {
		margin: 0 -40px;
		padding: 0 40px;
		background: url(../img/standard/cocomade/bg_cocomade01.png) no-repeat right 10px;
		background-size: 40%;
		position: relative;
	}

	#cocomade #contents .order .head .subTit {
		font-size: 2.6rem;
		line-height: 1.6;
		letter-spacing: 0.12em;
	}

	#cocomade #contents .order .head .img {
		margin-top: 25px;
		margin-left: 64px;
	}

	#cocomade #contents .order .head .txt {
		width: 426px;
		background-color: #ffffff;
		position: absolute;
		top: 11px;
		right: 40px;
		margin-top: 0;
		padding: 9px 10px 6px 22px;
		font-size: 1.2rem;
		letter-spacing: 0.06em;
	}

	#cocomade #contents .order .head .note {
		display: block;
		position: relative;
		top: -20px;
		font-size: 1.2rem;
	}

	#cocomade #contents .order .box {
		margin-top: 38px;
	}

	#cocomade #contents .order .box .subTit {
		font-size: 2.2rem;
		letter-spacing: 0.12em;
		line-height: 1.6;
	}

	#cocomade #contents .order .box .img {
		margin-top: 24px;
	}

	#cocomade #contents .size {
		margin-top: 57px;
	}

	#cocomade #contents .size .subTit {
		padding-bottom: 12px;
		font-size: 2rem;
		letter-spacing: 0.12em;
	}

	#cocomade #contents .size .subTit span {
		display: inline-block;
		margin-bottom: 0;
		font-size: 1.8rem;
	}

	#cocomade #contents .size .box {
		margin-top: 19px;
	}

	#cocomade #contents .size .box+.box {
		margin-top: 45px;
	}

	#cocomade #contents .size .box .cat {
		font-size: 1.8rem;
	}

	#cocomade #contents .size .box .cat span.tax {
		font-size: 1.5rem;
	}

	#cocomade #contents .size .box .table {
		margin-top: 8px;
	}

	#cocomade #contents .size .box table th {
		padding: 15px;
	}

	#cocomade #contents .size .box table td {
		padding: 20px;
	}

	#cocomade #contents .size .box table td:last-child {
		text-align: center;
		font-size: 1.4rem;
	}

	#cocomade #contents .size .box table td span {
		top: 3px;
	}

	#cocomade #contents .txtClm {
		margin-top: 20px;
		padding: 33px 35px;
	}

	#cocomade #contents .txtClm+.note {
		margin-top: 20px;
		font-size: 1.2rem;
	}

	#cocomade #contents .txtClm .box {
		float: left;
		width: 550px;
		margin-top: 0;
	}

	#cocomade #contents .txtClm .box+.box {
		width: 370px;
		margin-top: 0;
		float: right;
	}

	#cocomade #contents .txtClm .box .txt {
		line-height: 1.8;
	}

	#cocomade #contents .txtClm .box .txt+.txt {
		margin-top: -2px;
	}

	#cocomade #contents .txtClm .box .txt .ml47 {
		margin-left: 47px;
	}

	#cocomade #contents .txtClm .box .txt .ml125 {
		margin-left: 125px;
	}

	#cocomade #contents .txtClm .box .txt .ml48 {
		margin-left: 48px;
	}

	#cocomade #contents .txtClm .box .txt .ml110 {
		margin-left: 110px;
	}

	#cocomade #contents .txtClm .box .txt .ml142 {
		margin-left: 142px;
	}

	#cocomade #contents .txtClm .box .txt .ml95 {
		margin-left: 95px;
	}

	#cocomade #contents .txtClm .txt {
		margin-top: 25px;
	}

	#cocomade #contents .priceSec01 {
		margin: 70px 0 0;
		padding: 55px 40px 65px;
	}

	#cocomade #contents .priceSec01 .areaTxt {
		width: 451px;
		float: right;
	}

	#cocomade #contents .priceSec01 .areaTxt .subTit {
		margin: 0;
		padding-bottom: 14px;
		font-size: 1.6rem;
	}

	#cocomade #contents .priceSec01 .areaTxt .subTit span {
		margin-bottom: 5px;
		font-size: 2rem;
	}

	#cocomade #contents .priceSec01 .areaTxt .subTit:after {
		right: 197px;
		width: 40px;
		height: 40px;
		margin-top: -24px;
	}

	#cocomade #contents .priceSec01 .areaTxt .txt {
		margin-top: 20px;
	}

	#cocomade #contents .priceSec01 .img {
		width: 450px;
		float: left;
		margin-top: 0;
	}

	#cocomade #contents .tableArea {
		margin: 22px 0 0;
	}

	#cocomade #contents .tableArea .tableBox {
		width: 495px;
		float: left;
	}

	#cocomade #contents .tableArea .tableBox+.tableBox {
		margin-top: 0;
		float: right;
	}

	#cocomade #contents .tableArea .tableBox .tit01 {
		font-size: 2rem;
		margin-bottom: 20px;
	}

	#cocomade #contents .tableArea .tableBox table {
		font-size: 1.4rem;
	}

	#cocomade #contents .tableArea .tableBox table th {
		width: 140px;
		padding: 20px 5px;
	}

	#cocomade #contents .tableArea .tableBox table td {
		padding: 15px 10px;
		text-align: center;
	}

	#cocomade #contents .tableArea .tableBox table td.td01 {
		width: 190px;
	}

	#cocomade #contents .tableArea .tableBox table td.td02 {
		text-align: center;
	}

	#cocomade #contents .tableArea .tableBox table td.td02 span {
		font-size: 2rem;
	}

	#cocomade #contents .tableArea .note {
		margin-top: 20px;
		font-size: 1.2rem;
	}
}

/*=============================================================
 cube_k
=============================================================*/
#cube_k #mainimgContent {
	background: url(../img/standard/cube_k/pic_mainimg01_sp.png) no-repeat center;
}

@media (min-width: 600px) {
	#cube_k #mainimgContent {
		background: url(../img/standard/cube_k/pic_mainimg01_pc.png) no-repeat center;
	}

	#cube_k #mainimgContent .txt br {
		display: none;
	}
}

#cube_k #contents .type {
	margin-top: 20px;
}

#cube_k #contents .type .subTit {
	font-size: 1.5rem;
	font-weight: bold;
}

#cube_k #contents .type .table table .tc {
	text-align: center;
}

#cube_k #contents .type .txt01 {
	margin-top: 10px;
}

#cube_k #contents .type .txt01 span {
	display: inline-block;
	width: 35px;
	top: 2px;
	margin: 0 3px;
	position: relative;
}

#cube_k #contents .info {
	background-color: #fff;
	border: 1px solid #b1a484;
	margin-top: 25px;
	padding: 25px 20px;
}

#cube_k #contents .info+.note {
	margin-top: 10px;
	font-size: 1.1rem;
	text-align: right;
}

#cube_k #contents .info .cat {
	font-weight: bold;
}

#cube_k #contents .info .box {
	margin-top: 0;
}

#cube_k #contents .info .box+.box {
	margin-top: 15px;
}

#cube_k #contents .info .box .txt {
	line-height: 2;
}

#cube_k #contents .info .box .txt+.txt {
	margin-top: 15px;
}

#cube_k #contents .info .txt {
	margin-top: 15px;
}

@media (min-width: 600px) {
	#cube_k #contents .type {
		margin-top: 40px;
	}

	#cube_k #contents .type .subTit {
		font-size: 2rem;
	}

	#cube_k #contents .type .txt01 {
		text-align: right;
		margin-top: 20px;
	}

	#cube_k #contents .type .mod_table01 .txt01 span {
		top: 4px;
	}

	#cube_k #contents .info {
		margin-top: 30px;
		padding: 33px 35px;
	}

	#cube_k #contents .info+.note {
		margin-top: 20px;
		font-size: 1.2rem;
	}

	#cube_k #contents .info .box {
		float: left;
		width: 480px;
		margin-top: 0;
	}

	#cube_k #contents .info .box+.box {
		width: 465px;
		margin-top: 0;
		float: right;
	}

	#cube_k #contents .info .box .txt {
		line-height: 1.8;
		margin-top: 0;
	}

	#cube_k #contents .info .box .txt+.txt {
		margin-top: 13px;
	}

	#cube_k #contents .info .box .txt .ml127 {
		margin-left: 127px;
	}

	#cube_k #contents .info .box .txt .ml47 {
		margin-left: 47px;
	}

	#cube_k #contents .info .box .txt .ml57 {
		margin-left: 57px;
	}

	#cube_k #contents .info .box .txt .ml38 {
		margin-left: 38px;
	}
}

/*=============================================================
 wave_siguma
=============================================================*/
#wave_siguma #mainimgContent {
	background: url(../img/standard/wave_siguma/pic_mainimg01.png) no-repeat center;
}

@media (min-width: 600px) {
	#wave_siguma #mainimgContent {
		/*background: url(../img/standard/wave_siguma/pic_mainimg01_pc.png) no-repeat center;*/
	}

	#wave_siguma #mainimgContent .txt br {
		display: none;
	}
}

#wave_siguma #contents .type {
	margin-top: 20px;
}

#wave_siguma #contents .type .subTit {
	font-size: 1.5rem;
	font-weight: bold;
}

#wave_siguma #contents .type .table table .tc {
	text-align: center;
}

#wave_siguma #contents .type .txt01 {
	margin-top: 10px;
}

#wave_siguma #contents .type .txt01 span {
	display: inline-block;
	width: 35px;
	top: 2px;
	margin: 0 3px;
	position: relative;
}

#wave_siguma #contents .info {
	background-color: #fff;
	border: 1px solid #b1a484;
	margin-top: 25px;
	padding: 25px 20px;
}

#wave_siguma #contents .info+.note {
	margin-top: 10px;
	font-size: 1.1rem;
	text-align: right;
}

#wave_siguma #contents .info .cat {
	font-weight: bold;
}

#wave_siguma #contents .info .box {
	margin-top: 0;
}

#wave_siguma #contents .info .box+.box {
	margin-top: 15px;
}

#wave_siguma #contents .info .box .txt {
	line-height: 2;
}

#wave_siguma #contents .info .box .txt+.txt {
	margin-top: 15px;
}

#wave_siguma #contents .info .txt {
	margin-top: 15px;
}

@media (min-width: 600px) {
	#wave_siguma #contents .type {
		margin-top: 40px;
	}

	#wave_siguma #contents .type .subTit {
		font-size: 2rem;
	}

	#wave_siguma #contents .type .txt01 {
		text-align: right;
		margin-top: 20px;
	}

	#wave_siguma #contents .type .mod_table01 .txt01 span {
		top: 4px;
	}

	#wave_siguma #contents .info {
		margin-top: 30px;
		padding: 33px 35px;
	}

	#wave_siguma #contents .info+.note {
		margin-top: 20px;
		font-size: 1.2rem;
	}

	#wave_siguma #contents .info .box {
		float: left;
		width: 495px;
		margin-top: 0;
	}

	#wave_siguma #contents .info .box+.box {
		width: 430px;
		margin-top: 0;
		float: right;
	}

	#wave_siguma #contents .info .box .txt {
		line-height: 1.8;
		margin-top: 0;
	}

	#wave_siguma #contents .info .box .txt+.txt {
		margin-top: 13px;
	}

	#wave_siguma #contents .info .box .txt .ml127 {
		margin-left: 127px;
	}

	#wave_siguma #contents .info .box .txt .ml56 {
		display: block;
		margin-left: 56px;
	}

	#wave_siguma #contents .info .box .txt .ml57 {
		display: block;
		margin-left: 57px;
	}

	#wave_siguma #contents .info .box .txt .ml38 {
		margin-left: 38px;
	}
}

/*=============================================================
 wave_t
=============================================================*/
#wave_t #mainimgContent {
	background: url(../img/standard/wave_t/pic_mainimg01.png) no-repeat center;
}

@media (min-width: 600px) {
	#wave_t #mainimgContent {
		background: url(../img/standard/wave_t/pic_mainimg01_pc.png) no-repeat center;
	}

	#wave_t #mainimgContent .txt br {
		display: none;
	}
}

#wave_t #contents .type {
	margin-top: 20px;
}

#wave_t #contents .type .subTit {
	font-size: 1.5rem;
	font-weight: bold;
}

#wave_t #contents .type .table table .tc {
	text-align: center;
}

#wave_t #contents .type .txt01 {
	margin-top: 10px;
}

#wave_t #contents .type .txt01 span {
	display: inline-block;
	width: 35px;
	top: 2px;
	margin: 0 3px;
	position: relative;
}

#wave_t #contents .info {
	background-color: #fff;
	border: 1px solid #b1a484;
	margin-top: 25px;
	padding: 25px 20px;
}

#wave_t #contents .info+.note {
	margin-top: 10px;
	font-size: 1.1rem;
	text-align: right;
}

#wave_t #contents .info .cat {
	font-weight: bold;
}

#wave_t #contents .info .box {
	margin-top: 0;
}

#wave_t #contents .info .box+.box {
	margin-top: 15px;
}

#wave_t #contents .info .box .txt {
	line-height: 2;
}

#wave_t #contents .info .box .txt+.txt {
	margin-top: 15px;
}

#wave_t #contents .info .txt {
	margin-top: 15px;
}

@media (min-width: 600px) {
	#wave_t #contents .type {
		margin-top: 40px;
	}

	#wave_t #contents .type .subTit {
		font-size: 2rem;
	}

	#wave_t #contents .type .txt01 {
		text-align: right;
		margin-top: 20px;
	}

	#wave_t #contents .type .mod_table01 .txt01 span {
		top: 4px;
	}

	#wave_t #contents .info {
		margin-top: 30px;
		padding: 33px 35px;
	}

	#wave_t #contents .info+.note {
		font-size: 1.2rem;
		margin-top: 20px;
	}

	#wave_t #contents .info .box {
		float: left;
		width: 480px;
		margin-top: 0;
	}

	#wave_t #contents .info .box+.box {
		width: 465px;
		margin-top: 0;
		float: right;
	}

	#wave_t #contents .info .box .txt {
		line-height: 1.8;
		margin-top: 0;
	}

	#wave_t #contents .info .box .txt+.txt {
		margin-top: 13px;
	}

	#wave_t #contents .info .box .txt .ml127 {
		margin-left: 127px;
	}

	#wave_t #contents .info .box .txt .ml50 {
		display: block;
		margin-left: 50px;
	}

	#wave_t #contents .info .box .txt .ml56 {
		display: block;
		margin-left: 56px;
	}

	#wave_t #contents .info .box .txt .ml57 {
		display: block;
		margin-left: 57px;
	}

	#wave_t #contents .info .box .txt .ml38 {
		margin-left: 38px;
	}
}

/*=============================================================
body_zero
=============================================================*/
#body_zero #mainimgContent {
	background: url(../img/standard/body_zero/pic_mainimg01.png) no-repeat center;
}

@media (min-width: 600px) {
	#body_zero #mainimgContent {
		background: url(../img/standard/body_zero/pic_mainimg01_pc.png) no-repeat center;
	}

	#body_zero #mainimgContent .txt br {
		display: none;
	}
}

#body_zero #contents .type {
	margin-top: 20px;
}

#body_zero #contents .type+.priceSec01 {
	margin-top: 40px;
}

#body_zero #contents .type .subTit {
	font-size: 1.5rem;
	font-weight: bold;
}

#body_zero #contents .type .table table .tc {
	text-align: center;
}

#body_zero #contents .type .txt01 {
	margin-top: 10px;
}

#body_zero #contents .type .txt01 span {
	display: inline-block;
	width: 35px;
	top: 2px;
	margin: 0 3px;
	position: relative;
}

#body_zero #contents .info {
	background-color: #fff;
	border: 1px solid #b1a484;
	margin-top: 25px;
	padding: 25px 20px;
}

#body_zero #contents .info .cat {
	font-weight: bold;
}

#body_zero #contents .info .box {
	margin-top: 0;
}

#body_zero #contents .info .box+.box {
	margin-top: 15px;
}

#body_zero #contents .info .box .txt {
	line-height: 2;
}

#body_zero #contents .info .box .txt+.txt {
	margin-top: 15px;
}

#body_zero #contents .info .txt {
	margin-top: 15px;
}

#body_zero #contents .txt.is_right {
	text-align: right;
}

@media (min-width: 600px) {
	#body_zero #contents .type {
		margin-top: 40px;
	}

	#body_zero #contents .type+.priceSec01 {
		margin-top: 80px;
	}

	#body_zero #contents .type .subTit {
		font-size: 2rem;
	}

	#body_zero #contents .type .txt01 {
		text-align: right;
		margin-top: 20px;
	}

	#body_zero #contents .type .mod_table01 .txt01 span {
		top: 4px;
	}

	#body_zero #contents .info {
		margin-top: 30px;
		padding: 33px 35px;
	}

	#body_zero #contents .info .box {
		float: left;
		width: 480px;
		margin-top: 0;
	}

	#body_zero #contents .info .box+.box {
		width: 465px;
		margin-top: 0;
		float: right;
	}

	#body_zero #contents .info .box .txt {
		line-height: 1.8;
		margin-top: 0;
	}

	#body_zero #contents .info .box .txt+.txt {
		margin-top: 13px;
	}

	#body_zero #contents .info .box .txt .ml127 {
		display: block;
		margin-left: 127px;
	}

	#body_zero #contents .info .box .txt .ml47 {
		display: block;
		margin-left: 47px;
	}

	#body_zero #contents .info .box .txt .ml57 {
		display: block;
		margin-left: 57px;
	}

	#body_zero #contents .info .box .txt .ml38 {
		margin-left: 38px;
	}
}

/*=============================================================
 standard
=============================================================*/
#support #mainimgContent {
	background: url(../img/standard/support/pic_mainimg01_sp.png) no-repeat center;
	background-size: cover;
}

@media (min-width: 600px) {
	#support #mainimgContent {
		background: url(../img/standard/support/pic_mainimg01_pc.png) no-repeat center;
	}

	#support #mainimgContent .txt br {
		display: none;
	}
}

#support #contents .tit+.img {
	text-align: center;
}

#support #contents .customize {
	background-color: #fff;
	margin-top: 20px;
	padding: 10px;
}

#support #contents .customize .subTit {
	padding: 10px 0;
	background-color: #f5f2ea;
	font-family: "Noto Serif Japanese", serif;
	font-size: 1.5rem;
	text-align: center;
}

#support #contents .customize .box {
	margin-top: 20px;
}

#support #contents .customize .box+.box {
	margin-top: 25px;
}

#support #contents .customize .box .cat {
	font-weight: bold;
}

#support #contents .customize .box .txt {
	margin-top: 10px;
}

#support #contents .customize .box .note {
	border: 1px solid #ebe5d6;
	margin-top: 15px;
	padding: 10px 8px;
	font-size: 1rem;
	text-align: center;
}

#support #contents .customize .box .img {
	margin-top: 25px;
}

#support #contents .customize .box .qr {
	background-color: #f3f2eb;
	border: 2px solid #ebe5d6;
	margin-top: 20px;
	padding: 70px 10px 10px;
	position: relative;
}

#support #contents .customize .box .qr:after {
	content: "";
	display: block;
	position: absolute;
	top: -15px;
	left: 50%;
	width: 76px;
	height: 81px;
	margin-left: -38px;
	background: url(../img/standard/support/ico_support01.png) no-repeat center;
	background-size: 100%;
}

#support #contents .customize .box .qr .cat {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

#support #contents .customize .box .qr .txt {
	margin-top: 15px;
	text-align: center;
}

#support #contents .customize .box .qr .area_qr {
	background-color: #fff;
	margin-top: 15px;
	padding: 25px 0;
}

#support #contents .customize .box .qr .check {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}

#support #contents .customize .box .qr .img {
	width: 50%;
	margin: 10px auto 0;
}

#support #contents .customize .box .qr .movie {
	position: relative;
	margin-top: 15px;
	width: 100%;
	padding-top: 56.3%;
}

#support #contents .customize .box .qr .movie iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#support #contents .type {
	margin-top: 20px;
}

#support #contents .type .subTit {
	font-size: 1.5rem;
	font-weight: bold;
	position: relative;
}

#support #contents .type .subTit:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	background: url(../img/standard/ico_standard01.png) no-repeat center;
	background-size: 100%;
}

#support #contents .type .txt01 {
	margin-top: 10px;
}

#body_zero #contents .table2 {
	margin-top: 25px;
}

#body_zero #contents .table2+.txt {
	text-align: right;
	margin-bottom: 40px;
	margin-top: 10px;
}

#body_zero #contents .table2 .subTit {
	font-size: 1.5rem;
	font-weight: bold;
}

#body_zero #contents .table2 .box {
	background-color: #fff;
	margin-top: 13px;
	padding: 0 7px 20px;
}

#body_zero #contents .table2 .box .list .item {
	width: 33%;
	float: left;
	margin-top: 8px;
	box-sizing: border-box;
	border-left: 1px solid #ebe5d6;
	border-top: 1px solid #ebe5d6;
	border-bottom: 1px solid #ebe5d6;
}

#body_zero #contents .table2 .box .list .item:nth-child(3n) {
	border-right: 1px solid #ebe5d6;
}

#body_zero #contents .table2 .box .list .item:nth-child(4n) {
	clear: both;
}

#body_zero #contents .table2 .box .list .item:last-child {
	border-right: 1px solid #ebe5d6;
}

#body_zero #contents .table2 .box .list .item .cat {
	background-color: #f7f7f7;
	padding: 10px 0;
	font-size: 1.2rem;
	text-align: center;
}

#body_zero #contents .table2 .box .list .item .txt {
	border-top: 1px solid #ebe5d6;
	margin-top: 0;
	padding: 10px 0;
	font-size: 1.2rem;
	text-align: center;
}

#body_zero #contents .table2 .box .note {
	margin-top: 15px;
	font-size: 1.3rem;
	color: #887d62;
}

#body_zero #contents .table2 .txt {
	margin-top: 15px;
}

#wave_siguma #contents .info.level,
#wave_t #contents .info.level,
#cube_k #contents .info.level,
#support #contents .info {
	margin-top: 25px;
}

#wave_siguma #contents .info.level .subTit,
#wave_t #contents .info.level .subTit,
#cube_k #contents .info.level .subTit,
#support #contents .info .subTit {
	font-size: 1.5rem;
	font-weight: bold;
}

#wave_siguma #contents .info.level .box,
#wave_t #contents .info.level .box,
#cube_k #contents .info.level .box,
#support #contents .info .box {
	background-color: #fff;
	margin-top: 13px;
	padding: 0 7px 20px;
}

#wave_siguma #contents .info.level .box .list .item,
#wave_t #contents .info.level .box .list .item,
#cube_k #contents .info.level .box .list .item,
#support #contents .info .box .list .item {
	width: 33%;
	float: left;
	margin-top: 8px;
	box-sizing: border-box;
	border-left: 1px solid #ebe5d6;
	border-top: 1px solid #ebe5d6;
	border-bottom: 1px solid #ebe5d6;
}

#wave_siguma #contents .info.level .box .list .item:nth-child(3n),
#wave_t #contents .info.level .box .list .item:nth-child(3n),
#cube_k #contents .info.level .box .list .item:nth-child(3n),
#support #contents .info .box .list .item:nth-child(3n) {
	border-right: 1px solid #ebe5d6;
}

#wave_siguma #contents .info.level .box .list .item:nth-child(4n),
#wave_t #contents .info.level .box .list .item:nth-child(4n),
#cube_k #contents .info.level .box .list .item:nth-child(4n),
#support #contents .info .box .list .item:nth-child(4n) {
	clear: both;
}

#wave_siguma #contents .info.level .box .list .item:last-child,
#wave_t #contents .info.level .box .list .item:last-child,
#cube_k #contents .info.level .box .list .item:last-child,
#support #contents .info .box .list .item:last-child {
	border-right: 1px solid #ebe5d6;
}

#wave_siguma #contents .info.level .box .list .item .cat,
#wave_t #contents .info.level .box .list .item .cat,
#cube_k #contents .info.level .box .list .item .cat,
#support #contents .info .box .list .item .cat {
	background-color: #f7f7f7;
	padding: 10px 0;
	font-size: 1.2rem;
	text-align: center;
}

#wave_siguma #contents .info.level .box .list .item .txt,
#wave_t #contents .info.level .box .list .item .txt,
#cube_k #contents .info.level .box .list .item .txt,
#support #contents .info .box .list .item .txt {
	border-top: 1px solid #ebe5d6;
	margin-top: 0;
	padding: 10px 0;
	font-size: 1.2rem;
	text-align: center;
}

#wave_siguma #contents .info.level .box .note,
#wave_t #contents .info.level .box .note,
#cube_k #contents .info.level .box .note,
#support #contents .info .box .note {
	margin-top: 15px;
	font-size: 1.3rem;
	color: #887d62;
}

#wave_siguma #contents .info.level .txt,
#wave_t #contents .info.level .txt,
#cube_k #contents .info.level .txt,
#support #contents .info .txt {
	margin-top: 15px;
}

#support #contents .txt01 {
	margin-top: 10px;
}

#support #contents .txt01 span {
	display: inline-block;
	width: 35px;
	top: 2px;
	margin: 0 3px;
	position: relative;
}

@media (min-width: 600px) {
	#support #contents .tit+.img {
		width: 341px;
		margin: 0 auto;
	}

	#support #contents .customize {
		margin-top: 40px;
		padding: 10px 40px 40px;
	}

	#support #contents .customize .subTit {
		margin: 0 -30px 23px;
		padding: 16px 0;
		font-size: 2.2rem;
	}

	#support #contents .customize .box {
		width: 489px;
		float: left;
		margin-top: 0;
	}

	#support #contents .customize .box+.box {
		width: 420px;
		float: right;
		margin-top: 0;
	}

	#support #contents .customize .box+.box .img {
		margin-top: 7px;
	}

	#support #contents .customize .box .areaTxt {
		margin-top: -4px;
	}

	#support #contents .customize .box .cat {
		font-size: 2rem;
		line-height: 1.6;
	}

	#support #contents .customize .box .txt {
		margin-top: 16px;
	}

	#support #contents .customize .box .note {
		width: 356px;
		margin-top: 31px;
		padding: 8px;
		font-size: 1.2rem;
	}

	#support #contents .customize .box .img {
		margin-top: 114px;
	}

	#support #contents .customize .box .qr {
		margin-top: 40px;
		padding: 80px 15px 17px;
	}

	#support #contents .customize .box .qr:after {
		top: -15px;
		width: 86px;
		height: 91px;
		margin-left: -43px;
	}

	#support #contents .customize .box .qr .cat {
		font-size: 2rem;
		line-height: 1.4;
	}

	#support #contents .customize .box .qr .txt {
		margin-top: 8px;
		line-height: 1.4;
	}

	#support #contents .customize .box .qr .area_qr {
		margin-top: 14px;
		padding: 19px 0;
	}

	#support #contents .customize .box .qr .check {
		font-size: 1.8rem;
	}

	#support #contents .customize .box .qr .img {
		width: 120px;
		margin: 7px auto 5px;
	}

	#support #contents .type {
		margin-top: 62px;
	}

	#support #contents .type .type {
		margin-top: 40px;
	}

	#support #contents .type .subTit {
		font-size: 2rem;
	}

	#support #contents .type .subTit:after {
		width: 50px;
		height: 50px;
		margin-top: -25px;
	}

	#support #contents .type .table table .tc {
		text-align: center;
	}

	#support #contents .type .txt01 {
		margin-top: 13px;
		text-align: left;
	}

	#body_zero #contents .table2 {
		margin-top: 42px;
		padding: 32px 40px 35px;
		background-color: #fff;
	}

	#body_zero #contents .table2+.txt {
		margin-bottom: 80px;
	}

	#body_zero #contents .table2 .subTit {
		font-size: 1.8rem;
	}

	#body_zero #contents .table2 .box {
		margin-top: 14px;
		padding: 0;
	}

	#body_zero #contents .table2 .box .list .item {
		width: 188px;
		margin-top: 0;
	}

	#body_zero #contents .table2 .box .list .item:nth-child(3n) {
		border-right: none;
	}

	#body_zero #contents .table2 .box .list .item:nth-child(4n) {
		clear: none;
	}

	#body_zero #contents .table2 .box .list .item .cat {
		background: none;
		padding: 11px 0;
		font-size: 1.4rem;
	}

	#body_zero #contents .table2 .box .list .item .txt {
		padding: 11px 0;
		font-size: 1.4rem;
	}

	#body_zero #contents .table2 .box .note {
		margin-top: 15px;
		font-size: 1.3rem;
	}

	#wave_siguma #contents .info.level,
	#wave_t #contents .info.level #cube_k #contents .info.level,
	#support #contents .info {
		margin-top: 42px;
		padding: 32px 40px 35px;
		background-color: #fff;
	}

	#wave_siguma #contents .info.level .subTit,
	#wave_t #contents .info.level .subTit,
	#cube_k #contents .info.level .subTit,
	#support #contents .info .subTit {
		font-size: 1.8rem;
	}

	#wave_siguma #contents .info.level .box,
	#wave_t #contents .info.level .box,
	#cube_k #contents .info.level .box,
	#support #contents .info .box {
		margin-top: 14px;
		padding: 0;
		width: 100%;
	}

	#wave_siguma #contents .info.level .box .list,
	#wave_t #contents .info.level .box .list,
	#cube_k #contents .info.level .box .list {
		width: 100%;
	}

	#wave_siguma #contents .info.level .box .list .item,
	#wave_t #contents .info.level .box .list .item,
	#cube_k #contents .info.level .box .list .item,
	#support #contents .info .box .list .item {
		width: 188px;
		margin-top: 0;
	}

	#wave_siguma #contents .info.level .box .list .item:nth-child(3n),
	#wave_t #contents .info.level .box .list .item:nth-child(3n),
	#cube_k #contents .info.level .box .list .item:nth-child(3n),
	#support #contents .info .box .list .item:nth-child(3n) {
		border-right: none;
	}

	#wave_siguma #contents .info.level .box .list .item:nth-child(4n),
	#wave_t #contents .info.level .box .list .item:nth-child(4n),
	#cube_k #contents .info.level .box .list .item:nth-child(4n),
	#support #contents .info .box .list .item:nth-child(4n) {
		clear: none;
	}

	#wave_siguma #contents .info.level .box .list .item .cat,
	#wave_t #contents .info.level .box .list .item .cat,
	#cube_k #contents .info.level .box .list .item .cat,
	#support #contents .info .box .list .item .cat {
		background: none;
		padding: 11px 0;
		font-size: 1.4rem;
	}

	#wave_siguma #contents .info.level .box .list .item .txt,
	#wave_t #contents .info.level .box .list .item .txt,
	#cube_k #contents .info.level .box .list .item .txt,
	#support #contents .info .box .list .item .txt {
		padding: 11px 0;
		font-size: 1.4rem;
	}

	#wave_siguma #contents .info.level .box .note,
	#wave_t #contents .info.level .box .note,
	#cube_k #contents .info.level .box .note,
	#support #contents .info .box .note {
		margin-top: 15px;
		font-size: 1.3rem;
	}

	#wave_siguma #contents .info.level,
	#wave_t #contents .info.level #cube_k #contents .info.level,
	#support #contents .info {
		margin-top: 25px;
	}

	#wave_siguma #contents .info.level .subTit,
	#wave_t #contents .info.level .subTit,
	#cube_k #contents .info.level .subTit,
	#support #contents .info .subTit {
		font-size: 1.5rem;
		font-weight: bold;
	}

	#wave_siguma #contents .info.level .box,
	#wave_t #contents .info.level .box,
	#cube_k #contents .info.level .box,
	#support #contents .info .box {
		background-color: #fff;
		margin-top: 13px;
		padding: 0 7px 20px;
	}

	#wave_siguma #contents .info.level .box .list .item,
	#wave_t #contents .info.level .box .list .item,
	#cube_k #contents .info.level .box .list .item,
	#support #contents .info .box .list .item {
		width: 187px;
		float: left;
		margin-top: 8px;
		box-sizing: border-box;
		border-left: 1px solid #ebe5d6;
		border-top: 1px solid #ebe5d6;
		border-bottom: 1px solid #ebe5d6;
	}

	#wave_siguma #contents .info.level .box .list .item,
	#wave_t #contents .info.level .box .list .item,
	#cube_k #contents .info.level .box .list .item {
		width: 185px;
	}

	#wave_siguma #contents .info.level .box .list .item:nth-child(4n),
	#wave_t #contents .info.level .box .list .item:nth-child(4n),
	#cube_k #contents .info.level .box .list .item:nth-child(4n),
	#support #contents .info .box .list .item:nth-child(4n) {
		clear: none;
	}

	#wave_siguma #contents .info.level .box .list .item:nth-child(5),
	#wave_t #contents .info.level .box .list .item:nth-child(5),
	#cube_k #contents .info.level .box .list .item:nth-child(5),
	#support #contents .info .box .list .item:nth-child(5) {
		width: 178px;
	}

	#wave_siguma #contents .info.level .box .list .item .cat,
	#wave_t #contents .info.level .box .list .item .cat,
	#cube_k #contents .info.level .box .list .item .cat,
	#support #contents .info .box .list .item .cat {
		/*background-color: #f7f7f7;*/
		background: none;
		padding: 11px 0;
		font-size: 1.4rem;
		text-align: center;
	}

	#wave_siguma #contents .info.level .box .list .item .txt,
	#wave_t #contents .info.level .box .list .item .txt,
	#cube_k #contents .info.level .box .list .item .txt,
	#support #contents .info .box .list .item .txt {
		border-top: 1px solid #ebe5d6;
		margin-top: 0;
		padding: 11px 0;
		font-size: 1.4rem;
		text-align: center;
	}

	#wave_siguma #contents .info.level .box .note,
	#wave_t #contents .info.level .box .note,
	#cube_k #contents .info.level .box .note,
	#support #contents .info .box .note {
		margin-top: 15px;
		font-size: 1.3rem;
		color: #887d62;
	}

	#wave_siguma #contents .info.level .txt,
	#wave_t #contents .info.level .txt,
	#cube_k #contents .info.level .txt,
	#support #contents .info .txt {
		margin-top: 15px;
	}

	#support #contents .txt01 {
		text-align: right;
		margin-top: 20px;
	}

	#support #contents .txt01 span {
		top: 4px;
	}
}

/*=============================================================
 standard 羽毛掛けふとん
=============================================================*/
#down_comforter #mainimgContent,
#gore #mainimgContent,
#gore_duo #mainimgContent,
#gore_order #mainimgContent {
	background-image: url(../img/standard/down_comforter/pic_mainimg02_sp.png);
}

#gore .img-gore {
	margin-bottom: 20px;
}

@media (min-width: 321px) {

	#down_comforter #mainimgContent,
	#gore #mainimgContent,
	#gore_duo #mainimgContent,
	#gore_order #mainimgContent {
		background-image: url(../img/standard/down_comforter/pic_mainimg01_sp.png);
	}
}

@media (min-width: 600px) {

	#down_comforter #mainimgContent,
	#gore #mainimgContent,
	#gore_duo #mainimgContent,
	#gore_order #mainimgContent {
		background-image: url(../img/standard/down_comforter/pic_mainimg01_pc.png);
	}

	#gore .img-gore {
		margin-bottom: 30px;
	}
}

#down_comforter #mainimgContent,
#gore #mainimgContent,
#gore_duo #mainimgContent,
#gore_order #mainimgContent {
	background-position: center center;
}

#gore #contents .originalPrice .titArea li,
#gore_duo #contents .originalPrice .titArea li,
#gore_order #contents .originalPrice .titArea li {
	display: inline-block;
	vertical-align: top;
	width: 35px;
}

#gore #contents .originalPrice .titArea li.bedding,
#gore_duo #contents .originalPrice .titArea li.bedding,
#gore_order #contents .originalPrice .titArea li.bedding {
	width: 170px;
}

#gore #contents .originalPrice .table table td:nth-of-type(1),
#gore_duo #contents .originalPrice .table table td:nth-of-type(1),
#gore_order #contents .originalPrice .table table td:nth-of-type(1) {
	text-align: center;
}

#gore #contents .originalPrice .table table td:nth-of-type(2),
#gore_duo #contents .originalPrice .table table td:nth-of-type(2),
#gore_order #contents .originalPrice .table table td:nth-of-type(2) {
	text-align: center;
}

#gore #contents .originalPrice .txt01,
#gore_duo #contents .originalPrice .txt01,
#gore_order #contents .originalPrice .txt01 {
	margin-top: 10px;
}

#gore #contents .originalPrice .txt01 span,
#gore_duo #contents .originalPrice .txt01 span,
#gore_order #contents .originalPrice .txt01 span {
	display: inline-block;
	width: 35px;
	top: 2px;
	margin: 0 3px;
	position: relative;
}

#gore #contents .leadTxt,
#gore_duo #contents .leadTxt,
#gore_order #contents .leadTxt {
	margin-top: 15px;
	margin-bottom: 30px;
	text-align: center;
}

#gore #contents .leadTxt span,
#gore_duo #contents .leadTxt span,
#gore_order #contents .leadTxt span {
	background-color: #fff;
	border: 3px solid #382e2c;
	padding: 7px 30px;
	font-size: 1.6rem;
	font-weight: bold;
}

#gore #contents .lineup,
#gore_duo #contents .lineup,
#gore_order #contents .lineup,
#down_comforter #contents .lineup {
	margin-top: 20px;
}

#gore #contents .lineup.posiTop,
#gore_duo #contents .lineup.posiTop,
#gore_order #contents .lineup.posiTop,
#down_comforter #contents .lineup.posiTop {
	margin-top: 10px;
	margin-bottom: 30px;
}

#gore #contents .lineup .subTit,
#gore_duo #contents .lineup .subTit,
#gore_order #contents .lineup .subTit,
#down_comforter #contents .lineup .subTit {
	font-weight: bold;
}

#gore #contents .lineup .btns,
#gore_duo #contents .lineup .btns,
#gore_order #contents .lineup .btns,
#down_comforter #contents .lineup .btns {
	margin-top: 15px;
}

#gore #contents .lineup .btns .btn,
#gore_duo #contents .lineup .btns .btn,
#gore_order #contents .lineup .btns .btn,
#down_comforter #contents .lineup .btns .btn {
	background-color: #fff;
	border: 2px solid #382e2c;
}

#gore #contents .lineup .btns .btn+.btn,
#gore_duo #contents .lineup .btns .btn+.btn,
#gore_order #contents .lineup .btns .btn+.btn,
#down_comforter #contents .lineup .btns .btn+.btn {
	margin-top: 5px;
}

#gore #contents .lineup .btns .btn:nth-child(2) a .img,
#gore_duo #contents .lineup .btns .btn:nth-child(2) a .img,
#gore_order #contents .lineup .btns .btn:nth-child(2) a .img,
#down_comforter #contents .lineup .btns .btn:nth-child(2) a .img {
	width: 80%;
}

#gore #contents .lineup .btns .btn a,
#gore_duo #contents .lineup .btns .btn a,
#gore_order #contents .lineup .btns .btn a,
#down_comforter #contents .lineup .btns .btn a {
	display: block;
	position: relative;
	padding: 15px;
}

#gore #contents .lineup .btns .btn a:after,
#gore_duo #contents .lineup .btns .btn a:after,
#gore_order #contents .lineup .btns .btn a:after,
#down_comforter #contents .lineup .btns .btn a:after {
	content: "";
	position: absolute;
	display: block;
	bottom: 3px;
	right: 3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #382e2c transparent;
}

#gore #contents .lineup .btns .btn a .img,
#gore_duo #contents .lineup .btns .btn a .img,
#gore_order #contents .lineup .btns .btn a .img,
#down_comforter #contents .lineup .btns .btn a .img {
	width: 70%;
}

#gore #contents .lineup .btns .btn a .txt,
#gore_duo #contents .lineup .btns .btn a .txt,
#gore_order #contents .lineup .btns .btn a .txt,
#down_comforter #contents .lineup .btns .btn a .txt {
	margin-top: 5px;
	font-size: 1.1rem;
}

#gore #contents .lineup .btns .btn a .price,
#gore_duo #contents .lineup .btns .btn a .price,
#gore_order #contents .lineup .btns .btn a .price,
#down_comforter #contents .lineup .btns .btn a .price {
	position: absolute;
	top: 3px;
	right: 3px;
	width: 44px;
	background-color: #ffebf1;
	border: 1px solid #aa1b46;
	padding: 4px 0;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	color: #aa1b4a;
}

@media (min-width: 600px) {

	#gore #contents .originalPrice .titArea li.bedding,
	#gore_duo #contents .originalPrice .titArea li.bedding,
	#gore_order #contents .originalPrice .titArea li.bedding {
		width: 245px;
	}

	#gore #contents .originalPrice .txt01,
	#gore_duo #contents .originalPrice .txt01,
	#gore_order #contents .originalPrice .txt01 {
		width: 100%;
		margin-top: 20px;
		text-align: right;
	}

	#gore #contents .originalPrice .txt01.is_left,
	#gore_duo #contents .originalPrice .txt01.is_left,
	#gore_order #contents .originalPrice .txt01.is_left {
		text-align: left;
	}

	#gore #contents .originalPrice .txt01 span,
	#gore_duo #contents .originalPrice .txt01 span,
	#gore_order #contents .originalPrice .txt01 span {
		top: 4px;
	}

	#gore #contents .leadTxt,
	#gore #contents .leadTxt,
	#gore_duo #contents .leadTxt {
		margin-top: 20px;
		margin-bottom: 80px;
	}

	#gore_order #contents .leadTxt span {
		padding: 7px 34px;
		font-size: 2rem;
	}

	#gore #contents .lineup,
	#gore_duo #contents .lineup,
	#gore_order #contents .lineup,
	#down_comforter #contents .lineup {
		margin-top: 40px;
	}

	#gore #contents .lineup.posiTop,
	#gore_duo #contents .lineup.posiTop,
	#gore_order #contents .lineup.posiTop,
	#down_comforter #contents .lineup.posiTop {
		margin-top: 0;
		margin-bottom: 60px;
	}

	#gore #contents .lineup .subTit,
	#gore_duo #contents .lineup .subTit,
	#gore_order #contents .lineup .subTit,
	#down_comforter #contents .lineup .subTit {
		font-size: 2rem;
		font-weight: bold;
	}

	#gore #contents .lineup .btns,
	#gore_duo #contents .lineup .btns,
	#gore_order #contents .lineup .btns,
	#down_comforter #contents .lineup .btns {
		margin-top: 15px;
	}

	#gore #contents .lineup .btns .btn,
	#gore_duo #contents .lineup .btns .btn,
	#gore_order #contents .lineup .btns .btn,
	#down_comforter #contents .lineup .btns .btn {
		position: relative;
		transition: all 0.3s;
	}

	#gore #contents .lineup .btns .btn:hover,
	#gore_duo #contents .lineup .btns .btn:hover,
	#gore_order #contents .lineup .btns .btn:hover,
	#down_comforter #contents .lineup .btns .btn:hover {
		opacity: 0.6;
	}

	#gore #contents .lineup .btns .btn:after,
	#gore_duo #contents .lineup .btns .btn:after,
	#gore_order #contents .lineup .btns .btn:after,
	#down_comforter #contents .lineup .btns .btn:after {
		content: "";
		position: absolute;
		display: block;
		bottom: 10px;
		right: 10px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 12px 12px;
		border-color: transparent transparent #382e2c transparent;
	}

	#gore #contents .lineup .btns .btn+.btn,
	#gore_duo #contents .lineup .btns .btn+.btn,
	#gore_order #contents .lineup .btns .btn+.btn,
	#down_comforter #contents .lineup .btns .btn+.btn {
		margin-top: 20px;
	}

	#gore #contents .lineup .btns .btn:nth-child(2) a .img,
	#gore_duo #contents .lineup .btns .btn:nth-child(2) a .img,
	#gore_order #contents .lineup .btns .btn:nth-child(2) a .img,
	#down_comforter #contents .lineup .btns .btn:nth-child(2) a .img {
		width: 413px;
	}

	#gore #contents .lineup .btns .btn:nth-child(2) a .img img,
	#gore_duo #contents .lineup .btns .btn:nth-child(2) a .img img,
	#gore_order #contents .lineup .btns .btn:nth-child(2) a .img img,
	#down_comforter #contents .lineup .btns .btn:nth-child(2) a .img img {
		max-width: 90%;
	}

	#gore #contents .lineup .btns .btn a,
	#gore_duo #contents .lineup .btns .btn a,
	#gore_order #contents .lineup .btns .btn a,
	#down_comforter #contents .lineup .btns .btn a {
		display: table;
		width: 100%;
		padding: 28px 48px;
		transition: all 0.3s;
	}

	#gore #contents .lineup .btns .btn a .img,
	#gore_duo #contents .lineup .btns .btn a .img,
	#gore_order #contents .lineup .btns .btn a .img,
	#down_comforter #contents .lineup .btns .btn a .img {
		display: table-cell;
		vertical-align: middle;
		width: 413px;
		border-right: 2px solid #e3e2e1;
	}

	#gore #contents .lineup .btns .btn a .txt,
	#gore_duo #contents .lineup .btns .btn a .txt,
	#gore_order #contents .lineup .btns .btn a .txt,
	#down_comforter #contents .lineup .btns .btn a .txt {
		display: table-cell;
		vertical-align: middle;
		margin-top: 0;
		padding-left: 40px;
		font-size: 1.6rem;
	}

	#gore #contents .lineup .btns .btn a .price,
	#gore_duo #contents .lineup .btns .btn a .price,
	#gore_order #contents .lineup .btns .btn a .price,
	#down_comforter #contents .lineup .btns .btn a .price {
		border: 2px solid #aa1b46;
		top: 50%;
		right: 30px;
		width: 64px;
		margin-top: -32px;
		padding: 8px 0;
		font-size: 1.6rem;
		line-height: 1.4;
	}
}

#gore .titArea h3 span {
	font-weight: normal;
	font-size: 1.3rem;
}

@media (min-width: 600px) {
	#gore .titArea h3 span {
		font-size: 1.5rem;
	}
}

/*=============================================================
 standard ウール寝具
=============================================================*/
#wool #mainimgContent {
	background-image: url(../img/standard/wool/pic_mainimg01_sp.jpg);
}

@media (min-width: 600px) {
	#wool #mainimgContent {
		background-image: url(../img/standard/wool/pic_mainimg01_pc.jpg);
	}
}

#wool #contents #intro .tit {
	position: relative;
	font-family: "Noto Serif Japanese", serif;
	font-size: 1.8rem;
	line-height: 1.6;
	letter-spacing: 0.12em;
}

#wool #contents #intro .info {
	background-color: rgba(235, 229, 214, 0.5);
	background-image: url("../img/standard/wool/bg_nishikawawool_sp.png");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center bottom;
	margin-top: 20px;
	padding: 15px 10px 30px;
}

#wool #contents #intro .info .leadTxt {
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 500;
	color: #6c5211;
	padding-top: 15px;
}

#wool #contents #intro .info .leadTxt>br {
	display: none;
}

@media (min-width: 600px) {
	#wool #contents #intro .info .leadTxt>br {
		display: block;
	}
}

#wool #contents #intro .info .img {
	width: 141px;
	margin: 0 auto;
}

#wool #contents #intro .list {
	margin-top: 12px;
}

#wool #contents #intro .list .item {
	background-color: #fff;
	border: 2px solid #ebe5d6;
	padding: 25px 27.5px;
	position: relative;
	height: 185px;
}

#wool #contents #intro .list .item:nth-child(2) {
	padding-top: 15px;
}

#wool #contents #intro .list .item+.item {
	margin-top: 10px;
}

#wool #contents #intro .list .cat {
	text-align: center;
}

#wool #contents #intro .list .cat span {
	font-family: "Noto Serif Japanese", serif;
	font-size: 1.6rem;
	color: #6c5211;
	letter-spacing: 0;
	line-height: 1.25;
}

#wool #contents #intro .list .cat span:before {
	content: "";
	display: block;
	position: absolute;
	top: 2.2em;
	left: 10px;
	width: 43px;
	height: 17px;
	margin-top: -8px;
	background: url(../img/standard/wool/ico_wool03.png) no-repeat center;
	background-size: 100%;
}

#wool #contents #intro .list .cat span:after {
	content: "";
	display: block;
	position: absolute;
	top: 2.2em;
	right: 10px;
	width: 43px;
	height: 17px;
	margin-top: -8px;
	background: url(../img/standard/wool/ico_wool02.png) no-repeat center;
	background-size: 100%;
}

#wool #contents #intro .list .txt {
	margin-top: 15px;
	letter-spacing: 0;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5;
}

#wool #contents #price .inner {
	padding-top: 40px;
}

#wool #contents #price .secPrice {
	margin-top: 25px;
}

#wool #contents #price .secPrice+.secPrice {
	border-top: 1px solid #c7c5c4;
	padding-top: 25px;
}

#wool #contents #price .secPrice+.secPrice .areaTit {
	margin-top: 0;
}

#wool #contents #price .secPrice .areaTit {
	margin-top: 20px;
}

#wool #contents #price .secPrice .areaTit .subTit {
	font-size: 1.5rem;
	font-weight: bold;
	color: #382e2c;
}

#wool #contents #price .secPrice .areaTit .subTit span {
	display: block;
	position: relative;
	padding-left: 30px;
	font-family: "Noto Serif Japanese", serif;
	font-size: 1.3rem;
}

#wool #contents #price .secPrice .areaTit .subTit span:before {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 25px;
	height: 1px;
	border-top: 1px solid #382e2c;
}

#wool #contents #price .secPrice .icos {
	margin-top: 5px;
}

#wool #contents #price .secPrice .icos .ico {
	display: inline-block;
	vertical-align: top;
	width: 35px;
}

#wool #contents #price .secPrice .box {
	margin-top: 25px;
}

#wool #contents #price .secPrice .box.sub {
	margin-top: 0;
}

#wool #contents #price .secPrice .box strong {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

#wool #contents #price .secPrice .box .info {
	margin-top: 20px;
}

#wool #contents #price .secPrice .box .info .txt {
	background-color: #fff;
	margin-top: 20px;
	padding: 20px;
	line-height: 1.8;
}

#wool #contents #price .secPrice .txt01 {
	margin-top: 10px;
}

#wool #contents #price .secPrice .txt01 span {
	display: inline-block;
	width: 35px;
	top: 1px;
	margin: 0 3px;
	position: relative;
}

@media (min-width: 600px) {
	#wool #contents #intro .tit {
		font-size: 2.6rem;
		text-align: center;
	}

	#wool #contents #intro .info {
		margin-top: 34px;
		padding: 30px 30px 10px;
		background-image: url("../img/standard/wool/bg_nishikawawool_pc.png");
	}

	#wool #contents #intro .info .head {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 785px;
		margin: auto;
		padding: 0 0 0 10px;
	}

	#wool #contents #intro .info .img {
		width: 240px;
	}

	#wool #contents #intro .info .leadTxt {
		font-size: 2rem;
		line-height: 1.56;
		padding: 0;
	}

	#wool #contents #intro .list {
		margin: 25px auto 0 auto;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px 25px;
		width: 785px;
	}

	#wool #contents #intro .list .item {
		width: 380px;
		height: 300px;
		border: 5px solid #ebe5d6;
		padding: 45px 45px 30px;
	}

	#wool #contents #intro .list .item:nth-child(2) {
		padding-top: 30px;
	}

	#wool #contents #intro .list .item+.item {
		margin-top: 0;
	}

	#wool #contents #intro .list .cat {
		margin: 0 -30px;
		text-align: center;
	}

	#wool #contents #intro .list .cat span {
		font-size: 1.8rem;
		line-height: 1.3;
	}

	#wool #contents #intro .list .cat span:before {
		width: 50px;
		height: 19px;
		margin-top: 0;
		top: 2.8em;
	}

	#wool #contents #intro .list .cat span:after {
		width: 50px;
		height: 19px;
		margin-top: 0;
		top: 2.8em;
	}

	#wool #contents #intro .list .txt {
		margin-top: 30px;
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 1.75;
	}

	#wool #contents #price .inner {
		padding-top: 80px;
	}

	#wool #contents #price .secPrice {
		margin-top: 50px;
	}

	#wool #contents #price .secPrice+.secPrice {
		margin-top: 60px;
		padding-top: 50px;
	}

	#wool #contents #price .secPrice+.secPrice .areaTit .subTit {
		padding-right: 0;
	}

	#wool #contents #price .secPrice.second .areaTit .subTit {
		padding-right: 0;
	}

	#wool #contents #price .secPrice+.secPrice .box .info .txt {
		margin-top: 20px;
	}

	#wool #contents #price .secPrice.second .box .info .txt {
		margin-top: 20px;
	}

	#wool #contents #price .secPrice+.secPrice .table {
		margin-top: 40px;
	}

	.secPrice.second .table {
		margin-top: 40px;
	}

	#wool #contents #price .secPrice+.secPrice .table table th {
		width: 33%;
	}

	#wool #contents #price .secPrice+.secPrice .table table td {
		text-align: center;
	}

	#wool #contents #price .secPrice .areaTit {
		margin-top: 30px;
	}

	#wool #contents #price .secPrice .areaTit .subTit {
		display: inline-block;
		padding-right: 48px;
		font-size: 2rem;
	}

	#wool #contents #price .secPrice .areaTit .subTit span {
		padding-left: 37px;
		font-size: 1.6rem;
	}

	#wool #contents #price .secPrice .areaTit .subTit span:before {
		top: 15px;
		width: 30px;
	}

	#wool #contents #price .secPrice .icos {
		display: inline-block;
		position: relative;
		top: -3px;
	}

	#wool #contents #price .secPrice .icos .ico {
		width: 50px;
	}

	#wool #contents #price .secPrice .box {
		margin-top: 20px;
	}

	#wool #contents #price .secPrice .box.sub .info {
		width: 590px;
	}

	#wool #contents #price .secPrice .box.sub .img {
		width: 398px;
		float: right;
	}

	#wool #contents #price .secPrice .box .info {
		width: 494px;
		float: left;
		margin-top: 0;
	}

	#wool #contents #price .secPrice .box .info .txt {
		margin-top: 0;
		padding: 25px 30px;
	}

	#wool #contents #price .secPrice .box .info .txt span {
		margin-left: 70px;
	}

	#wool #contents #price .secPrice .box .table {
		width: 494px;
		float: right;
		margin-top: 0;
	}

	#wool #contents #price .secPrice .box .img {
		margin-top: 40px;
	}

	#wool #contents #price .secPrice .txt01 {
		margin-top: 10px;
		text-align: right;
	}

	#wool #contents #price .secPrice .txt01 span {
		display: inline-block;
		width: 35px;
		top: 4px;
		margin: 0 3px;
		position: relative;
	}
}

/***  おすすめの理由  ***/
#wool #contents #recommend .reason {
	background-color: #fff;
	margin-top: 20px;
}

#wool #contents #recommend .reason-txt {
	padding: 32px 20px 0;
	text-align: center;
}

#wool #contents #recommend .reason-txt>h2 {
	font-size: 1.6rem;
	padding-bottom: 25px;
	letter-spacing: 0;
	font-weight: 700;
}

#wool #contents #recommend .reason-item>.item {
	padding-bottom: 30px;
	text-align: center;
}

#wool #contents #recommend .item>h3 {
	display: block;
	font-size: 1.6rem;
	width: 100%;
	height: 30px;
	background-color: #d9e1da;
	border-radius: 30px;
	line-height: 1.8;
	letter-spacing: 0;
	font-weight: 700;
}

#wool #contents #recommend .item>p {
	padding: 15px 12px 0;
	font-size: 1.4rem;
	text-align: left;
	font-weight: 500;
	letter-spacing: 0;
	padding-bottom: 18px;
}

#wool #contents #recommend .item>img {
	width: 200px;
}

@media (min-width: 600px) {
	#wool #contents #recommend .reason {
		margin-top: 40px;
	}

	#wool #contents #recommend .reason-txt {
		padding: 45px 40px 40px;
	}

	#wool #contents #recommend .reason-item {
		display: flex;
		gap: 50px;
	}

	#wool #contents #recommend .reason-txt .reason-item>.item {
		width: 100%;
		padding-bottom: 0;
	}

	#wool #contents #recommend .item>p {
		padding: 15px 10px 0;
		min-height: 183px;
		line-height: 1.75;
		font-size: 1.6rem;
	}

	#wool #contents #recommend .item>img {
		width: 273px;
		padding-top: 25px;
		font-size: 1.6rem;
	}

	#wool #contents #recommend .item>h3 {
		font-size: 1.8rem;
		height: 40px;
		line-height: 2.2;
	}

	#wool #contents #recommend .reason-txt>h2 {
		font-size: 2rem;
	}
}

/*=============================================================
 standard ケットパッド
=============================================================*/
#ket_pad #mainimgContent {
	background-image: url(../img/standard/ket_pad/pic_mainimg01_sp.png);
}

@media (min-width: 600px) {
	#ket_pad #mainimgContent {
		background-image: url(../img/standard/ket_pad/pic_mainimg01_pc.png);
	}
}

/*#ket_pad #contents #price .inner {
	padding-top: 40px;
}*/
#ket_pad #contents #price .secPrice {
	margin-top: 25px;
}

#ket_pad #contents #price .secPrice+.secPrice {
	border-top: 1px solid #c7c5c4;
	padding-top: 25px;
}

#ket_pad #contents #price .secPrice+.secPrice .areaTit {
	margin-top: 0;
}

#ket_pad #contents #price .secPrice .areaTit {
	margin-top: 20px;
}

#ket_pad #contents #price .secPrice .areaTit .subTit {
	font-size: 1.5rem;
	font-weight: bold;
	color: #382e2c;
}

#ket_pad #contents #price .secPrice .areaTit .subTit span {
	display: block;
	position: relative;
	padding-left: 30px;
	font-family: "Noto Serif Japanese", serif;
	font-size: 1.3rem;
}

#ket_pad #contents #price .secPrice .areaTit .subTit span:before {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 25px;
	height: 1px;
	border-top: 1px solid #382e2c;
}

#ket_pad #contents #price .secPrice .icos {
	margin-top: 5px;
}

#ket_pad #contents #price .secPrice .icos .ico {
	display: inline-block;
	vertical-align: top;
	width: 35px;
}

#ket_pad #contents #price .secPrice .icos .ico.note {
	width: 50px;
}

#ket_pad #contents #price .secPrice .box {
	margin-top: 0;
}

#ket_pad #contents #price .secPrice .box strong {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	text-indent: -4.3em;
	padding-left: 55px;
}

#ket_pad #contents #price .secPrice .box .info {
	margin-top: 20px;
}

#ket_pad #contents #price .secPrice .box .info .txt {
	background-color: #fff;
	margin-top: 20px;
	padding: 20px;
	line-height: 1.8;
}

#ket_pad #contents #price .secPrice .txt01 {
	margin-top: 10px;
}

#ket_pad #contents #price .secPrice .txt01 span {
	display: inline-block;
	width: 35px;
	top: 1px;
	margin: 0 3px;
	position: relative;
}

@media (min-width: 600px) {

	/*#ket_pad #contents #price .inner {
		padding-top: 80px;
	}*/
	#ket_pad #contents #price .secPrice {
		margin-top: 50px;
	}

	#ket_pad #contents #price .secPrice+.secPrice {
		margin-top: 60px;
		padding-top: 50px;
	}

	#ket_pad #contents #price .secPrice .areaTit {
		position: relative;
		margin-top: 0;
	}

	#ket_pad #contents #price .secPrice .areaTit .subTit {
		display: inline-block;
		padding-right: 48px;
		font-size: 2rem;
	}

	#ket_pad #contents #price .secPrice .areaTit .subTit span {
		padding-left: 37px;
		font-size: 1.6rem;
	}

	#ket_pad #contents #price .secPrice .areaTit .subTit span:before {
		top: 15px;
		width: 30px;
	}

	#ket_pad #contents #price .secPrice .icos {
		display: inline-block;
		position: absolute;
		top: 2px;
		right: 0;
	}

	#ket_pad #contents #price .secPrice .icos .ico {
		width: 50px;
	}

	#ket_pad #contents #price .secPrice .icos .ico.note {
		width: 70px;
	}

	#ket_pad #contents #price .secPrice .box .info {
		width: 590px;
		float: left;
		margin-top: 0;
	}

	#ket_pad #contents #price .secPrice .box .info .txt {
		margin-top: 23px;
		padding: 25px 30px;
	}

	#ket_pad #contents #price .secPrice .box .info .txt span {
		vertical-align: top;
	}

	#ket_pad #contents #price .secPrice .box .info .txt span+span {
		margin-left: 15px;
	}

	#ket_pad #contents #price .secPrice .box .img {
		width: 398px;
		float: right;
	}

	#ket_pad #contents #price .secPrice .table {
		margin-top: 40px;
	}

	#ket_pad #contents #price .secPrice .table table th {
		width: 33%;
	}

	#ket_pad #contents #price .secPrice .table table td {
		text-align: center;
	}

	#ket_pad #contents #price .secPrice .txt01 {
		margin-top: 10px;
	}

	#ket_pad #contents #price .secPrice .txt01 span {
		display: inline-block;
		width: 35px;
		top: 4px;
		margin: 0 3px;
		position: relative;
	}
}

/*=============================================================
2018/2/14以前
=============================================================*/
/*! kv
------------------------------------------------- */
#lineup #mainimgContent {
	background-image: url(../img/standard/pic_mainimg01.png);
}

@media (min-width: 600px) {
	#lineup #mainimgContent .txt br {
		display: none;
	}
}

#pillow #mainimgContent,
#pillow_price #mainimgContent {
	background-image: url(../img/standard/pillow/pic_mainimg01.png);
}

#mat #mainimgContent,
#cube_k #mainimgContent {
	background-image: url(../img/standard/cube_k/pic_mainimg01.png);
}

#maintenance #mainimgContent {
	background-image: url(../img/standard/maintenance/pic_mainimg01.png);
}

#original_mat #mainimgContent {
	background-image: url(../img/standard/original_mat/pic_mainimg01.png);
}

#down_comforter #mainimgContent,
#gore #mainimgContent,
#gore_duo #mainimgContent,
#gore_order #mainimgContent {
	background-image: url(../img/standard/down_comforter/pic_mainimg02_sp.png);
}

@media (min-width: 321px) {

	#down_comforter #mainimgContent,
	#gore #mainimgContent,
	#gore_duo #mainimgContent,
	#gore_order #mainimgContent {
		background-image: url(../img/standard/down_comforter/pic_mainimg01_sp.png);
	}
}

@media (min-width: 600px) {

	#down_comforter #mainimgContent,
	#gore #mainimgContent,
	#gore_duo #mainimgContent,
	#gore_order #mainimgContent {
		background-image: url(../img/standard/down_comforter/pic_mainimg01_pc.png);
	}
}

#down_comforter #mainimgContent,
#gore #mainimgContent,
#gore_duo #mainimgContent,
#gore_order #mainimgContent {
	background-position: center center;
}

/*! #lineup
------------------------------------------------- */
#lineup #contents .introTxt {
	padding-bottom: 25px;
	text-align: left;
}

@media (min-width: 600px) {
	#lineup #contents .introTxt {
		font-size: 1.4rem;
		text-align: center;
		padding-bottom: 43px;
	}
}

#lineup #contents .list+.tit {
	margin-top: 25px;
}

@media (min-width: 600px) {
	#lineup #contents .list+.tit {
		margin-top: 60px;
	}
}

@media (min-width: 600px) {
	#lineup #contents .list {
		margin-right: -30px;
		margin-left: -30px;
	}

	#lineup #contents .list .col {
		width: 50%;
		float: left;
		padding-left: 30px;
		padding-right: 30px;
	}
}

#lineup #contents .list .item {
	position: relative;
}

#lineup #contents .list .item+.item {
	margin-top: 20px;
}

@media (min-width: 600px) {
	#lineup #contents .list .item+.item {
		margin-top: 0;
	}
}

#lineup #contents .list .img {
	position: absolute;
	top: 0;
	z-index: 1;
	height: 239px;
}

@media (min-width: 600px) {
	#lineup #contents .list .img {
		width: 297px;
		height: 295px;
	}
}

#lineup #contents .list .box {
	position: relative;
	z-index: 2;
	margin-top: 15px;
	width: 185px;
	float: right;
}

@media (min-width: 600px) {
	#lineup #contents .list .box {
		margin-top: 20px;
		width: 297px;
		height: 315px;
	}
}

#lineup #contents .group {
	margin-top: 30px;
}

@media (min-width: 600px) {
	#lineup #contents .group {
		width: 50%;
		float: left;
		margin-top: 80px;
		padding-right: 30px;
	}

	#lineup #contents .group+.group {
		padding-left: 30px;
		padding-right: 0;
	}

	#lineup #contents .group .list .item {
		width: 100%;
	}
}

/*! lineNav
------------------------------------------------- */
.lineNav {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 30px;
}

.lineNav.n02 {
	margin-bottom: 0;
}

@media (min-width: 600px) {
	.lineNav {
		margin-bottom: 60px;
	}

	.lineNav.n02 {
		margin-bottom: 0;
	}
}

.lineNav li {
	width: 50%;
	padding: 0 2px;
	border-right: 1px solid #c7c5c4;
}

.lineNav li:first-child {
	border-left: 1px solid #c7c5c4;
}

.lineNav li a {
	font-size: 1.2rem;
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 15px 0;
	filter: alpha(opacity=40);
	opacity: 0.4;
	-moz-opacity: 0.4;
	transition: all 0.3s;
}

.lineNav li a:hover,
.lineNav li a.active {
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	border-bottom: 4px solid #382e2c;
}

@media (min-width: 600px) {
	.lineNav li a {
		font-size: 1.5rem;
		padding: 20px 0;
	}
}

.lineNav li a span {
	display: inline-block;
	margin-right: 10px;
	margin-left: -15px;
}

.lineNav li a span img {
	width: 80%;
}

@media (min-width: 600px) {
	.lineNav li a span {
		margin-right: 40px;
		position: relative;
		top: 2px;
	}

	.lineNav li a span img {
		width: 100%;
	}
}

/*! lineBnr
------------------------------------------------- */
.lineBnr li:first-child {
	margin-bottom: 10px;
}

@media (min-width: 600px) {
	.lineBnr li {
		float: left;
		width: 500px;
	}

	.lineBnr li:first-child {
		margin-right: 20px;
		margin-bottom: 0;
	}
}

.lineBnr li a {
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 88px;
	padding: 0 30px;
	position: relative;
	transition: all 0.6s;
}

.lineBnr li a:after {
	position: absolute;
	top: 50%;
	right: 6%;
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	margin: 0;
	border-top: 3px solid #382e2c;
	border-right: 3px solid #382e2c;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	-ms-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
}

.lineBnr li a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
}

@media (min-width: 600px) {
	.lineBnr li a {
		font-size: 2.2rem;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 140px;
	}

	.lineBnr li a:after {
		position: absolute;
		top: 50%;
		right: 6%;
		display: block;
		content: "";
		width: 6px;
		height: 6px;
		margin: 0;
		border-top: 2px solid #382e2c;
		border-right: 2px solid #382e2c;
		-webkit-transform: translate(0, -50%) rotate(45deg);
		-ms-transform: translate(0, -50%) rotate(45deg);
		transform: translate(0, -50%) rotate(45deg);
	}
}

.lineBnr li.bnr01 a {
	background: url(../img/standard/bnr01.png) no-repeat center center;
	background-size: cover;
}

.lineBnr li.bnr02 a {
	background: url(../img/standard/bnr02.png) no-repeat center center;
	background-size: cover;
}

.lineBnr li.bnr03 a {
	background: url(../img/standard/bnr03.png) no-repeat center center;
	background-size: cover;
}

/*! #point
------------------------------------------------- */
#pillow #contents #point {
	margin-bottom: 25px;
}

@media (min-width: 600px) {
	#pillow #contents #point {
		margin-bottom: 80px;
	}
}

#pillow #contents #point .txt {
	margin-bottom: 20px;
}

@media (min-width: 600px) {
	#pillow #contents #point .txt {
		text-align: center;
		margin-bottom: 30px;
	}
}

#pillow #contents #point .sec01 {
	background: #fff;
	margin-bottom: 25px;
}

#pillow #contents #point .sec01 .txtBox {
	padding: 20px;
}

#pillow #contents #point .sec01 .txtBox h3 {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 10px;
}

@media (min-width: 600px) {
	#pillow #contents #point .sec01 {
		width: 495px;
		margin: 0 auto 40px;
	}

	#pillow #contents #point .sec01 .txtBox {
		padding: 25px 30px;
	}

	#pillow #contents #point .sec01 .txtBox h3 {
		font-size: 2rem;
	}
}

#pillow #contents #point .sec02 {
	background: #fff;
	padding: 33px 20px 25px;
}

@media (min-width: 600px) {
	#pillow #contents #point .sec02 {
		padding: 50px 40px;
	}

	#pillow #contents #point .sec02 .box01 {
		position: relative;
	}
}

#pillow #contents #point .sec02 .box01 .img01 {
	margin-bottom: 17px;
}

@media (min-width: 600px) {
	#pillow #contents #point .sec02 .box01 .img01 {
		position: absolute;
		top: 17px;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

#pillow #contents #point .sec02 .box01 .list01 {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 0 0 15px -10px;
}

#pillow #contents #point .sec02 .box01 .list01 li {
	background: url(../img/standard/bg01.png) repeat left top;
	width: 50%;
	padding: 15px 13px 13px;
	margin-left: 10px;
}

#pillow #contents #point .sec02 .box01 .list01 .img02 {
	margin-bottom: 7px;
}

#pillow #contents #point .sec02 .box01 .list01 h3 {
	font-weight: bold;
}

@media (min-width: 600px) {
	#pillow #contents #point .sec02 .box01 .list01 {
		margin: 0 0 30px;
	}

	#pillow #contents #point .sec02 .box01 .list01 li {
		width: 240px;
		padding: 30px 25px;
		margin-left: 464px;
	}

	#pillow #contents #point .sec02 .box01 .list01 li:first-child {
		margin-left: 0;
	}

	#pillow #contents #point .sec02 .box01 .list01 .img02 {
		margin-bottom: 15px;
	}

	#pillow #contents #point .sec02 .box01 .list01 h3 {
		margin-bottom: 5px;
	}
}

#pillow #contents #point .sec02 .wrap01 {
	background: url(../img/standard/bg01.png) repeat left top;
	padding: 20px 13px;
	margin-bottom: 15px;
}

@media (min-width: 600px) {
	#pillow #contents #point .sec02 .wrap01 {
		padding: 30px 25px 35px;
		margin-bottom: 30px;
	}

	#pillow #contents #point .sec02 .box02 {
		padding-bottom: 20px;
	}
}

#pillow #contents #point .sec02 .box02 .tit01 {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 10px;
}

@media (min-width: 600px) {
	#pillow #contents #point .sec02 .box02 .tit01 {
		font-size: 1.6rem;
		margin-bottom: 20px;
		text-align: center;
	}
}

#pillow #contents #point .sec02 .box02 .construction01 {
	margin-bottom: 12px;
	position: relative;
}

@media (min-width: 600px) {
	#pillow #contents #point .sec02 .box02 .construction01 {
		padding: 30px 100px;
		background: #fff;
	}
}

#pillow #contents #point .sec02 .box02 .construction01 .imgClm {
	position: absolute;
	width: 133px;
	min-width: 133px;
	top: 0;
	left: 0;
}

@media (min-width: 600px) {
	#pillow #contents #point .sec02 .box02 .construction01 .imgClm {
		position: static;
		float: left;
		width: 340px;
		min-width: 340px;
	}
}

#pillow #contents #point .sec02 .box02 .construction01 .txtClm {
	padding-left: 138px;
	position: relative;
}

#pillow #contents #point .sec02 .box02 .construction01 .txtClm .txt01 {
	position: absolute;
	top: -3px;
	left: 138px;
}

#pillow #contents #point .sec02 .box02 .construction01 .txtClm dt {
	font-weight: bold;
}

#pillow #contents #point .sec02 .box02 .construction01 .txtClm .txt02 {
	position: absolute;
	top: 64px;
	left: 138px;
}

#pillow #contents #point .sec02 .box02 .construction01 .txtClm .txt03 {
	padding-top: 130px;
}

@media (min-width: 600px) {
	#pillow #contents #point .sec02 .box02 .construction01 .txtClm {
		padding-left: 340px;
		margin-top: 30px;
	}

	#pillow #contents #point .sec02 .box02 .construction01 .txtClm .txt01 {
		position: static;
		top: 0;
		left: 0;
	}

	#pillow #contents #point .sec02 .box02 .construction01 .txtClm .txt02 {
		position: static;
		top: 0;
		left: 0;
		margin-top: 45px;
	}

	#pillow #contents #point .sec02 .box02 .construction01 .txtClm .txt03 {
		margin-top: 45px;
		padding-top: 0;
	}

	#pillow #contents #point .sec02 .box02 .construction01 .txtClm dl {
		padding-bottom: 12px;
	}

	#pillow #contents #point .sec02 .box02 .construction01 .txtClm dt {
		float: left;
		width: 110px;
		font-weight: bold;
		text-align: center;
	}

	#pillow #contents #point .sec02 .box02 .construction01 .txtClm dd {
		float: left;
		width: 230px;
	}
}

#pillow #contents #point .sec02 .box02 .construction02 {
	padding-bottom: 5px;
}

@media (min-width: 600px) {
	#pillow #contents #point .sec02 .box02 .construction02 {
		float: right;
		width: 475px;
	}
}

#pillow #contents #point .sec02 .box02 .construction02 li {
	background: #fff;
	padding: 20px 15px;
	margin-bottom: 10px;
}

@media (min-width: 600px) {
	#pillow #contents #point .sec02 .box02 .construction02 li {
		padding: 20px 25px;
		margin-bottom: 12px;
	}
}

#pillow #contents #point .sec02 .box03 .imgClm {
	text-align: center;
	margin-bottom: 10px;
}

#pillow #contents #point .sec02 .box03 .imgClm img {
	width: 50%;
	max-width: 190px;
}

@media (min-width: 600px) {
	#pillow #contents #point .sec02 .box03 .imgClm {
		width: 150px;
		margin: -20px auto 10px;
	}

	#pillow #contents #point .sec02 .box03 .imgClm img {
		width: 100%;
		max-width: 100%;
	}
}

#pillow #contents #point .sec02 .box03 .txtClm dt {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 5px;
}

@media (min-width: 600px) {
	#pillow #contents #point .sec02 .box03 .txtClm dt {
		font-size: 1.4rem;
		line-height: 1.8;
		margin-bottom: 5px;
	}
}

#pillow #contents #point .sec02 .box03 .tit01 {
	margin-bottom: 10px;
}

#pillow #contents #point .sec02 .box03 .tit01 span {
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	background: #c4ad7a;
	display: inline-block;
	padding: 3px 15px;
}

@media (min-width: 600px) {
	#pillow #contents #point .sec02 .box03 .tit01 {
		margin-bottom: 20px;
	}

	#pillow #contents #point .sec02 .box03 .tit01 span {
		font-size: 1.6rem;
		font-weight: bold;
		padding: 3px 25px;
	}
}

#pillow #contents #point .sec02 .box03 .construction03 {
	background: #fff;
	padding: 15px;
	margin-bottom: 10px;
}

@media (min-width: 600px) {
	#pillow #contents #point .sec02 .box03 .construction03 {
		float: left;
		width: 430px;
		padding: 25px;
		margin-bottom: 0;
	}
}

#pillow #contents #point .sec02 .box03 .construction03 .img01 {
	margin-bottom: 10px;
}

@media (min-width: 600px) {
	#pillow #contents #point .sec02 .box03 .construction03 .img01 {
		margin-bottom: 20px;
	}
}

#pillow #contents #point .sec02 .box03 .construction03 ul {
	margin: 10px -2px 0;
}

#pillow #contents #point .sec02 .box03 .construction03 li {
	text-align: center;
	float: left;
	width: 50%;
	padding: 0 2px;
}

@media (min-width: 600px) {
	#pillow #contents #point .sec02 .box03 .construction03 ul {
		margin: 20px -10px 0;
	}

	#pillow #contents #point .sec02 .box03 .construction03 li {
		text-align: center;
		float: left;
		width: 50%;
		padding: 0 10px;
	}
}

#pillow #contents #point .sec02 .box03 .construction04 {
	background: #fff;
	padding: 15px 15px 5px;
}

@media (min-width: 600px) {
	#pillow #contents #point .sec02 .box03 .construction04 {
		float: right;
		width: 435px;
		padding: 25px 25px 5px;
	}
}

#pillow #contents #point .sec02 .box03 .construction04 ul {
	margin: 10px -5px 0;
}

#pillow #contents #point .sec02 .box03 .construction04 li {
	/*float: left;*/
	/*width: 50%;*/
	padding: 0 5px 10px;
}

#pillow #contents #point .sec02 .box03 .construction04 li p {
	float: left;
	width: 50%;
}

#pillow #contents #point .sec02 .box03 .construction04 li p+p {
	padding: 5px 0 0 15px;
	box-sizing: border-box;
}

@media (min-width: 600px) {
	#pillow #contents #point .sec02 .box03 .construction04 li p {
		width: 100%;
		text-align: center;
	}
}

#pillow #contents #point .sec02 .txtArea {
	background-color: #f3f2eb;
	background-image: url(../img/standard/pillow/bg01.png);
	background-repeat: no-repeat;
	background-position: right 15px bottom 15px;
	background-size: 50px auto;
	padding: 15px;
}

#pillow #contents #point .sec02 .txtArea strong {
	font-size: 1.5rem;
	color: #6c5211;
}

@media (min-width: 600px) {
	#pillow #contents #point .sec02 .txtArea {
		text-align: center;
		background-position: right 25px bottom 25px;
		background-size: 85px auto;
		padding: 60px 40px;
	}

	#pillow #contents #point .sec02 .txtArea strong {
		font-size: 2rem;
	}
}

#pillow #contents #size {
	background: #fff;
	padding: 30px 0;
}

@media (min-width: 600px) {
	#pillow #contents #size {
		padding: 80px 0;
	}
}

#pillow #contents #size .box {
	background: url(../img/common/bg01.png) repeat left top;
	padding: 25px 20px 5px;
}

@media (min-width: 600px) {
	#pillow #contents #size .box {
		padding: 50px 40px;
	}
}

#pillow #contents #size .box .txt {
	font-size: 1.5rem;
	font-weight: bold;
	color: #55461f;
	text-align: center;
	margin-bottom: 20px;
}

@media (min-width: 600px) {
	#pillow #contents #size .box .txt {
		font-size: 2rem;
		margin-bottom: 30px;
	}
}

#pillow #contents #size .box li {
	background: #fff;
	padding: 15px 13px 14px;
	margin-bottom: 10px;
}

@media (min-width: 600px) {
	#pillow #contents #size .box ul {
		margin: 0 -20px;
	}

	#pillow #contents #size .box li {
		float: left;
		width: 450px;
		padding: 25px 30px;
		margin: 0 20px;
	}
}

#pillow #contents #size .box li h3 {
	font-size: 1.5rem;
	color: #55461f;
	text-align: center;
	margin-bottom: 5px;
}

@media (min-width: 600px) {
	#pillow #contents #size .box li h3 {
		font-size: 2rem;
		margin-bottom: 10px;
	}
}

#pillow #contents #relax {
	padding: 30px 0 15px;
}

@media (min-width: 600px) {
	#pillow #contents #relax {
		padding: 80px 0 70px;
	}
}

#pillow #contents #relax .stit {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

@media (min-width: 600px) {
	#pillow #contents #relax .stit {
		font-size: 2rem;
		margin-bottom: 30px;
	}
}

#pillow #contents #relax .list01 {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -5px;
}

@media (min-width: 600px) {
	#pillow #contents #relax .list01 {
		margin: 0 0 0 -20px;
	}
}

#pillow #contents #relax .list01 li {
	width: 50%;
	padding: 0 5px 10px;
}

@media (min-width: 600px) {
	#pillow #contents #relax .list01 li {
		width: 188px;
		padding: 0;
		margin-left: 20px;
	}
}

#pillow #contents #relax .list01 li .bg {
	background: #fff;
	padding: 20px 13px;
}

@media (min-width: 600px) {
	#pillow #contents #relax .list01 li .bg {
		padding: 30px 20px;
	}
}

#pillow #contents #relax .list01 li .img {
	text-align: center;
	margin-bottom: 12px;
}

#pillow #contents #relax .list01 li .img img {
	width: 60%;
	max-width: 140px;
}

@media (min-width: 600px) {
	#pillow #contents #relax .list01 li .img {
		margin-bottom: 20px;
	}

	#pillow #contents #relax .list01 li .img img {
		width: 80%;
		max-width: 110px;
	}
}

#pillow #contents #relax .list01 li .tit {
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

/*! #pillow_price & #cube_k & #original_mat & #gore
------------------------------------------------- */
#original_mat #contents .price {
	padding-top: 10px;
	padding-bottom: 30px;
}

@media (min-width: 600px) {

	#pillow_price #contents .price,
	#cube_k #contents .price,
	#wave_siguma #contents .price,
	#wave_t #contents .price,
	#body_zero #contents .price {
		padding-bottom: 30px;
	}

	#original_mat #contents .price {
		padding-top: 40px;
		padding-bottom: 0;
	}
}

#pillow_price #contents .priceSec01,
#cube_k #contents .priceSec01,
#wave_siguma #contents .priceSec01,
#wave_t #contents .priceSec01,
#body_zero #contents .priceSec01,
#original_mat #contents .priceSec01,
#gore #contents .priceSec01 {
	padding-bottom: 20px;
}

.info+.priceSec01 {
	padding-top: 40px;
}

@media all and (min-width: 600px) {
	.info+.priceSec01 {
		padding-top: 80px;
	}
}

#pillow_price #contents .priceSec01.bd,
#cube_k #contents .priceSec01.bd,
#wave_siguma #contents .priceSec01.bd,
#wave_t #contents .priceSec01.bd,
#body_zero #contents .priceSec01.bd,
#original_mat #contents .priceSec01.bd,
#gore #contents .priceSec01.bd,
#gore_duo #contents .priceSec01.bd,
#gore_order #contents .priceSec01.bd {
	padding-top: 30px;
	margin-top: 10px;
	border-top: 1px solid #c7c5c4;
}

#body_zero #contents .bodyzero9 {
	margin-top: 25px;
}

@media (min-width: 600px) {

	#pillow_price #contents .priceSec01,
	#cube_k #contents .priceSec01,
	#wave_siguma #contents .priceSec01,
	#wave_t #contents .priceSec01,
	#body_zero #contents .priceSec01,
	#original_mat #contents .priceSec01 {
		padding-bottom: 50px;
	}

	#gore #contents .priceSec01,
	#gore_duo #contents .priceSec01,
	#gore_order #contents .priceSec01 {
		padding-bottom: 40px;
	}

	#pillow_price #contents .priceSec01.bd,
	#cube_k #contents .priceSec01.bd,
	#wave_siguma #contents .priceSec01.bd,
	#wave_t #contents .priceSec01.bd,
	#body_zero #contents .priceSec01.bd,
	#original_mat #contents .priceSec01.bd {
		padding-top: 60px;
		border-top: 1px solid #c7c5c4;
	}

	#body_zero #contents .bodyzero9 {
		margin-top: 40px;
	}
}

#pillow_price #contents .priceSec01 .imgClm,
#cube_k #contents .priceSec01 .imgClm,
#wave_siguma #contents .priceSec01 .imgClm,
#wave_t #contents .priceSec01 .imgClm,
#body_zero #contents .priceSec01 .imgClm,
#original_mat #contents .priceSec01 .imgClm,
#gore #contents .priceSec01 .imgClm,
#gore_duo #contents .priceSec01 .imgClm,
#gore_order #contents .priceSec01 .imgClm {
	margin-bottom: 15px;
}

#cube_k #contents .priceSec01 .imgClm .comp {
	margin-top: 10px;
	background: #fff;
}

#cube_k #contents .priceSec01 .imgClm .comp span {
	display: block;
	padding: 10px;
	font-size: 1.1rem;
}

#pillow_price #contents .priceSec01 .imgClm .img,
#cube_k #contents .priceSec01 .imgClm .img,
#wave_siguma #contents .priceSec01 .imgClm .img,
#wave_t #contents .priceSec01 .imgClm .img,
#body_zero #contents .priceSec01 .imgClm .img,
#original_mat #contents .priceSec01 .imgClm .img {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 10px 0 0 -10px;
}

#body_zero #contents .priceSec01 .imgClm .img.is_full li,
#wave_siguma #contents .priceSec01 .imgClm .img.is_full li,
#wave_t #contents .priceSec01 .imgClm .img.is_full li {
	width: 100%;
}

#pillow_price #contents .priceSec01 .imgClm .img li,
#cube_k #contents .priceSec01 .imgClm .img li,
#wave_siguma #contents .priceSec01 .imgClm .img li,
#wave_t #contents .priceSec01 .imgClm .img li,
#body_zero #contents .priceSec01 .imgClm .img li,
#original_mat #contents .priceSec01 .imgClm .img li {
	width: 50%;
	margin-left: 10px;
}

#gore #contents .priceSec01 .imgClm .ico,
#gore_duo #contents .priceSec01 .imgClm .ico,
#gore_order #contents .priceSec01 .imgClm .ico {
	text-align: right;
	padding-top: 10px;
}

#gore #contents .priceSec01 .imgClm .ico li {
	display: inline-block;
	vertical-align: top;
	width: 35px;
}

@media (min-width: 600px) {

	#gore #contents .priceSec01 .imgClm .ico,
	#gore_duo #contents .priceSec01 .imgClm .ico,
	#gore_order #contents .priceSec01 .imgClm .ico {
		padding-top: 20px;
	}

	#gore #contents .priceSec01 .imgClm .ico li,
	#gore_duo #contents .priceSec01 .imgClm .ico li,
	#gore_order #contents .priceSec01 .imgClm .ico li {
		width: 50px;
		margin-left: 5px;
	}
}

@media (min-width: 600px) {
	#pillow_price #contents .priceSec01 .imgClm {
		float: right;
		width: 440px;
		padding-top: 10px;
	}

	#pillow_price #contents .priceSec01 .txtClm {
		float: left;
		width: 540px;
	}

	#cube_k #contents .priceSec01 .imgClm,
	#wave_siguma #contents .priceSec01 .imgClm,
	#wave_t #contents .priceSec01 .imgClm,
	#body_zero #contents .priceSec01 .imgClm,
	#original_mat #contents .priceSec01 .imgClm,
	#gore #contents .priceSec01 .imgClm,
	#gore_duo #contents .priceSec01 .imgClm,
	#gore_order #contents .priceSec01 .imgClm {
		float: right;
		width: 390px;
	}

	#cube_k #contents .priceSec01 .txtClm,
	#wave_siguma #contents .priceSec01 .txtClm,
	#wave_t #contents .priceSec01 .txtClm,
	#body_zero #contents .priceSec01 .txtClm,
	#original_mat #contents .priceSec01 .txtClm,
	#gore_duo #contents .priceSec01 .txtClm,
	#gore #contents .priceSec01 .txtClm,
	#gore_order #contents .priceSec01 .txtClm {
		float: left;
		width: 590px;
	}
}

#pillow_price #contents .priceSec01 .txtClm .stit,
#cube_k #contents .priceSec01 .txtClm .stit,
#wave_siguma #contents .priceSec01 .txtClm .stit,
#wave_t #contents .priceSec01 .txtClm .stit,
#body_zero #contents .priceSec01 .txtClm .stit,
#original_mat #contents .priceSec01 .txtClm .stit,
#gore #contents .priceSec01 .txtClm .stit,
#gore_duo #contents .priceSec01 .txtClm .stit,
#gore_order #contents .priceSec01 .txtClm .stit {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 15px;
}

#pillow_price #contents .priceSec01 .txtClm .stit.t02,
#cube_k #contents .priceSec01 .txtClm .stit.t02,
#wave_siguma #contents .priceSec01 .txtClm .stit.t02,
#wave_t #contents .priceSec01 .txtClm .stit.t02,
#body_zero #contents .priceSec01 .txtClm .stit.t02,
#original_mat #contents .priceSec01 .txtClm .stit.t02,
#gore #contents .priceSec01 .txtClm .stit.t02,
#gore_duo #contents .priceSec01 .txtClm .stit.t02,
#gore_order #contents .priceSec01 .txtClm .stit.t02 {
	margin-top: 15px;
}

#pillow_price #contents .priceSec01 .txtClm .stit span,
#cube_k #contents .priceSec01 .txtClm .stit span,
#wave_siguma #contents .priceSec01 .txtClm .stit span,
#wave_t #contents .priceSec01 .txtClm .stit span,
#body_zero #contents .priceSec01 .txtClm .stit span,
#original_mat #contents .priceSec01 .txtClm .stit span,
#gore #contents .priceSec01 .txtClm .stit span,
#gore_duo #contents .priceSec01 .txtClm .stit span,
#gore_order #contents .priceSec01 .txtClm .stit span {
	font-size: 1.1rem;
}

@media (min-width: 600px) {

	#pillow_price #contents .priceSec01 .txtClm .stit,
	#cube_k #contents .priceSec01 .txtClm .stit,
	#wave_siguma #contents .priceSec01 .txtClm .stit,
	#wave_t #contents .priceSec01 .txtClm .stit,
	#body_zero #contents .priceSec01 .txtClm .stit,
	#original_mat #contents .priceSec01 .txtClm .stit,
	#gore #contents .priceSec01 .txtClm .stit,
	#gore_order #contents .priceSec01 .txtClm .stit,
	#gore_order #contents .priceSec01 .txtClm .stit {
		font-size: 2rem;
		font-weight: bold;
		line-height: 1.3;
		margin-bottom: 20px;
	}

	#pillow_price #contents .priceSec01 .txtClm .stit.t02,
	#cube_k #contents .priceSec01 .txtClm .stit.t02,
	#wave_siguma #contents .priceSec01 .txtClm .stit.t02,
	#wave_t #contents .priceSec01 .txtClm .stit.t02,
	#body_zero #contents .priceSec01 .txtClm .stit.t02,
	#original_mat #contents .priceSec01 .txtClm .stit.t02,
	#gore #contents .priceSec01 .txtClm .stit.t02,
	#gore_duo #contents .priceSec01 .txtClm .stit.t02,
	#gore_order #contents .priceSec01 .txtClm .stit.t02 {
		margin-top: 25px;
	}

	#pillow_price #contents .priceSec01 .txtClm .stit span,
	#cube_k #contents .priceSec01 .txtClm .stit span,
	#wave_siguma #contents .priceSec01 .txtClm .stit span,
	#wave_t #contents .priceSec01 .txtClm .stit span,
	#body_zero #contents .priceSec01 .txtClm .stit span,
	#original_mat #contents .priceSec01 .txtClm .stit span,
	#gore #contents .priceSec01 .txtClm .stit span,
	#gore_duo #contents .priceSec01 .txtClm .stit span,
	#gore_order #contents .priceSec01 .txtClm .stit span {
		font-size: 1.5rem;
	}
}

#pillow_price #contents .priceSec01 .txtClm .txt,
#cube_k #contents .priceSec01 .txtClm .txt,
#wave_siguma #contents .priceSec01 .txtClm .txt,
#wave_t #contents .priceSec01 .txtClm .txt,
#body_zero #contents .priceSec01 .txtClm .txt,
#original_mat #contents .priceSec01 .txtClm .txt,
#gore #contents .priceSec01 .txtClm .txt,
#gore_duo #contents .priceSec01 .txtClm .txt,
#gore_order #contents .priceSec01 .txtClm .txt {
	margin-bottom: 20px;
}

#pillow_price #contents .priceSec01 .txtClm .txt02,
#cube_k #contents .priceSec01 .txtClm .txt02,
#wave_siguma #contents .priceSec01 .txtClm .txt02,
#wave_t #contents .priceSec01 .txtClm .txt02,
#body_zero #contents .priceSec01 .txtClm .txt02,
#original_mat #contents .priceSec01 .txtClm .txt02,
#gore #contents .priceSec01 .txtClm .txt02,
#gore_duo #contents .priceSec01 .txtClm .txt02,
#gore_order #contents .priceSec01 .txtClm .txt02 {
	margin-top: 10px;
}

@media (min-width: 600px) {

	#pillow_price #contents .priceSec01 .txtClm .txt02,
	#cube_k #contents .priceSec01 .txtClm .txt02,
	#wave_siguma #contents .priceSec01 .txtClm .txt02,
	#wave_t #contents .priceSec01 .txtClm .txt02,
	#body_zero #contents .priceSec01 .txtClm .txt02,
	#original_mat #contents .priceSec01 .txtClm .txt02,
	#gore #contents .priceSec01 .txtClm .txt02,
	#gore_duo #contents .priceSec01 .txtClm .txt02,
	#gore_order #contents .priceSec01 .txtClm .txt02 {
		text-align: right;
	}
}

#pillow_price #contents .priceSec01 .txtClm dl,
#cube_k #contents .priceSec01 .txtClm dl,
#wave_siguma #contents .priceSec01 .txtClm dl,
#wave_t #contents .priceSec01 .txtClm dl,
#body_zero #contents .priceSec01 .txtClm dl,
#original_mat #contents .priceSec01 .txtClm dl,
#gore #contents .priceSec01 .txtClm dl,
#gore_duo #contents .priceSec01 .txtClm dl,
#gore_order #contents .priceSec01 .txtClm dl {
	background: #fff;
	padding: 20px;
	margin-bottom: 5px;
}

#pillow_price #contents .priceSec01 .txtClm dt,
#cube_k #contents .priceSec01 .txtClm dt,
#wave_siguma #contents .priceSec01 .txtClm dt,
#wave_t #contents .priceSec01 .txtClm dt,
#body_zero #contents .priceSec01 .txtClm dt,
#original_mat #contents .priceSec01 .txtClm dt,
#gore #contents .priceSec01 .txtClm dt,
#gore_duo #contents .priceSec01 .txtClm dt,
#gore_order #contents .priceSec01 .txtClm dt {
	font-weight: bold;
	padding-bottom: 10px;
}

#pillow_price #contents .priceSec01 .txtClm dd,
#cube_k #contents .priceSec01 .txtClm dd,
#wave_siguma #contents .priceSec01 .txtClm dd,
#wave_t #contents .priceSec01 .txtClm dd,
#body_zero #contents .priceSec01 .txtClm dd,
#original_mat #contents .priceSec01 .txtClm dd,
#gore #contents .priceSec01 .txtClm dd,
#gore_duo #contents .priceSec01 .txtClm dd,
#gore_order #contents .priceSec01 .txtClm dd {
	padding-top: 10px;
	border-top: 1px solid #ebe5d6;
}

@media (min-width: 600px) {

	#pillow_price #contents .priceSec01 .txtClm dl,
	#cube_k #contents .priceSec01 .txtClm dl,
	#wave_siguma #contents .priceSec01 .txtClm dl,
	#wave_t #contents .priceSec01 .txtClm dl,
	#body_zero #contents .priceSec01 .txtClm dl,
	#original_mat #contents .priceSec01 .txtClm dl,
	#gore #contents .priceSec01 .txtClm dl,
	#gore_duo #contents .priceSec01 .txtClm dl,
	#gore_order #contents .priceSec01 .txtClm dl {
		padding: 30px;
	}

	#pillow_price #contents .priceSec01 .txtClm dt,
	#cube_k #contents .priceSec01 .txtClm dt,
	#wave_siguma #contents .priceSec01 .txtClm dt,
	#wave_t #contents .priceSec01 .txtClm dt,
	#body_zero #contents .priceSec01 .txtClm dt,
	#original_mat #contents .priceSec01 .txtClm dt,
	#gore #contents .priceSec01 .txtClm dt {
		float: left;
		width: 75px;
		padding-bottom: 0;
	}

	#pillow_price #contents .priceSec01 .txtClm dd,
	#cube_k #contents .priceSec01 .txtClm dd,
	#wave_siguma #contents .priceSec01 .txtClm dd,
	#wave_t #contents .priceSec01 .txtClm dd,
	#body_zero #contents .priceSec01 .txtClm dd,
	#original_mat #contents .priceSec01 .txtClm dd,
	#gore #contents .priceSec01 .txtClm dd,
	#gore_duo #contents .priceSec01 .txtClm dd,
	#gore_order #contents .priceSec01 .txtClm dd {
		padding: 0 0 0 30px;
		margin-left: 75px;
		border-top: none;
		border-left: 1px solid #ebe5d6;
	}
}

#pillow_price #contents .priceSec01 .txtClm .list01,
#cube_k #contents .priceSec01 .txtClm .list01,
#wave_siguma #contents .priceSec01 .txtClm .list01,
#wave_t #contents .priceSec01 .txtClm .list01,
#body_zero #contents .priceSec01 .txtClm .list01,
#original_mat #contents .priceSec01 .txtClm .list01 {
	background: #fff;
	padding: 18px;
	margin-top: 10px;
	border: 2px solid #ebe5d6;
}

#pillow_price #contents .priceSec01 .txtClm .list01 .tit01,
#cube_k #contents .priceSec01 .txtClm .list01 .tit01,
#wave_siguma #contents .priceSec01 .txtClm .list01 .tit01,
#wave_t #contents .priceSec01 .txtClm .list01 .tit01,
#body_zero #contents .priceSec01 .txtClm .list01 .tit01,
#original_mat #contents .priceSec01 .txtClm .list01 .tit01 {
	font-weight: bold;
	margin-bottom: 5px;
}

#pillow_price #contents .priceSec01 .txtClm .list01 li,
#cube_k #contents .priceSec01 .txtClm .list01 li,
#wave_siguma #contents .priceSec01 .txtClm .list01 li,
#wave_t #contents .priceSec01 .txtClm .list01 li,
#body_zero #contents .priceSec01 .txtClm .list01 li,
#original_mat #contents .priceSec01 .txtClm .list01 li {
	padding-left: 15px;
	position: relative;
}

#pillow_price #contents .priceSec01 .txtClm .list01 li:before,
#cube_k #contents .priceSec01 .txtClm .list01 li:before,
#wave_siguma #contents .priceSec01 .txtClm .list01 li:before,
#wave_t #contents .priceSec01 .txtClm .list01 li:before,
#body_zero #contents .priceSec01 .txtClm .list01 li:before,
#original_mat #contents .priceSec01 .txtClm .list01 li:before {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	background: #e3dbc7;
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
}

@media (min-width: 600px) {

	#pillow_price #contents .priceSec01 .txtClm .list01,
	#cube_k #contents .priceSec01 .txtClm .list01,
	#wave_siguma #contents .priceSec01 .txtClm .list01,
	#wave_t #contents .priceSec01 .txtClm .list01,
	#body_zero #contents .priceSec01 .txtClm .list01,
	#original_mat #contents .priceSec01 .txtClm .list01 {
		padding: 25px 28px;
		margin-top: 15px;
	}

	#pillow_price #contents .priceSec01 .txtClm .list01 .tit01,
	#cube_k #contents .priceSec01 .txtClm .list01 .tit01,
	#wave_siguma #contents .priceSec01 .txtClm .list01 .tit01,
	#wave_t #contents .priceSec01 .txtClm .list01 .tit01,
	#body_zero #contents .priceSec01 .txtClm .list01 .tit01,
	#original_mat #contents .priceSec01 .txtClm .list01 .tit01 {
		margin-bottom: 5px;
	}

	#pillow_price #contents .priceSec01 .txtClm .list01 li,
	#cube_k #contents .priceSec01 .txtClm .list01 li,
	#wave_siguma #contents .priceSec01 .txtClm .list01 li,
	#wave_t #contents .priceSec01 .txtClm .list01 li,
	#body_zero #contents .priceSec01 .txtClm .list01 li,
	#original_mat #contents .priceSec01 .txtClm .list01 li {
		padding-left: 20px;
	}

	#pillow_price #contents .priceSec01 .txtClm .list01 li:before,
	#cube_k #contents .priceSec01 .txtClm .list01 li:before,
	#wave_siguma #contents .priceSec01 .txtClm .list01 li:before,
	#wave_t #contents .priceSec01 .txtClm .list01 li:before,
	#body_zero #contents .priceSec01 .txtClm .list01 li:before,
	#original_mat #contents .priceSec01 .txtClm .list01 li:before {
		top: 9px;
	}
}

#pillow_price #contents .priceSec01 .table01 th,
#cube_k #contents .priceSec01 .table01 th,
#wave_siguma #contents .priceSec01 .table01 th,
#wave_t #contents .priceSec01 .table01 th,
#body_zero #contents .priceSec01 .table01 th,
#original_mat #contents .priceSec01 .table01 th {
	display: block;
	width: 100%;
}

#pillow_price #contents .priceSec01 .table01 tr:first-child th,
#cube_k #contents .priceSec01 .table01 tr:first-child th,
#original_mat #contents .priceSec01 .table01 tr:first-child th {
	padding-top: 0;
}

#pillow_price #contents .priceSec01 .table01 td,
#cube_k #contents .priceSec01 .table01 td,
#original_mat #contents .priceSec01 .table01 td {
	display: block;
	width: 100%;
}

@media (min-width: 600px) {

	#pillow_price #contents .priceSec01 .table01 th,
	#cube_k #contents .priceSec01 .table01 th,
	#original_mat #contents .priceSec01 .table01 th {
		display: table-cell;
		width: 85px;
		padding-top: 0;
	}

	#pillow_price #contents .priceSec01 .table01 th.width,
	#cube_k #contents .priceSec01 .table01 th.width,
	#original_mat #contents .priceSec01 .table01 th.width {
		width: 175px;
	}

	#pillow_price #contents .priceSec01 .table01 td,
	#cube_k #contents .priceSec01 .table01 td,
	#original_mat #contents .priceSec01 .table01 td {
		display: table-cell;
		width: auto;
	}
}

#pillow_price #contents .priceSec01 .txtClm .color,
#cube_k #contents .priceSec01 .txtClm .color,
#original_mat #contents .priceSec01 .txtClm .color {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -5px;
}

#pillow_price #contents .priceSec01 .txtClm .color li,
#cube_k #contents .priceSec01 .txtClm .color li,
#original_mat #contents .priceSec01 .txtClm .color li {
	font-size: 1rem;
	text-align: center;
	width: 20%;
	padding: 0 5px;
}

@media (min-width: 600px) {

	#pillow_price #contents .priceSec01 .txtClm .color,
	#cube_k #contents .priceSec01 .txtClm .color,
	#original_mat #contents .priceSec01 .txtClm .color {
		margin: 0 -10px;
	}

	#pillow_price #contents .priceSec01 .txtClm .color li,
	#cube_k #contents .priceSec01 .txtClm .color li,
	#original_mat #contents .priceSec01 .txtClm .color li {
		width: 75px;
		padding: 0 10px;
	}
}

@media (min-width: 600px) {

	#pillow_price #contents .priceSec01 .tableArea,
	#cube_k #contents .priceSec01 .tableArea,
	#original_mat #contents .priceSec01 .tableArea {
		margin-right: -30px;
	}
}

#pillow_price #contents .priceSec01 .tableBox,
#cube_k #contents .priceSec01 .tableBox,
#original_mat #contents .priceSec01 .tableBox {
	padding-top: 20px;
}

@media (min-width: 600px) {

	#pillow_price #contents .priceSec01 .tableBox,
	#cube_k #contents .priceSec01 .tableBox,
	#original_mat #contents .priceSec01 .tableBox {
		float: left;
		width: 495px;
		padding-top: 30px;
		margin-right: 30px;
	}
}

#pillow_price #contents .priceSec01 .tableBox .tit01,
#cube_k #contents .priceSec01 .tableBox .tit01,
#original_mat #contents .priceSec01 .tableBox .tit01 {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 10px;
}

@media (min-width: 600px) {

	#pillow_price #contents .priceSec01 .tableBox .tit01,
	#cube_k #contents .priceSec01 .tableBox .tit01,
	#original_mat #contents .priceSec01 .tableBox .tit01 {
		font-size: 2rem;
		margin-bottom: 15px;
	}
}

#pillow_price #contents .priceSec01 .tableBox table,
#cube_k #contents .priceSec01 .tableBox table,
#original_mat #contents .priceSec01 .tableBox table {
	font-size: 1.2rem;
	border-top: 1px solid #ebe5d6;
	border-right: 1px solid #ebe5d6;
}

#pillow_price #contents .priceSec01 .tableBox th,
#cube_k #contents .priceSec01 .tableBox th,
#original_mat #contents .priceSec01 .tableBox th {
	font-weight: bold;
	background: #ebe5d6;
	text-align: center;
	vertical-align: middle;
	width: 33%;
	padding: 5px;
	border-left: 1px dashed #f7f7f7;
	border-bottom: 1px solid #ebe5d6;
}

#pillow_price #contents .priceSec01 .tableBox th.th01,
#cube_k #contents .priceSec01 .tableBox th.th01,
#original_mat #contents .priceSec01 .tableBox th.th01 {
	border-left: 1px solid #ebe5d6;
}

#pillow_price #contents .priceSec01 .tableBox td,
#cube_k #contents .priceSec01 .tableBox td,
#original_mat #contents .priceSec01 .tableBox td {
	background: #fff;
	vertical-align: middle;
	padding: 15px;
	border-left: 1px solid #ebe5d6;
	border-bottom: 1px solid #ebe5d6;
}

#pillow_price #contents .priceSec01 .tableBox td.td01,
#cube_k #contents .priceSec01 .tableBox td.td01,
#original_mat #contents .priceSec01 .tableBox td.td01 {
	text-align: center;
}

#pillow_price #contents .priceSec01 .tableBox td.td02,
#cube_k #contents .priceSec01 .tableBox td.td02,
#original_mat #contents .priceSec01 .tableBox td.td02 {
	text-align: right;
}

#pillow_price #contents .priceSec01 .tableBox .txt01,
#cube_k #contents .priceSec01 .tableBox .txt01,
#original_mat #contents .priceSec01 .tableBox .txt01 {
	color: #55461f;
	margin-top: 5px;
}

@media (min-width: 600px) {

	#pillow_price #contents .priceSec01 .tableBox table,
	#cube_k #contents .priceSec01 .tableBox table,
	#original_mat #contents .priceSec01 .tableBox table {
		font-size: 1.4rem;
	}

	#pillow_price #contents .priceSec01 .tableBox th.width01,
	#cube_k #contents .priceSec01 .tableBox th.width01,
	#original_mat #contents .priceSec01 .tableBox th.width01 {
		width: 36%;
	}

	#pillow_price #contents .priceSec01 .tableBox th.width02,
	#cube_k #contents .priceSec01 .tableBox th.width02,
	#original_mat #contents .priceSec01 .tableBox th.width02 {
		width: 28%;
	}

	#pillow_price #contents .priceSec01 .tableBox th.width03,
	#cube_k #contents .priceSec01 .tableBox th.width03,
	#original_mat #contents .priceSec01 .tableBox th.width03 {
		width: 36%;
	}

	#pillow_price #contents .priceSec01 .tableBox td,
	#cube_k #contents .priceSec01 .tableBox td,
	#original_mat #contents .priceSec01 .tableBox td {
		padding: 20px;
	}

	#pillow_price #contents .priceSec01 .tableBox td.td01,
	#cube_k #contents .priceSec01 .tableBox td.td01,
	#original_mat #contents .priceSec01 .tableBox td.td01 {
		padding: 20px 15px;
	}

	#pillow_price #contents .priceSec01 .tableBox td.td02,
	#cube_k #contents .priceSec01 .tableBox td.td02,
	#original_mat #contents .priceSec01 .tableBox td.td02 {
		text-align: left;
	}

	#pillow_price #contents .priceSec01 .tableBox td.td02 span,
	#cube_k #contents .priceSec01 .tableBox td.td02 span,
	#original_mat #contents .priceSec01 .tableBox td.td02 span {
		font-size: 2rem;
	}

	#pillow_price #contents .priceSec01 .tableBox .txt01,
	#cube_k #contents .priceSec01 .tableBox .txt01,
	#original_mat #contents .priceSec01 .tableBox .txt01 {
		margin-top: 15px;
	}
}

/*! #mat
------------------------------------------------- */
#mat #contents #point {
	padding-bottom: 30px;
}

@media (min-width: 600px) {
	#mat #contents #point {
		padding-bottom: 80px;
	}
}

#mat #contents #point .wrap {
	background: #fff;
	padding: 25px 20px;
}

@media (min-width: 600px) {
	#mat #contents #point .wrap {
		padding: 50px 40px;
	}
}

#mat #contents #point .stit {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 15px;
}

@media (min-width: 600px) {
	#mat #contents #point .stit {
		font-size: 2rem;
		text-align: center;
		margin-bottom: 25px;
	}
}

#mat #contents #point .sec01 {
	margin-bottom: 20px;
}

@media (min-width: 600px) {
	#mat #contents #point .sec01 {
		margin-bottom: 40px;
	}

	#mat #contents #point .sec01 .box01 {
		margin-bottom: 40px;
	}
}

#mat #contents #point .sec01 .box01 .imgClm,
#mat #contents #point .sec01 .box01 .txtClm {
	margin-bottom: 15px;
}

@media (min-width: 600px) {
	#mat #contents #point .sec01 .box01 .imgClm {
		float: left;
		width: 420px;
		margin-bottom: 0;
	}

	#mat #contents #point .sec01 .box01 .txtClm {
		float: right;
		width: 480px;
		margin-bottom: 0;
	}
}

#mat #contents #point .sec01 .img {
	margin-bottom: 15px;
}

@media (min-width: 600px) {
	#mat #contents #point .sec01 .img {
		text-align: center;
		margin-bottom: 20px;
	}
}

@media (min-width: 600px) {
	#mat #contents #point .sec01 .box02 {
		position: relative;
	}

	#mat #contents #point .sec01 .box02 .img01 {
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

#mat #contents #point .sec01 .box02 ul {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 15px 0 0 -10px;
}

#mat #contents #point .sec01 .box02 li {
	background: url(../img/standard/bg01.png) repeat left top;
	width: 50%;
	padding: 15px 13px;
	margin-left: 10px;
}

@media (min-width: 600px) {
	#mat #contents #point .sec01 .box02 ul {
		margin: 20px 0 0;
	}

	#mat #contents #point .sec01 .box02 li {
		background: url(../img/standard/bg01.png) repeat left top;
		width: 240px;
		min-height: 174px;
		padding: 20px;
		margin-left: 0;
	}

	#mat #contents #point .sec01 .box02 li:nth-child(2) {
		margin-left: 460px;
	}
}

#mat #contents #point .sec01 .box02 li .tit01 {
	font-weight: bold;
	color: #91754c;
	background: #fff;
	text-align: center;
	padding: 5px 10px;
	margin-bottom: 10px;
}

#mat #contents #point .sec02 {
	background: url(../img/standard/bg01.png) repeat left top;
	padding: 20px 15px;
}

@media (min-width: 600px) {
	#mat #contents #point .sec02 {
		padding: 40px 30px;
	}
}

#mat #contents #point .sec02 .tit01 {
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #bfb091;
	padding: 5px 10px;
}

@media (min-width: 600px) {
	#mat #contents #point .sec02 .tit01 {
		font-weight: bold;
		color: #fff;
		text-align: center;
		background: #bfb091;
		padding: 7px 10px;
	}
}

#mat #contents #point .sec02 li {
	margin-bottom: 15px;
}

@media (min-width: 600px) {
	#mat #contents #point .sec02 ul {
		margin: 0 0 20px -30px;
	}

	#mat #contents #point .sec02 li {
		float: left;
		width: 425px;
		margin-left: 30px;
	}
}

#mat #contents #point .sec02 .txtArea {
	background: #fff;
	background-image: url(../img/standard/mat/bg01.png);
	background-repeat: no-repeat;
	background-position: right 15px bottom 15px;
	background-size: 50px auto;
	padding: 15px;
}

#mat #contents #point .sec02 .txtArea strong {
	font-size: 1.5rem;
	color: #6c5211;
}

@media (min-width: 600px) {
	#mat #contents #point .sec02 .txtArea {
		text-align: center;
		background-position: right 25px bottom 25px;
		background-size: 85px auto;
		padding: 35px 40px;
	}

	#mat #contents #point .sec02 .txtArea strong {
		font-size: 2rem;
	}
}

#mat #contents #cube {
	background: #fff;
	padding: 30px 0;
	margin-bottom: 30px;
}

#mat #contents #cube .box01 .imgClm {
	margin-bottom: 15px;
}

@media (min-width: 600px) {
	#mat #contents #cube {
		padding: 80px 0;
		margin-bottom: 80px;
	}

	#mat #contents #cube .box01 .imgClm {
		float: right;
		width: 510px;
		margin-bottom: 0;
	}

	#mat #contents #cube .box01 .txtClm {
		float: left;
		width: 480px;
	}
}

#mat #contents #support {
	margin-bottom: 30px;
}

@media (min-width: 600px) {
	#mat #contents #support {
		margin-bottom: 70px;
	}
}

#mat #contents #support .txt {
	margin-bottom: 20px;
}

@media (min-width: 600px) {
	#mat #contents #support .txt {
		text-align: center;
		margin-bottom: 40px;
	}
}

#mat #contents #support .box01 {
	background: #fff;
	padding: 25px 20px 20px;
}

@media (min-width: 600px) {
	#mat #contents #support .box01 {
		padding: 50px 40px;
	}
}

#mat #contents #support .box01 .img {
	margin-bottom: 17px;
}

@media (min-width: 600px) {
	#mat #contents #support .box01 .img {
		margin-bottom: 30px;
	}
}

#mat #contents #support .box01 li {
	background: url(../img/standard/bg01.png) repeat left top;
	padding: 20px 15px;
	margin-bottom: 10px;
}

#mat #contents #support .box01 li i {
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #c4ad7a;
	width: 30px;
	height: 30px;
	margin: 0 auto 15px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}

#mat #contents #support .box01 li .tit {
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

#mat #contents #support .box01 li .img {
	margin-top: 10px;
}

@media (min-width: 600px) {
	#mat #contents #support .box01 ul {
		margin-left: -20px;
	}

	#mat #contents #support .box01 li {
		float: left;
		width: 300px;
		margin-left: 20px;
		padding: 30px 30px 0;
	}

	#mat #contents #support .box01 li i {
		font-size: 2rem;
		width: 40px;
		height: 40px;
		margin-bottom: 20px;
		border-radius: 40px;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
	}

	#mat #contents #support .box01 li .tit {
		font-weight: bold;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		min-height: 55px;
		margin-bottom: 15px;
	}

	#mat .lineBnr li {
		float: none;
		margin: auto;
	}
}

/*! #maintenance
------------------------------------------------- */
#maintenance #contents #msgTxt {
	text-align: center;
	background: #fff;
	padding: 30px 10px;
	margin-bottom: 30px;
}

#maintenance #contents #msgTxt .tit {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 20px;
}

@media (min-width: 600px) {
	#maintenance #contents #msgTxt {
		width: 1020px;
		margin: 0 auto;
		padding: 60px 40px;
		margin-bottom: 70px;
	}

	#maintenance #contents #msgTxt .tit {
		font-size: 2rem;
		margin-bottom: 30px;
	}
}

#maintenance #contents #care .sec01 {
	background: #fff;
	padding: 25px 20px 5px;
	margin-bottom: 15px;
}

#maintenance #contents #care .sec01:last-child {
	margin-bottom: 0;
}

@media (min-width: 600px) {
	#maintenance #contents #care .sec01 {
		padding: 50px 40px 10px;
		margin-bottom: 40px;
	}

	#maintenance #contents #care .sec01:last-child {
		margin-bottom: 0;
	}
}

#maintenance #contents #care .sec01 .stit {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 15px;
}

@media (min-width: 600px) {
	#maintenance #contents #care .sec01 .stit {
		font-size: 2rem;
		text-align: center;
		margin-bottom: 30px;
	}
}

#maintenance #contents #care .sec01 .box01 {
	padding-bottom: 20px;
}

#maintenance #contents #care .sec01 .box01.bd {
	padding-top: 20px;
	border-top: 1px solid #c7c5c4;
}

@media (min-width: 600px) {
	#maintenance #contents #care .sec01 .box01 {
		padding-bottom: 40px;
	}

	#maintenance #contents #care .sec01 .box01.bd {
		padding-top: 40px;
	}
}

#maintenance #contents #care .sec01 .box01 .imgClm {
	padding-bottom: 15px;
}

#maintenance #contents #care .sec01 .box01 .imgClm ul {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-left: -10px;
}

#maintenance #contents #care .sec01 .box01 .imgClm li {
	float: left;
	width: 50%;
	margin-left: 10px;
}

@media (min-width: 600px) {
	#maintenance #contents #care .sec01 .box01 .imgClm {
		float: right;
		width: 470px;
		padding-bottom: 0;
	}

	#maintenance #contents #care .sec01 .box01 .txtClm {
		float: left;
		width: 440px;
	}
}

#maintenance #contents #care .sec01 .box01 .tit01 {
	font-weight: bold;
	margin-bottom: 3px;
}

#maintenance #contents #care .sec01 .box01 .txt01 {
	padding-bottom: 15px;
}

@media (min-width: 600px) {
	#maintenance #contents #care .sec01 .box01 .tit01 {
		margin-bottom: 10px;
	}

	#maintenance #contents #care .sec01 .box01 .txt01 {
		padding-bottom: 25px;
	}
}

/*! #down_comforter
------------------------------------------------- */
#down_comforter #contents #futon .tit span {
	font-size: 1.5rem;
}

@media (min-width: 600px) {
	#down_comforter #contents #futon .tit {
		line-height: 1.7;
	}

	#down_comforter #contents #futon .tit span {
		font-size: 2rem;
	}
}

#down_comforter #contents #futon .futonTxt {
	display: table;
	margin-bottom: 20px;
}

#down_comforter #contents #futon .futonTxt dt {
	display: table-cell;
	vertical-align: middle;
	width: 35%;
	padding-right: 15px;
}

#down_comforter #contents #futon .futonTxt dd {
	display: table-cell;
	vertical-align: middle;
	width: 65%;
}

@media (min-width: 600px) {
	#down_comforter #contents #futon .futonTxt {
		width: 650px;
		margin: 0 auto 40px;
	}

	#down_comforter #contents #futon .futonTxt dt {
		width: 194px;
		padding-right: 30px;
	}

	#down_comforter #contents #futon .futonTxt dd {
		width: auto;
		font-size: 1.4rem;
	}
}

#down_comforter #contents #futon .sec01 {
	background: #fff;
	padding: 25px 20px 20px;
	margin-bottom: 15px;
}

@media (min-width: 600px) {
	#down_comforter #contents #futon .sec01 {
		padding: 50px 40px 40px;
		margin-bottom: 40px;
	}
}

#down_comforter #contents #futon .sec01 .stit {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

@media (min-width: 600px) {
	#down_comforter #contents #futon .sec01 .stit {
		font-size: 2.8rem;
		text-align: center;
		margin-bottom: 20px;
	}
}

#down_comforter #contents #futon .sec01 .mainImg {
	text-align: center;
	margin-bottom: 20px;
}

#down_comforter #contents #futon .sec01 .mainImg .txt {
	color: #887d62;
	margin-top: 20px;
}

@media (min-width: 600px) {
	#down_comforter #contents #futon .sec01 .mainImg {
		margin-bottom: 40px;
	}

	#down_comforter #contents #futon .sec01 .mainImg .txt {
		margin-top: 30px;
	}
}

#down_comforter #contents #futon .sec01 .box01 {
	background: url(../img/standard/bg01.png) repeat left top;
	padding: 20px 15px 1px;
}

@media (min-width: 600px) {
	#down_comforter #contents #futon .sec01 .box01 {
		padding: 40px;
	}
}

#down_comforter #contents #futon .sec01 .box01 .titArea {
	padding-bottom: 5px;
}

@media (min-width: 600px) {
	#down_comforter #contents #futon .sec01 .box01 .titArea {
		padding-bottom: 10px;
	}
}

#down_comforter #contents #futon .sec01 .box01 .point01 {
	text-align: center;
	margin-bottom: 10px;
}

#down_comforter #contents #futon .sec01 .box01 .point01 span {
	font-weight: bold;
	color: #6a5223;
	display: inline-block;
	padding: 2px 25px;
	border: 1px solid #6c5211;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}

@media (min-width: 600px) {
	#down_comforter #contents #futon .sec01 .box01 .point01 {
		margin-bottom: 15px;
	}

	#down_comforter #contents #futon .sec01 .box01 .point01 span {
		padding: 2px 35px;
	}
}

#down_comforter #contents #futon .sec01 .box01 .tit01 {
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

#down_comforter #contents #futon .sec01 .box01 .tit02 {
	font-size: 1.4rem;
	font-weight: bold;
	padding-left: 10px;
	border-left: 5px solid #6c5211;
}

#down_comforter #contents #futon .sec01 .box01 .tit03 {
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	padding: 10px 0 7px;
}

@media (min-width: 600px) {
	#down_comforter #contents #futon .sec01 .box01 .tit01 {
		font-size: 1.6rem;
		font-weight: bold;
		text-align: center;
		margin-bottom: 20px;
	}

	#down_comforter #contents #futon .sec01 .box01 .tit02 {
		font-size: 1.6rem;
		font-weight: bold;
		padding-left: 12px;
		border-left: 5px solid #6c5211;
	}

	#down_comforter #contents #futon .sec01 .box01 .tit03 {
		font-size: 1.6rem;
		padding: 20px 0 10px;
	}
}

#down_comforter #contents #futon .sec01 .box01 .txt01 {
	text-align: center;
	padding-bottom: 20px;
}

#down_comforter #contents #futon .sec01 .box01 .txt02 {
	color: #887d62;
	padding-top: 10px;
}

#down_comforter #contents #futon .sec01 .box01 .txt03 {
	color: #887d62;
	text-indent: -1em;
	padding-top: 10px;
	padding-left: 1em;
}

#down_comforter #contents #futon .sec01 .txt04 {
	color: #887d62;
	text-align: right;
	padding-top: 10px;
}

@media (min-width: 600px) {
	#down_comforter #contents #futon .sec01 .box01 .txt03 {
		text-align: right;
	}

	#down_comforter #contents #futon .sec01 .txt04 {
		padding-top: 15px;
	}
}

#down_comforter #contents #futon .sec01 .box01 li {
	padding-bottom: 20px;
}

@media (min-width: 600px) {
	#down_comforter #contents #futon .sec01 .box01 ul {
		margin-left: -30px;
	}

	#down_comforter #contents #futon .sec01 .box01 li {
		float: left;
		width: 415px;
		margin-left: 30px;
		padding-bottom: 0;
	}
}

#down_comforter #contents #futon .atopic {
	background: #fff;
	padding: 15px;
}

#down_comforter #contents #futon .atopic dl {
	display: table;
	margin: 0 auto;
}

#down_comforter #contents #futon .atopic dt {
	display: table-cell;
	vertical-align: top;
	width: 25%;
	min-width: 52px;
	padding-right: 15px;
}

#down_comforter #contents #futon .atopic dd {
	display: table-cell;
	vertical-align: top;
	width: 75%;
}

#down_comforter #contents #futon .notes {
	color: #887d62;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-top: 10px;
}

@media (min-width: 600px) {
	#down_comforter #contents #futon .atopic {
		padding: 20px 30px 20px 50px;
		margin-top: 25px;
	}

	#down_comforter #contents #futon .atopic dt {
		width: 105px;
		min-width: 105px;
		padding-right: 30px;
	}

	#down_comforter #contents #futon .atopic dd {
		vertical-align: middle;
		width: auto;
	}

	/*	#down_comforter #contents #futon .atopic dd .notes{
		margin-top: 10px;
		text-align: right;
	}
*/
	#down_comforter #contents #futon .notes {
		width: 629px;
		margin: 10px auto 0;
		padding-top: 0;
	}

	#down_comforter #contents #futon .notes.txt03 {
		width: 100%;
		padding-bottom: 60px;
		text-align: right;
	}
}

#down_comforter #contents #futon .sec01 .box01 .way .tit01 {
	font-weight: bold;
	margin-bottom: 3px;
	text-align: left;
}

#down_comforter #contents #futon .sec01 .box01 .way .txt01 {
	padding-bottom: 15px;
	text-align: left;
}

@media (min-width: 600px) {
	#down_comforter #contents #futon .sec01 .box01 .way .tit01 {
		margin-bottom: 10px;
	}

	#down_comforter #contents #futon .sec01 .box01 .way .txt01 {
		padding-bottom: 25px;
	}
}

/*! #gore
------------------------------------------------- */
#gore #contents #priceTxt {
	padding-bottom: 15px;
}

#gore #contents #priceTxt .img {
	padding-bottom: 25px;
}

@media (min-width: 600px) {
	#gore #contents #priceTxt {
		padding-bottom: 70px;
	}

	#gore #contents #priceTxt .img {
		padding-bottom: 40px;
	}
}

#gore #contents #priceTxt li {
	background: #fff;
	padding: 25px 20px 5px;
	margin-bottom: 15px;
}

@media (min-width: 600px) {
	#gore #contents #priceTxt ul {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		margin-left: -30px;
	}

	#gore #contents #priceTxt li {
		float: left;
		width: 495px;
		padding: 40px 40px 15px;
		margin: 0 0 0 30px;
	}
}

#gore #contents #priceTxt li .tit01 {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
	padding-bottom: 15px;
	border-bottom: 1px solid #382e2c;
}

#gore #contents #priceTxt li .tit01 span {
	font-size: 1.3rem;
}

#gore #contents #priceTxt li .tit02 {
	font-weight: bold;
	margin-bottom: 10px;
}

@media (min-width: 600px) {
	#gore #contents #priceTxt li .tit01 {
		font-size: 2rem;
	}

	#gore #contents #priceTxt li .tit01 span {
		font-size: 1.4rem;
		top: -3px;
		position: relative;
	}

	#gore #contents #priceTxt li .tit02 {
		font-size: 1.6rem;
	}
}

#gore #contents #priceTxt li .box01 {
	padding: 20px 0;
}

#gore #contents #priceTxt li .box01.bd {
	border-top: 1px solid #ebe5d6;
}

#gore #contents #priceTxt li .box01 dt {
	font-weight: bold;
	margin-bottom: 5px;
}

#gore #contents #priceTxt li .box02 {
	padding: 20px 0;
}

#gore #contents #priceTxt li .box02 .imgClm {
	text-align: center;
	margin-bottom: 20px;
}

#gore #contents #priceTxt li .box02 .imgClm img {
	width: 46%;
	max-width: 110px;
}

#gore #contents #priceTxt li .box02 .txt01 {
	color: #887d62;
	text-indent: -1em;
	padding: 10px 0 0 1em;
}

@media (min-width: 600px) {
	#gore #contents #priceTxt li .box02 {
		padding: 30px 0;
	}

	#gore #contents #priceTxt li .box02 .imgClm {
		float: left;
		width: 177px;
	}

	#gore #contents #priceTxt li .box02 .imgClm img {
		width: 100%;
		max-width: 100%;
	}

	#gore #contents #priceTxt li .box02 .txtClm {
		float: right;
		width: 215px;
	}
}

#gore #contents .price {
	position: relative;
	padding-top: 0px;
}

#gore #contents .price .bnr {
	position: absolute;
	top: 0;
	right: 15px;
	width: 85px;
}

#gore #contents .originalPrice {
	padding-bottom: 30px;
}

#gore #contents .originalPrice.bd {
	padding-top: 30px;
	border-top: 1px solid #c7c5c4;
}

@media (min-width: 600px) {
	#gore #contents .price {
		padding-top: 0px;
	}

	#gore #contents .price .bnr {
		right: 0;
		width: 151px;
	}

	#gore #contents .originalPrice {
		padding-bottom: 60px;
	}

	#gore #contents .originalPrice.bd {
		padding-top: 60px;
	}
}

#gore #contents .originalPrice .logo01,
#gore #contents .originalPrice .logo02 {
	text-align: center;
	margin-bottom: 25px;
}

#gore #contents .originalPrice .logo01 img {
	max-width: 217px;
}

#gore #contents .originalPrice .logo02 img {
	max-width: 276px;
}

@media (min-width: 600px) {
	#gore #contents .originalPrice .logo01 {
		margin-bottom: 30px;
	}

	#gore #contents .originalPrice .logo02 {
		margin-bottom: 50px;
	}

	#gore #contents .originalPrice .logo01 img {
		max-width: 270px;
	}

	#gore #contents .originalPrice .logo02 img {
		max-width: 368px;
	}
}

#gore #contents .originalPrice .titArea {
	padding-bottom: 15px;
}

#gore #contents .originalPrice .titArea .sub {
	font-size: 1.4rem;
	font-weight: 700;
	border: 2px solid #382e2c;
	display: inline-block;
	padding: 2px 7px;
	margin-bottom: 6px;
}

#gore #contents .originalPrice .titArea .tit01 {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 5px;
}

#gore #contents .originalPrice .titArea ul {
	text-align: right;
}

#gore #contents .originalPrice .titArea li {
	display: inline-block;
	vertical-align: top;
	width: 35px;
}

@media (min-width: 600px) {
	#gore #contents .originalPrice .titArea {
		padding-bottom: 30px;
		position: relative;
	}

	#gore #contents .originalPrice .titArea .sub {
		font-size: 1.8rem;
		padding: 2px 10px;
		margin-bottom: 10px;
	}

	#gore #contents .originalPrice .titArea .tit01 {
		font-size: 2rem;
		line-height: 1.4;
		margin-bottom: 0;
	}

	#gore #contents .originalPrice .titArea ul {
		position: absolute;
		top: 4px;
		right: 0;
	}

	#gore #contents .originalPrice .titArea .japan {
		position: absolute;
		top: 50%;
		right: auto;
		left: 430px;
		transform: translateY(-50%);
	}

	#gore #contents .originalPrice .titArea li {
		width: 50px;
		margin-left: 5px;
	}
}

#gore #contents .originalPrice .box01 {
	margin-bottom: 15px;
}

@media (min-width: 600px) {
	#gore #contents .originalPrice .box01 {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		margin: 0 0 35px -4px;
	}

	#gore #contents .originalPrice .box01 .clm {
		width: 50%;
		margin-left: 4px;
	}
}

#gore #contents .originalPrice .box01 dl {
	box-sizing: border-box;
	background: #fff;
	padding: 20px;
	margin-bottom: 5px;
}

#gore #contents .originalPrice .box01 dt {
	font-weight: bold;
	padding-bottom: 10px;
}

#gore #contents .originalPrice .box01 dd {
	padding-top: 10px;
	border-top: 1px solid #ebe5d6;
}

@media (min-width: 600px) {
	#gore #contents .originalPrice .box01 dl {
		padding: 30px 20px;
	}

	#gore #contents .originalPrice .box01 dt {
		float: left;
		width: 65px;
		padding-bottom: 0;
	}

	#gore #contents .originalPrice .box01 dd {
		padding: 0 0 0 20px;
		margin-left: 65px;
		border-top: none;
		border-left: 1px solid #ebe5d6;
	}
}

#gore #contents .originalPrice .originalTable01 table {
	box-sizing: border-box;
	font-size: 1.2rem;
	border-top: 1px solid #ebe5d6;
	border-right: 1px solid #ebe5d6;
}

#gore #contents .originalPrice .originalTable01 th {
	font-weight: bold;
	background: #ebe5d6;
	text-align: center;
	vertical-align: middle;
	width: 25%;
	padding: 5px;
	border-left: 1px dashed #f7f7f7;
	border-bottom: 1px solid #ebe5d6;
}

#gore #contents .originalPrice .originalTable01 th.th01 {
	border-left: 1px solid #ebe5d6;
}

#gore #contents .originalPrice .originalTable01 td {
	background: #fff;
	text-align: center;
	vertical-align: middle;
	padding: 15px;
	border-left: 1px solid #ebe5d6;
	border-bottom: 1px solid #ebe5d6;
}

#gore #contents .originalPrice .originalTable01 tr.item td {
	border: 2px solid #c8bb9c;
	border-left: 1px solid #ebe5d6;
	border-right: 1px solid #ebe5d6;
}

#gore #contents .originalPrice .originalTable01 td.td01 {
	text-align: left;
}

#gore #contents .originalPrice .originalTable01 td.td02 {
	text-align: right;
}

#gore #contents .originalPrice .originalTable01 tr.item td.td01 {
	border-left: 2px solid #c8bb9c;
}

#gore #contents .originalPrice .originalTable01 tr.item td.td02 {
	border-right: 2px solid #c8bb9c;
}

@media (min-width: 600px) {
	#gore #contents .originalPrice .originalTable01 table {
		font-size: 1.4rem;
	}

	#gore #contents .originalPrice .originalTable01 th {
		padding: 15px 20px;
	}

	#gore #contents .originalPrice .originalTable01 td {
		padding: 20px 20px;
	}

	#gore #contents .originalPrice .originalTable01 td.td01 {
		text-align: center;
	}

	#gore #contents .originalPrice .originalTable01 td.td02 {
		text-align: center;
	}

	#gore #contents .originalPrice .originalTable01 td.td02 span {
		font-size: 2rem;
		margin-left: 7px;
		vertical-align: -1px;
	}
}

#gore #contents .originalPrice .originalTable01 .txt01 {
	margin-top: 10px;
}

#gore #contents .originalPrice .originalTable01 .txt01 span {
	display: inline-block;
	width: 35px;
	top: 2px;
	margin: 0 3px;
	position: relative;
}

#gore #contents .originalPrice .originalTable01 .txt02 {
	margin-top: 10px;
	color: #887d62;
	text-align: right;
}

@media (min-width: 600px) {
	#gore #contents .originalPrice .originalTable01 .txt01 {
		text-align: right;
		margin-top: 20px;
	}

	#gore #contents .originalPrice .originalTable01 .txt01 span {
		top: 4px;
	}
}

#gore #contents .originalPrice .originalTable01 .txtLogo {
	margin-top: 10px;
}

#gore #contents .originalPrice .originalTable01 .txtLogo img {
	max-width: 80px;
}

@media (min-width: 600px) {
	#gore #contents .originalPrice .originalTable01 .txtLogo {
		text-align: right;
		margin-top: 15px;
	}

	#gore #contents .originalPrice .originalTable01 .txtLogo img {
		max-width: 153px;
	}
}

@media (min-width: 600px) {
	#lineup #contents .list.cordinate .col {
		/*width: 640px;*/
	}

	#lineup #contents .list.cordinate .col .box {
		/*width: 397px;*/
		/*height: 295px;*/
		height: 350px;
	}
}

/*20190607add*/

/*! #gore_duo
------------------------------------------------- */
#gore_duo #contents #priceTxt {
	padding-bottom: 15px;
}

#gore_duo #contents #priceTxt .img {
	padding-bottom: 25px;
}

@media (min-width: 600px) {
	#gore_duo #contents #priceTxt {
		padding-bottom: 70px;
	}

	#gore_duo #contents #priceTxt .img {
		padding-bottom: 40px;
	}
}

#gore_duo #contents #priceTxt li {
	background: #fff;
	padding: 25px 20px 5px;
	margin-bottom: 15px;
}

@media (min-width: 600px) {
	#gore_duo #contents #priceTxt ul {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		margin-left: -30px;
	}

	#gore_duo #contents #priceTxt li {
		float: left;
		width: 495px;
		padding: 40px 40px 15px;
		margin: 0 0 0 30px;
	}
}

#gore_duo #contents #priceTxt li .tit01 {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
	padding-bottom: 15px;
	border-bottom: 1px solid #382e2c;
}

#gore_duo #contents #priceTxt li .tit01 span {
	font-size: 1.3rem;
}

#gore_duo #contents #priceTxt li .tit02 {
	font-weight: bold;
	margin-bottom: 10px;
}

@media (min-width: 600px) {
	#gore_duo #contents #priceTxt li .tit01 {
		font-size: 2rem;
	}

	#gore_duo #contents #priceTxt li .tit01 span {
		font-size: 1.4rem;
		top: -3px;
		position: relative;
	}

	#gore_duo #contents #priceTxt li .tit02 {
		font-size: 1.6rem;
	}
}

#gore_duo #contents #priceTxt li .box01 {
	padding: 20px 0;
}

#gore_duo #contents #priceTxt li .box01.bd {
	border-top: 1px solid #ebe5d6;
}

#gore_duo #contents #priceTxt li .box01 dt {
	font-weight: bold;
	margin-bottom: 5px;
}

#gore_duo #contents #priceTxt li .box02 {
	padding: 20px 0;
}

#gore_duo #contents #priceTxt li .box02 .imgClm {
	text-align: center;
	margin-bottom: 20px;
}

#gore_duo #contents #priceTxt li .box02 .imgClm img {
	width: 46%;
	max-width: 110px;
}

#gore_duo #contents #priceTxt li .box02 .txt01 {
	color: #887d62;
	text-indent: -1em;
	padding: 10px 0 0 1em;
}

@media (min-width: 600px) {
	#gore_duo #contents #priceTxt li .box02 {
		padding: 30px 0;
	}

	#gore_duo #contents #priceTxt li .box02 .imgClm {
		float: left;
		width: 177px;
	}

	#gore_duo #contents #priceTxt li .box02 .imgClm img {
		width: 100%;
		max-width: 100%;
	}

	#gore_duo #contents #priceTxt li .box02 .txtClm {
		float: right;
		width: 215px;
	}
}

#gore_duo #contents .price {
	position: relative;
	padding-top: 27px;
}

#gore_duo #contents .price .bnr {
	position: absolute;
	top: 0;
	right: 15px;
	width: 85px;
}

#gore_duo #contents .originalPrice {
	padding-bottom: 30px;
}

#gore_duo #contents .originalPrice.bd {
	padding-top: 30px;
	border-top: 1px solid #c7c5c4;
}

@media (min-width: 600px) {
	#gore_duo #contents .price {
		padding-top: 48px;
	}

	#gore_duo #contents .price .bnr {
		right: 0;
		width: 151px;
	}

	#gore_duo #contents .originalPrice {
		padding-bottom: 60px;
	}

	#gore_duo #contents .originalPrice.bd {
		padding-top: 60px;
	}
}

#gore_duo #contents .originalPrice .logo01,
#gore_duo #contents .originalPrice .logo02 {
	text-align: center;
	margin-bottom: 25px;
}

#gore_duo #contents .originalPrice .logo01 img {
	max-width: 217px;
}

#gore_duo #contents .originalPrice .logo02 img {
	max-width: 276px;
}

@media (min-width: 600px) {
	#gore_duo #contents .originalPrice .logo01 {
		margin-bottom: 30px;
	}

	#gore_duo #contents .originalPrice .logo02 {
		margin-bottom: 50px;
	}

	#gore_duo #contents .originalPrice .logo01 img {
		max-width: 270px;
	}

	#gore_duo #contents .originalPrice .logo02 img {
		max-width: 368px;
	}
}

#gore_duo #contents .originalPrice .titArea {
	padding-bottom: 15px;
}

#gore_duo #contents .originalPrice .titArea .tit01 {
	position: relative;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 5px;
}

#gore_duo #contents .originalPrice .titArea .tit01 .num {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 42px;
	margin: 5px 0 0 10px;
	padding: 3px;
	line-height: 1;
	text-align: center;
	color: #d81826;
	background: #fff;
	border: 2px solid;
}

#gore_duo #contents .originalPrice .titArea ul {
	text-align: right;
}

#gore_duo #contents .originalPrice .titArea li {
	display: inline-block;
	vertical-align: top;
	width: 35px;
}

@media (min-width: 600px) {
	#gore_duo #contents .originalPrice .titArea {
		padding-bottom: 30px;
		position: relative;
	}

	#gore_duo #contents .originalPrice .titArea .tit01 {
		font-size: 2rem;
		line-height: 1.4;
		margin-bottom: 0;
	}

	#gore_duo #contents .originalPrice .titArea .tit01 .num {
		width: 70px;
	}

	#gore_duo #contents .originalPrice .titArea ul {
		position: absolute;
		top: 4px;
		right: 0;
	}

	#gore_duo #contents .originalPrice .titArea li {
		width: 50px;
		margin-left: 5px;
	}
}

#gore_duo #contents .originalPrice .box01 {
	margin-bottom: 15px;
}

@media (min-width: 600px) {
	#gore_duo #contents .originalPrice .box01 {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -4px 35px;
	}

	#gore_duo #contents .originalPrice .box01 .clm {
		width: calc(50% - 8px);
		margin: 0 4px;
	}
}

#gore_duo #contents .originalPrice .box01 dl {
	box-sizing: border-box;
	background: #fff;
	padding: 20px;
	margin-bottom: 5px;
}

#gore_duo #contents .originalPrice .box01 dt {
	font-weight: bold;
	padding-bottom: 10px;
}

#gore_duo #contents .originalPrice .box01 dd {
	padding-top: 10px;
	border-top: 1px solid #ebe5d6;
}

@media (min-width: 600px) {
	#gore_duo #contents .originalPrice .box01 dl {
		padding: 30px 20px;
	}

	#gore_duo #contents .originalPrice .box01 dt {
		float: left;
		width: 65px;
		padding-bottom: 0;
	}

	#gore_duo #contents .originalPrice .box01 dd {
		padding: 0 0 0 20px;
		margin-left: 65px;
		border-top: none;
		border-left: 1px solid #ebe5d6;
	}
}

#gore_duo #contents .originalPrice .originalTable01 table {
	box-sizing: border-box;
	font-size: 1.2rem;
	border-top: 1px solid #ebe5d6;
	border-right: 1px solid #ebe5d6;
}

#gore_duo #contents .originalPrice .originalTable01 th {
	font-weight: bold;
	background: #ebe5d6;
	text-align: center;
	vertical-align: middle;
	width: 25%;
	padding: 5px;
	border-left: 1px dashed #f7f7f7;
	border-bottom: 1px solid #ebe5d6;
}

#gore_duo #contents .originalPrice .originalTable01 th.th01 {
	border-left: 1px solid #ebe5d6;
}

#gore_duo #contents .originalPrice .originalTable01 td {
	background: #fff;
	text-align: center;
	vertical-align: middle;
	padding: 15px;
	border-left: 1px solid #ebe5d6;
	border-bottom: 1px solid #ebe5d6;
}

#gore_duo #contents .originalPrice .originalTable01 tr.item td {
	border: 2px solid #c8bb9c;
	border-left: 1px solid #ebe5d6;
	border-right: 1px solid #ebe5d6;
}

#gore_duo #contents .originalPrice .originalTable01 td.td01 {
	text-align: left;
}

#gore_duo #contents .originalPrice .originalTable01 td.td02 {
	text-align: right;
}

#gore_duo #contents .originalPrice .originalTable01 tr.item td.td01 {
	border-left: 2px solid #c8bb9c;
}

#gore_duo #contents .originalPrice .originalTable01 tr.item td.td02 {
	border-right: 2px solid #c8bb9c;
}

@media (min-width: 600px) {
	#gore_duo #contents .originalPrice .originalTable01 table {
		font-size: 1.4rem;
	}

	#gore_duo #contents .originalPrice .originalTable01 th {
		padding: 15px 20px;
	}

	#gore_duo #contents .originalPrice .originalTable01 td {
		padding: 20px 20px;
	}

	#gore_duo #contents .originalPrice .originalTable01 td.td01 {
		text-align: center;
	}

	#gore_duo #contents .originalPrice .originalTable01 td.td02 {
		text-align: center;
	}

	#gore_duo #contents .originalPrice .originalTable01 td.td02 span {
		font-size: 2rem;
		margin-left: 7px;
		vertical-align: -1px;
	}
}

#gore_duo #contents .originalPrice .originalTable01 .txt01 {
	margin-top: 10px;
}

#gore_duo #contents .originalPrice .originalTable01 .txt01 span {
	display: inline-block;
	width: 35px;
	top: 2px;
	margin: 0 3px;
	position: relative;
}

#gore_duo #contents .originalPrice .originalTable01 .txt02 {
	margin-top: 10px;
	color: #887d62;
	text-align: right;
}

@media (min-width: 600px) {
	#gore_duo #contents .originalPrice .originalTable01 .txt01 {
		text-align: right;
		margin-top: 20px;
	}

	#gore_duo #contents .originalPrice .originalTable01 .txt01 span {
		top: 4px;
	}
}

#gore_duo #contents .originalPrice .originalTable01 .txtLogo {
	margin-top: 10px;
}

#gore_duo #contents .originalPrice .originalTable01 .txtLogo img {
	max-width: 80px;
}

@media (min-width: 600px) {
	#gore_duo #contents .originalPrice .originalTable01 .txtLogo {
		text-align: right;
		margin-top: 15px;
	}

	#gore_duo #contents .originalPrice .originalTable01 .txtLogo img {
		max-width: 153px;
	}
}

/*! #gore_order
------------------------------------------------- */
#gore_order #contents #priceTxt {
	padding-bottom: 15px;
}

#gore_order #contents #priceTxt .img {
	padding-bottom: 25px;
}

@media (min-width: 600px) {
	#gore_order #contents #priceTxt {
		padding-bottom: 70px;
	}

	#gore_order #contents #priceTxt .img {
		padding-bottom: 40px;
	}
}

#gore_order #contents #priceTxt li {
	background: #fff;
	padding: 25px 20px 5px;
	margin-bottom: 15px;
}

@media (min-width: 600px) {
	#gore_order #contents #priceTxt ul {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		margin-left: -30px;
	}

	#gore_order #contents #priceTxt li {
		float: left;
		width: 495px;
		padding: 40px 40px 15px;
		margin: 0 0 0 30px;
	}
}

#gore_order #contents #priceTxt li .tit01 {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
	padding-bottom: 15px;
	border-bottom: 1px solid #382e2c;
}

#gore_order #contents #priceTxt li .tit01 span {
	font-size: 1.3rem;
}

#gore_order #contents #priceTxt li .tit02 {
	font-weight: bold;
	margin-bottom: 10px;
}

@media (min-width: 600px) {
	#gore_order #contents #priceTxt li .tit01 {
		font-size: 2rem;
	}

	#gore_order #contents #priceTxt li .tit01 span {
		font-size: 1.4rem;
		top: -3px;
		position: relative;
	}

	#gore_order #contents #priceTxt li .tit02 {
		font-size: 1.6rem;
	}
}

#gore_order #contents #priceTxt li .box01 {
	padding: 20px 0;
}

#gore_order #contents #priceTxt li .box01.bd {
	border-top: 1px solid #ebe5d6;
}

#gore_order #contents #priceTxt li .box01 dt {
	font-weight: bold;
	margin-bottom: 5px;
}

#gore_order #contents #priceTxt li .box02 {
	padding: 20px 0;
}

#gore_order #contents #priceTxt li .box02 .imgClm {
	text-align: center;
	margin-bottom: 20px;
}

#gore_order #contents #priceTxt li .box02 .imgClm img {
	width: 46%;
	max-width: 110px;
}

#gore_order #contents #priceTxt li .box02 .txt01 {
	color: #887d62;
	text-indent: -1em;
	padding: 10px 0 0 1em;
}

@media (min-width: 600px) {
	#gore_order #contents #priceTxt li .box02 {
		padding: 30px 0;
	}

	#gore_order #contents #priceTxt li .box02 .imgClm {
		float: left;
		width: 177px;
	}

	#gore_order #contents #priceTxt li .box02 .imgClm img {
		width: 100%;
		max-width: 100%;
	}

	#gore_order #contents #priceTxt li .box02 .txtClm {
		float: right;
		width: 215px;
	}
}

#gore_order #contents .price {
	position: relative;
	padding-top: 27px;
}

#gore_order #contents .price .bnr {
	position: absolute;
	top: 0;
	right: 15px;
	width: 85px;
}

#gore_order #contents .originalPrice {
	padding-bottom: 30px;
}

#gore_order #contents .originalPrice.bd {
	padding-top: 30px;
	border-top: 1px solid #c7c5c4;
}

@media (min-width: 600px) {
	#gore_order #contents .price {
		padding-top: 48px;
	}

	#gore_order #contents .price .bnr {
		right: 0;
		width: 151px;
	}

	#gore_order #contents .originalPrice {
		padding-bottom: 60px;
	}

	#gore_order #contents .originalPrice.bd {
		padding-top: 60px;
	}
}

#gore_order #contents .originalPrice .logo01,
#gore_order #contents .originalPrice .logo02 {
	text-align: center;
	margin-bottom: 25px;
}

#gore_order #contents .originalPrice .logo01 img {
	max-width: 217px;
}

#gore_order #contents .originalPrice .logo02 img {
	max-width: 276px;
}

@media (min-width: 600px) {
	#gore_order #contents .originalPrice .logo01 {
		margin-bottom: 30px;
	}

	#gore_order #contents .originalPrice .logo02 {
		margin-bottom: 50px;
	}

	#gore_order #contents .originalPrice .logo01 img {
		max-width: 270px;
	}

	#gore_order #contents .originalPrice .logo02 img {
		max-width: 368px;
	}
}

#gore_order #contents .originalPrice .titArea {
	padding-bottom: 15px;
}

#gore_order #contents .originalPrice .titArea .tit01 {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 5px;
}

#gore_order #contents .originalPrice .titArea ul {
	text-align: right;
}

#gore_order #contents .originalPrice .titArea li {
	display: inline-block;
	vertical-align: top;
	width: 35px;
}

@media (min-width: 600px) {
	#gore_order #contents .originalPrice .titArea {
		padding-bottom: 30px;
		position: relative;
	}

	#gore_order #contents .originalPrice .titArea .tit01 {
		font-size: 2rem;
		line-height: 1.4;
		margin-bottom: 0;
	}

	#gore_order #contents .originalPrice .titArea ul {
		position: absolute;
		top: 4px;
		right: 0;
	}

	#gore_order #contents .originalPrice .titArea li {
		width: 50px;
		margin-left: 5px;
	}
}

#gore_order #contents .originalPrice .box01 {
	margin-bottom: 15px;
}

@media (min-width: 600px) {
	#gore_order #contents .originalPrice .box01 {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		margin: 0 0 35px -4px;
	}

	#gore_order #contents .originalPrice .box01 .clm {
		width: 50%;
		margin-left: 4px;
	}
}

#gore_order #contents .originalPrice .box01 dl {
	box-sizing: border-box;
	background: #fff;
	padding: 20px;
	margin-bottom: 5px;
}

#gore_order #contents .originalPrice .box01 dt {
	font-weight: bold;
	padding-bottom: 10px;
}

#gore_order #contents .originalPrice .box01 dd {
	padding-top: 10px;
	border-top: 1px solid #ebe5d6;
}

@media (min-width: 600px) {
	#gore_order #contents .originalPrice .box01 dl {
		padding: 30px 20px;
	}

	#gore_order #contents .originalPrice .box01 dt {
		float: left;
		width: 65px;
		padding-bottom: 0;
	}

	#gore_order #contents .originalPrice .box01 dd {
		padding: 0 0 0 20px;
		margin-left: 65px;
		border-top: none;
		border-left: 1px solid #ebe5d6;
	}
}

#gore_order #contents .originalPrice .originalTable01 table {
	box-sizing: border-box;
	font-size: 1.2rem;
	border-top: 1px solid #ebe5d6;
	border-right: 1px solid #ebe5d6;
}

#gore_order #contents .originalPrice .originalTable01 th {
	font-weight: bold;
	background: #ebe5d6;
	text-align: center;
	vertical-align: middle;
	width: 25%;
	padding: 5px;
	border-left: 1px dashed #f7f7f7;
	border-bottom: 1px solid #ebe5d6;
}

#gore_order #contents .originalPrice .originalTable01 th.th01 {
	border-left: 1px solid #ebe5d6;
}

#gore_order #contents .originalPrice .originalTable01 td {
	background: #fff;
	text-align: center;
	vertical-align: middle;
	padding: 15px;
	border-left: 1px solid #ebe5d6;
	border-bottom: 1px solid #ebe5d6;
}

#gore_order #contents .originalPrice .originalTable01 tr.item td {
	border: 2px solid #c8bb9c;
	border-left: 1px solid #ebe5d6;
	border-right: 1px solid #ebe5d6;
}

#gore_order #contents .originalPrice .originalTable01 td.td01 {
	text-align: left;
}

#gore_order #contents .originalPrice .originalTable01 td.td02 {
	text-align: right;
}

#gore_order #contents .originalPrice .originalTable01 tr.item td.td01 {
	border-left: 2px solid #c8bb9c;
}

#gore_order #contents .originalPrice .originalTable01 tr.item td.td02 {
	border-right: 2px solid #c8bb9c;
}

@media (min-width: 600px) {
	#gore_order #contents .originalPrice .originalTable01 table {
		font-size: 1.4rem;
	}

	#gore_order #contents .originalPrice .originalTable01 th {
		padding: 15px 20px;
	}

	#gore_order #contents .originalPrice .originalTable01 td {
		padding: 20px 20px;
	}

	#gore_order #contents .originalPrice .originalTable01 td.td01 {
		text-align: center;
	}

	#gore_order #contents .originalPrice .originalTable01 td.td02 {
		text-align: center;
	}

	#gore_order #contents .originalPrice .originalTable01 td.td02 span {
		font-size: 2rem;
		margin-left: 7px;
		vertical-align: -1px;
	}
}

#gore_order #contents .originalPrice .originalTable01 .txt01 {
	margin-top: 10px;
}

#gore_order #contents .originalPrice .originalTable01 .txt01 span {
	display: inline-block;
	width: 35px;
	top: 2px;
	margin: 0 3px;
	position: relative;
}

#gore_order #contents .originalPrice .originalTable01 .txt02 {
	margin-top: 10px;
	color: #887d62;
	text-align: right;
}

@media (min-width: 600px) {
	#gore_order #contents .originalPrice .originalTable01 .txt01 {
		text-align: right;
		margin-top: 20px;
	}

	#gore_order #contents .originalPrice .originalTable01 .txt01 span {
		top: 4px;
	}
}

#gore_order #contents .originalPrice .originalTable01 .txtLogo {
	margin-top: 10px;
}

#gore_order #contents .originalPrice .originalTable01 .txtLogo img {
	max-width: 80px;
}

@media (min-width: 600px) {
	#gore_order #contents .originalPrice .originalTable01 .txtLogo {
		text-align: right;
		margin-top: 15px;
	}

	#gore_order #contents .originalPrice .originalTable01 .txtLogo img {
		max-width: 153px;
	}
}

/*20190416add*/
/*! lineNavBt
------------------------------------------------- */
.lineNavBt {
	display: block;
	margin-bottom: 30px;
	margin-top: 20px;
}

@media (min-width: 600px) {
	.lineNavBt {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-bottom: 30px;
	}

	.lineNavBt {
		margin-bottom: 60px;
	}
}

.lineNavBt li {
	width: 100%;
	padding: 0 2px;
	border-right: 1px solid #c7c5c4;
	background-color: #6c5211;
}

.lineNavBt li:first-child {
	color: #fff;
	margin-right: 0px;
	margin-bottom: 20px;
}

.lineNavBt li a {
	font-size: 1.2rem;
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 15px 0;
	transition: all 0.3s;
	color: #fff;
}

.lineNavBt li:hover,
.lineNavBt li.active {
	filter: alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity: 0.9;
	font-color: #fff;
}

@media (min-width: 600px) {
	.lineNavBt li {
		width: 50%;
	}

	.lineNavBt li:first-child {
		margin-right: 20px;
		margin-bottom: 0;
	}

	.lineNavBt li a {
		font-size: 1.5rem;
		padding: 20px 0;
		font-color: #fff;
	}
}

.lineNavBt li a span {
	display: inline-block;
	margin-right: 10px;
	margin-left: -15px;
	margin-top: 5px;
}

.lineNavBt li a span img {
	width: 80%;
}

@media (min-width: 600px) {
	.lineNavBt li a span {
		margin-right: 20px;
		position: relative;
		top: 4px;
	}

	.lineNavBt li a span img {
		width: 100%;
	}
}

.NavBt {
	display: block;
}

.lineNavBtTit {
	font-size: 1.4rem;
	font-weight: bold;
}

@media (min-width: 600px) {
	.lineNavBtTit {
		font-size: 1.8rem;
		font-weight: bold;
	}
}

/*特長用右揃え*/
/*! lineNavBt-R
------------------------------------------------- */
.lineNavBt-R {
	display: block;
	margin-bottom: 30px;
	margin-top: 20px;
}

@media (min-width: 600px) {
	.lineNavBt-R {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		margin-bottom: 30px;
	}

	.lineNavBt-R {
		margin-bottom: 60px;
	}
}

.lineNavBt-R li {
	width: 100%;
	padding: 0 2px;
	border-right: 1px solid #c7c5c4;
	background-color: #6c5211;
}

.lineNavBt-R li:first-child {
	color: #fff;
	margin-right: 0px;
	margin-bottom: 20px;
}

.lineNavBt-R li a {
	font-size: 1.2rem;
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 15px 0;
	transition: all 0.3s;
	color: #fff;
}

.lineNavBt-R li:hover,
.lineNavBt-R li.active {
	filter: alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity: 0.9;
	font-color: #fff;
}

@media (min-width: 600px) {
	.lineNavBt-R li {
		width: 50%;
	}

	.lineNavBt-R li:first-child {
		margin-left: 20px;
		margin-bottom: 0;
	}

	.lineNavBt-R li a {
		font-size: 1.5rem;
		padding: 20px 0;
		font-color: #fff;
	}
}

.lineNavBt-R li a span {
	display: inline-block;
	margin-right: 10px;
	margin-left: -15px;
	margin-top: 5px;
}

.lineNavBt-R li a span img {
	width: 80%;
}

@media (min-width: 600px) {
	.lineNavBt-R li a span {
		margin-right: 20px;
		position: relative;
		top: 4px;
	}

	.lineNavBt-R li a span img {
		width: 100%;
	}
}

.NavBt-R {
	display: block;
}

.lineNavBtTit {
	font-size: 1.4rem;
	font-weight: bold;
}

@media (min-width: 600px) {
	.lineNavBtTit-R {
		font-size: 1.8rem;
		font-weight: bold;
	}
}

/*20190416add end*/
/*20190423add*/
#cube_k #contents .priceSec01 .txtClm .color li {
	font-size: 1rem;
	text-align: center;
	width: 25%;
	padding: 0 5px;
}

@media (min-width: 600px) {
	#cube_k #contents .priceSec01 .txtClm .color li {
		width: 75px;
		padding: 0 10px;
	}
}

#gore_order #price {
	margin-top: 30px;
}

#gore_order .priceTable {
	padding-top: 15px;
	padding-bottom: 45px;
}

#gore_order .priceTable .areaBtn {
	margin-top: 20px;
	padding: 25px;
	background: #fff;
}

#gore_order .priceTable .sub {
	font-size: 1.1rem;
	text-align: center;
	padding-top: 10px;
}

@media all and (min-width: 600px) {
	#gore_order #price {
		margin-top: 60px;
	}

	#gore_order .priceTable {
		padding-top: 0;
		padding-bottom: 70px;
	}

	#gore_order .priceTable .areaBtn {
		margin-top: 31px;
		padding: 40px;
	}

	#gore_order .priceTable .sub {
		font-size: 1.5rem;
	}
}

/*20191127add*/
#down_comforter #contents #futon .sec01 .box01 .txt02b {
	color: #887d62;
	padding-bottom: 20px;
	text-align: center;
}

@media (min-width: 600px) {
	#down_comforter #contents #futon .sec01 .box01 .txt02b {
		color: #887d62;
		padding-top: 0;
		padding-bottom: 60px;
		text-align: center;
	}
}

/*duo 20200401*/

/*@media (min-width: 600px)
#gore #contents .originalPrice .box01-duo {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -4px 35px;
}*/
#gore #contents .originalPrice .box01-duo {
	margin-bottom: 15px;
}

@media (min-width: 600px) {
	#gore #contents .originalPrice .box01-duo {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -4px 35px;
	}

	#gore #contents .originalPrice .box01-duo .clm {
		width: calc(50% - 8px);
		margin-left: 4px;
	}
}

#gore #contents .originalPrice .box01-duo dl {
	box-sizing: border-box;
	background: #fff;
	padding: 20px;
	margin-bottom: 5px;
}

#gore #contents .originalPrice .box01-duo dt {
	font-weight: bold;
	padding-bottom: 10px;
}

#gore #contents .originalPrice .box01-duo dd {
	padding-top: 10px;
	border-top: 1px solid #ebe5d6;
}

@media (min-width: 600px) {
	#gore #contents .originalPrice .box01-duo dl {
		padding: 30px 20px;
	}

	#gore #contents .originalPrice .box01-duo dt {
		float: left;
		width: 65px;
		padding-bottom: 0;
	}

	#gore #contents .originalPrice .box01-duo dd {
		padding: 0 0 0 20px;
		margin-left: 65px;
		border-top: none;
		border-left: 1px solid #ebe5d6;
	}
}

/*20200826 guarantee add*/
.guarantee-box {
	position: relative;
	text-align: center;
}

.guarantee-box img {
	width: 90px;
	height: auto;
	margin-bottom: 10px;
}

.guarantee-box a {
	text-decoration: underline;
}

@media (min-width: 600px) {
	.guarantee-box {
		font-size: 1.2rem;
		width: 430px;
		position: absolute;
		bottom: 30px;
	}

	.guarantee-box img {
		width: 90px;
		height: auto;
		margin-bottom: 3px;
	}

	.guarantee-box ul {
		margin-top: 0px;
	}

	.guarantee-box ul li {
		padding-left: 1em;
		text-indent: -1em;
		line-height: 160%;
	}
}

#body_zero #contents .info+.note {
	margin-top: 10px;
	font-size: 1.1rem;
	text-align: right;
}

@media (min-width: 600px) {
	#body_zero #contents .info+.note {
		font-size: 1.2rem;
		margin-top: 20px;
	}
}

.secPrice-color {
	margin-bottom: 5px;
}

.secPrice-color p {
	font-size: 1.2rem;
}

.secPrice-color-3 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.secPrice-color-3 p {
	font-size: 1.2rem;
}

.secPrice-color-3 li {
	width: calc((100%) / 3);
}

/*=============================================================
 standard ベットフレーム
=============================================================*/
#bedframe #mainimgContent {
	background-image: url(../img/standard/bedframe/pic_mainimg02_sp.png);
}

#bedframe .areaTit {
	margin-top: 0px;
	margin-bottom: 25px;
}

#bedframe .areaTit .subTit {
	font-size: 2rem;
}

#bedframe .subTit {
	font-size: 1.5rem;
	font-weight: bold;
	color: #382e2c;
	margin-bottom: 15px;
}

#bedframe .flex {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

#bedframe .flex .info {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 20px;
}

#bedframe .flex .table {
	width: 100%;
}

#bedframe .mod_table02 table {
	table-layout: fixed;
}

#bedframe .mod_table02 table th:nth-of-type(1) {
	width: 20%;
}

#bedframe .mod_table02 table th:nth-of-type(2) {
	width: 40%;
}

#bedframe .mod_table02 table th:nth-of-type(3) {
	width: 40%;
}

#bedframe .mod_table02 table td {
	word-wrap: break-word;
}

#bedframe .customize {
	background-color: #fff;
	margin-top: 20px;
	padding: 10px;
}

#bedframe .customize .subTit {
	padding: 10px 0;
	background-color: #f5f2ea;
	font-family: "Noto Serif Japanese", serif;
	font-size: 1.5rem;
	text-align: center;
}

#bedframe .customize .box {
	margin-top: 20px;
}

#bedframe .customize .box .cat {
	font-weight: bold;
	font-size: 1.5rem;
}

#bedframe .customize .box .txt {
	margin-top: 10px;
}

#bedframe .detail {
	justify-content: space-around;
	margin-top: 10px;
	padding: 4px;
	border: 2px solid #EBE4EB;
}

#bedframe .detail .icon {
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 10px 0;
}

#bedframe .detail .icon div {
	background: #d8dfd8;
	padding: 10px;
	font-weight: bold;
}

#bedframe .detail ul {
	justify-content: space-around;
	width: 100%;
	margin-bottom: 0;
}

#bedframe .detail ul li {
	width: 33.333%;
}

#bedframe .annotation {
	text-align: right;
	font-size: 1.4rem;
}

#bedframe .box .annotation {
	text-align: right;
}

#bedframe .mod_table02 {
	margin-top: 0;
}

@media (min-width: 600px) {
	#bedframe #mainimgContent {
		background-image: url(../img/standard/bedframe/pic_mainimg02_pc.png);
	}

	#bedframe .areaTit {
		margin-top: 10px;
		margin-bottom: 20px;
	}

	#bedframe .customize {
		margin-top: 40px;
		padding: 10px 40px 40px;
	}

	bedframe .customize .subTit {
		margin: 0 -30px 23px;
		padding: 16px 0;
		font-size: 2.2rem;
	}

	#bedframe .customize .box {
		width: 489px;
		float: left;
		margin-top: 0;
	}

	#bedframe .customize .subTit {
		margin: 0 -30px 23px;
		padding: 16px 0;
		font-size: 2.2rem;
	}

	#bedframe .customize .box+.box {
		width: 420px;
		float: right;
		margin-top: 0;
	}

	#bedframe .customize .box .cat {
		font-size: 2rem;
		line-height: 1.6;
	}

	#bedframe .customize .box .txt {
		margin-top: 16px;
	}

	#bedframe .detail {
		margin-top: 60px;
		margin-bottom: 90px;
		border: none;
	}

	#bedframe .detail .icon {
		font-size: 2rem;
		line-height: 1.6;
		display: table;
		width: 25%;
		padding: 43px 35px;
	}

	#bedframe .detail .icon div {
		display: table-cell;
		padding: 20px 25px;
	}

	#bedframe .cf.last {
		margin-top: 40px;
	}

	#bedframe .flex {
		margin-bottom: 50px;
		margin-top: 0;
	}

	#bedframe .flex .info {
		width: 45%;
		padding-right: 3%;
		margin-bottom: 0;
	}

	#bedframe .flex .table {
		width: 55%;
	}

	#bedframe .detail ul {
		width: 75%;
	}

	#bedframe .detail ul li {
		width: 30%;
	}

	#bedframe .detail {
		margin-top: 60px;
		padding: 0px;
	}

	#bedframe .subTit {
		font-size: 2rem;
	}

	#bedframe .box .annotation {
		text-align: left;
	}
}

/*! add 20250324
------------------------------------------------- */
#gore #contents .originalPrice.umou {
	padding-bottom: 0;
}
@media (min-width: 600px) {
	#gore #contents .originalPrice.umou {
		padding-bottom: 0;
	}
}

#body_zero #contents .bodyzero9 {
	margin-top: 0px;
}

@media (min-width: 600px) {
	#body_zero #contents .price.cf:first-of-type {
		padding-bottom: 0px;
	}
}