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

/* ================================================
 base
--------------------------------------------------- */
html {
	height: 100%;
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	height: 100%;
	margin: 0; padding: 0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
	font-size: 18px; line-height: 2; font-weight: bold; letter-spacing: 0.06em; color: #000;
	background-color: #FFF;
}
h1,h2,h3,h4,h5,h6,ul,li,p,dl,dt,dd {margin: 0; padding: 0;}
li {list-style: none;}
img {vertical-align: bottom;}
a:link, a:visited, a:hover, a:active {
	color: #000; text-decoration: none;
}
a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
.en{
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
}
@media screen and (max-width: 736px) {
	body {
		font-size: 3.47vw;
	}
}

/*=================================================
 common
--------------------------------------------------- */
#wrap {
	width: 100%; min-width: 1300px;
	padding-top: 100px;
	overflow: hidden;
}
.container{
	position: relative; z-index: 10;
}
@media screen and (max-width: 736px) {
	#wrap {
		min-width: 0;
		padding-top: 18.67vw;
	}
}
.unit {
	opacity: 0;
	transform: translate(0,40px);
	-webkit-transform: translate(0,40px);
	transition: .8s;
}
.unit.view {
	opacity: 1.0;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}
.wp_content.unit.view p { /* add20181012 */
	margin: 0 0 1em 0;
}

/*=================================================
 header
--------------------------------------------------- */
#header{
	width: 100%; min-width: 1300px; height: 100px;
	position: fixed; left: 0; top: 0; z-index: 1000;
	background-color: #FFF;
}
#header h1{
	width: 216px; height: 100px; /*width20181129*/
	margin-left: 40px;
	font-size: 0;
	background-image: url(https://kamiwaraji.jp/assets/image/common/logo_kw.svg); /*width20181129*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#header h1 a{
	width: 100%; height: 100%;
	display: block;
}
#header nav{
	position: absolute; right: 40px; top: 40px;
}
#header ul{
	font-size: 0;
	text-align: right;
}
#header li{
	margin: 0 10px;
	display: inline-block;
	font-size: 16px; line-height: 18px;
}
#header li:nth-child(8){ /* chg20191030 */
	margin: 0 8px 0 40px;
}
#header li:nth-child(9){ /* chg20191030 */
	margin: 0 0 0 8px;
}
#header a{
	padding: 3px 0;
	color: #000; text-decoration: none;
}
#header nav a:hover, #header nav a:active {
	border-bottom: #000 2px solid;
}
#header.jp li:nth-child(8){ /* chg20191030 */
	opacity: 0.3;
}
#header.jp li:nth-child(9) a{ /* chg20191030 */
	cursor: default;
	pointer-events: none;
}
#header nav li:nth-child(7) a:hover, #header nav li:nth-child(7) a:active {
	border-bottom: #c33d32 2px solid;
}
#triger{
	display: none;
}

@media screen and (max-width: 736px) {
	#header{
		min-width: 0; height: 18.67vw;
	}
	#header h1{
		width: 35.2vw; height: 18.67vw; /*width20181129*/
		margin-left: 5.46vw;
	}
	#header nav{
		height: 0;
		position: absolute; right: 0; top: 0;
		background-color: #ccc;
		overflow: hidden;
		transition: all 0.8s;
	}
	#header.open nav{
		height: 100vh;
	}
	#header nav&gt;div{
		width: 100%; height: 100vh;
		padding: 19.6vw 0 0 0;
		box-sizing: border-box;
	}
	#header nav&gt;div&gt;div{
		height: 100%;
		overflow: auto;
	}
	#header ul{
		text-align: center;
		border-top: #FFF 1px solid;
	}
	#header li{
		width: 100%;
		margin: 0;
		font-size: 5.6vw; line-height: 13.2vw;
		border-bottom: #FFF 1px solid;
	}
	#header li:nth-child(8),
	#header li:nth-child(9){ /* chg20191030 */
		width: auto;
		margin: 0 8.8vw; padding: 4.8vw 0 13.2vw 0;
		border-bottom: none;
	}
	#header a{
		padding: 0;
		color: #000; text-decoration: none;
	}
	#header a:hover, #header a:active {
		border-bottom: none;
	}
	#header.jp li:nth-child(8){ /* chg20191030 */
		opacity: 1;
	}
	#header.jp li:nth-child(9) a{
		border-bottom: #000 2px solid;
	}
	#triger{
		width: 19.2vw; height: 18.67vw;
		position: absolute; right: 0; top: 0; z-index: 1001;
		display: block;
		transition: all 0.5s;
	}
	#triger span {
		width: 8.4vw; height: 2px;
		position: absolute; left: 5.2vw; top: 50%;
		background-color: #000;
		border-radius: 2px;
	}
	#triger span:nth-of-type(1) {
		margin-top: -3.2vw;
	}
	#triger span:nth-of-type(3) {
		margin-top: 3.2vw;
	}
	#header.open #triger {
		-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
		}
	#header.open #triger span:nth-of-type(1) {
		margin-top: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#header.open #triger span:nth-of-type(2) {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#header.open #triger span:nth-of-type(3) {
		opacity: 0;
	}
}

/*=================================================
 footer
--------------------------------------------------- */
#footer{
	width: 100%; min-width: 1300px;
	position: relative;
	background-color: #FFF;
}
#footer ul{
	width: 100%;
	padding-bottom: 36px;
	font-size: 0; text-align: center;
}
#footer li{
	width: 36px; height: 36px;
	margin: 0 6px;
	display: inline-block;
}
#footer li a{
	width: 100%; height: 100%;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#footer li a:hover{
	opacity: 0.5;
}
#footer li:nth-child(1) a{background-image: url(https://kamiwaraji.jp/assets/image/common/icon_facebook.svg);}
#footer li:nth-child(2) a{background-image: url(https://kamiwaraji.jp/assets/image/common/icon_tweeter.svg);}
#footer li:nth-child(3) a{background-image: url(https://kamiwaraji.jp/assets/image/common/icon_instagram.svg);}
#footer li:nth-child(4) a{background-image: url(https://kamiwaraji.jp/assets/image/common/icon_youtube.svg);}

#footer&gt;p{
	font-size: 11px; text-align: center;
	padding-bottom: 30px;
}
#pagetop{
	width: 1300px;
	margin: 0 auto; padding-bottom: 32px;
	text-align: center;
}
#pagetop p{
	width: 72px;
	padding-top: 32px;
	box-sizing: border-box;
	display: inline-block;
	background-image: url(https://kamiwaraji.jp/assets/image/common/pagetop_ar.svg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 16px auto;
	font-size: 23px; line-height: 1.25; font-weight: bold; text-align: center;
	cursor: pointer;
}
#pagetop p:hover{
	opacity: 0.5;
}
#scroll{
	width: 120px;
	padding-bottom: 32px;
	position: fixed; right: 20px; bottom: 20px; z-index: 100;
	display: block;
	background-image: url(https://kamiwaraji.jp/assets/image/common/scroll_ar.svg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 16px auto;
	font-size: 23px; line-height: 1.25; font-weight: bold; text-align: center; color: #b3b3b3;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
#scroll.hide{
	opacity: 0;
}
@media screen and (max-width: 736px) {
	#footer{
		min-width: 0;
	}
	#footer ul{
		padding-bottom: 6vw;
	}
	#footer li{
		width: 8vw; height: 8vw;
		margin: 0 1.6vw;
	}
	#footer&gt;p{
		font-size: 11px; text-align: center;
		padding-bottom: 30px;
	}
	#pagetop{
		width: 16vw;
		margin: 0 auto; padding-bottom: 10vw;
		position :relative; left: auto; right: auto; bottom: auto;
		display: block;
	}
	#pagetop p{
		height: auto;
		padding-top: 8.2vw;
		background-size: 3.6vw auto;
		font-size: 6.13vw;
	}
	#scroll{
		display: none;
	}
}

/*=================================================
 Colorbox
--------------------------------------------------- */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

#cboxOverlay{background:#000; opacity: 0.7; filter: alpha(opacity = 70);}
#colorbox{outline:0;}
#cboxContent{margin-top:0;background:#000;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #000;}
#cboxLoadedContent{padding: 0 0; background:#000;}

#cboxTitle{position:absolute; bottom:0; left:38px; font-size:16px; line-height: 54px; color:#fff;}
#cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
#cboxLoadingGraphic{background:url(https://kamiwaraji.jp/assets/image/loading.gif) no-repeat center center;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxClose{
	position:absolute; top:-55px; right:0; display:block;
	background:url(https://kamiwaraji.jp/assets/image/common/close.png) no-repeat;
	width:55px; height:55px;
	font-size: 0;
}
#cboxPrevious:hover{opacity:0.5;}
#cboxNext:hover{opacity:0.5;}
#cboxClose:hover{opacity:0.5;}

.aka { /* add20191030 */
	color: #c33d32;
}
</pre></body></html>