<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Montserrat);
/*********************************
      COMMON
*********************************/
.cfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.cfix {
  min-height: 1px;
}

*{
  margin:0;
  padding:0;
  line-height:1em;
}
ul,li {
  list-style: none;
}
img{
  border:none;
}

/*Ã£â€šÂ³Ã£Æ’Â³Ã£Æ’â€&nbsp;Ã£Æ’Â³Ã£Æ’â€žÃ¥Â¹â€¦100%*/
#page-body .container {
    width: 100%;
}

/*Ã£Æ’â€˜Ã£Æ’Â³Ã£ÂÂÃ£ÂÅ¡Ã¥Â¹â€¦1200px*/
.breadcrumb {
    padding: 20px 0 10px;
    margin: 0 auto;
    width: 1200px;
}

/*CHECKED ITEMÃ¥Â¹â€¦1200px*/
/*div#checked-items {
  margin: 0 auto;
  width: 100%;
}*/




/*-------------------------å€‹äººè¨˜è¿°-------------------------*/

/*---------------å…¨ä½“--------------*/
.main &gt; .contents{
	width: 1200px;
	margin: 0 auto 100px;
}

/*ãƒ•ã‚§ãƒ¼ãƒ‰ã‚¤ãƒ³*/
.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 2000ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

/*æ”¹è¡Œè¨­å®š*/
.sp_line{
	display: none;
}
.pc_line{
	display: block;
}

/*ãƒ†ã‚­ã‚¹ãƒˆ*/
h2{
	text-align: center;
}

/*å…¨ä½“ã‚³ãƒ³ãƒ†ãƒ³ãƒ„*/
.box + .box{
	margin-top: 250px;
}

/*---------------ãƒªãƒ¼ãƒ‰æ–‡---------------*/
.lead{
	margin: 100px auto 150px;
	text-align: center;
}
.lead p{
	font-size: 14px;
	line-height: 3.0;
}
.lead .lead_text01{
	font-size: 22px;
	margin-bottom: 40px;
}

/*---------------å…¨èº«ã‚³ãƒ¼ãƒ‡ã‚£ãƒãƒ¼ãƒˆç¯„å›²---------------*/
/*ãƒ¬ãƒ‡ã‚£ãƒ¼ã‚¹ã¨ãƒ¡ãƒ³ã‚ºã®é–“*/
.styling{
	margin-bottom: 120px;
}

/*ãƒ†ã‚­ã‚¹ãƒˆ*/
.styling &gt; h2{
	float: right;
	width: calc(100% / 2);
	margin-top: 10%;
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #777777;
	line-height: 1.2;
}
.styling &gt; h2 &gt; span{
	font-size: 16px;
	font-weight: 400;
}
.styling &gt; .text_area{
	float: right;
	width: calc(100% / 2);
	padding: 30px;
	box-sizing: border-box;
	background-color: #fafaf5;
}
.styling &gt; .text_area p{
	line-height: 2.0;
}

/*ç”»åƒ*/
.styling &gt; figure{
	float: left;
	width: calc(100% / 2);
	text-align: center;
}
.styling &gt; figure &gt; img{
	width: 500px;
}

/*---------------å•†å“è©³ç´°ç¯„å›²---------------*/
.product_area{
	display: -wekit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.product_area &gt; *{
	width: 450px;
	height: 450px;
	vertical-align: middle;
	background-color: #fafaf5;
}

/*å³å´ã®ç”»åƒ*/
.img_right{
	-webkit-flex-flow: row-reverse;
	flex-flow: row-reverse;
}

/*ãƒ†ã‚­ã‚¹ãƒˆ*/
.product_text{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column;
	flex-flow: column;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
}
.product_name{
	font-size: 20px;
	font-weight: 700;
}
.product_text .description{
	text-align: left;
	padding: 30px 0 40px;
	margin: 0 40px;
	line-height: 2.0;
	font-size: 12px;
}
.price{
	border-bottom: 1px solid #777777;
	padding-bottom: 10px;
	margin: 0 20px;
}

/*---------------BUY ãƒœã‚¿ãƒ³----------------*/
.sp_buy{
	display: none;
}
.pc_buy{
	display: inline-block;
	margin: 20px auto 30px;
}
.buy{
	text-align: center;
}
.buy &gt; a{
	display: inline-block;
	color: #777777;
	border: 1px solid #cccccc;
	border-radius: 50px;
	padding: 8px 60px;
	font-size: 12px;
	transition: 0.5s;
	background-color: #ffffff;
}
.buy &gt; a:hover{
	border: 1px solid #eeeeee;
	background-color: #eeeeee;
	transition: 0.5s;
}

/*---------------ãƒšãƒ¼ã‚¸ä¸‹éƒ¨ãƒ†ã‚­ã‚¹ãƒˆ---------------*/
.foot_text{
	text-align: center;
	font-size: 14px;
	background-color: #fafaf5;
	padding: 110px 0 100px;
	margin-top: 250px;
}
.foot_text p &gt; span{
	font-size: 20px;
	font-weight: 700;
}
.foot_text figure{
	margin: 60px auto 70px;
}
.foot_text p:last-child{
	margin-top: 30px;
}

/*---------------ãƒªãƒ³ã‚¯ç¯„å›²---------------*/
.link_area{
	margin: 200px auto 100px;
}
.link_area ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.link_area ul li+li{
	margin-left: 50px;
}
.link_area ul li a,.link_area p a{
	display: block;
	color: #777777;
	border: 1px solid #cccccc;
	border-radius: 50px;
	padding: 20px 60px;
	transition: 0.5s;
	width: 200px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
}
.link_area ul li a:hover,.link_area p a:hover{
	transition: 0.5s;
	background-color: #eeeeee;
}
.link_area p{
	margin-top: 60px;
}

/*----------------ãƒšãƒ¼ã‚¸ãƒˆãƒƒãƒ—---------------*/
.pagetop{
	position: fixed;
	bottom: 200px;
	right: 50px;
	z-index: 10;
	cursor: pointer;
	border: 1px solid #777777;
	background: rgba(255,255,255,0.5);
	border-radius: 50%;
	width: 70px;
	height: 70px;
	display: -webkit-flex;
	display: flex;
	-wekit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.pagetop img{
	width: 50px;
	height: auto;
}









@media (min-width: 980px) and (max-width: 1200px) {
	.breadcrumb{
		width: 100%;
		padding: 10px 15px;
		box-sizing: border-box;
	}
	.main &gt; .contents{
		width: 100%;
	}
	.mdl_sp{
		display: none;
	}
	
	/*---------------å…¨èº«ã‚³ãƒ¼ãƒ‡ã‚£ãƒãƒ¼ãƒˆç¯„å›²---------------*/
	.styling{
		width: calc(100% - 60px);
		margin: 0 auto 120px;
	}
	
	/*ç”»åƒ*/
	.styling &gt; figure{
		width: calc((100% / 2) - 20px);
	}
	
	/*---------------å•†å“è©³ç´°ç¯„å›²---------------*/
	.product_area &gt; *{
		width: 400px;
		height: 400px;
	}
	/*ãƒ†ã‚­ã‚¹ãƒˆ*/
	.styling &gt; .text_area .sp_line{
		display: block;
	}
	
	/*---------------ãƒªãƒ³ã‚¯---------------*/
	.link_area{
		margin: 100px 30px;
	}
	.link_area ul{
		-webkit-justify-content: center;
		justify-content: center;
	}
	.link_area ul li+li{
		margin-left: 30px;
	}
	.link_area ul li a,.link_area p a{
		padding: 15px 0;
		width: 250px;
	}
}	









@media (max-width: 979px) and (min-width: 768px) {
	.breadcrumb{
		width: 100%;
		padding: 20px 15px 10px;
		box-sizing: border-box;
	}
	.main &gt; .contents{
		width: 100%;
	}
	.pc_line{
		display: none;
	}
	.sp_line{
		display: block;
	}
	
	/*---------------ãƒªãƒ¼ãƒ‰æ–‡---------------*/
	.lead{
		width: calc(100% - 40px);
		margin: 50px auto 100px;
	}
	.lead p{
		width: calc(100% - 40px);
		margin: 0 auto;
		text-align: center;
	}
	
	/*---------------å…¨èº«ã‚³ãƒ¼ãƒ‡ã‚£ãƒãƒ¼ãƒˆç¯„å›²---------------*/
	.styling{
		width: calc(100% - 20px);
		margin: 0 auto 100px;
	}
	
	/*ç”»åƒ*/
	.styling &gt; figure{
		width: calc((100% / 2) - 20px);
	}
	
	/*ãƒ†ã‚­ã‚¹ãƒˆ*/
	.styling &gt; h2{
		margin-top: 3%;
	}
	.styling &gt; .text_area{
		padding: 20px;
	}
	
	/*---------------å•†å“è©³ç´°ç¯„å›²---------------*/
	.product_area{
		background-color: #fafaf5;
		margin: 0 60px;
	}
	.product_area &gt; *{
		width: calc(100% / 2);
		height: auto;
	}
	/*ãƒ†ã‚­ã‚¹ãƒˆ*/
	.product_text .description{
		padding: 15px 0;
		margin: 0 15px;
	}
	
	/*---------------ãƒšãƒ¼ã‚¸ä¸‹éƒ¨ãƒ†ã‚­ã‚¹ãƒˆ---------------*/
	.foot_text &gt; p:first-child{
		line-height: 3.0;
	}
	.foot_text &gt; p:last-child{
		line-height: 2.0;
	}
	.foot_text &gt; figure{
		width: calc(100% - 40px);
		margin: 30px auto 50px;
	}
	.foot_text &gt; figure{
		width: 70%;
	}
	.foot_text p .sp_line{
		display: none;
	}

	/*----------------ãƒªãƒ³ã‚¯ã‚¨ãƒªã‚¢---------------*/
	.link_area{
		width: calc(100% - 40px);
		margin: 100px auto;
	}
	.link_area ul{
		display: block;
	}
	.link_area ul li+li{
		margin-top: 30px;
		margin-left: 0;
	}
	.link_area ul li a{
		margin: 0 auto;
	}
	.link_area p{
		margin-top: 30px;
	}
}









@media (max-width: 767px){
	.breadcrumb{
		width: 100%;
		padding: 20px 15px 10px;
		box-sizing: border-box;
	}
	.main &gt; .contents{
		width: 100%;
	}

	/*æ”¹è¡Œè¨­å®š*/
	.sp_line{
		display: block;
	}
	.pc_line{
		display: none;
	}

	/*---------------ãƒªãƒ¼ãƒ‰æ–‡---------------*/
	.lead{
		margin: 40px auto 120px;
	}
	.lead .lead_text01{
		font-size: 14px;
	}
	.lead p{
		line-height: 2.5;
		text-align: center;
		font-size: 12px;
	}
	
	/*---------------å…¨èº«ã‚³ãƒ¼ãƒ‡ã‚£ãƒãƒ¼ãƒˆç¯„å›²---------------*/
	.styling{
		margin-bottom: 100px;
	}
	/*ãƒ¬ãƒ‡ã‚£ãƒ¼ã‚¹ã¨ãƒ¡ãƒ³ã‚ºã®é–“*/
	.box + .box{
		margin-top: 150px;
	}
	/*ãƒ†ã‚­ã‚¹ãƒˆ*/
	.styling &gt; h2{
		float: none;
		width: calc(100% - 20px);
		margin: 0 auto;
	}
	.styling &gt; .text_area{
		float: none;
		width: 100%;
	}
	/*ç”»åƒ*/
	.styling &gt; figure{
		float: none;
		width: calc(100% - 40px);
		margin: 30px auto;
	}
	
	/*---------------å•†å“è©³ç´°ç¯„å›²---------------*/
	.product_area{
		display: block;
	}
	.product_area &gt; *{
		width: auto;
		height: auto;
	}
	.product_area + .product_area{
		margin-top: 100px;
	}
	
	/*ãƒ†ã‚­ã‚¹ãƒˆ*/
	.product_text{
		display: block;
		padding: 40px 0;
	}
	.product_text .description{
		padding: 20px 0 30px;
	}
	
	/*ç”»åƒ*/
	.product_area &gt; figure{
		width: calc(100% - 80px);
		margin: 0 auto 30px;
	}
	/*----------------BUY ãƒœã‚¿ãƒ³---------------*/
	.buy &gt; a{
		padding: 8px 80px;
	}
	/*---------------ãƒªãƒ³ã‚¯ã‚¨ãƒªã‚¢---------------*/
	.link_area{
	width: calc(100% - 40px);
	margin: 100px auto 0;
	}
	.link_area ul{
		display: block;
		text-align: center;
	}
	.link_area ul li+li{
		margin-top: 30px;
		margin-left: 0;
	}
	.link_area ul li a,.link_area p a{
		padding: 15px 20px;
		width: auto;
	}
	.link_area p{
		margin-top: 30px;
	}
	
	/*---------------ãƒšãƒ¼ã‚¸ä¸‹éƒ¨ãƒ†ã‚­ã‚¹ãƒˆ---------------*/
	.foot_text{
		margin-top: 150px;
		padding: 70px 0 100px;
	}
	.foot_text &gt; p:first-child{
		line-height: 3.0;
	}
	.foot_text &gt; p:last-child{
		line-height: 2.0;
	}
	.foot_text &gt; figure{
		width: calc(100% - 40px);
		margin: 30px auto 50px;
	}
	
	/*----------------ãƒšãƒ¼ã‚¸ãƒˆãƒƒãƒ—-----------------*/
	.pagetop{
		bottom: 30px;
		right: 20px;
		width: 45px;
		height: 45px;
	}
	.pagetop img{
		width: 40px;
	}

}

/*ClearFix*/
section:after{
	content: "";
	display: block;
	clear: both;
}
</pre></body></html>