@charset "UTF-8";

/* Tag Style */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-text-size-adjust: 100%;
}
html,body {
	color: #666;
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic","メイリオ", Meiryo, sans-serif;
/*	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;*/
	line-height: 160%;
	height: 100%;
	width: 100%;
}
a {
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;

	color: #666;
	text-decoration: none;
}
a:hover{
	color: #464646;
}
h1,h2,h3,h4,h5 {
	font-weight: normal;
	line-height: 160%;
}
input[type="button"],input[type="submit"] {
	-webkit-appearance: none;
}
/* Common Class */
.clear {
	clear: both;
}
.clearfix:after {
	content:".";
	clear:both;
	display: block;
	height: 0;
	font-size:0;
	visibility:hidden;
}
.gfont {
	font-family: 'Montserrat', serif;
}
.bold {
	font-weight: 700;
}
.block {
	display: block;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.italic {
	font-style: italic;
}
.hover {
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
	opacity: 1;
}
.hover:hover {
	opacity: 0.7;
}
.zoom {
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
.zoom:hover{
	-moz-transform: scale(1.05,1.05);
	-webkit-transform: scale(1.05,1.05);
	-o-transform: scale(1.05,1.05);
	-ms-transform: scale(1.05,1.05);
	transform: scale(1.05,1.05);
}
.underline {
	text-decoration: underline;
}
.gray {
	color:#999;
}
.serif {
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
a.link {
	text-decoration: underline;
}
/* font-size */
h1.catchcopy {font-size: 42px;}
h2.subtitle {font-size: 22px;}
h1.title {font-size:40px;}
div.okuruto_message{font-size:16px;}
#charity {font-size: 20px;}
div.creator_name{font-size:14px;}
div.product_name{font-size:13px;}
div.page h2 {font-size:24px;font-weight:bold;}
div.page h3 {font-size:18px;font-weight:bold;}

/* layout */
#container {
	height: 100%;
	min-height: 100%;
	position: relative;
	width: 100%;
}
.area {
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	padding: 0 1em;
	width: 960px;
}
.box4 {
	float: left;
	margin: 5px 0.5%;
	width: 24%;
}

/* footer */
footer{
	background-color: #000;
	color: #fff;
	padding: 1em 0;
}
ul.footer_link {
	float: left;
	list-style:none;
}
ul.footer_link li{
	display: inline-block;
	padding: 0 2em 0 0;
}
ul.footer_link li a{
	color: #fff;
}
div.copyright {
	float: right;
}

/* top */
#top {
	background-image: url("../images/background.jpg");
	background-size: cover;
	background-position: center center;
	min-height: 700px;
	text-align: center;
	text-decoration: center;
	height: 100%;
	width: 100%;
}
#logo {
	height: auto;
	width: 35%;
	max-width:150px;
	padding-top: 50px;
}
h1.catchcopy {color:#fff;padding-top: 1em;}
h2.subtitle {color:#fff;letter-spacing:0.1em;}
div.okuruto_message {color:#fff;padding:1em;}

#goto_shop {
	background-color: rgba(191,223,255,0.7);
	border: 2px solid #fff;
	border-radius: 3em;
	color:#fff;
	display: inline-block;
	margin: 1em 0 3em 0;
	padding: 1em 3em;
}
#goto_shop:hover{
	background-color: rgba(191,223,255,0.9);
}

/* css transition */
#logo, h1.catchcopy, h2.subtitle, div.okuruto_message, #goto_shop {
	-webkit-transition: opacity linear 0.6s;
	-moz-transition: opacity linear 0.6s;
	-o-transition: opacity linear 0.6s;
	transition: opacity linear 0.6s;
	opacity: 0;
}
#logo.active, h1.catchcopy.active, h2.subtitle.active, div.okuruto_message.active, #goto_shop.active {
	opacity: 1;
}

#under_top {
	background-color: #BFDFFF;
	height: 20px;
	position: relative;
}
#under_top:after {
	content: "";
	width: 0;
	height: 0;
	border: 30px solid transparent;
	border-top: 30px solid #BFDFFF;
	margin-left: -30px;
	position: absolute;
	top: 20px;
	left: 50%;
}
#top_about {
	margin: 6em 0 3em 0;
	text-align: center;
}
h1.title{
	color: #000;
	padding: 0 0 1em 0;
	text-align: center;
}

/*
div.okuruto_message_sub {
	color: #000;
	margin-top: 2em;
	white-space:nowrap;
}
div.okuruto_message_sub:before {
	content: "/";
	display: inline-block;
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
div.okuruto_message_sub:after {
	content: "/";
	display: inline-block;
}
*/

#top_about {
	position: relative;
	overflow: hidden;
}
div.slanting{
	height: 100px;
	position: relative;
	overflow: hidden;
}
div.slanting01:before {
	content: '';
	position: absolute;
	top: 60px;
	left: -10%;
	width: 130%;
	height: 100px;
	background-color: #F7F7F5;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
}
div.slanting02:before {
	content: '';
	position: absolute;
	top: -100px;
	left: -10%;
	width: 130%;
	height: 100px;
	background-color: #F7F7F5;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	transform: rotate(2deg);
}

#okuruto_3smiles{
/*	background-color: #ECFAFF;*/
	border: solid 1px #999;
	border-radius: 10px;
	display: block;
	margin: 1em auto;
	max-width: 100%;
	padding: 0 1em;
}
#creators {
	background-color: #F7F7F5;
	padding-bottom: 3em;
}
#creators a {
	display: block;
}
#creators div.creator_info {
	background-color: #fff;
	border: solid 1px #999;
	padding: 15px;
}
#creators div.creator_info img{
	height: auto;
	max-width: 100%;
}
#creators div.creator_info div.creator_name {
	color: #333;
	margin-top:0.5em;
	overflow: hidden;
	white-space: nowrap;
}
#creators div.creator_info div.see {
	background-color: #333;
	color: #fff;
	margin-top: 0.5em;
	padding: 0.8em 0;
	text-align: center;
}

#products {
	background-color: #fff;
	padding-bottom: 3em;
}
#products a {
	display: block;
}
#products div.product_info {
	background-color: #fff;
	border: solid 1px #999;
	padding: 15px;
}
#products div.product_info img{
	height: auto;
	max-width: 100%;
}
#products div.product_info div.product_name {
	color: #333;
	margin-top:0.5em;
	overflow: hidden;
	white-space: nowrap;
}
#products div.product_info div.see {
	background-color: #333;
	color: #fff;
	margin-top: 0.5em;
	padding: 0.8em 0;
	text-align: center;
}


/* top - charity */
#charity {
	background-color: #ECFAFF;
	line-height: 180%;
	padding: 5em 0;
	text-align: center;
}

#more_about {
	background-color: rgba(0,0,0,0.5);
	border: 2px solid #333;
	border-radius: 3em;
	color:#fff;
	display: inline-block;
	margin-top: 1em;
	padding: 1em 3em;
}
#more_about:hover{
	background-color: rgba(51,51,51,0.5);
}

/* page common */
div.page_header {
	border-top: solid 5px #000;
	padding: 10px;
	text-align: center;
	position: relative;
}
div.page_header #page_logo {
	display: inline-block;
}
div.page_header #page_logo img{
	display: block;
	position: absolute;
	left: 50%;
	top: 10px;
	margin-left: -100px;
	height: 40px;
	width: auto;
	opacity: 1;
}
div.page_header #cart_icon{
	display: block;
	background-color: #000;
	border-radius: 50%;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	float: right;
}
div.page_header #cart_icon i{
	color: #fff;
	font-size: 20px;
}
div.page_title {
	height: 350px;
	width: 100%;
	background-size: cover;
	background-position: center center;
}
div.page_title h1{
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	font-weight: normal;
	line-height: 350px;
	padding: 0;
}

/* about charity */
#about {
	line-height: 180%;
	padding: 0 0 6em 0;
}
div.about_charity {
	margin: 0 auto;
	max-width: 800px;
	padding: 6em 0 3em 0;
}
div.page h2 {
	border-bottom: 2px solid #000;
	font-weight: bold;
	padding: 0.3em 0;
	margin-top: 2em;
}
div.page h3 {
	border-left: solid 5px #666;
	padding-left: 7px;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

/* For Responsive Design */
@media screen and (max-width: 680px) {
	.spHid {
		display:none;
	}
	/* font-size */
	h1.catchcopy {font-size: 16px;}
	h2.subtitle {font-size: 14px;}
	h1.title {font-size:20px;}
	div.okuruto_message{font-size:14px;line-height:180%;}
	#charity {font-size: 16px;}
	div.see{font-size:12px;}
	div.product_name{font-size:12px;}
	div.page h2 {font-size:18px;}
	div.page h3 {font-size:16px;}

	/* layout */
	.box4 {
		margin: 10px 0.5%;
		width: 49%;
	}

	/* footer  */
	div.copyright{float:none;text-align:center;}
	ul.footer_link {
		float: none;
		text-align: center;
	}
	ul.footer_link li{
		padding: 0 0.5em;
	}

	/* top */
	h1.catchcopy {padding-top: 2em;}
	#top_about{
		margin: 3em 0 0 0;
		text-align: left;
	}
	div.okuruto_message{
		max-width: 360px;
		margin: 0 auto;
	}
	#charity br{display: none}

	/* page commong */
	div.page_title {height: 200px;}
	div.page_title h1{line-height: 200px;}
	div.page_header #page_logo img{
		top: 15px;
		left: 10px;
		margin-left: 0;
		height: 30px;
	}

	/* about */
	div.about_charity{
		text-align: left;
	}
}
