<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

html {
	font-size: 62.5%;
}

body {
	color: #333;
}

center{
	display: revert !important;
}

img{
	width: 100%;
}

.no-links {
    pointer-events: none;
    cursor: default;
}

.u-show_sp {
	display: none;
}

.u-hide-media {
	display: block;
}

.u-show-media {
	display: none;
}

.media_1023 {
	display: none;
}

/*-------------------------------------
ここまでbase
------------------------------------- */

/*-------------------------------------
nav
------------------------------------- */

.l-storage_kitchen-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0px 0 60px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.l-storage_kitchen-nav li {
	width: calc(100% / 2);
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

li img{
	margin-top:21.5px;
	width:80%;}

.l-storage_kitchen-nav li a {
	color: rgba(255, 255, 255, .9);
	background: #aa9977;	position: relative;
	display: block !important;
	text-align: center;
	padding: 21.5px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 1px;
	line-height: 1.6;
	height: 100%;
}


.l-storage_kitchen-nav li a:link,
.l-storage_kitchen-nav li a:visited {
	color: #fff;
}

.l-storage_kitchen-nav li a:link:hover,
.l-storage_kitchen-nav li a:visited:hover {
	color: #fff;
}

.l-storage_kitchen-nav li a:hover {
	opacity: 0.7;
}

.l-storage_kitchen-nav li a::after {
	position: absolute;
	display: block;
	content: '';
	top: -2px;
	bottom: 0;
	margin: auto;
	right: 8%;
	width: 7px;
	height: 7px;
	border-top: 1px solid;
	border-right: 1px solid;
	border-color: rgba(255, 255, 255, 1);
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.txt_center{
	text-align: center !important;
}

@media (max-width: 1023px) {
	
	.l-storage_kitchen-nav {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 14px;
		margin: 30px 0;
	}

	.l-storage_kitchen-nav li {
		width: calc(100% / 2);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
	}


	.l-storage_kitchen-nav li:not( .yubisashi) {
		border-right: 1px solid #fff;
	}


	.l-storage_kitchen-nav li a {
		padding: 25px 0;
		display: block;
		letter-spacing: -0.01px;
	}

	li img{
		margin-top:10px;
		width:90%;}

	.l-storage_kitchen-nav li a::after {
		bottom: 15px;
		width: 7px;
		height: 7px;
		top: inherit;
		left: 0;
		right: 0;
		margin: auto;
	}

}

@media (max-width: 769px) {

	.l-storage_kitchen-nav {
		font-size: 12px;
	}

}

/*-------------------------------------
flex_linktxt
------------------------------------- */

.flex_linktxt {
	display: flex;
	justify-content: space-between;
	margin: -20px 0 30px;
}

.linktxt {
	width:49%;
	font-size: 14px;
}
.linktxt a {
	color: #cc8855 !important;
}

.linktxt a:hover {
	opacity: 0.5;
}

/*-------------------------------------
l-content
------------------------------------- */
.asterisk {
    font-size: 14px;
    margin-top: 10px;
    display: block;
}


.l-content {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 16px;
}

.main-mv {
	margin-bottom: 30px;
	text-align: center;
}


.section_block {
	max-width: 1000px;
	margin: 0 auto 80px auto;
}

.section_title {
	display: block;
	text-align: center;
}

.section_subtitle {
	display: block;
	text-align: center;
	margin: 30px auto;
}


.l-contents-text {
    line-height: 2;
	margin: 35px 0;
	font-size: 16px;
}

.item_line  {
    margin: 30px 0 40px;
}


@media (max-width: 1023px) {
	.section_block {
		margin: 0px auto 40px auto;
		width: 94%;
	}

	
}

/*-------------------------------------
アドバイザーイラスト
------------------------------------- */
.illust_txt {
	display: flex;
	justify-content: center;
    align-items: center;
	margin-bottom: 40px;

}
.illust_full {
	width: 45%;
    padding: 0.5em 1em;
    margin: 2em 1em;
    background: #FFF;
    border: solid 3px #dddddd;/*線*/
    border-radius: 10px;/*角の丸み*/

}
.illust_top {
	display: flex;
	justify-content: center;
    align-items: center;
	margin-bottom: 20px;
}

.illust {
	width: 40%;
}

.name_txt {
	font-size: 18px;
    text-align: left;
    padding-left: 20px;
    width: 55%;
	font-weight: bold;
	margin-top: 0px;
}
.illust_full .section_txt{
	min-height:200px;
	margin:10px 0;
}
@media screen and (max-width: 1024px) {
	.illust_txt {
		margin-bottom: 40px;
	
	}
	.illust_full {
		padding: 0.2em 0.5em;
		margin: 1em 0.5em;
		background: #FFF;
		border: solid 3px #dddddd;/*線*/
		border-radius: 10px;/*角の丸み*/
	
	}
	.illust_top {
		display: block;
		justify-content: center;
		align-items: center;
		margin-bottom: 10px;
	}
	
	.illust {
		width: 100%;
		justify-content: center;
	}
	.illust img{
		width: 80%;
		margin: 8% 10%;
	}
	
	.name_txt {
		font-size: 18px;
		text-align: center;
		width: 100%;
		padding-left: 0px;
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {

	.illust_full .section_txt{
		font-size: 11px;
		min-height:200px
	}
	.illust_full .name_txt{
		font-size: 14px;
	}
	.illust_full {
		width: 50%;
		padding: 0.2em 0.5em;
		margin: 0.5em 0.2em;
		background: #FFF;
		border: solid 2px #dddddd;/*線*/
		border-radius: 10px;/*角の丸み*/
	
	}
	.illust {
		width: 100%;
	}
	.illust img{
		width: 100%;
		margin: 0;
	}
}
/*-------------------------------------
指し
------------------------------------- */


.oneArea {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	max-width: 1024px;
	margin: 30px auto 60px;
	padding: 0 10px;
  }
  .oneArea .onebox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	line-height: 1.6;
  }
  .oneArea .onebox .imgArea-1 {
	width: 20%;
	position: relative;
	margin-top: 50px;
  }
  .oneArea .onebox .imgArea-1 img {
	width: 100%;
	max-width: 130px;
	position: absolute;
	top: -20px;
	left: 0;
	padding-right: 30px;
  }
  .oneArea .onebox .yubisashi .imgArea-1 img {
	width: 100%;
	max-width: 130px;
	position: absolute;
	top: -20px;
	left: auto;
	right: 0;
	padding-left: 30px;
  }



  .oneArea .onebox .imgArea-2 {
	width: 20%;
	position: relative;
  }
  .oneArea .onebox .imgArea-2 img {
    width: 100%;
    max-width: 152px;
    position: absolute;
    top: 0px;
    right: 0;
    padding-right: 0px;
  }

  .oneArea .onebox .fukiArea-1 {
	width: 80%;
  }
  .oneArea .onebox .fukiArea-2 {
	width: 80%;
	background: #f3f3f3;
  }

  .oneArea .onebox .fukidasi {
	width: 100%;
	position: relative;
	padding: 25px;
	/* background-color: #f3f3f3; */
	font-size: 16px;
	color: #231815;
	border-radius: 12px;
	box-sizing: border-box;
  }

  .oneArea .onebox .yubisashi .fukidasi {
	background-color: #f3f3f3;
  }
  .oneArea .onebox .yubisashi .fukidasi::before {
	left: auto;
	right: -15px;
	border-left: 25px solid transparent;
	border-top: 25px solid #f3f3f3;
  }
  .oneArea .onebox .yubisashi .fukidasi::after {
	left: auto;
	right: -25px;
	border-left: 25px solid transparent;
	border-top: 25px solid #ffffff;
  }
  @media screen and (max-width: 1024px) {
	.oneArea .onebox .imgArea-1 img {
	  max-width: 80%;
	  top: 0;
	}
	.oneArea .onebox .yubisashi .imgArea-1 img {
	  max-width: 100%;
	  top: 0;
	  padding-left: 22px;
	}
	.oneArea .onebox .imgArea-1 {
		margin-top: 0px;
	}

	.oneArea .onebox .imgArea-2 img {
	  max-width: 100%;
	  top: 0;
	}
	.oneArea .onebox .yubisashi .imgArea-2 img {
	  max-width: 100%;
	  top: 0;
	  padding-left: 22px;
	}
	.oneArea .onebox .imgArea-2 {
		margin-top: 0px;
	}
	.oneArea .onebox .fukidasi {
	  padding: 15px;
	  font-size: 14px;
	}

  

  
  }
  
  
  
  @media screen and (max-width: 767px) {
	.oneArea {
	  margin: 30px auto;
	}
	.oneArea .onebox .yubisashi {
	  margin-top: 15px;
	}
	.oneArea .onebox .imgArea-1 {
	  width: 20%;
	  margin-top: 52px;
	}
	.oneArea .onebox .imgArea-2 {
	  width: 30%;
	  margin-top: 50px;
	}
	.oneArea .onebox .fukidasi {
	  padding: 10px;
	  font-size: 14px;
	}
	.oneArea {
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: flex-start;
	  max-width: 1024px;
	  margin: 20px auto 40px;
	  padding: 0 10px;
  }
  
  .oneArea .onebox .imgArea-1 img {
	  padding-right: 0px;
  }
  .oneArea .onebox .imgArea-2 img {
	padding-right: 0px;
  }
  
  .oneArea .onebox {
	  justify-content: space-between;
  }
  
  .oneArea .onebox .fukiArea-1 {
	  width: 80%;
  }
  .oneArea .onebox .fukiArea-2 {
	width: 70%;
}
  
  }


/*------------------------
link_box
------------------------ */

.l-section-item__link-center {
	width: 500px;
	margin: 60px auto;
}

.l-section-item__link-center a {
	display: block;
	padding: 18px 0;
	margin: 0 auto;
	text-align: center;
	font-size: 1em;
	border: 1px solid #333;
	background-color: #333 !important;
	color: #fff !important;
}

.l-section-item__link-center a {
	width: 100%;
}


.l-section-item__link-center a:link,
.l-section-item__link-center a:visited {
	color: #333;
}

.l-section-item__link-center a:hover,
.l-section-item__link-center a:active {
	background-color: #fff !important;
	/*	border-color: #fff !important;*/
	color: #333 !important;
	border: 1px solid #333;
}


.itempick_link-center a {
	display: block;
	padding: 18px 0;
	margin: 0 auto;
	text-align: center;
	font-size: 1em;
	border: 1px solid #333;
	background-color: #333 !important;
	color: #fff !important;
}

.itempick_link-center a {
	width: 100%;
}


.itempick_link-center a:link,
.itempick_link-center a:visited {
	color: #333;
}

.itempick_link-center a:hover,
.itempick_link-center a:active {
	background-color: #fff !important;
	color: #333 !important;
	border: 1px solid #333;
}

.l-section-item__link-center2 {
	width: 500px;
	margin: 60px auto;
}

.l-section-item__link-center2 a {
	display: block;
	padding: 18px 0;
	margin: 0 auto;
	text-align: center;
    border: 1px solid #333;
    background-color: #fff !important;
    color: #333 !important;
}

.l-section-item__link-center2 a {
	width: 100%;
}


.l-section-item__link-center2 a:link,
.l-section-item__link-center2 a:visited {
	color: #333;
}

.l-section-item__link-center2 a:hover,
.l-section-item__link-center2 a:active {
	background-color: #333 !important;
	/*	border-color: #fff !important;*/
	color: #fff !important;
	border: 1px solid #fff;
}


@media (max-width: 767px) {
	.l-section-item__link-center {
		width: 100%;
		margin-top: 10px;
	}


	.l-section-item__link-center a {
		font-size: 14px;
	}



	.l-section-item__link-center2 {
		width: 100%;
		margin-top: 30px;
	}
	
}





/*------------------------
section
------------------------ */

.icon_txt {
    position: relative;
    line-height: 2em;
    padding-left: 1.2em;
}

.icon_txt:before {
    position: absolute;
    left: 0;
    top: 9px;
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(/shopping/user_data/packages/default/img/special/clean_ruck/img/check_icon.png) no-repeat;
    background-size: contain;
}

.main-mv {
	margin-bottom: 50px;
}

.section_box {
	margin: 0 auto;
	text-align: center;
	margin: 35px 0 50px;
}

.section_txt {
	font-size:16px;
	line-height: 2;
	text-align: left;
	/*display: inline-block;*/
	margin: 30px 0 60px;
	width: 100%;
}

.section_txt2 {
	font-size:16px;
	line-height: 2;
	text-align: left;
	display: inline-block;
	margin: 0px 0 10px;
}

.section_txt3 {
    font-size: 16px;
    line-height: 2;
    text-align: left;
    display: inline-block;
    margin: 10px 0 20px;
}


.item_box {
    display: flex;
    margin-bottom: 60px;
	text-align: center;
	flex-wrap: wrap;
}

.item_img {
    width: 300px;
    margin: 0px auto 30px;
}

.item_txt {
	font-size: 14px;
	padding: 20px 0;
}

.itempick_tumb_invert {
    order: 2;
    width: 40%;
}

.itempick_invert {
    order: 1;
    width: 58%;
    padding: 0 20px 0 0px;
}

.itempick_tumb {
    order: 1;
    width: 40%;
}

.itempick {
    order: 2;
    width: 58%;
    padding: 0 0px 0 40px;
}
.itempick_title {
    text-align: left;
}

.itempick_h3_txt {
    font-size: 22px;
    text-align: left;
    font-family: "HonMinKok-L","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	line-height: 2;
}

.itempick_link-center {
    width: 100%;
    margin: 40px auto 0;
}

.itempick_sectiontext {
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
	display: inline-block;
	padding: 10px 0 30px;
}

.marker_img1 {
	max-width: 540px;
	margin: -10px auto;
}

.marker_img2 {
	max-width: 320px;
	margin: -10px auto;
}


.h2_txt {
    font-family: "HonMinKok-L", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.6;
    font-size: 2em;
    text-align: center;
    margin: 40px auto 60px;
    font-weight: normal;
}

.marker {
    background: linear-gradient(transparent 60%, #eeddbb 60%);
}

.back_txt {
    text-align: center;
    font-family: "HonMinKok-L","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    font-size: 2em;
    line-height: 1.6;
}

.back_txt2 {
    text-align: center;
    font-family: "HonMinKok-L","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.h2-shoulder {
    font-size: 1.6em;
}

.h2-shoulder2 {
    font-size: 1.4em;
}

.h3_txt {
    font-size: 26px;
    text-align: center;
    font-family: "HonMinKok-L","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    line-height: 1.4;
    margin-bottom: 20px;
}


.h4_txt {
	font-size: 18px;
	text-align: center;
	line-height: 2;
	margin-top: 40px;
	margin-bottom: -40px;
}

.flexbox {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin-bottom: 60px;
    align-items: center;
}


.l-colom_tumb {
	order: 1;
	width: 48%;
}

.linkarea {
	order: 2;
	width: 52%;
	padding: 0px 0 0 20px;
	position: relative;
}

.l-colom_tumb_invert {
	order: 2;
	width: 52%;
}

.linkarea_invert {
	order: 1;
	width: 52%;
	padding: 0 20px 0 0px;
	position: relative;
}

.linkarea_title {
	text-align: left;
}


.l-colom_container {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	margin-bottom: 20px;
}

.container_img {
	display: block;
	width: 30%;
}

.container_item {
	display: block;
	margin-left: 20px;
}

.l-colom_text {
	font-size: 16px;
	line-height: 1.6;
	text-align: left;
	display: inline-block;
}

.l-colom_sectiontext {
	font-size: 16px;
	line-height: 1.6;
	text-align: left;
	display: inline-block;
	padding-top: 10px;
}


.mt20 {
	margin-top: 20px;
}

.mb30 {
	margin-bottom: 30px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb120 {
	margin-bottom: 120px;
}

.flexbox_item {
	display: flex;
	margin: 30px 0 80px;
}

.item_2column {
    width: 30%;
    margin: 0 auto;
}
.stature {
	font-size: 14px;
	text-align: left;
	margin-top: 8px;
	text-align: center;
}

.small_txt{
	font-size: 12px;
}


.circle {
    position: relative;
    top: 42px;
    max-width: 140px;
    transform: scale(-1,1);
}
.center-line {border-top: 1px solid;}

.bg_line {
    display: inline-block;
    padding: 0 24px;
    margin-top: -24px;
    line-height: 1.4;
    background: #fff;
}
.pc_hid{
    display: none;
}

.mt60{
	margin-top: 60px;
}

.circle_box2{
	margin-top: 30px;
    display: block;
    position: relative;
}

.circle2{
	position: absolute;
    top: 17px;
    max-width: 140px;
    transform: translate(-50%, -50%);
}



/*-------------------------------------
media
------------------------------------- */

/* 1023 */

@media (max-width: 1023px) {


	.itempick_title {
		text-align: left;
	}

	.itempick_link-center {
		margin: 0px auto 0;
	}

	.itempick {
		order: 2;
		width: 58%;
		padding-left: 10px;
	}

	.itempick_h3_txt {
		font-size: 18px;
	}

	.item_img {
		width: 220px;
		margin: 0px auto 30px;
	}

	.h2_txt {
		font-size: 2em;
		margin:20px 0 0;
	}


	.linkarea_title {
		padding: 0px 0 20px;
	}

	.linkarea {
		order: 2;
		width: 50%;
		padding: 0px 0 0 20px;
	}

	.media_1023 {
		display: block;
	}
	
	.l-colom_container {
		margin-bottom: 10px;
	}

	.l-colom_sectiontext {
		font-size: 16px;
	}

	.container_img {
		width: 30%;
	}

	.h3_txt {
		/*font-size: 20px;*/
		line-height: 1.4;
	}

	.section_txt {
		margin: 30px 0 60px;
	}

	.l-contents-text {
		font-size: 14px;
	}

	.mb30 {
		margin-bottom: 30px;
	}
	.mt20 {
		margin-top: 20px;
	}
	.pc_hid{
		display: block;
	}

	.circle_box2{
		margin-top: 30px;
		display: block;
		position: relative;
	}
	
	.circle2{
		position: absolute;
		top: 20px;
		transform: translate(-50%, -50%);
		max-width: 140px;
	}

}

/* 1023 */




/* @media */
@media (max-width: 767px) {


	.item_img {
		width: 150px;
		margin: 0px auto;
	}
	
	.media_1023 {
		display: block;
	}

	.u-hide-media {
		display: none;
	}

	.u-show-media {
		display: inline-block;
	}

	.u-show_sp {
		display: block;
	}

	.section_txt {
		font-size: 14px;
		line-height: 2;
		margin: 20px 0 40px;
	}

	.section_txt2 {
		font-size: 14px;
		line-height: 2;
		margin: 0px 0;
	}

	.section_txt3 {
		font-size: 14px;
		line-height: 2;
		margin: 0px 0 20px;
	}

	.main-mv {
		margin-bottom: 30px;
	}


	.flexbox {
		display: block;
		margin-bottom: 30px;
	}

	.l-colom_tumb , .l-colom_tumb_invert {
    	width: 100%;
    	display: block;
    	padding: 0%;
    	margin: 0 auto;
    	line-height: 0;
		margin: 20px 0;
	}

	.linkarea , .linkarea_invert {
		order: 2;
		width: 100%;
		padding: 0px;
	}

	.linkarea_title {
		padding: 0px;
		text-align: left;
		font-size: 14px;
	}

	.container_img {
		display: block;
		width: 40%;
	}

	.container_item {
		display: block;
		margin-bottom: 20px;
	}

	.l-colom_sectiontext {
		font-size: 14px;
	}

	.l-colom_text {
		font-size: 12px;
	}

	.h2_txt {
		font-size: 20px;
		margin:20px 0 0;
	}

	
	.h2-shoulder {
		font-size: 18px;
	}

	.h3_txt {
		font-size: 18px;
		margin-bottom: 10px;
		line-height: 1.6;
	}

	.mb30 {
		margin-bottom: 30px;
	}

	.mb60 {
		margin-bottom: 20px;
	}
	.mb120 {
		margin-bottom: 80px;
	}

	.mt20 {
		margin-top: 20px;
	}

	.l-colom_sectiontext {
		display: block; 
		margin-bottom: 40px;
	}

	.itempick_h3_txt {
		text-align: left;
		font-family: "HonMinKok-L","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
		line-height: 2;
	}

	.itempick_tumb_invert ,
	.itempick_invert {
		width: 100%;
		padding: 0px;
	}

	.itempick_title {
		padding: 0px;
		margin: 20px auto;
	}


	.itempick_tumb ,
	.itempick {
		width: 100%;
		padding: 0px;
	}

	.itempick_sectiontext {
		font-size: 14px;
		line-height: 1.8;
		text-align: left;
		display: inline-block;
		padding: 10px 0 0px;
	}

	.itempick_link-center {
		width: 100%;
		margin-top: 30px;
	}


	.itempick_link-center a {
		font-size: 14px;
	}

.flex_linktxt {
    margin: -12px 0 30px;
}

.linktxt {
    width: 46%;
    font-size: 10px;
}

.flexbox_item {
    margin: 30px 0 50px;
}

.item_2column {
    width: 48%;
    margin: 0 auto;
}


.marker_img1 {
    max-width: 280px;
    margin: -8px auto -10px;
}

.marker_img2 {
    max-width: 170px;
    margin: -8px auto -10px;
}

.back_txt2 {
    font-size: 21px;
}

.back_txt {
    font-size: 20px;
	letter-spacing: -0.94px;
}

.h4_txt {
    font-size: 14px;
    margin-bottom: -26px;
}

.stature {
    font-size: 10px;
    text-align: center;
    margin-top: 8px;
}

.asterisk {
    font-size: 12px;
}

.h2-shoulder2 {
    font-size: 1em;
}

.under {
    border-bottom: solid;
    border-color: #888;
    border-width: 1px;
	font-size: 20px;
}
.circle {
	position: absolute;
    top: 17px;
    transform: translate(-50%, -50%);
    max-width: 110px;
}

.spmt50 {
margin-top: 40px;
}

.pc_hid{
	display: block;
}
.bg_line {
    margin-top: -16px;
	padding: 0;
}

.circle_box2{
	margin-top: 20px;
    display: block;
    position: relative;
}

.circle2{
	position: absolute;
    top: 14px;
    transform: translate(-50%, -50%);
    max-width: 110px;
}

	/* @media */
}
</pre></body></html>