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

@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Noto+Sans+JP:400,500,700,900&amp;display=swap&amp;subset=japanese');
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url(fonts.css);
@import url("font-awesome/fontawesome.min.css");
@import url("font-awesome/brands.min.css");
@import url("font-awesome/solid.min.css");
@import url("font-awesome/svg-with-js.min.css");


/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
html {
	min-height: 100%;
	margin: 0;
	padding: 0;
	position: relative; 
}

body { 
	min-width: 300px;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

p {
	line-height: 1.8;
}

/*---------------------------------------------------- */
/* Header */
/*---------------------------------------------------- */
header {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 36px;
	z-index: 5000;
	background-color: #00243c;
}

header #waku_header {
	padding: 0;
	margin: 0 auto;
	width: 750px;
	max-width: 90%;
	height: 36px;
	display: -webkit-box;
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

header #waku_header .logo {
	padding: 0;
	margin: 0;
	width: 152px; 
	height: auto;
	display: table;
}

header #waku_header .logo .logo_artq {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

header #waku_header .logo .logo_artq a {
	padding-top: 16px;
	margin: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	display: block;
	background: url(../images/common/logo_hriz@2x_white.png) 0 0 no-repeat;
	background-size: auto 16px;
	position: relative;
}

/*---------------------------------------------------- */
/* h1 */
/*---------------------------------------------------- */
#sitewise {
	width: 100%;
	position: relative;
}

#sitewise .waku_sitewise {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

#sitewise .waku_sitewise h1 {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
	text-align: center;
}

#sitewise .waku_sitewise h1 img {
	padding: 0;
	margin: 0;
	vertical-align: bottom;
}

#sitewise .waku_cart {
	margin: 0 auto;
	height: auto;
}

#sitewise .waku_cart .btn_cart a {
	margin: 0 auto;
	height: auto;
	border-radius: 2px;
	background-image:-moz-linear-gradient(
    top,
    #2c5093 0%,
    #112e6c);
 
    background-image:-webkit-gradient(
    linear,left top,left bottom,
    from(#2c5093),
    to(#112e6c));
	
	display: block;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	line-height: 1.0;
	box-shadow:2px 2px 2px #999;
}

#sitewise .waku_cart .btn_cart a:hover {
	opacity: 0.7;
	text-decoration: none;
}

#sitewise .waku_cart .btn_cart_no {
	margin: 0 auto;
	height: auto;
	border-radius: 2px;
	background-color: #a0a0a0;
	display: block;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	line-height: 1.0;
	box-shadow:2px 2px 2px #999;
}

/*---------------------------------------------------- */
/* Footer */
/*---------------------------------------------------- */
footer {
	padding: 0;
	margin: 0;
	height: auto;
	background-color: #f7f7f7;
}

footer #waku_footer {
	margin: 0 auto;
	height: auto;
}

footer #waku_footer .copy {
	padding: 0;
	margin: 0 auto;
	width: 100%;
    position: relative;
}

footer #waku_footer .copy p {
	padding: 0;
	margin: 0;
	color: #00243c;
    font-size: 14px;
	font-weight: normal;
    line-height: 1.0;
    text-align: center;
}

footer #waku_footer .copy .pageTop {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}

footer #waku_footer .copy .pageTop:hover img {
    opacity: 0.7;
}

footer #waku_footer .copy .pageTop img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/*  PC  */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Only */
/*---------------------------------------------------- */
.only_tab {
	display: none;
	visibility: hidden;
	margin: 0;
}

.only_sp {
	display: none;
	visibility: hidden;
	margin: 0;
}

.only_tabsp {
	display: none;
	visibility: hidden;
	margin: 0;
}
	
/*---------------------------------------------------- */
/* Header */
/*---------------------------------------------------- */
header {
	height: 36px;
}

header #waku_header {
	width: 860px;
	max-width: 90%;
	height: 36px;
}

header #waku_header .logo {
	width: 152px; 
}

header #waku_header .logo .logo_artq a {
	padding-top: 16px;
	background-size: auto 16px;
}
	
/*---------------------------------------------------- */
/* h1 */
/*---------------------------------------------------- */
#sitewise .waku_sitewise {
	width: 100%;
}
	
#sitewise .waku_cart {
	padding: 30px 0;
	width: 860px;
	max-width: 90%;
}

#sitewise .waku_cart .btn_cart a {
	padding: 20px 0;
	width: 70%;
	font-size: 18px;
}
	
#sitewise .waku_cart .btn_cart_no {
	padding: 20px 0;
	width: 70%;
	font-size: 18px;
}

/*---------------------------------------------------- */
/* Footer */
/*---------------------------------------------------- */
footer {
	width: 100%;
}
	
footer #waku_footer {
	padding: 40px 0;
	width: 860px;
	max-width: 90%;
}

footer #waku_footer .copy p {
    font-size: 14px;
}

footer #waku_footer .copy .pageTop {
    width: 45px;
    height: 45px;
    right: 30px;
}


}

/* Tablet */
@media all and (max-width: 959px) and (min-width: 681px) {
/*---------------------------------------------------- */
/* Only */
/*---------------------------------------------------- */
.only_pc {
	display: none;
	visibility: hidden;
	margin: 0;
}

.only_sp {
	display: none;
	visibility: hidden;
	margin: 0;
}

.only_pcsp {
	display: none;
	visibility: hidden;
	margin: 0;
}
	
/*---------------------------------------------------- */
/* Header */
/*---------------------------------------------------- */
header {
	height: 36px;
}

header #waku_header {
	width: 92%;
	height: 36px;
}

header #waku_header .logo {
	width: 152px; 
}

header #waku_header .logo .logo_artq a {
	padding-top: 16px;
	background-size: auto 16px;
}
	
/*---------------------------------------------------- */
/* h1 */
/*---------------------------------------------------- */
#sitewise .waku_sitewise {
	width: 100%;
}

#sitewise .waku_cart {
	padding: 25px 0;
	width: 100%;
}

#sitewise .waku_cart .btn_cart a {
	padding: 18px 0;
	width: 70%;
	font-size: 17px;
}
	
#sitewise .waku_cart .btn_cart_no {
	padding: 18px 0;
	width: 70%;
	font-size: 17px;
}

/*---------------------------------------------------- */
/* Footer */
/*---------------------------------------------------- */
footer {
	width: 100%;
}

footer #waku_footer {
	padding: 35px 0;
	width: 100%;
}

footer #waku_footer .copy p {
    font-size: 13px;
}

footer #waku_footer .copy .pageTop {
    width: 45px;
    height: 45px;
    right: 20px;
}


}

/* SP */
@media all and (max-width: 680px) {
/*---------------------------------------------------- */
/* Only */
/*---------------------------------------------------- */
.only_pc {
	display: none;
	visibility: hidden;
	margin: 0;
}

.only_tab {
	display: none;
	visibility: hidden;
	margin: 0;
}

.only_pctab {
	display: none;
	visibility: hidden;
	margin: 0;
}

/*---------------------------------------------------- */
/* Header */
/*---------------------------------------------------- */
header {
	height: 36px;
}

header #waku_header {
	width: 92%;
	height: 36px;
}

header #waku_header .logo {
	width: 152px; 
}

header #waku_header .logo .logo_artq a {
	padding-top: 16px;
	background-size: auto 16px;
}
	
/*---------------------------------------------------- */
/* h1 */
/*---------------------------------------------------- */
#sitewise .waku_sitewise {
	width: 100%;
}

#sitewise .waku_cart {
	padding: 20px 0;
	width: 100%;
}

#sitewise .waku_cart .btn_cart a {
	padding: 14px 0;
	width: 80%;
	font-size: 15px;
}
	
#sitewise .waku_cart .btn_cart_no {
	padding: 14px 0;
	width: 80%;
	font-size: 15px;
}

/*---------------------------------------------------- */
/* Footer */
/*---------------------------------------------------- */
footer {
	width: 100%;
}

footer #waku_footer {
	padding: 30px 0;
	width: 100%;
}

footer #waku_footer .copy p {
    font-size: 13px;
	line-height: 1.5;
}

footer #waku_footer .copy .pageTop {
    width: 35px;
    height: 35px;
    right: 10px;
}


	
}</pre></body></html>