@charset "utf-8";

/*==============================================

styling for kakurei
LastUpdate 2017/07/14

==============================================*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:top;}/* HTML5 display-role reset for older browsers */article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}body {line-height:1;}ol,ul {list-style:none;}blockquote,q {quotes:none;}blockquote:before,blockquote:after,q:before,q:after {content:'';content:none;}table {border-collapse:collapse;border-spacing:0;}

body {
	width: 100%;
	min-width: 1000px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.86;
	font-family: "Helvetica Neue", Helvetica, Arial, YuGothic, "Yu Gothic", 游ゴシック体, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS ゴシック", "MS Gothic", sans-serif;
	text-align: justify;
	text-justify: inter-ideograph;
}

.load,
.lazyload,
.lazyloading {
	opacity: 0;
}

.loaded,
.lazyloaded {
	opacity: 1;
	transition: opacity 1s;
}

.hide {
	opacity: 0;
	transition: opacity 1s;
}

.visible {
	opacity: 1;
}

a {
	text-decoration: none;
	color: #000;
	opacity: 1;
	transition: opacity .5s;
}

a[href]:hover {
	opacity: .5;
}

a.ul {
	text-decoration: underline;
}

a.link_wrapper {
	display: block;
}

strong {
	font-weight: bold;
}

*:focus {
	outline: none;
}

.krnL {
	margin-left: -0.5em;
}

.krnR {
	margin-right: -0.5em;
}

.krnC {
	margin-left: -0.2em;
	margin-right: -0.2em;
}

.tac {
	text-align: center;
}

.taj {
	text-align: justify;
	text-justify: inter-ideograph;
}

.tal {
	text-align: left;
}

.sp {
	display: none!important;
}

.pc {
	display: block!important;
}

#wrapper {
	position: relative;
}

.content>.inner {
	padding: 30px 0;
}

.row {
	position: relative;
	overflow: hidden;
	color: #fff;
}

.content>.inner {
	position: relative;
}

.row .content {
	display: table;
	width: 50%;
	min-height: 800px;
}

.row .content>.inner {
	display: table-cell;
	vertical-align: middle;
	height: 800px;
	box-sizing: border-box;
}

.row .img {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	height: 100%;
	background: #fff;
	text-align: center;
	overflow:hidden;
}

.row .img>* {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.row .body {
	width: 240px;
	margin: 0 auto;
}

.row.content_l .content {
	float: left;
}

.row.content_r .content {
	float: right;
}

.row.content_l .img {
	right: 0;
}

.row.content_r .img {
	left: 0;
}

/*
.body:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
*/

.body>* {
	position: relative;
}

.item .num,
.item .quantity {
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
}

.item .quantity {
	padding: 18px;
	text-align: center;
	font-size: 24px;
	line-height: 1.2;
}

.item .quantity>em {
	margin: 0 .2em;
}

.item .price {
	padding: 18px;
	text-align: center;
	font-size: 18px;
	line-height: 1.2;
}

.item .price>em {
	margin: 0 .2em;
}

.item .txt {
	margin-top: 35px;
}

.item .txt>*+* {
	margin-top: 25px;
}

#introduction .content {
	background: #020134;
}

#introduction .body {
	width: 320px;
}

#introduction .body>*+* {
	margin-top: 50px;	
}

#introduction .title>*+* {
	display: block;
	margin-top: 22px;
}

#introduction .txt>*+* {
	margin-top: 30px;
}

#introduction .icons {
	text-align: center;
	letter-spacing: -.4em;
}

#introduction .icons>* {
	display: inline-block;
	letter-spacing: normal;
}

#introduction .icons>*+* {
	margin-left: 30px;
}

#item01 .img,
#item02 .img {
	background-color: #000;
}

#item01 .content {
	background: #1b2a75;
}

#item02 .content {
	background: #a6c1d6;
}

#item03 .content {
	background: #b3b3b3;
}

#profile {
	line-height: 1.57;
	background: #b0bbb9;
}

#profile>.inner {
	padding: 60px 0;
}

#profile .body {
	width: 560px;
	margin: 0 auto;
}

#profile .body>.img {
	float: left;
	margin-right: 40px;
}

#profile .body>.txt {
	overflow: hidden;
}

#profile .body>.txt>*+* {
	margin-top: 10px;
}

#profile .name {
	font-size: 18px;
}

#footer {
	text-align: center;
	line-height: 1.57;
}

#footer>.inner {
	padding: 60px 0;	
}

#footer>.inner>*+* {
	margin-top: 35px;
}

#footer .name {
	font-size: 18px;
}

#footer .name+* {
	margin-top: 14px;
}

#footer .copyright {
	display: inline-block;
	font-weight: normal;
	font-size: 12px;
}



@media only screen and (max-width: 30em){

	.sp {
		display: block!important;
	}
	
	.pc {
		display: none!important;
	}

	img {
		max-width: 100%;
		height: auto;
	}

	body {
		min-width: 0;
	}

	.row .img {
		position: static;
		width: 100%;
		height: auto;
	}

	.row .img>* {
		position: static;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
	}

	.row .content {
		float: none!important;
		width: 100%;
		min-height: 0;
	}

	.row .content>.inner {
		height: auto;
	}

	.content.item>.inner {
		padding: 60px 0;
	}

	#header {
		padding: 25px 25px 35px;
		box-sizing: border-box;
	}

	#profile>.inner {
		padding: 60px 20px;
	}

	#profile .body {
		width: 100%;
		box-sizing: border-box;
		margin: 0;
		text-align: center;
	}

	#profile .body>.img {
		float: none;
		margin: 0!important;
	}

	#profile .body>.txt {
		margin-top: 35px;
	}

	#profile .name {
		text-align: center;
	}

	#introduction .content>.inner {
		padding: 60px 20px;
	}

	#introduction .body {
		width: auto;
	}

	#introduction .body .title>i img {
		width: 179px;
		height: auto;	
	}

	#introduction .body .title>strong img {
		width: 264px;
		height: auto;
	}

	#introduction .title>*+* {
		margin-top: 12px;
	}

	#introduction .body>*+* {
		margin-top: 35px;
	}

	#footer>.inner {
		padding: 60px 20px;
	}



}