@charset "utf-8";

/*----------------------------------------
	Loader
-----------------------------------------*/
#loader {
	display:none;
	position:fixed;
	top:50%;
	left:50%;
	width:120px;
	margin-top:-78px;
	margin-left:-60px;
	z-index:250;
}
#loader img {
	width:120px;
}
#fade {
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	min-height:100%;
	background-color:#bcdcef;
	z-index:200;
}
/*----------------------------------------
	Main Image
-----------------------------------------*/
.site-header {
	background:url(../images/top/main-image.jpg) no-repeat 50% 50%;
	background-size:cover;
	padding-top:10%;
	padding-bottom:10%;
}
.main-title {
	max-width:30%;
	text-align:center;
	margin-left:20%;
}
.brand-logo {
	width:60%;
	max-width:180px;
	margin-bottom:10%;
}
.main-catch {
	width:100%;
	max-width:360px;
}
@media screen and (max-width:768px) {
.main-title {
	max-width:35%;
	margin-top:10%;
	margin-left:17.5%;
	margin-bottom:5%;
}
}
@media screen and (max-width:640px) {
.main-title {
	max-width:50%;
	margin-top:12.5%;
	margin-left:15%;
	margin-bottom:7.5%;
}
}
@media screen and (max-width:360px) {
.main-title {
	max-width:60%;
	margin-left:10%;
}
}
/*----------------------------------------
	Common
-----------------------------------------*/
.index {
	padding-top:5%;
	padding-bottom:5%;
}
.title {
	text-align:center;
	margin-bottom:40px;
}
.title img {
	width:100%;
	max-width:250px;
}
.index .button {
	width:40%;
	margin:20px auto 0;
}
.index .button a {
	display:block;
	text-align:center;
	border-radius:8px;
	padding:18px;
}
@media screen and (max-width:640px) {
.index {
	padding-top:8%;
	padding-bottom:8%;
}
.title {
	margin-bottom:25px;
}
.title img {
	width:60%;
}
.index .button {
	width:100%;
	margin-top:12px;
	margin-bottom:12px;
}
.index .button a {
	padding:16px;
}
}
/*----------------------------------------
	Concept
-----------------------------------------*/
.index1 {
	color:#fff;
	background:#582d1b url(../images/top/image-01.jpg) no-repeat 50% 50%;
	background-size:cover;
}
.index1 .column {
	margin-bottom:40px;
}
.index1 p {
	line-height:2.4;
}
.index1 p img {
	vertical-align:middle;
}
.index1 .button a {
	color:#fff;
	background-color:rgba(255,255,255,0.2);
	border:1px solid #fff;
}
@media screen and (max-width:640px) {
.index1 {
	background-position:50% 0;
	background-size:150%;
}
.index1 .column {
	margin-bottom:20px;
}
.index1 p {
	line-height:1.8;
	padding-top:30%;
}
.index1 p br {
	display:none;
}
}
/*----------------------------------------
	Sweets
-----------------------------------------*/
.index2 .column {
	width:780px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
}
.index2 .column:after {
	content:'';
	clear:both;
	display:block;
}
.index2 ul {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.index2 li {
	position:relative;
	/*float:left;*/
	width:24%;
	margin-left:4%;
	margin-right:4%;
}
.index2 li a {
	display:block;
}
.index2 li img {
	width:100%;
}
.index2 .button a {
	color:#1f3b90;
	background-color:#fff;
	border:1px solid #1f3b90;
}
.index2 .overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.3);
	opacity:0;
	filter:alpha(opacity=0);
	-moz-transition:opacity 0.2s ease;
	-webkit-transition:opacity 0.2s ease;
	transition:opacity 0.2s ease;
	border-radius:8px;
	padding-top:35%;
	padding-bottom:35%;
}
.index2 .overlay p {
	width:100%;
	height:100%;
	font-size:13px;
	line-height:1.8;
	text-align:center;
	vertical-align:middle;
	color:#333;
}
.index2 .overlay:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
.index2 .overlay p span {
	font-size:11px;
}
@media screen and (max-width:640px) {
.index2 .column {
	width:auto;
	margin-bottom:20px;
}
.index2 li {
	width:40%;
	margin-left:5%;
	margin-right:5%;
}
}
/*----------------------------------------
	News
-----------------------------------------*/
.index3 {
	background:#bcdcef url(../images/top/image-03.jpg) repeat;
}
.index3 .column:after {
	content:'';
	clear:both;
	display:block;
}
.index3 .column1 {
	float:left;
	width:25%;
	margin-left:15%;
	margin-right:5%;
}
.index3 .column1 p {
	text-align:center;
	color:#1f3b90;
}
.index3 .column1 p span {
	display:inline-block;
}
.index3 .button-fb a {
	display:block;
	width:100%;
	text-align:center;
	color:#fff;
	background-color:#1f3b90;
	border-radius:22.5px;
	padding:10px;
	margin-top:10px;
}
.index3 .button-fb a img {
	vertical-align:middle;
}
.index3 .column2 {
	float:left;
	width:55%;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
	width:100% !important;
}
@media screen and (max-width:640px) {
.index3 .column1 {
	float:none;
	width:100%;
	margin-left:0;
	margin-right:0;
	margin-bottom:20px;
}
.index3 .column1 p br {
	display:none;
}
.index3 .column2 {
	float:none;
	width:100%;
}
}
/*----------------------------------------
	Shop
-----------------------------------------*/
.index4 {
	background-color:#fafafa;
	padding-bottom:0;
}
.index4 .column:after {
	content:'';
	clear:both;
	display:block;
}
.index4 .shop {
	width:35%;
	text-align:center;
	background-color:#fff;
	padding-bottom:20px;
}
.index4 .shop1 {
	float:left;
	margin-left:12.5%;
}
.index4 .shop2 {
	float:right;
	margin-right:12.5%;
}
.index4 .shop img {
	width:100%;
}
.index4 .shop h3 {
	font-size:18px;
	line-height:1.5;
	margin:0.75em 0 0.5em;
}
.index4 .shop2 h3 {
	margin:1.75em 0 1em;
}
.index4 .shop span {
	display:inline-block;
}
.index4 .button {
	margin-bottom:30px;
}
.index4 .button a {
	color:#1f3b90;
	background-color:#fff;
	border:1px solid #1f3b90;
}
@media screen and (max-width:640px) {
.index4 .shop {
	width:100%;
}
.index4 .shop1 {
	float:none;
	margin-left:0;
	margin-bottom:20px;
}
.index4 .shop2 {
	float:none;
	margin-right:0;
}
.index4 .shop h3 {
	font-size:16px;
}
.index4 .shop h3 {
	margin-top:1em;
}
.index4 .shop2 h3 {
	margin-top:1em;
	margin-bottom:0.5em;
}
}